Query_ExeProgress.Designer.cs 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597
  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.TextBox();
  32. this.label5 = new System.Windows.Forms.Label();
  33. this.pallet = new System.Windows.Forms.TextBox();
  34. this.label6 = new System.Windows.Forms.Label();
  35. this.ms_outboxcode = new System.Windows.Forms.TextBox();
  36. this.ms_checkno = new System.Windows.Forms.TextBox();
  37. this.label7 = new System.Windows.Forms.Label();
  38. this.CraftmaterialData = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  39. this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  40. this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  41. this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  42. this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  43. this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  44. this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  45. this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  46. this.dataGridViewTextBoxColumn8 = new System.Windows.Forms.DataGridViewTextBoxColumn();
  47. this.CraftInfDgv = new UAS_MES_NEW.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
  48. this.mp_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  49. this.mp_makecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  50. this.ma_prodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  51. this.mp_sourcecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  52. this.mp_stepname = new System.Windows.Forms.DataGridViewTextBoxColumn();
  53. this.mp_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
  54. this.ma_craftcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  55. this.sc_linecode = new System.Windows.Forms.DataGridViewTextBoxColumn();
  56. this.mp_inman = new System.Windows.Forms.DataGridViewTextBoxColumn();
  57. this.em_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
  58. this.groupBoxWithBorder1 = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
  59. this.label1 = new System.Windows.Forms.Label();
  60. this.pictureBox4 = new System.Windows.Forms.PictureBox();
  61. this.pictureBox2 = new System.Windows.Forms.PictureBox();
  62. this.label4 = new System.Windows.Forms.Label();
  63. this.pictureBox1 = new System.Windows.Forms.PictureBox();
  64. this.pictureBox3 = new System.Windows.Forms.PictureBox();
  65. this.label2 = new System.Windows.Forms.Label();
  66. this.label3 = new System.Windows.Forms.Label();
  67. this.sn_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
  68. this.label8 = new System.Windows.Forms.Label();
  69. this.ma_colorcode = new System.Windows.Forms.TextBox();
  70. this.barcode = new System.Windows.Forms.TextBox();
  71. this.label9 = new System.Windows.Forms.Label();
  72. ((System.ComponentModel.ISupportInitialize)(this.CraftmaterialData)).BeginInit();
  73. ((System.ComponentModel.ISupportInitialize)(this.CraftInfDgv)).BeginInit();
  74. this.groupBoxWithBorder1.SuspendLayout();
  75. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
  76. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).BeginInit();
  77. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
  78. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).BeginInit();
  79. this.SuspendLayout();
  80. //
  81. // sn_code_label
  82. //
  83. this.sn_code_label.AutoSize = true;
  84. this.sn_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  85. this.sn_code_label.Location = new System.Drawing.Point(12, 8);
  86. this.sn_code_label.Name = "sn_code_label";
  87. this.sn_code_label.Size = new System.Drawing.Size(58, 21);
  88. this.sn_code_label.TabIndex = 183;
  89. this.sn_code_label.Text = "序列号";
  90. //
  91. // SerialPanel
  92. //
  93. this.SerialPanel.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  94. | System.Windows.Forms.AnchorStyles.Right)));
  95. this.SerialPanel.AutoScroll = true;
  96. this.SerialPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
  97. this.SerialPanel.Location = new System.Drawing.Point(14, 106);
  98. this.SerialPanel.Margin = new System.Windows.Forms.Padding(2);
  99. this.SerialPanel.Name = "SerialPanel";
  100. this.SerialPanel.Size = new System.Drawing.Size(1013, 179);
  101. this.SerialPanel.TabIndex = 194;
  102. this.SerialPanel.Scroll += new System.Windows.Forms.ScrollEventHandler(this.SerialPanel_Scroll);
  103. this.SerialPanel.Paint += new System.Windows.Forms.PaintEventHandler(this.SerialPanel_Paint);
  104. //
  105. // ma_code_label
  106. //
  107. this.ma_code_label.AutoSize = true;
  108. this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  109. this.ma_code_label.Location = new System.Drawing.Point(242, 8);
  110. this.ma_code_label.Name = "ma_code_label";
  111. this.ma_code_label.Size = new System.Drawing.Size(58, 21);
  112. this.ma_code_label.TabIndex = 195;
  113. this.ma_code_label.Text = "工单号";
  114. //
  115. // ma_code
  116. //
  117. this.ma_code.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  118. this.ma_code.Location = new System.Drawing.Point(306, 5);
  119. this.ma_code.Name = "ma_code";
  120. this.ma_code.Size = new System.Drawing.Size(133, 29);
  121. this.ma_code.TabIndex = 196;
  122. //
  123. // label5
  124. //
  125. this.label5.AutoSize = true;
  126. this.label5.Font = new System.Drawing.Font("微软雅黑", 12F);
  127. this.label5.Location = new System.Drawing.Point(658, 8);
  128. this.label5.Name = "label5";
  129. this.label5.Size = new System.Drawing.Size(58, 21);
  130. this.label5.TabIndex = 197;
  131. this.label5.Text = "栈板号";
  132. //
  133. // pallet
  134. //
  135. this.pallet.Font = new System.Drawing.Font("微软雅黑", 12F);
  136. this.pallet.Location = new System.Drawing.Point(712, 5);
  137. this.pallet.Name = "pallet";
  138. this.pallet.Size = new System.Drawing.Size(127, 29);
  139. this.pallet.TabIndex = 198;
  140. //
  141. // label6
  142. //
  143. this.label6.AutoSize = true;
  144. this.label6.Font = new System.Drawing.Font("微软雅黑", 12F);
  145. this.label6.Location = new System.Drawing.Point(440, 8);
  146. this.label6.Name = "label6";
  147. this.label6.Size = new System.Drawing.Size(74, 21);
  148. this.label6.TabIndex = 199;
  149. this.label6.Text = "卡通箱号";
  150. //
  151. // ms_outboxcode
  152. //
  153. this.ms_outboxcode.Font = new System.Drawing.Font("微软雅黑", 12F);
  154. this.ms_outboxcode.Location = new System.Drawing.Point(511, 5);
  155. this.ms_outboxcode.Name = "ms_outboxcode";
  156. this.ms_outboxcode.Size = new System.Drawing.Size(138, 29);
  157. this.ms_outboxcode.TabIndex = 200;
  158. //
  159. // ms_checkno
  160. //
  161. this.ms_checkno.Font = new System.Drawing.Font("微软雅黑", 12F);
  162. this.ms_checkno.Location = new System.Drawing.Point(92, 36);
  163. this.ms_checkno.Name = "ms_checkno";
  164. this.ms_checkno.Size = new System.Drawing.Size(145, 29);
  165. this.ms_checkno.TabIndex = 203;
  166. //
  167. // label7
  168. //
  169. this.label7.AutoSize = true;
  170. this.label7.Font = new System.Drawing.Font("微软雅黑", 12F);
  171. this.label7.Location = new System.Drawing.Point(12, 39);
  172. this.label7.Name = "label7";
  173. this.label7.Size = new System.Drawing.Size(74, 21);
  174. this.label7.TabIndex = 202;
  175. this.label7.Text = "抽检批号";
  176. //
  177. // CraftmaterialData
  178. //
  179. this.CraftmaterialData.AllowUserToAddRows = false;
  180. this.CraftmaterialData.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  181. this.CraftmaterialData.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  182. this.CraftmaterialData.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  183. this.dataGridViewTextBoxColumn1,
  184. this.dataGridViewTextBoxColumn2,
  185. this.dataGridViewTextBoxColumn3,
  186. this.dataGridViewTextBoxColumn4,
  187. this.dataGridViewTextBoxColumn5,
  188. this.dataGridViewTextBoxColumn6,
  189. this.dataGridViewTextBoxColumn7,
  190. this.dataGridViewTextBoxColumn8});
  191. this.CraftmaterialData.EnableContentClick = true;
  192. this.CraftmaterialData.Location = new System.Drawing.Point(14, 289);
  193. this.CraftmaterialData.Margin = new System.Windows.Forms.Padding(2);
  194. this.CraftmaterialData.Name = "CraftmaterialData";
  195. this.CraftmaterialData.RowTemplate.Height = 27;
  196. this.CraftmaterialData.Size = new System.Drawing.Size(1014, 160);
  197. this.CraftmaterialData.TabIndex = 201;
  198. //
  199. // dataGridViewTextBoxColumn1
  200. //
  201. this.dataGridViewTextBoxColumn1.DataPropertyName = "cm_makecode";
  202. this.dataGridViewTextBoxColumn1.HeaderText = "工单号";
  203. this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
  204. this.dataGridViewTextBoxColumn1.Width = 120;
  205. //
  206. // dataGridViewTextBoxColumn2
  207. //
  208. this.dataGridViewTextBoxColumn2.DataPropertyName = "cm_soncode";
  209. this.dataGridViewTextBoxColumn2.HeaderText = "子件编号";
  210. this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
  211. this.dataGridViewTextBoxColumn2.Width = 120;
  212. //
  213. // dataGridViewTextBoxColumn3
  214. //
  215. this.dataGridViewTextBoxColumn3.DataPropertyName = "pr_detail";
  216. this.dataGridViewTextBoxColumn3.HeaderText = "子件名称";
  217. this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
  218. this.dataGridViewTextBoxColumn3.Width = 120;
  219. //
  220. // dataGridViewTextBoxColumn4
  221. //
  222. this.dataGridViewTextBoxColumn4.DataPropertyName = "cm_barcode";
  223. this.dataGridViewTextBoxColumn4.HeaderText = "子件批次号";
  224. this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
  225. this.dataGridViewTextBoxColumn4.Width = 120;
  226. //
  227. // dataGridViewTextBoxColumn5
  228. //
  229. this.dataGridViewTextBoxColumn5.DataPropertyName = "cm_stepcode";
  230. this.dataGridViewTextBoxColumn5.HeaderText = "工序编号";
  231. this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
  232. this.dataGridViewTextBoxColumn5.Width = 130;
  233. //
  234. // dataGridViewTextBoxColumn6
  235. //
  236. this.dataGridViewTextBoxColumn6.DataPropertyName = "cm_stepname";
  237. this.dataGridViewTextBoxColumn6.HeaderText = "工序名称";
  238. this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
  239. this.dataGridViewTextBoxColumn6.Width = 120;
  240. //
  241. // dataGridViewTextBoxColumn7
  242. //
  243. this.dataGridViewTextBoxColumn7.DataPropertyName = "cm_status";
  244. this.dataGridViewTextBoxColumn7.HeaderText = "上料状态";
  245. this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
  246. this.dataGridViewTextBoxColumn7.Width = 120;
  247. //
  248. // dataGridViewTextBoxColumn8
  249. //
  250. this.dataGridViewTextBoxColumn8.DataPropertyName = "cm_indate";
  251. this.dataGridViewTextBoxColumn8.HeaderText = "上料时间";
  252. this.dataGridViewTextBoxColumn8.Name = "dataGridViewTextBoxColumn8";
  253. this.dataGridViewTextBoxColumn8.Width = 120;
  254. //
  255. // CraftInfDgv
  256. //
  257. this.CraftInfDgv.AllowUserToAddRows = false;
  258. this.CraftInfDgv.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Left | System.Windows.Forms.AnchorStyles.Right)));
  259. this.CraftInfDgv.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
  260. this.CraftInfDgv.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
  261. this.mp_sncode,
  262. this.mp_makecode,
  263. this.ma_prodcode,
  264. this.mp_sourcecode,
  265. this.mp_stepname,
  266. this.mp_indate,
  267. this.ma_craftcode,
  268. this.sc_linecode,
  269. this.mp_inman,
  270. this.em_name});
  271. this.CraftInfDgv.EnableContentClick = true;
  272. this.CraftInfDgv.Location = new System.Drawing.Point(11, 454);
  273. this.CraftInfDgv.Margin = new System.Windows.Forms.Padding(2);
  274. this.CraftInfDgv.Name = "CraftInfDgv";
  275. this.CraftInfDgv.RowTemplate.Height = 27;
  276. this.CraftInfDgv.Size = new System.Drawing.Size(1023, 162);
  277. this.CraftInfDgv.TabIndex = 193;
  278. //
  279. // mp_sncode
  280. //
  281. this.mp_sncode.DataPropertyName = "mp_sncode";
  282. this.mp_sncode.HeaderText = "序列号";
  283. this.mp_sncode.Name = "mp_sncode";
  284. this.mp_sncode.Width = 120;
  285. //
  286. // mp_makecode
  287. //
  288. this.mp_makecode.DataPropertyName = "mp_makecode";
  289. this.mp_makecode.HeaderText = "工单代码";
  290. this.mp_makecode.Name = "mp_makecode";
  291. this.mp_makecode.Width = 120;
  292. //
  293. // ma_prodcode
  294. //
  295. this.ma_prodcode.DataPropertyName = "ma_prodcode";
  296. this.ma_prodcode.HeaderText = "产品代码";
  297. this.ma_prodcode.Name = "ma_prodcode";
  298. this.ma_prodcode.Width = 120;
  299. //
  300. // mp_sourcecode
  301. //
  302. this.mp_sourcecode.DataPropertyName = "mp_sourcecode";
  303. this.mp_sourcecode.HeaderText = "资源编号";
  304. this.mp_sourcecode.Name = "mp_sourcecode";
  305. this.mp_sourcecode.Width = 120;
  306. //
  307. // mp_stepname
  308. //
  309. this.mp_stepname.DataPropertyName = "mp_stepname";
  310. this.mp_stepname.HeaderText = "工序名称";
  311. this.mp_stepname.Name = "mp_stepname";
  312. this.mp_stepname.Width = 130;
  313. //
  314. // mp_indate
  315. //
  316. this.mp_indate.DataPropertyName = "mp_indate";
  317. this.mp_indate.HeaderText = "过站时间";
  318. this.mp_indate.Name = "mp_indate";
  319. this.mp_indate.Width = 120;
  320. //
  321. // ma_craftcode
  322. //
  323. this.ma_craftcode.DataPropertyName = "ma_craftcode";
  324. this.ma_craftcode.HeaderText = "途程代码";
  325. this.ma_craftcode.Name = "ma_craftcode";
  326. this.ma_craftcode.Width = 120;
  327. //
  328. // sc_linecode
  329. //
  330. this.sc_linecode.DataPropertyName = "sc_linecode";
  331. this.sc_linecode.HeaderText = "产线";
  332. this.sc_linecode.Name = "sc_linecode";
  333. this.sc_linecode.Width = 120;
  334. //
  335. // mp_inman
  336. //
  337. this.mp_inman.DataPropertyName = "mp_inman";
  338. this.mp_inman.HeaderText = "人员工号";
  339. this.mp_inman.Name = "mp_inman";
  340. //
  341. // em_name
  342. //
  343. this.em_name.DataPropertyName = "em_name";
  344. this.em_name.HeaderText = "人员姓名";
  345. this.em_name.Name = "em_name";
  346. //
  347. // groupBoxWithBorder1
  348. //
  349. this.groupBoxWithBorder1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
  350. | System.Windows.Forms.AnchorStyles.Right)));
  351. this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Maroon;
  352. this.groupBoxWithBorder1.Controls.Add(this.label1);
  353. this.groupBoxWithBorder1.Controls.Add(this.pictureBox4);
  354. this.groupBoxWithBorder1.Controls.Add(this.pictureBox2);
  355. this.groupBoxWithBorder1.Controls.Add(this.label4);
  356. this.groupBoxWithBorder1.Controls.Add(this.pictureBox1);
  357. this.groupBoxWithBorder1.Controls.Add(this.pictureBox3);
  358. this.groupBoxWithBorder1.Controls.Add(this.label2);
  359. this.groupBoxWithBorder1.Controls.Add(this.label3);
  360. this.groupBoxWithBorder1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  361. this.groupBoxWithBorder1.Location = new System.Drawing.Point(12, 63);
  362. this.groupBoxWithBorder1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  363. this.groupBoxWithBorder1.Name = "groupBoxWithBorder1";
  364. this.groupBoxWithBorder1.Padding = new System.Windows.Forms.Padding(3, 2, 3, 2);
  365. this.groupBoxWithBorder1.Size = new System.Drawing.Size(1016, 40);
  366. this.groupBoxWithBorder1.TabIndex = 192;
  367. this.groupBoxWithBorder1.TabStop = false;
  368. this.groupBoxWithBorder1.Text = "颜色说明";
  369. this.groupBoxWithBorder1.TextColor = System.Drawing.Color.Black;
  370. //
  371. // label1
  372. //
  373. this.label1.AutoSize = true;
  374. this.label1.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  375. this.label1.Location = new System.Drawing.Point(850, 14);
  376. this.label1.Name = "label1";
  377. this.label1.Size = new System.Drawing.Size(74, 21);
  378. this.label1.TabIndex = 193;
  379. this.label1.Text = "尚未执行";
  380. //
  381. // pictureBox4
  382. //
  383. this.pictureBox4.BackColor = System.Drawing.Color.White;
  384. this.pictureBox4.Location = new System.Drawing.Point(776, 12);
  385. this.pictureBox4.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  386. this.pictureBox4.Name = "pictureBox4";
  387. this.pictureBox4.Size = new System.Drawing.Size(60, 20);
  388. this.pictureBox4.TabIndex = 192;
  389. this.pictureBox4.TabStop = false;
  390. //
  391. // pictureBox2
  392. //
  393. this.pictureBox2.BackColor = System.Drawing.Color.Green;
  394. this.pictureBox2.Location = new System.Drawing.Point(99, 12);
  395. this.pictureBox2.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  396. this.pictureBox2.Name = "pictureBox2";
  397. this.pictureBox2.Size = new System.Drawing.Size(60, 20);
  398. this.pictureBox2.TabIndex = 187;
  399. this.pictureBox2.TabStop = false;
  400. //
  401. // label4
  402. //
  403. this.label4.AutoSize = true;
  404. this.label4.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  405. this.label4.Location = new System.Drawing.Point(655, 14);
  406. this.label4.Name = "label4";
  407. this.label4.Size = new System.Drawing.Size(58, 21);
  408. this.label4.TabIndex = 191;
  409. this.label4.Text = "已报废";
  410. //
  411. // pictureBox1
  412. //
  413. this.pictureBox1.BackColor = System.Drawing.Color.Red;
  414. this.pictureBox1.Location = new System.Drawing.Point(338, 12);
  415. this.pictureBox1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  416. this.pictureBox1.Name = "pictureBox1";
  417. this.pictureBox1.Size = new System.Drawing.Size(60, 20);
  418. this.pictureBox1.TabIndex = 186;
  419. this.pictureBox1.TabStop = false;
  420. //
  421. // pictureBox3
  422. //
  423. this.pictureBox3.BackColor = System.Drawing.Color.Black;
  424. this.pictureBox3.Location = new System.Drawing.Point(581, 12);
  425. this.pictureBox3.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  426. this.pictureBox3.Name = "pictureBox3";
  427. this.pictureBox3.Size = new System.Drawing.Size(60, 20);
  428. this.pictureBox3.TabIndex = 190;
  429. this.pictureBox3.TabStop = false;
  430. //
  431. // label2
  432. //
  433. this.label2.AutoSize = true;
  434. this.label2.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  435. this.label2.Location = new System.Drawing.Point(172, 14);
  436. this.label2.Name = "label2";
  437. this.label2.Size = new System.Drawing.Size(122, 21);
  438. this.label2.TabIndex = 188;
  439. this.label2.Text = "已执行且为良品";
  440. //
  441. // label3
  442. //
  443. this.label3.AutoSize = true;
  444. this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  445. this.label3.Location = new System.Drawing.Point(412, 14);
  446. this.label3.Name = "label3";
  447. this.label3.Size = new System.Drawing.Size(138, 21);
  448. this.label3.TabIndex = 189;
  449. this.label3.Text = "已执行且为不良品";
  450. //
  451. // sn_code
  452. //
  453. this.sn_code.AllPower = null;
  454. this.sn_code.BackColor = System.Drawing.Color.White;
  455. this.sn_code.ID = null;
  456. this.sn_code.Location = new System.Drawing.Point(90, 10);
  457. this.sn_code.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  458. this.sn_code.Name = "sn_code";
  459. this.sn_code.Power = null;
  460. this.sn_code.Size = new System.Drawing.Size(145, 21);
  461. this.sn_code.Str = null;
  462. this.sn_code.Str1 = null;
  463. this.sn_code.Str2 = null;
  464. this.sn_code.TabIndex = 184;
  465. this.sn_code.Tag = "NoAuto";
  466. this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
  467. //
  468. // label8
  469. //
  470. this.label8.AutoSize = true;
  471. this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  472. this.label8.Location = new System.Drawing.Point(243, 40);
  473. this.label8.Name = "label8";
  474. this.label8.Size = new System.Drawing.Size(58, 21);
  475. this.label8.TabIndex = 204;
  476. this.label8.Text = "颜色号";
  477. //
  478. // ma_colorcode
  479. //
  480. this.ma_colorcode.Font = new System.Drawing.Font("微软雅黑", 12F);
  481. this.ma_colorcode.Location = new System.Drawing.Point(306, 39);
  482. this.ma_colorcode.Name = "ma_colorcode";
  483. this.ma_colorcode.Size = new System.Drawing.Size(138, 29);
  484. this.ma_colorcode.TabIndex = 205;
  485. //
  486. // barcode
  487. //
  488. this.barcode.Font = new System.Drawing.Font("微软雅黑", 12F);
  489. this.barcode.Location = new System.Drawing.Point(712, 37);
  490. this.barcode.Name = "barcode";
  491. this.barcode.Size = new System.Drawing.Size(127, 29);
  492. this.barcode.TabIndex = 207;
  493. this.barcode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.barcode_KeyDown);
  494. //
  495. // label9
  496. //
  497. this.label9.AutoSize = true;
  498. this.label9.Font = new System.Drawing.Font("微软雅黑", 12F);
  499. this.label9.Location = new System.Drawing.Point(658, 40);
  500. this.label9.Name = "label9";
  501. this.label9.Size = new System.Drawing.Size(58, 21);
  502. this.label9.TabIndex = 206;
  503. this.label9.Text = "部件号";
  504. //
  505. // Query_ExeProgress
  506. //
  507. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  508. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  509. this.ClientSize = new System.Drawing.Size(1038, 621);
  510. this.Controls.Add(this.barcode);
  511. this.Controls.Add(this.label9);
  512. this.Controls.Add(this.ma_colorcode);
  513. this.Controls.Add(this.label8);
  514. this.Controls.Add(this.ms_checkno);
  515. this.Controls.Add(this.label7);
  516. this.Controls.Add(this.CraftmaterialData);
  517. this.Controls.Add(this.ms_outboxcode);
  518. this.Controls.Add(this.label6);
  519. this.Controls.Add(this.pallet);
  520. this.Controls.Add(this.label5);
  521. this.Controls.Add(this.ma_code);
  522. this.Controls.Add(this.ma_code_label);
  523. this.Controls.Add(this.SerialPanel);
  524. this.Controls.Add(this.CraftInfDgv);
  525. this.Controls.Add(this.groupBoxWithBorder1);
  526. this.Controls.Add(this.sn_code);
  527. this.Controls.Add(this.sn_code_label);
  528. this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
  529. this.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
  530. this.Name = "Query_ExeProgress";
  531. this.Tag = "Query!ExeProgress";
  532. this.Text = "工单执行进度";
  533. this.Load += new System.EventHandler(this.Query_ExeProgress_Load);
  534. this.SizeChanged += new System.EventHandler(this.Query_ExeProgress_SizeChanged);
  535. ((System.ComponentModel.ISupportInitialize)(this.CraftmaterialData)).EndInit();
  536. ((System.ComponentModel.ISupportInitialize)(this.CraftInfDgv)).EndInit();
  537. this.groupBoxWithBorder1.ResumeLayout(false);
  538. this.groupBoxWithBorder1.PerformLayout();
  539. ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
  540. ((System.ComponentModel.ISupportInitialize)(this.pictureBox2)).EndInit();
  541. ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).EndInit();
  542. ((System.ComponentModel.ISupportInitialize)(this.pictureBox3)).EndInit();
  543. this.ResumeLayout(false);
  544. this.PerformLayout();
  545. }
  546. #endregion
  547. private System.Windows.Forms.Label sn_code_label;
  548. private CustomControl.TextBoxWithIcon.SnCollectionBox sn_code;
  549. private System.Windows.Forms.PictureBox pictureBox1;
  550. private System.Windows.Forms.PictureBox pictureBox2;
  551. private System.Windows.Forms.Label label2;
  552. private System.Windows.Forms.Label label3;
  553. private System.Windows.Forms.Label label4;
  554. private System.Windows.Forms.PictureBox pictureBox3;
  555. private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
  556. private CustomControl.DataGrid_View.DataGridViewWithSerialNum CraftInfDgv;
  557. private System.Windows.Forms.Panel SerialPanel;
  558. private System.Windows.Forms.Label label1;
  559. private System.Windows.Forms.PictureBox pictureBox4;
  560. private System.Windows.Forms.Label ma_code_label;
  561. private System.Windows.Forms.TextBox ma_code;
  562. private System.Windows.Forms.Label label5;
  563. private System.Windows.Forms.TextBox pallet;
  564. private System.Windows.Forms.Label label6;
  565. private System.Windows.Forms.TextBox ms_outboxcode;
  566. private System.Windows.Forms.DataGridViewTextBoxColumn mp_sncode;
  567. private System.Windows.Forms.DataGridViewTextBoxColumn mp_makecode;
  568. private System.Windows.Forms.DataGridViewTextBoxColumn ma_prodcode;
  569. private System.Windows.Forms.DataGridViewTextBoxColumn mp_sourcecode;
  570. private System.Windows.Forms.DataGridViewTextBoxColumn mp_stepname;
  571. private System.Windows.Forms.DataGridViewTextBoxColumn mp_indate;
  572. private System.Windows.Forms.DataGridViewTextBoxColumn ma_craftcode;
  573. private System.Windows.Forms.DataGridViewTextBoxColumn sc_linecode;
  574. private System.Windows.Forms.DataGridViewTextBoxColumn mp_inman;
  575. private System.Windows.Forms.DataGridViewTextBoxColumn em_name;
  576. private CustomControl.DataGrid_View.DataGridViewWithSerialNum CraftmaterialData;
  577. private System.Windows.Forms.TextBox ms_checkno;
  578. private System.Windows.Forms.Label label7;
  579. private System.Windows.Forms.Label label8;
  580. private System.Windows.Forms.TextBox ma_colorcode;
  581. private System.Windows.Forms.TextBox barcode;
  582. private System.Windows.Forms.Label label9;
  583. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
  584. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
  585. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
  586. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
  587. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
  588. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
  589. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
  590. private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn8;
  591. }
  592. }