Query_ExeProgress.Designer.cs 33 KB

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