Query_ExeProgress.Designer.cs 22 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425
  1. namespace UAS_MES_NEW.Query
  2. {
  3. partial class Query_ExeProgress
  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. this.sn_code_label = new System.Windows.Forms.Label();
  29. this.SerialPanel = new System.Windows.Forms.Panel();
  30. this.CraftInfDgv = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  31. this.mp_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  32. this.mp_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  33. this.ma_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  34. this.mp_sourcecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  35. this.mp_stepname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  36. this.mp_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  37. this.ma_craftcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  38. this.sc_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  39. this.mp_inman = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.em_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.groupBoxWithBorder1 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  42. this.label1 = new System.Windows.Forms.Label();
  43. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  44. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  45. this.label4 = new System.Windows.Forms.Label();
  46. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  47. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  48. this.label2 = new System.Windows.Forms.Label();
  49. this.label3 = new System.Windows.Forms.Label();
  50. this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  51. this.ma_code_label = new System.Windows.Forms.Label();
  52. this.ma_code = new System.Windows.Forms.TextBox();
  53. this.label5 = new System.Windows.Forms.Label();
  54. this.ms_checkno = new System.Windows.Forms.TextBox();
  55. this.label6 = new System.Windows.Forms.Label();
  56. this.ms_outboxcode = new System.Windows.Forms.TextBox();
  57. ((System.ComponentModel.ISupportInitialize)(this.CraftInfDgv)).BeginInit();
  58. this.groupBoxWithBorder1.SuspendLayout();
  59. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  60. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  61. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  62. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  63. this.SuspendLayout();
  64. //
  65. // sn_code_label
  66. //
  67. this.sn_code_label.AutoSize = true;
  68. this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  69. this.sn_code_label.Location = new System.Drawing.Point(10, 13);
  70. this.sn_code_label.Name = "sn_code_label";
  71. this.sn_code_label.Size = new System.Drawing.Size(58, 21);
  72. this.sn_code_label.TabIndex = 183;
  73. this.sn_code_label.Text = "序列号";
  74. //
  75. // SerialPanel
  76. //
  77. this.SerialPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  78. | System.Windows.Forms.AnchorStyles.Right)));
  79. this.SerialPanel.AutoScroll = true;
  80. this.SerialPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  81. this.SerialPanel.Location = new System.Drawing.Point(14, 106);
  82. this.SerialPanel.Margin = new System.Windows.Forms.Padding(2);
  83. this.SerialPanel.Name = "SerialPanel";
  84. this.SerialPanel.Size = new System.Drawing.Size(950, 254);
  85. this.SerialPanel.TabIndex = 194;
  86. this.SerialPanel.Scroll += new System.Windows.Forms.ScrollEventHandler(this.SerialPanel_Scroll);
  87. this.SerialPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.SerialPanel_Paint);
  88. //
  89. // CraftInfDgv
  90. //
  91. this.CraftInfDgv.AllowUserToAddRows = false;
  92. this.CraftInfDgv.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  93. this.CraftInfDgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  94. this.CraftInfDgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  95. this.mp_sncode,
  96. this.mp_makecode,
  97. this.ma_prodcode,
  98. this.mp_sourcecode,
  99. this.mp_stepname,
  100. this.mp_indate,
  101. this.ma_craftcode,
  102. this.sc_linecode,
  103. this.mp_inman,
  104. this.em_name});
  105. this.CraftInfDgv.EnableContentClick = true;
  106. this.CraftInfDgv.Location = new System.Drawing.Point(0, 388);
  107. this.CraftInfDgv.Margin = new System.Windows.Forms.Padding(2);
  108. this.CraftInfDgv.Name = "CraftInfDgv";
  109. this.CraftInfDgv.RowTemplate.Height = 27;
  110. this.CraftInfDgv.Size = new System.Drawing.Size(975, 190);
  111. this.CraftInfDgv.TabIndex = 193;
  112. //
  113. // mp_sncode
  114. //
  115. this.mp_sncode.DataPropertyName = "mp_sncode";
  116. this.mp_sncode.HeaderText = "序列号";
  117. this.mp_sncode.Name = "mp_sncode";
  118. this.mp_sncode.Width = 120;
  119. //
  120. // mp_makecode
  121. //
  122. this.mp_makecode.DataPropertyName = "mp_makecode";
  123. this.mp_makecode.HeaderText = "工单代码";
  124. this.mp_makecode.Name = "mp_makecode";
  125. this.mp_makecode.Width = 120;
  126. //
  127. // ma_prodcode
  128. //
  129. this.ma_prodcode.DataPropertyName = "ma_prodcode";
  130. this.ma_prodcode.HeaderText = "产品代码";
  131. this.ma_prodcode.Name = "ma_prodcode";
  132. this.ma_prodcode.Width = 120;
  133. //
  134. // mp_sourcecode
  135. //
  136. this.mp_sourcecode.DataPropertyName = "mp_sourcecode";
  137. this.mp_sourcecode.HeaderText = "资源编号";
  138. this.mp_sourcecode.Name = "mp_sourcecode";
  139. this.mp_sourcecode.Width = 120;
  140. //
  141. // mp_stepname
  142. //
  143. this.mp_stepname.DataPropertyName = "mp_stepname";
  144. this.mp_stepname.HeaderText = "工序名称";
  145. this.mp_stepname.Name = "mp_stepname";
  146. this.mp_stepname.Width = 130;
  147. //
  148. // mp_indate
  149. //
  150. this.mp_indate.DataPropertyName = "mp_indate";
  151. this.mp_indate.HeaderText = "过站时间";
  152. this.mp_indate.Name = "mp_indate";
  153. this.mp_indate.Width = 120;
  154. //
  155. // ma_craftcode
  156. //
  157. this.ma_craftcode.DataPropertyName = "ma_craftcode";
  158. this.ma_craftcode.HeaderText = "途程代码";
  159. this.ma_craftcode.Name = "ma_craftcode";
  160. this.ma_craftcode.Width = 120;
  161. //
  162. // sc_linecode
  163. //
  164. this.sc_linecode.DataPropertyName = "sc_linecode";
  165. this.sc_linecode.HeaderText = "产线";
  166. this.sc_linecode.Name = "sc_linecode";
  167. this.sc_linecode.Width = 120;
  168. //
  169. // mp_inman
  170. //
  171. this.mp_inman.DataPropertyName = "mp_inman";
  172. this.mp_inman.HeaderText = "人员工号";
  173. this.mp_inman.Name = "mp_inman";
  174. //
  175. // em_name
  176. //
  177. this.em_name.DataPropertyName = "em_name";
  178. this.em_name.HeaderText = "人员姓名";
  179. this.em_name.Name = "em_name";
  180. //
  181. // groupBoxWithBorder1
  182. //
  183. this.groupBoxWithBorder1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  184. | System.Windows.Forms.AnchorStyles.Right)));
  185. this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Maroon;
  186. this.groupBoxWithBorder1.Controls.Add(this.label1);
  187. this.groupBoxWithBorder1.Controls.Add(this.pictureBox4);
  188. this.groupBoxWithBorder1.Controls.Add(this.pictureBox2);
  189. this.groupBoxWithBorder1.Controls.Add(this.label4);
  190. this.groupBoxWithBorder1.Controls.Add(this.pictureBox1);
  191. this.groupBoxWithBorder1.Controls.Add(this.pictureBox3);
  192. this.groupBoxWithBorder1.Controls.Add(this.label2);
  193. this.groupBoxWithBorder1.Controls.Add(this.label3);
  194. this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  195. this.groupBoxWithBorder1.Location = new System.Drawing.Point(12, 40);
  196. this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  197. this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
  198. this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  199. this.groupBoxWithBorder1.Size = new System.Drawing.Size(953, 40);
  200. this.groupBoxWithBorder1.TabIndex = 192;
  201. this.groupBoxWithBorder1.TabStop = false;
  202. this.groupBoxWithBorder1.Text = "颜色说明";
  203. this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
  204. //
  205. // label1
  206. //
  207. this.label1.AutoSize = true;
  208. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  209. this.label1.Location = new System.Drawing.Point(850, 14);
  210. this.label1.Name = "label1";
  211. this.label1.Size = new System.Drawing.Size(74, 21);
  212. this.label1.TabIndex = 193;
  213. this.label1.Text = "尚未执行";
  214. //
  215. // pictureBox4
  216. //
  217. this.pictureBox4.BackColor = System.Drawing.Color.White;
  218. this.pictureBox4.Location = new System.Drawing.Point(776, 12);
  219. this.pictureBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  220. this.pictureBox4.Name = "pictureBox4";
  221. this.pictureBox4.Size = new System.Drawing.Size(60, 20);
  222. this.pictureBox4.TabIndex = 192;
  223. this.pictureBox4.TabStop = false;
  224. //
  225. // pictureBox2
  226. //
  227. this.pictureBox2.BackColor = System.Drawing.Color.Green;
  228. this.pictureBox2.Location = new System.Drawing.Point(99, 12);
  229. this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  230. this.pictureBox2.Name = "pictureBox2";
  231. this.pictureBox2.Size = new System.Drawing.Size(60, 20);
  232. this.pictureBox2.TabIndex = 187;
  233. this.pictureBox2.TabStop = false;
  234. //
  235. // label4
  236. //
  237. this.label4.AutoSize = true;
  238. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  239. this.label4.Location = new System.Drawing.Point(655, 14);
  240. this.label4.Name = "label4";
  241. this.label4.Size = new System.Drawing.Size(58, 21);
  242. this.label4.TabIndex = 191;
  243. this.label4.Text = "已报废";
  244. //
  245. // pictureBox1
  246. //
  247. this.pictureBox1.BackColor = System.Drawing.Color.Red;
  248. this.pictureBox1.Location = new System.Drawing.Point(338, 12);
  249. this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  250. this.pictureBox1.Name = "pictureBox1";
  251. this.pictureBox1.Size = new System.Drawing.Size(60, 20);
  252. this.pictureBox1.TabIndex = 186;
  253. this.pictureBox1.TabStop = false;
  254. //
  255. // pictureBox3
  256. //
  257. this.pictureBox3.BackColor = System.Drawing.Color.Black;
  258. this.pictureBox3.Location = new System.Drawing.Point(581, 12);
  259. this.pictureBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  260. this.pictureBox3.Name = "pictureBox3";
  261. this.pictureBox3.Size = new System.Drawing.Size(60, 20);
  262. this.pictureBox3.TabIndex = 190;
  263. this.pictureBox3.TabStop = false;
  264. //
  265. // label2
  266. //
  267. this.label2.AutoSize = true;
  268. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  269. this.label2.Location = new System.Drawing.Point(172, 14);
  270. this.label2.Name = "label2";
  271. this.label2.Size = new System.Drawing.Size(122, 21);
  272. this.label2.TabIndex = 188;
  273. this.label2.Text = "已执行且为良品";
  274. //
  275. // label3
  276. //
  277. this.label3.AutoSize = true;
  278. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  279. this.label3.Location = new System.Drawing.Point(412, 14);
  280. this.label3.Name = "label3";
  281. this.label3.Size = new System.Drawing.Size(138, 21);
  282. this.label3.TabIndex = 189;
  283. this.label3.Text = "已执行且为不良品";
  284. //
  285. // sn_code
  286. //
  287. this.sn_code.AllPower = null;
  288. this.sn_code.BackColor = System.Drawing.Color.White;
  289. this.sn_code.ID = null;
  290. this.sn_code.Location = new System.Drawing.Point(92, 14);
  291. this.sn_code.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  292. this.sn_code.Name = "sn_code";
  293. this.sn_code.Power = null;
  294. this.sn_code.Size = new System.Drawing.Size(145, 21);
  295. this.sn_code.Str = null;
  296. this.sn_code.Str1 = null;
  297. this.sn_code.Str2 = null;
  298. this.sn_code.TabIndex = 184;
  299. this.sn_code.Tag = "NoAuto";
  300. this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  301. //
  302. // ma_code_label
  303. //
  304. this.ma_code_label.AutoSize = true;
  305. this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  306. this.ma_code_label.Location = new System.Drawing.Point(257, 12);
  307. this.ma_code_label.Name = "ma_code_label";
  308. this.ma_code_label.Size = new System.Drawing.Size(58, 21);
  309. this.ma_code_label.TabIndex = 195;
  310. this.ma_code_label.Text = "工单号";
  311. //
  312. // ma_code
  313. //
  314. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  315. this.ma_code.Location = new System.Drawing.Point(321, 13);
  316. this.ma_code.Name = "ma_code";
  317. this.ma_code.Size = new System.Drawing.Size(133, 29);
  318. this.ma_code.TabIndex = 196;
  319. //
  320. // label5
  321. //
  322. this.label5.AutoSize = true;
  323. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  324. this.label5.Location = new System.Drawing.Point(472, 13);
  325. this.label5.Name = "label5";
  326. this.label5.Size = new System.Drawing.Size(74, 21);
  327. this.label5.TabIndex = 197;
  328. this.label5.Text = "抽检批号";
  329. //
  330. // ms_checkno
  331. //
  332. this.ms_checkno.Font = new System.Drawing.Font("微软雅黑", 12F);
  333. this.ms_checkno.Location = new System.Drawing.Point(544, 13);
  334. this.ms_checkno.Name = "ms_checkno";
  335. this.ms_checkno.Size = new System.Drawing.Size(117, 29);
  336. this.ms_checkno.TabIndex = 198;
  337. //
  338. // label6
  339. //
  340. this.label6.AutoSize = true;
  341. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F);
  342. this.label6.Location = new System.Drawing.Point(667, 14);
  343. this.label6.Name = "label6";
  344. this.label6.Size = new System.Drawing.Size(74, 21);
  345. this.label6.TabIndex = 199;
  346. this.label6.Text = "卡通箱号";
  347. //
  348. // ms_outboxcode
  349. //
  350. this.ms_outboxcode.Font = new System.Drawing.Font("微软雅黑", 12F);
  351. this.ms_outboxcode.Location = new System.Drawing.Point(757, 15);
  352. this.ms_outboxcode.Name = "ms_outboxcode";
  353. this.ms_outboxcode.Size = new System.Drawing.Size(138, 29);
  354. this.ms_outboxcode.TabIndex = 200;
  355. //
  356. // Query_ExeProgress
  357. //
  358. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  359. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  360. this.ClientSize = new System.Drawing.Size(975, 578);
  361. this.Controls.Add(this.ms_outboxcode);
  362. this.Controls.Add(this.label6);
  363. this.Controls.Add(this.ms_checkno);
  364. this.Controls.Add(this.label5);
  365. this.Controls.Add(this.ma_code);
  366. this.Controls.Add(this.ma_code_label);
  367. this.Controls.Add(this.SerialPanel);
  368. this.Controls.Add(this.CraftInfDgv);
  369. this.Controls.Add(this.groupBoxWithBorder1);
  370. this.Controls.Add(this.sn_code);
  371. this.Controls.Add(this.sn_code_label);
  372. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  373. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  374. this.Name = "Query_ExeProgress";
  375. this.Tag = "Query!ExeProgress";
  376. this.Text = "工单执行进度";
  377. this.Load += new System.EventHandler(this.Query_ExeProgress_Load);
  378. this.SizeChanged += new System.EventHandler(this.Query_ExeProgress_SizeChanged);
  379. ((System.ComponentModel.ISupportInitialize)(this.CraftInfDgv)).EndInit();
  380. this.groupBoxWithBorder1.ResumeLayout(false);
  381. this.groupBoxWithBorder1.PerformLayout();
  382. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  383. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  384. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  385. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  386. this.ResumeLayout(false);
  387. this.PerformLayout();
  388. }
  389. #endregion
  390. private System.Windows.Forms.Label sn_code_label;
  391. private CustomControl.TextBoxWithIcon.SnCollectionBox sn_code;
  392. private System.Windows.Forms.PictureBox pictureBox1;
  393. private System.Windows.Forms.PictureBox pictureBox2;
  394. private System.Windows.Forms.Label label2;
  395. private System.Windows.Forms.Label label3;
  396. private System.Windows.Forms.Label label4;
  397. private System.Windows.Forms.PictureBox pictureBox3;
  398. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
  399. private CustomControl.DataGrid_View.DataGridViewWithSerialNum CraftInfDgv;
  400. private System.Windows.Forms.Panel SerialPanel;
  401. private System.Windows.Forms.Label label1;
  402. private System.Windows.Forms.PictureBox pictureBox4;
  403. private System.Windows.Forms.Label ma_code_label;
  404. private System.Windows.Forms.TextBox ma_code;
  405. private System.Windows.Forms.Label label5;
  406. private System.Windows.Forms.TextBox ms_checkno;
  407. private System.Windows.Forms.Label label6;
  408. private System.Windows.Forms.TextBox ms_outboxcode;
  409. private System.Windows.Forms.DataGridViewTextBoxColumn mp_sncode;
  410. private System.Windows.Forms.DataGridViewTextBoxColumn mp_makecode;
  411. private System.Windows.Forms.DataGridViewTextBoxColumn ma_prodcode;
  412. private System.Windows.Forms.DataGridViewTextBoxColumn mp_sourcecode;
  413. private System.Windows.Forms.DataGridViewTextBoxColumn mp_stepname;
  414. private System.Windows.Forms.DataGridViewTextBoxColumn mp_indate;
  415. private System.Windows.Forms.DataGridViewTextBoxColumn ma_craftcode;
  416. private System.Windows.Forms.DataGridViewTextBoxColumn sc_linecode;
  417. private System.Windows.Forms.DataGridViewTextBoxColumn mp_inman;
  418. private System.Windows.Forms.DataGridViewTextBoxColumn em_name;
  419. }
  420. }