Query_ExeProgress.Designer.cs 31 KB

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