Make_NewBadCode.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_NewBadCode
  4. {
  5. /// <summary>
  6. /// Required designer variable.
  7. /// </summary>
  8. private System.ComponentModel.IContainer components = null;
  9. /// <summary>
  10. /// Clean up any resources being used.
  11. /// </summary>
  12. /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
  13. protected override void Dispose(bool disposing)
  14. {
  15. if (disposing && (components != null))
  16. {
  17. components.Dispose();
  18. }
  19. base.Dispose(disposing);
  20. }
  21. #region Windows Form Designer generated code
  22. /// <summary>
  23. /// Required method for Designer support - do not modify
  24. /// the contents of this method with the code editor.
  25. /// </summary>
  26. private void InitializeComponent()
  27. {
  28. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_NewBadCode));
  29. this.ChoosedRejectList = new System.Windows.Forms.ListView();
  30. this.columnHeader6 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  31. this.bg_code = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  32. this.bg_name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  33. this.bc_code = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  34. this.bc_name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  35. this.WaitRejectList = new System.Windows.Forms.ListView();
  36. this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  37. this.bg_code1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  38. this.bg_name1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  39. this.bc_code1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  40. this.bc_name1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  41. this.bg_name_label = new System.Windows.Forms.Label();
  42. this.label1 = new System.Windows.Forms.Label();
  43. this.label2 = new System.Windows.Forms.Label();
  44. this.label3 = new System.Windows.Forms.Label();
  45. this.headBar1 = new UAS_MES.CustomControl.HeadBar();
  46. this.badgroup = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
  47. this.groupBoxWithBorder1 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  48. this.ms_makecode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  49. this.ms_makecode_label = new System.Windows.Forms.Label();
  50. this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  51. this.ms_sncode_label = new System.Windows.Forms.Label();
  52. this.Cancel = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  53. this.Save = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  54. this.ChooseedReject = new UAS_MES.CustomControl.ButtonUtil.ArrowRightButton();
  55. this.WaitReject = new UAS_MES.CustomControl.ButtonUtil.ArrowLeftButton();
  56. this.groupBoxWithBorder1.SuspendLayout();
  57. this.SuspendLayout();
  58. //
  59. // ChoosedRejectList
  60. //
  61. this.ChoosedRejectList.CheckBoxes = true;
  62. this.ChoosedRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  63. this.columnHeader6,
  64. this.bg_code,
  65. this.bg_name,
  66. this.bc_code,
  67. this.bc_name});
  68. this.ChoosedRejectList.Location = new System.Drawing.Point(418, 244);
  69. this.ChoosedRejectList.Margin = new System.Windows.Forms.Padding(4);
  70. this.ChoosedRejectList.Name = "ChoosedRejectList";
  71. this.ChoosedRejectList.Size = new System.Drawing.Size(300, 302);
  72. this.ChoosedRejectList.TabIndex = 54;
  73. this.ChoosedRejectList.UseCompatibleStateImageBehavior = false;
  74. this.ChoosedRejectList.View = System.Windows.Forms.View.Details;
  75. //
  76. // columnHeader6
  77. //
  78. this.columnHeader6.Text = " ";
  79. this.columnHeader6.Width = 20;
  80. //
  81. // bg_code
  82. //
  83. this.bg_code.Text = "不良代码编号";
  84. this.bg_code.Width = 0;
  85. //
  86. // bg_name
  87. //
  88. this.bg_name.Text = "不良代码组";
  89. this.bg_name.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  90. this.bg_name.Width = 115;
  91. //
  92. // bc_code
  93. //
  94. this.bc_code.Text = "不良代码编号";
  95. this.bc_code.Width = 0;
  96. //
  97. // bc_name
  98. //
  99. this.bc_name.Text = "不良名称";
  100. this.bc_name.Width = 103;
  101. //
  102. // WaitRejectList
  103. //
  104. this.WaitRejectList.CheckBoxes = true;
  105. this.WaitRejectList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  106. this.columnHeader5,
  107. this.bg_code1,
  108. this.bg_name1,
  109. this.bc_code1,
  110. this.bc_name1});
  111. this.WaitRejectList.Location = new System.Drawing.Point(19, 242);
  112. this.WaitRejectList.Margin = new System.Windows.Forms.Padding(4);
  113. this.WaitRejectList.Name = "WaitRejectList";
  114. this.WaitRejectList.Size = new System.Drawing.Size(300, 304);
  115. this.WaitRejectList.TabIndex = 51;
  116. this.WaitRejectList.UseCompatibleStateImageBehavior = false;
  117. this.WaitRejectList.View = System.Windows.Forms.View.Details;
  118. //
  119. // columnHeader5
  120. //
  121. this.columnHeader5.Text = " ";
  122. this.columnHeader5.Width = 20;
  123. //
  124. // bg_code1
  125. //
  126. this.bg_code1.Text = "不良代码组编号";
  127. this.bg_code1.Width = 0;
  128. //
  129. // bg_name1
  130. //
  131. this.bg_name1.Text = "不良代码组";
  132. this.bg_name1.Width = 88;
  133. //
  134. // bc_code1
  135. //
  136. this.bc_code1.Text = "不良代码编号";
  137. this.bc_code1.Width = 0;
  138. //
  139. // bc_name1
  140. //
  141. this.bc_name1.Text = "不良名称";
  142. this.bc_name1.TextAlign = System.Windows.Forms.HorizontalAlignment.Center;
  143. this.bc_name1.Width = 103;
  144. //
  145. // bg_name_label
  146. //
  147. this.bg_name_label.AutoSize = true;
  148. this.bg_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  149. this.bg_name_label.Location = new System.Drawing.Point(13, 166);
  150. this.bg_name_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  151. this.bg_name_label.Name = "bg_name_label";
  152. this.bg_name_label.Size = new System.Drawing.Size(112, 27);
  153. this.bg_name_label.TabIndex = 92;
  154. this.bg_name_label.Text = "不良代码组";
  155. //
  156. // label1
  157. //
  158. this.label1.AutoSize = true;
  159. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  160. this.label1.Location = new System.Drawing.Point(13, 212);
  161. this.label1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  162. this.label1.Name = "label1";
  163. this.label1.Size = new System.Drawing.Size(92, 27);
  164. this.label1.TabIndex = 96;
  165. this.label1.Text = "待选不良";
  166. //
  167. // label2
  168. //
  169. this.label2.AutoSize = true;
  170. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  171. this.label2.Location = new System.Drawing.Point(412, 212);
  172. this.label2.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  173. this.label2.Name = "label2";
  174. this.label2.Size = new System.Drawing.Size(92, 27);
  175. this.label2.TabIndex = 97;
  176. this.label2.Text = "已选不良";
  177. //
  178. // label3
  179. //
  180. this.label3.AutoSize = true;
  181. this.label3.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  182. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  183. this.label3.ForeColor = System.Drawing.SystemColors.ControlLightLight;
  184. this.label3.Location = new System.Drawing.Point(8, 6);
  185. this.label3.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  186. this.label3.Name = "label3";
  187. this.label3.Size = new System.Drawing.Size(132, 27);
  188. this.label3.TabIndex = 99;
  189. this.label3.Text = "新增不良代码";
  190. //
  191. // headBar1
  192. //
  193. this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  194. this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
  195. this.headBar1.Location = new System.Drawing.Point(0, 0);
  196. this.headBar1.Margin = new System.Windows.Forms.Padding(5);
  197. this.headBar1.Name = "headBar1";
  198. this.headBar1.Size = new System.Drawing.Size(731, 40);
  199. this.headBar1.TabIndex = 98;
  200. this.headBar1.Title = null;
  201. this.headBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.headBar1_MouseDown);
  202. //
  203. // badgroup
  204. //
  205. this.badgroup.FormattingEnabled = true;
  206. this.badgroup.Location = new System.Drawing.Point(164, 168);
  207. this.badgroup.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  208. this.badgroup.Name = "badgroup";
  209. this.badgroup.Size = new System.Drawing.Size(203, 23);
  210. this.badgroup.TabIndex = 95;
  211. this.badgroup.SelectedIndexChanged += new System.EventHandler(this.badgroup_SelectedIndexChanged);
  212. //
  213. // groupBoxWithBorder1
  214. //
  215. this.groupBoxWithBorder1.BackColor = System.Drawing.SystemColors.HighlightText;
  216. this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
  217. this.groupBoxWithBorder1.Controls.Add(this.ms_makecode);
  218. this.groupBoxWithBorder1.Controls.Add(this.ms_makecode_label);
  219. this.groupBoxWithBorder1.Controls.Add(this.ms_sncode);
  220. this.groupBoxWithBorder1.Controls.Add(this.ms_sncode_label);
  221. this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  222. this.groupBoxWithBorder1.Location = new System.Drawing.Point(0, 44);
  223. this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  224. this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
  225. this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  226. this.groupBoxWithBorder1.Size = new System.Drawing.Size(731, 100);
  227. this.groupBoxWithBorder1.TabIndex = 94;
  228. this.groupBoxWithBorder1.TabStop = false;
  229. this.groupBoxWithBorder1.Text = "产品信息";
  230. this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
  231. //
  232. // ms_makecode
  233. //
  234. this.ms_makecode.AllPower = null;
  235. this.ms_makecode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  236. | System.Windows.Forms.AnchorStyles.Left)));
  237. this.ms_makecode.BackColor = System.Drawing.Color.White;
  238. this.ms_makecode.Enabled = false;
  239. this.ms_makecode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  240. this.ms_makecode.ForeColor = System.Drawing.Color.Black;
  241. this.ms_makecode.ID = null;
  242. this.ms_makecode.Location = new System.Drawing.Point(417, 44);
  243. this.ms_makecode.Margin = new System.Windows.Forms.Padding(4);
  244. this.ms_makecode.Name = "ms_makecode";
  245. this.ms_makecode.Power = null;
  246. this.ms_makecode.Size = new System.Drawing.Size(187, 27);
  247. this.ms_makecode.Str = null;
  248. this.ms_makecode.Str1 = null;
  249. this.ms_makecode.Str2 = null;
  250. this.ms_makecode.TabIndex = 98;
  251. this.ms_makecode.Tag = "Read";
  252. //
  253. // ms_makecode_label
  254. //
  255. this.ms_makecode_label.AutoSize = true;
  256. this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  257. this.ms_makecode_label.Location = new System.Drawing.Point(320, 44);
  258. this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  259. this.ms_makecode_label.Name = "ms_makecode_label";
  260. this.ms_makecode_label.Size = new System.Drawing.Size(72, 27);
  261. this.ms_makecode_label.TabIndex = 97;
  262. this.ms_makecode_label.Text = "工单号";
  263. //
  264. // ms_sncode
  265. //
  266. this.ms_sncode.AllPower = null;
  267. this.ms_sncode.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  268. | System.Windows.Forms.AnchorStyles.Left)));
  269. this.ms_sncode.BackColor = System.Drawing.Color.White;
  270. this.ms_sncode.Enabled = false;
  271. this.ms_sncode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  272. this.ms_sncode.ForeColor = System.Drawing.Color.Black;
  273. this.ms_sncode.ID = null;
  274. this.ms_sncode.Location = new System.Drawing.Point(109, 44);
  275. this.ms_sncode.Margin = new System.Windows.Forms.Padding(4);
  276. this.ms_sncode.Name = "ms_sncode";
  277. this.ms_sncode.Power = null;
  278. this.ms_sncode.Size = new System.Drawing.Size(187, 27);
  279. this.ms_sncode.Str = null;
  280. this.ms_sncode.Str1 = null;
  281. this.ms_sncode.Str2 = null;
  282. this.ms_sncode.TabIndex = 96;
  283. this.ms_sncode.Tag = "Read";
  284. //
  285. // ms_sncode_label
  286. //
  287. this.ms_sncode_label.AutoSize = true;
  288. this.ms_sncode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  289. this.ms_sncode_label.Location = new System.Drawing.Point(13, 44);
  290. this.ms_sncode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  291. this.ms_sncode_label.Name = "ms_sncode_label";
  292. this.ms_sncode_label.Size = new System.Drawing.Size(72, 27);
  293. this.ms_sncode_label.TabIndex = 95;
  294. this.ms_sncode_label.Text = "序列号";
  295. //
  296. // Cancel
  297. //
  298. this.Cancel.AllPower = null;
  299. this.Cancel.BackColor = System.Drawing.Color.Transparent;
  300. this.Cancel.DownImage = ((System.Drawing.Image)(resources.GetObject("Cancel.DownImage")));
  301. this.Cancel.Image = null;
  302. this.Cancel.IsShowBorder = true;
  303. this.Cancel.Location = new System.Drawing.Point(385, 561);
  304. this.Cancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  305. this.Cancel.MoveImage = ((System.Drawing.Image)(resources.GetObject("Cancel.MoveImage")));
  306. this.Cancel.Name = "Cancel";
  307. this.Cancel.NormalImage = ((System.Drawing.Image)(resources.GetObject("Cancel.NormalImage")));
  308. this.Cancel.Power = null;
  309. this.Cancel.Size = new System.Drawing.Size(80, 35);
  310. this.Cancel.TabIndex = 56;
  311. this.Cancel.Text = "取消";
  312. this.Cancel.UseVisualStyleBackColor = false;
  313. this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
  314. //
  315. // Save
  316. //
  317. this.Save.AllPower = "ifall";
  318. this.Save.BackColor = System.Drawing.Color.Transparent;
  319. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  320. this.Save.Image = null;
  321. this.Save.IsShowBorder = true;
  322. this.Save.Location = new System.Drawing.Point(267, 561);
  323. this.Save.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  324. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  325. this.Save.Name = "Save";
  326. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  327. this.Save.Power = null;
  328. this.Save.Size = new System.Drawing.Size(80, 35);
  329. this.Save.TabIndex = 55;
  330. this.Save.Text = "保存";
  331. this.Save.UseVisualStyleBackColor = false;
  332. this.Save.Click += new System.EventHandler(this.Save_Click);
  333. //
  334. // ChooseedReject
  335. //
  336. this.ChooseedReject.Location = new System.Drawing.Point(336, 348);
  337. this.ChooseedReject.Margin = new System.Windows.Forms.Padding(4);
  338. this.ChooseedReject.Name = "ChooseedReject";
  339. this.ChooseedReject.Size = new System.Drawing.Size(67, 29);
  340. this.ChooseedReject.TabIndex = 53;
  341. this.ChooseedReject.UseVisualStyleBackColor = true;
  342. this.ChooseedReject.Click += new System.EventHandler(this.ChooseedReject_Click);
  343. //
  344. // WaitReject
  345. //
  346. this.WaitReject.Location = new System.Drawing.Point(336, 420);
  347. this.WaitReject.Margin = new System.Windows.Forms.Padding(4);
  348. this.WaitReject.Name = "WaitReject";
  349. this.WaitReject.Size = new System.Drawing.Size(67, 29);
  350. this.WaitReject.TabIndex = 52;
  351. this.WaitReject.UseVisualStyleBackColor = true;
  352. this.WaitReject.Click += new System.EventHandler(this.WaitReject_Click);
  353. //
  354. // Make_NewBadCode
  355. //
  356. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  357. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  358. this.BackColor = System.Drawing.SystemColors.HighlightText;
  359. this.ClientSize = new System.Drawing.Size(731, 608);
  360. this.Controls.Add(this.label3);
  361. this.Controls.Add(this.headBar1);
  362. this.Controls.Add(this.label2);
  363. this.Controls.Add(this.label1);
  364. this.Controls.Add(this.badgroup);
  365. this.Controls.Add(this.groupBoxWithBorder1);
  366. this.Controls.Add(this.bg_name_label);
  367. this.Controls.Add(this.Cancel);
  368. this.Controls.Add(this.Save);
  369. this.Controls.Add(this.ChoosedRejectList);
  370. this.Controls.Add(this.ChooseedReject);
  371. this.Controls.Add(this.WaitReject);
  372. this.Controls.Add(this.WaitRejectList);
  373. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  374. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  375. this.Name = "Make_NewBadCode";
  376. this.Tag = "ShowDialogWindow";
  377. this.Text = "Make_NewBadCode";
  378. this.Load += new System.EventHandler(this.Make_NewBadCode_Load);
  379. this.groupBoxWithBorder1.ResumeLayout(false);
  380. this.groupBoxWithBorder1.PerformLayout();
  381. this.ResumeLayout(false);
  382. this.PerformLayout();
  383. }
  384. #endregion
  385. private System.Windows.Forms.ListView ChoosedRejectList;
  386. private System.Windows.Forms.ColumnHeader columnHeader6;
  387. private System.Windows.Forms.ColumnHeader bg_name;
  388. private CustomControl.ButtonUtil.ArrowRightButton ChooseedReject;
  389. private CustomControl.ButtonUtil.ArrowLeftButton WaitReject;
  390. private System.Windows.Forms.ListView WaitRejectList;
  391. private System.Windows.Forms.ColumnHeader columnHeader5;
  392. private System.Windows.Forms.ColumnHeader bc_name1;
  393. private CustomControl.ButtonUtil.NormalButton Save;
  394. private CustomControl.ButtonUtil.NormalButton Cancel;
  395. private System.Windows.Forms.Label bg_name_label;
  396. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
  397. private CustomControl.TextBoxWithIcon.EnterTextBox ms_makecode;
  398. private System.Windows.Forms.Label ms_makecode_label;
  399. private CustomControl.TextBoxWithIcon.EnterTextBox ms_sncode;
  400. private System.Windows.Forms.Label ms_sncode_label;
  401. private CustomControl.ComBoxWithFocus.ComBoxWithFocus badgroup;
  402. private System.Windows.Forms.Label label1;
  403. private System.Windows.Forms.Label label2;
  404. private CustomControl.HeadBar headBar1;
  405. private System.Windows.Forms.Label label3;
  406. private System.Windows.Forms.ColumnHeader bg_code1;
  407. private System.Windows.Forms.ColumnHeader bg_code;
  408. private System.Windows.Forms.ColumnHeader bc_code;
  409. private System.Windows.Forms.ColumnHeader bg_name1;
  410. private System.Windows.Forms.ColumnHeader bc_code1;
  411. private System.Windows.Forms.ColumnHeader bc_name;
  412. }
  413. }