Query_ExeProgress.Designer.cs 34 KB

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