Query_ExeProgress.Designer.cs 22 KB

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