Query_ExeProgress.Designer.cs 32 KB

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