Make_NewMatainInf.Designer.cs 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387
  1. namespace UAS_MES.Make
  2. {
  3. partial class Make_NewMatainInf
  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.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("主板");
  29. System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("液晶屏");
  30. System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("电路板");
  31. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_NewMatainInf));
  32. this.mbc_component_lsv = new System.Windows.Forms.ListView();
  33. this.columnHeader1 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  34. this.nrg_name_lsv = new System.Windows.Forms.ListView();
  35. this.nrg_code = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  36. this.nrg_name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  37. this.nr_name_lsv = new System.Windows.Forms.ListView();
  38. this.nr_code = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  39. this.nr_name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  40. this.nr_groupcode = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  41. this.mbr_dutycode_lsv = new System.Windows.Forms.ListView();
  42. this.nd_code = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  43. this.nd_name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  44. this.mbr_solutioncode_lsv = new System.Windows.Forms.ListView();
  45. this.so_code = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  46. this.so_name = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
  47. this.Cancel = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  48. this.Save = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
  49. this.groupBoxWithBorder1 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  50. this.bc_name = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  51. this.bc_name_label = new System.Windows.Forms.Label();
  52. this.bg_name = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
  53. this.bg_name_label = new System.Windows.Forms.Label();
  54. this.headBar1 = new UAS_MES.CustomControl.HeadBar();
  55. this.groupBoxWithBorder1.SuspendLayout();
  56. this.SuspendLayout();
  57. //
  58. // mbc_component_lsv
  59. //
  60. this.mbc_component_lsv.CheckBoxes = true;
  61. this.mbc_component_lsv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  62. this.columnHeader1});
  63. this.mbc_component_lsv.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  64. this.mbc_component_lsv.FullRowSelect = true;
  65. listViewItem1.StateImageIndex = 0;
  66. listViewItem2.StateImageIndex = 0;
  67. listViewItem3.StateImageIndex = 0;
  68. this.mbc_component_lsv.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
  69. listViewItem1,
  70. listViewItem2,
  71. listViewItem3});
  72. this.mbc_component_lsv.Location = new System.Drawing.Point(12, 159);
  73. this.mbc_component_lsv.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  74. this.mbc_component_lsv.Name = "mbc_component_lsv";
  75. this.mbc_component_lsv.Size = new System.Drawing.Size(291, 190);
  76. this.mbc_component_lsv.TabIndex = 1;
  77. this.mbc_component_lsv.UseCompatibleStateImageBehavior = false;
  78. this.mbc_component_lsv.View = System.Windows.Forms.View.Details;
  79. this.mbc_component_lsv.ItemChecked += new System.Windows.Forms.ItemCheckedEventHandler(this.mbc_component_lsv_ItemChecked);
  80. this.mbc_component_lsv.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.ListView_ItemSelectionChanged);
  81. //
  82. // columnHeader1
  83. //
  84. this.columnHeader1.Text = "不良组件";
  85. this.columnHeader1.Width = 123;
  86. //
  87. // nrg_name_lsv
  88. //
  89. this.nrg_name_lsv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  90. this.nrg_code,
  91. this.nrg_name});
  92. this.nrg_name_lsv.Cursor = System.Windows.Forms.Cursors.Default;
  93. this.nrg_name_lsv.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  94. this.nrg_name_lsv.FullRowSelect = true;
  95. this.nrg_name_lsv.Location = new System.Drawing.Point(309, 159);
  96. this.nrg_name_lsv.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  97. this.nrg_name_lsv.Name = "nrg_name_lsv";
  98. this.nrg_name_lsv.Size = new System.Drawing.Size(264, 190);
  99. this.nrg_name_lsv.TabIndex = 2;
  100. this.nrg_name_lsv.UseCompatibleStateImageBehavior = false;
  101. this.nrg_name_lsv.View = System.Windows.Forms.View.Details;
  102. this.nrg_name_lsv.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.ListView_ItemSelectionChanged);
  103. this.nrg_name_lsv.SelectedIndexChanged += new System.EventHandler(this.nrg_name_lsv_SelectedIndexChanged);
  104. //
  105. // nrg_code
  106. //
  107. this.nrg_code.Text = "不良原因组代码";
  108. this.nrg_code.Width = 0;
  109. //
  110. // nrg_name
  111. //
  112. this.nrg_name.Text = "不良原因组";
  113. this.nrg_name.Width = 152;
  114. //
  115. // nr_name_lsv
  116. //
  117. this.nr_name_lsv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  118. this.nr_code,
  119. this.nr_name,
  120. this.nr_groupcode});
  121. this.nr_name_lsv.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  122. this.nr_name_lsv.FullRowSelect = true;
  123. this.nr_name_lsv.Location = new System.Drawing.Point(581, 159);
  124. this.nr_name_lsv.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  125. this.nr_name_lsv.Name = "nr_name_lsv";
  126. this.nr_name_lsv.Size = new System.Drawing.Size(241, 382);
  127. this.nr_name_lsv.TabIndex = 3;
  128. this.nr_name_lsv.UseCompatibleStateImageBehavior = false;
  129. this.nr_name_lsv.View = System.Windows.Forms.View.Details;
  130. this.nr_name_lsv.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.ListView_ItemSelectionChanged);
  131. //
  132. // nr_code
  133. //
  134. this.nr_code.Text = "不良原因代码";
  135. this.nr_code.Width = 0;
  136. //
  137. // nr_name
  138. //
  139. this.nr_name.Text = "不良原因";
  140. this.nr_name.Width = 129;
  141. //
  142. // nr_groupcode
  143. //
  144. this.nr_groupcode.Width = 0;
  145. //
  146. // mbr_dutycode_lsv
  147. //
  148. this.mbr_dutycode_lsv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  149. this.nd_code,
  150. this.nd_name});
  151. this.mbr_dutycode_lsv.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  152. this.mbr_dutycode_lsv.FullRowSelect = true;
  153. this.mbr_dutycode_lsv.Location = new System.Drawing.Point(12, 355);
  154. this.mbr_dutycode_lsv.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  155. this.mbr_dutycode_lsv.Name = "mbr_dutycode_lsv";
  156. this.mbr_dutycode_lsv.Size = new System.Drawing.Size(291, 185);
  157. this.mbr_dutycode_lsv.TabIndex = 5;
  158. this.mbr_dutycode_lsv.UseCompatibleStateImageBehavior = false;
  159. this.mbr_dutycode_lsv.View = System.Windows.Forms.View.Details;
  160. this.mbr_dutycode_lsv.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.ListView_ItemSelectionChanged);
  161. //
  162. // nd_code
  163. //
  164. this.nd_code.Text = "责任别";
  165. this.nd_code.Width = 0;
  166. //
  167. // nd_name
  168. //
  169. this.nd_name.Text = "责任别";
  170. this.nd_name.Width = 120;
  171. //
  172. // mbr_solutioncode_lsv
  173. //
  174. this.mbr_solutioncode_lsv.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
  175. this.so_code,
  176. this.so_name});
  177. this.mbr_solutioncode_lsv.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  178. this.mbr_solutioncode_lsv.FullRowSelect = true;
  179. this.mbr_solutioncode_lsv.Location = new System.Drawing.Point(309, 355);
  180. this.mbr_solutioncode_lsv.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  181. this.mbr_solutioncode_lsv.Name = "mbr_solutioncode_lsv";
  182. this.mbr_solutioncode_lsv.Size = new System.Drawing.Size(264, 185);
  183. this.mbr_solutioncode_lsv.TabIndex = 6;
  184. this.mbr_solutioncode_lsv.UseCompatibleStateImageBehavior = false;
  185. this.mbr_solutioncode_lsv.View = System.Windows.Forms.View.Details;
  186. this.mbr_solutioncode_lsv.ItemSelectionChanged += new System.Windows.Forms.ListViewItemSelectionChangedEventHandler(this.ListView_ItemSelectionChanged);
  187. //
  188. // so_code
  189. //
  190. this.so_code.Text = "解决方案";
  191. this.so_code.Width = 0;
  192. //
  193. // so_name
  194. //
  195. this.so_name.Text = "解决方案";
  196. this.so_name.Width = 120;
  197. //
  198. // Cancel
  199. //
  200. this.Cancel.AllPower = null;
  201. this.Cancel.BackColor = System.Drawing.Color.Transparent;
  202. this.Cancel.DownImage = ((System.Drawing.Image)(resources.GetObject("Cancel.DownImage")));
  203. this.Cancel.Image = null;
  204. this.Cancel.IsShowBorder = true;
  205. this.Cancel.Location = new System.Drawing.Point(435, 562);
  206. this.Cancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  207. this.Cancel.MoveImage = ((System.Drawing.Image)(resources.GetObject("Cancel.MoveImage")));
  208. this.Cancel.Name = "Cancel";
  209. this.Cancel.NormalImage = ((System.Drawing.Image)(resources.GetObject("Cancel.NormalImage")));
  210. this.Cancel.Power = null;
  211. this.Cancel.Size = new System.Drawing.Size(80, 35);
  212. this.Cancel.TabIndex = 58;
  213. this.Cancel.Text = "取消";
  214. this.Cancel.UseVisualStyleBackColor = false;
  215. this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
  216. //
  217. // Save
  218. //
  219. this.Save.AllPower = "ifall";
  220. this.Save.BackColor = System.Drawing.Color.Transparent;
  221. this.Save.DownImage = ((System.Drawing.Image)(resources.GetObject("Save.DownImage")));
  222. this.Save.Image = null;
  223. this.Save.IsShowBorder = true;
  224. this.Save.Location = new System.Drawing.Point(317, 562);
  225. this.Save.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  226. this.Save.MoveImage = ((System.Drawing.Image)(resources.GetObject("Save.MoveImage")));
  227. this.Save.Name = "Save";
  228. this.Save.NormalImage = ((System.Drawing.Image)(resources.GetObject("Save.NormalImage")));
  229. this.Save.Power = null;
  230. this.Save.Size = new System.Drawing.Size(80, 35);
  231. this.Save.TabIndex = 57;
  232. this.Save.Text = "保存";
  233. this.Save.UseVisualStyleBackColor = false;
  234. this.Save.Click += new System.EventHandler(this.Save_Click);
  235. //
  236. // groupBoxWithBorder1
  237. //
  238. this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
  239. this.groupBoxWithBorder1.Controls.Add(this.bc_name);
  240. this.groupBoxWithBorder1.Controls.Add(this.bc_name_label);
  241. this.groupBoxWithBorder1.Controls.Add(this.bg_name);
  242. this.groupBoxWithBorder1.Controls.Add(this.bg_name_label);
  243. this.groupBoxWithBorder1.Dock = System.Windows.Forms.DockStyle.Top;
  244. this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  245. this.groupBoxWithBorder1.Location = new System.Drawing.Point(0, 40);
  246. this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  247. this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
  248. this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  249. this.groupBoxWithBorder1.Size = new System.Drawing.Size(832, 100);
  250. this.groupBoxWithBorder1.TabIndex = 4;
  251. this.groupBoxWithBorder1.TabStop = false;
  252. this.groupBoxWithBorder1.Text = "工单信息";
  253. this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
  254. //
  255. // bc_name
  256. //
  257. this.bc_name.AllPower = null;
  258. this.bc_name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  259. | System.Windows.Forms.AnchorStyles.Left)));
  260. this.bc_name.BackColor = System.Drawing.Color.White;
  261. this.bc_name.Enabled = false;
  262. this.bc_name.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  263. this.bc_name.ForeColor = System.Drawing.Color.Black;
  264. this.bc_name.ID = null;
  265. this.bc_name.Location = new System.Drawing.Point(539, 42);
  266. this.bc_name.Margin = new System.Windows.Forms.Padding(4);
  267. this.bc_name.Name = "bc_name";
  268. this.bc_name.Power = null;
  269. this.bc_name.Size = new System.Drawing.Size(187, 27);
  270. this.bc_name.Str = null;
  271. this.bc_name.Str1 = null;
  272. this.bc_name.Str2 = null;
  273. this.bc_name.TabIndex = 102;
  274. this.bc_name.Tag = "Read";
  275. //
  276. // bc_name_label
  277. //
  278. this.bc_name_label.AutoSize = true;
  279. this.bc_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  280. this.bc_name_label.Location = new System.Drawing.Point(411, 42);
  281. this.bc_name_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  282. this.bc_name_label.Name = "bc_name_label";
  283. this.bc_name_label.Size = new System.Drawing.Size(92, 27);
  284. this.bc_name_label.TabIndex = 101;
  285. this.bc_name_label.Text = "不良代码";
  286. //
  287. // bg_name
  288. //
  289. this.bg_name.AllPower = null;
  290. this.bg_name.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  291. | System.Windows.Forms.AnchorStyles.Left)));
  292. this.bg_name.BackColor = System.Drawing.Color.White;
  293. this.bg_name.Enabled = false;
  294. this.bg_name.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  295. this.bg_name.ForeColor = System.Drawing.Color.Black;
  296. this.bg_name.ID = null;
  297. this.bg_name.Location = new System.Drawing.Point(171, 42);
  298. this.bg_name.Margin = new System.Windows.Forms.Padding(4);
  299. this.bg_name.Name = "bg_name";
  300. this.bg_name.Power = null;
  301. this.bg_name.Size = new System.Drawing.Size(187, 27);
  302. this.bg_name.Str = null;
  303. this.bg_name.Str1 = null;
  304. this.bg_name.Str2 = null;
  305. this.bg_name.TabIndex = 100;
  306. this.bg_name.Tag = "Read";
  307. //
  308. // bg_name_label
  309. //
  310. this.bg_name_label.AutoSize = true;
  311. this.bg_name_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  312. this.bg_name_label.Location = new System.Drawing.Point(25, 42);
  313. this.bg_name_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
  314. this.bg_name_label.Name = "bg_name_label";
  315. this.bg_name_label.Size = new System.Drawing.Size(112, 27);
  316. this.bg_name_label.TabIndex = 99;
  317. this.bg_name_label.Text = "不良代码组";
  318. //
  319. // headBar1
  320. //
  321. this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
  322. this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
  323. this.headBar1.Location = new System.Drawing.Point(0, 0);
  324. this.headBar1.Margin = new System.Windows.Forms.Padding(5);
  325. this.headBar1.Name = "headBar1";
  326. this.headBar1.Size = new System.Drawing.Size(832, 40);
  327. this.headBar1.TabIndex = 0;
  328. this.headBar1.Title = "新增维修信息";
  329. this.headBar1.MouseDown += new System.Windows.Forms.MouseEventHandler(this.headBar1_MouseDown);
  330. //
  331. // Make_NewMatainInf
  332. //
  333. this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
  334. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  335. this.BackColor = System.Drawing.SystemColors.HighlightText;
  336. this.ClientSize = new System.Drawing.Size(832, 610);
  337. this.Controls.Add(this.Cancel);
  338. this.Controls.Add(this.Save);
  339. this.Controls.Add(this.mbr_solutioncode_lsv);
  340. this.Controls.Add(this.mbr_dutycode_lsv);
  341. this.Controls.Add(this.groupBoxWithBorder1);
  342. this.Controls.Add(this.nr_name_lsv);
  343. this.Controls.Add(this.nrg_name_lsv);
  344. this.Controls.Add(this.mbc_component_lsv);
  345. this.Controls.Add(this.headBar1);
  346. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  347. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  348. this.Name = "Make_NewMatainInf";
  349. this.Tag = "ShowDialogWindow";
  350. this.Text = "Make_NewMatainInf";
  351. this.Load += new System.EventHandler(this.Make_NewMatainInf_Load);
  352. this.groupBoxWithBorder1.ResumeLayout(false);
  353. this.groupBoxWithBorder1.PerformLayout();
  354. this.ResumeLayout(false);
  355. }
  356. #endregion
  357. private CustomControl.HeadBar headBar1;
  358. private System.Windows.Forms.ListView mbc_component_lsv;
  359. private System.Windows.Forms.ListView nrg_name_lsv;
  360. private System.Windows.Forms.ListView nr_name_lsv;
  361. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
  362. private CustomControl.TextBoxWithIcon.EnterTextBox bc_name;
  363. private System.Windows.Forms.Label bc_name_label;
  364. private CustomControl.TextBoxWithIcon.EnterTextBox bg_name;
  365. private System.Windows.Forms.Label bg_name_label;
  366. private System.Windows.Forms.ListView mbr_dutycode_lsv;
  367. private System.Windows.Forms.ListView mbr_solutioncode_lsv;
  368. private CustomControl.ButtonUtil.NormalButton Cancel;
  369. private CustomControl.ButtonUtil.NormalButton Save;
  370. private System.Windows.Forms.ColumnHeader nrg_name;
  371. private System.Windows.Forms.ColumnHeader nd_code;
  372. private System.Windows.Forms.ColumnHeader so_code;
  373. private System.Windows.Forms.ColumnHeader nr_name;
  374. private System.Windows.Forms.ColumnHeader nr_code;
  375. private System.Windows.Forms.ColumnHeader nr_groupcode;
  376. private System.Windows.Forms.ColumnHeader nd_name;
  377. private System.Windows.Forms.ColumnHeader so_name;
  378. private System.Windows.Forms.ColumnHeader columnHeader1;
  379. private System.Windows.Forms.ColumnHeader nrg_code;
  380. }
  381. }