Query_ExeProgress.Designer.cs 33 KB

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