Form_OrderUpd.designer.cs 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753
  1. namespace MainForm.FaForm
  2. {
  3. partial class Form_OrderUpd
  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. System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_OrderUpd));
  29. this.groupBox1 = new System.Windows.Forms.GroupBox();
  30. this.Cmb_Process = new System.Windows.Forms.ComboBox();
  31. this.txtPlnsign = new System.Windows.Forms.TextBox();
  32. this.label11 = new System.Windows.Forms.Label();
  33. this.txtSoreqdat = new System.Windows.Forms.TextBox();
  34. this.label10 = new System.Windows.Forms.Label();
  35. this.label7 = new System.Windows.Forms.Label();
  36. this.txtSupplierCode = new System.Windows.Forms.TextBox();
  37. this.label6 = new System.Windows.Forms.Label();
  38. this.txtProductName = new System.Windows.Forms.TextBox();
  39. this.label4 = new System.Windows.Forms.Label();
  40. this.txtProductNo = new System.Windows.Forms.TextBox();
  41. this.label2 = new System.Windows.Forms.Label();
  42. this.numPlannedQuantity = new System.Windows.Forms.NumericUpDown();
  43. this.label1 = new System.Windows.Forms.Label();
  44. this.txtMtltmrk = new System.Windows.Forms.TextBox();
  45. this.btnGetOrderInfo = new System.Windows.Forms.Button();
  46. this.txtSono = new System.Windows.Forms.TextBox();
  47. this.label19 = new System.Windows.Forms.Label();
  48. this.txtBatchNumber = new System.Windows.Forms.TextBox();
  49. this.label3 = new System.Windows.Forms.Label();
  50. this.Btn_WorkOrderConfirm = new System.Windows.Forms.Button();
  51. this.label5 = new System.Windows.Forms.Label();
  52. this.roundButton10 = new FaFrameUI.RoundButton();
  53. this.roundButton1 = new FaFrameUI.RoundButton();
  54. this.groupBox2 = new System.Windows.Forms.GroupBox();
  55. this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
  56. this.label33 = new System.Windows.Forms.Label();
  57. this.label32 = new System.Windows.Forms.Label();
  58. this.label31 = new System.Windows.Forms.Label();
  59. this.label30 = new System.Windows.Forms.Label();
  60. this.label29 = new System.Windows.Forms.Label();
  61. this.label28 = new System.Windows.Forms.Label();
  62. this.label27 = new System.Windows.Forms.Label();
  63. this.label26 = new System.Windows.Forms.Label();
  64. this.label25 = new System.Windows.Forms.Label();
  65. this.label24 = new System.Windows.Forms.Label();
  66. this.label23 = new System.Windows.Forms.Label();
  67. this.label22 = new System.Windows.Forms.Label();
  68. this.label21 = new System.Windows.Forms.Label();
  69. this.label20 = new System.Windows.Forms.Label();
  70. this.label18 = new System.Windows.Forms.Label();
  71. this.label17 = new System.Windows.Forms.Label();
  72. this.label16 = new System.Windows.Forms.Label();
  73. this.label15 = new System.Windows.Forms.Label();
  74. this.label12 = new System.Windows.Forms.Label();
  75. this.label14 = new System.Windows.Forms.Label();
  76. this.label13 = new System.Windows.Forms.Label();
  77. this.groupBox1.SuspendLayout();
  78. ((System.ComponentModel.ISupportInitialize)(this.numPlannedQuantity)).BeginInit();
  79. this.groupBox2.SuspendLayout();
  80. this.tableLayoutPanel1.SuspendLayout();
  81. this.SuspendLayout();
  82. //
  83. // groupBox1
  84. //
  85. this.groupBox1.BackColor = System.Drawing.Color.White;
  86. this.groupBox1.Controls.Add(this.Cmb_Process);
  87. this.groupBox1.Controls.Add(this.txtPlnsign);
  88. this.groupBox1.Controls.Add(this.label11);
  89. this.groupBox1.Controls.Add(this.txtSoreqdat);
  90. this.groupBox1.Controls.Add(this.label10);
  91. this.groupBox1.Controls.Add(this.label7);
  92. this.groupBox1.Controls.Add(this.txtSupplierCode);
  93. this.groupBox1.Controls.Add(this.label6);
  94. this.groupBox1.Controls.Add(this.txtProductName);
  95. this.groupBox1.Controls.Add(this.label4);
  96. this.groupBox1.Controls.Add(this.txtProductNo);
  97. this.groupBox1.Controls.Add(this.label2);
  98. this.groupBox1.Controls.Add(this.numPlannedQuantity);
  99. this.groupBox1.Controls.Add(this.label1);
  100. this.groupBox1.Controls.Add(this.txtMtltmrk);
  101. this.groupBox1.Controls.Add(this.btnGetOrderInfo);
  102. this.groupBox1.Controls.Add(this.txtSono);
  103. this.groupBox1.Controls.Add(this.label19);
  104. this.groupBox1.Controls.Add(this.txtBatchNumber);
  105. this.groupBox1.Controls.Add(this.label3);
  106. this.groupBox1.Controls.Add(this.Btn_WorkOrderConfirm);
  107. this.groupBox1.Controls.Add(this.label5);
  108. this.groupBox1.Controls.Add(this.roundButton10);
  109. this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  110. this.groupBox1.Location = new System.Drawing.Point(12, 12);
  111. this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 18, 3, 3);
  112. this.groupBox1.Name = "groupBox1";
  113. this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 8, 3, 3);
  114. this.groupBox1.Size = new System.Drawing.Size(543, 294);
  115. this.groupBox1.TabIndex = 1;
  116. this.groupBox1.TabStop = false;
  117. this.groupBox1.Text = "订单设置区域";
  118. //
  119. // Cmb_Process
  120. //
  121. this.Cmb_Process.BackColor = System.Drawing.Color.WhiteSmoke;
  122. this.Cmb_Process.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
  123. this.Cmb_Process.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  124. this.Cmb_Process.FormattingEnabled = true;
  125. this.Cmb_Process.Items.AddRange(new object[] {
  126. "工艺A"});
  127. this.Cmb_Process.Location = new System.Drawing.Point(100, 191);
  128. this.Cmb_Process.Name = "Cmb_Process";
  129. this.Cmb_Process.Size = new System.Drawing.Size(225, 28);
  130. this.Cmb_Process.TabIndex = 110;
  131. //
  132. // txtPlnsign
  133. //
  134. this.txtPlnsign.Enabled = false;
  135. this.txtPlnsign.Location = new System.Drawing.Point(368, 158);
  136. this.txtPlnsign.Name = "txtPlnsign";
  137. this.txtPlnsign.Size = new System.Drawing.Size(154, 27);
  138. this.txtPlnsign.TabIndex = 109;
  139. //
  140. // label11
  141. //
  142. this.label11.AutoSize = true;
  143. this.label11.Location = new System.Drawing.Point(290, 161);
  144. this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  145. this.label11.Name = "label11";
  146. this.label11.Size = new System.Drawing.Size(73, 20);
  147. this.label11.TabIndex = 108;
  148. this.label11.Text = "计划标记:";
  149. //
  150. // txtSoreqdat
  151. //
  152. this.txtSoreqdat.Enabled = false;
  153. this.txtSoreqdat.Location = new System.Drawing.Point(368, 125);
  154. this.txtSoreqdat.Name = "txtSoreqdat";
  155. this.txtSoreqdat.Size = new System.Drawing.Size(154, 27);
  156. this.txtSoreqdat.TabIndex = 107;
  157. //
  158. // label10
  159. //
  160. this.label10.AutoSize = true;
  161. this.label10.Location = new System.Drawing.Point(290, 128);
  162. this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  163. this.label10.Name = "label10";
  164. this.label10.Size = new System.Drawing.Size(73, 20);
  165. this.label10.TabIndex = 106;
  166. this.label10.Text = "需求日期:";
  167. //
  168. // label7
  169. //
  170. this.label7.AutoSize = true;
  171. this.label7.Location = new System.Drawing.Point(22, 194);
  172. this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  173. this.label7.Name = "label7";
  174. this.label7.Size = new System.Drawing.Size(73, 20);
  175. this.label7.TabIndex = 100;
  176. this.label7.Text = "所属流程:";
  177. //
  178. // txtSupplierCode
  179. //
  180. this.txtSupplierCode.Location = new System.Drawing.Point(368, 59);
  181. this.txtSupplierCode.Name = "txtSupplierCode";
  182. this.txtSupplierCode.Size = new System.Drawing.Size(154, 27);
  183. this.txtSupplierCode.TabIndex = 99;
  184. //
  185. // label6
  186. //
  187. this.label6.AutoSize = true;
  188. this.label6.Location = new System.Drawing.Point(276, 62);
  189. this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  190. this.label6.Name = "label6";
  191. this.label6.Size = new System.Drawing.Size(88, 20);
  192. this.label6.TabIndex = 98;
  193. this.label6.Text = "供应商代码:";
  194. //
  195. // txtProductName
  196. //
  197. this.txtProductName.Enabled = false;
  198. this.txtProductName.Location = new System.Drawing.Point(100, 125);
  199. this.txtProductName.Name = "txtProductName";
  200. this.txtProductName.Size = new System.Drawing.Size(154, 27);
  201. this.txtProductName.TabIndex = 97;
  202. //
  203. // label4
  204. //
  205. this.label4.AutoSize = true;
  206. this.label4.Location = new System.Drawing.Point(22, 128);
  207. this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  208. this.label4.Name = "label4";
  209. this.label4.Size = new System.Drawing.Size(73, 20);
  210. this.label4.TabIndex = 96;
  211. this.label4.Text = "产品名称:";
  212. //
  213. // txtProductNo
  214. //
  215. this.txtProductNo.Enabled = false;
  216. this.txtProductNo.Location = new System.Drawing.Point(368, 92);
  217. this.txtProductNo.Name = "txtProductNo";
  218. this.txtProductNo.Size = new System.Drawing.Size(154, 27);
  219. this.txtProductNo.TabIndex = 95;
  220. //
  221. // label2
  222. //
  223. this.label2.AutoSize = true;
  224. this.label2.Location = new System.Drawing.Point(290, 95);
  225. this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  226. this.label2.Name = "label2";
  227. this.label2.Size = new System.Drawing.Size(73, 20);
  228. this.label2.TabIndex = 94;
  229. this.label2.Text = "产品代号:";
  230. //
  231. // numPlannedQuantity
  232. //
  233. this.numPlannedQuantity.Enabled = false;
  234. this.numPlannedQuantity.Location = new System.Drawing.Point(100, 158);
  235. this.numPlannedQuantity.Name = "numPlannedQuantity";
  236. this.numPlannedQuantity.Size = new System.Drawing.Size(154, 27);
  237. this.numPlannedQuantity.TabIndex = 93;
  238. //
  239. // label1
  240. //
  241. this.label1.AutoSize = true;
  242. this.label1.Location = new System.Drawing.Point(22, 161);
  243. this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  244. this.label1.Name = "label1";
  245. this.label1.Size = new System.Drawing.Size(73, 20);
  246. this.label1.TabIndex = 91;
  247. this.label1.Text = "计划数量:";
  248. //
  249. // txtMtltmrk
  250. //
  251. this.txtMtltmrk.Location = new System.Drawing.Point(100, 92);
  252. this.txtMtltmrk.Name = "txtMtltmrk";
  253. this.txtMtltmrk.Size = new System.Drawing.Size(154, 27);
  254. this.txtMtltmrk.TabIndex = 87;
  255. //
  256. // btnGetOrderInfo
  257. //
  258. this.btnGetOrderInfo.BackColor = System.Drawing.Color.WhiteSmoke;
  259. this.btnGetOrderInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  260. this.btnGetOrderInfo.Location = new System.Drawing.Point(260, 25);
  261. this.btnGetOrderInfo.Name = "btnGetOrderInfo";
  262. this.btnGetOrderInfo.Size = new System.Drawing.Size(85, 28);
  263. this.btnGetOrderInfo.TabIndex = 84;
  264. this.btnGetOrderInfo.Text = "获取订单信息";
  265. this.btnGetOrderInfo.UseVisualStyleBackColor = false;
  266. this.btnGetOrderInfo.Click += new System.EventHandler(this.BtnGetOrderInfo_Click);
  267. //
  268. // txtSono
  269. //
  270. this.txtSono.Enabled = false;
  271. this.txtSono.Location = new System.Drawing.Point(100, 26);
  272. this.txtSono.Name = "txtSono";
  273. this.txtSono.Size = new System.Drawing.Size(154, 27);
  274. this.txtSono.TabIndex = 81;
  275. //
  276. // label19
  277. //
  278. this.label19.AutoSize = true;
  279. this.label19.Location = new System.Drawing.Point(7, 29);
  280. this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  281. this.label19.Name = "label19";
  282. this.label19.Size = new System.Drawing.Size(88, 20);
  283. this.label19.TabIndex = 80;
  284. this.label19.Text = "车间订单号:";
  285. //
  286. // txtBatchNumber
  287. //
  288. this.txtBatchNumber.Enabled = false;
  289. this.txtBatchNumber.Location = new System.Drawing.Point(100, 59);
  290. this.txtBatchNumber.Name = "txtBatchNumber";
  291. this.txtBatchNumber.Size = new System.Drawing.Size(154, 27);
  292. this.txtBatchNumber.TabIndex = 71;
  293. //
  294. // label3
  295. //
  296. this.label3.AutoSize = true;
  297. this.label3.Location = new System.Drawing.Point(22, 95);
  298. this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  299. this.label3.Name = "label3";
  300. this.label3.Size = new System.Drawing.Size(73, 20);
  301. this.label3.TabIndex = 68;
  302. this.label3.Text = "产品型号:";
  303. //
  304. // Btn_WorkOrderConfirm
  305. //
  306. this.Btn_WorkOrderConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
  307. this.Btn_WorkOrderConfirm.BackColor = System.Drawing.Color.WhiteSmoke;
  308. this.Btn_WorkOrderConfirm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  309. this.Btn_WorkOrderConfirm.Location = new System.Drawing.Point(466, 246);
  310. this.Btn_WorkOrderConfirm.Margin = new System.Windows.Forms.Padding(2);
  311. this.Btn_WorkOrderConfirm.Name = "Btn_WorkOrderConfirm";
  312. this.Btn_WorkOrderConfirm.Size = new System.Drawing.Size(56, 30);
  313. this.Btn_WorkOrderConfirm.TabIndex = 66;
  314. this.Btn_WorkOrderConfirm.Text = "确认";
  315. this.Btn_WorkOrderConfirm.UseVisualStyleBackColor = false;
  316. this.Btn_WorkOrderConfirm.Click += new System.EventHandler(this.Btn_WorkOrderConfirm_Click);
  317. //
  318. // label5
  319. //
  320. this.label5.AutoSize = true;
  321. this.label5.Location = new System.Drawing.Point(37, 62);
  322. this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
  323. this.label5.Name = "label5";
  324. this.label5.Size = new System.Drawing.Size(58, 20);
  325. this.label5.TabIndex = 62;
  326. this.label5.Text = "批次号:";
  327. //
  328. // roundButton10
  329. //
  330. this.roundButton10.BackColor = System.Drawing.Color.Transparent;
  331. this.roundButton10.BaseColor = System.Drawing.Color.Silver;
  332. this.roundButton10.BaseColorEnd = System.Drawing.Color.Lime;
  333. this.roundButton10.FlatAppearance.BorderSize = 0;
  334. this.roundButton10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  335. this.roundButton10.ImageHeight = 80;
  336. this.roundButton10.ImageWidth = 80;
  337. this.roundButton10.Location = new System.Drawing.Point(391, 402);
  338. this.roundButton10.Name = "roundButton10";
  339. this.roundButton10.Radius = 24;
  340. this.roundButton10.Size = new System.Drawing.Size(125, 37);
  341. this.roundButton10.SpliteButtonWidth = 18;
  342. this.roundButton10.TabIndex = 60;
  343. this.roundButton10.Text = "保存参数";
  344. this.roundButton10.UseVisualStyleBackColor = false;
  345. //
  346. // roundButton1
  347. //
  348. this.roundButton1.BackColor = System.Drawing.Color.Transparent;
  349. this.roundButton1.BaseColor = System.Drawing.Color.Silver;
  350. this.roundButton1.BaseColorEnd = System.Drawing.Color.Lime;
  351. this.roundButton1.FlatAppearance.BorderSize = 0;
  352. this.roundButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
  353. this.roundButton1.ImageHeight = 80;
  354. this.roundButton1.ImageWidth = 80;
  355. this.roundButton1.Location = new System.Drawing.Point(391, 402);
  356. this.roundButton1.Name = "roundButton1";
  357. this.roundButton1.Radius = 24;
  358. this.roundButton1.Size = new System.Drawing.Size(125, 37);
  359. this.roundButton1.SpliteButtonWidth = 18;
  360. this.roundButton1.TabIndex = 60;
  361. this.roundButton1.Text = "保存参数";
  362. this.roundButton1.UseVisualStyleBackColor = false;
  363. //
  364. // groupBox2
  365. //
  366. this.groupBox2.BackColor = System.Drawing.Color.White;
  367. this.groupBox2.Controls.Add(this.tableLayoutPanel1);
  368. this.groupBox2.Controls.Add(this.roundButton1);
  369. this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  370. this.groupBox2.Location = new System.Drawing.Point(561, 13);
  371. this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 18, 3, 3);
  372. this.groupBox2.Name = "groupBox2";
  373. this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 8, 3, 3);
  374. this.groupBox2.Size = new System.Drawing.Size(327, 293);
  375. this.groupBox2.TabIndex = 2;
  376. this.groupBox2.TabStop = false;
  377. this.groupBox2.Text = "流程详情";
  378. //
  379. // tableLayoutPanel1
  380. //
  381. this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
  382. | System.Windows.Forms.AnchorStyles.Left)
  383. | System.Windows.Forms.AnchorStyles.Right)));
  384. this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.OutsetPartial;
  385. this.tableLayoutPanel1.ColumnCount = 3;
  386. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 82F));
  387. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
  388. this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 93F));
  389. this.tableLayoutPanel1.Controls.Add(this.label33, 0, 6);
  390. this.tableLayoutPanel1.Controls.Add(this.label32, 0, 6);
  391. this.tableLayoutPanel1.Controls.Add(this.label31, 0, 6);
  392. this.tableLayoutPanel1.Controls.Add(this.label30, 2, 5);
  393. this.tableLayoutPanel1.Controls.Add(this.label29, 1, 5);
  394. this.tableLayoutPanel1.Controls.Add(this.label28, 0, 5);
  395. this.tableLayoutPanel1.Controls.Add(this.label27, 2, 4);
  396. this.tableLayoutPanel1.Controls.Add(this.label26, 1, 4);
  397. this.tableLayoutPanel1.Controls.Add(this.label25, 0, 4);
  398. this.tableLayoutPanel1.Controls.Add(this.label24, 2, 3);
  399. this.tableLayoutPanel1.Controls.Add(this.label23, 1, 3);
  400. this.tableLayoutPanel1.Controls.Add(this.label22, 0, 3);
  401. this.tableLayoutPanel1.Controls.Add(this.label21, 2, 2);
  402. this.tableLayoutPanel1.Controls.Add(this.label20, 1, 2);
  403. this.tableLayoutPanel1.Controls.Add(this.label18, 0, 2);
  404. this.tableLayoutPanel1.Controls.Add(this.label17, 2, 1);
  405. this.tableLayoutPanel1.Controls.Add(this.label16, 1, 1);
  406. this.tableLayoutPanel1.Controls.Add(this.label15, 0, 1);
  407. this.tableLayoutPanel1.Controls.Add(this.label12, 0, 0);
  408. this.tableLayoutPanel1.Controls.Add(this.label14, 2, 0);
  409. this.tableLayoutPanel1.Controls.Add(this.label13, 1, 0);
  410. this.tableLayoutPanel1.Location = new System.Drawing.Point(6, 28);
  411. this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 6, 4, 4);
  412. this.tableLayoutPanel1.Name = "tableLayoutPanel1";
  413. this.tableLayoutPanel1.RowCount = 7;
  414. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
  415. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
  416. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
  417. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
  418. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
  419. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
  420. this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
  421. this.tableLayoutPanel1.Size = new System.Drawing.Size(315, 236);
  422. this.tableLayoutPanel1.TabIndex = 61;
  423. //
  424. // label33
  425. //
  426. this.label33.AutoSize = true;
  427. this.label33.BackColor = System.Drawing.Color.White;
  428. this.label33.Dock = System.Windows.Forms.DockStyle.Fill;
  429. this.label33.Location = new System.Drawing.Point(6, 205);
  430. this.label33.Name = "label33";
  431. this.label33.Size = new System.Drawing.Size(76, 28);
  432. this.label33.TabIndex = 21;
  433. this.label33.Text = "末站";
  434. this.label33.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  435. //
  436. // label32
  437. //
  438. this.label32.AutoSize = true;
  439. this.label32.BackColor = System.Drawing.Color.White;
  440. this.label32.Dock = System.Windows.Forms.DockStyle.Fill;
  441. this.label32.Location = new System.Drawing.Point(91, 205);
  442. this.label32.Name = "label32";
  443. this.label32.Size = new System.Drawing.Size(122, 28);
  444. this.label32.TabIndex = 20;
  445. this.label32.Text = " [S6]CCD检测";
  446. this.label32.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  447. //
  448. // label31
  449. //
  450. this.label31.AutoSize = true;
  451. this.label31.BackColor = System.Drawing.Color.White;
  452. this.label31.Dock = System.Windows.Forms.DockStyle.Fill;
  453. this.label31.Location = new System.Drawing.Point(222, 205);
  454. this.label31.Name = "label31";
  455. this.label31.Size = new System.Drawing.Size(87, 28);
  456. this.label31.TabIndex = 19;
  457. this.label31.Text = "启用";
  458. this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  459. //
  460. // label30
  461. //
  462. this.label30.AutoSize = true;
  463. this.label30.BackColor = System.Drawing.Color.White;
  464. this.label30.Dock = System.Windows.Forms.DockStyle.Fill;
  465. this.label30.Location = new System.Drawing.Point(222, 174);
  466. this.label30.Name = "label30";
  467. this.label30.Size = new System.Drawing.Size(87, 28);
  468. this.label30.TabIndex = 18;
  469. this.label30.Text = "启用";
  470. this.label30.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  471. //
  472. // label29
  473. //
  474. this.label29.AutoSize = true;
  475. this.label29.BackColor = System.Drawing.Color.White;
  476. this.label29.Dock = System.Windows.Forms.DockStyle.Fill;
  477. this.label29.Location = new System.Drawing.Point(91, 174);
  478. this.label29.Name = "label29";
  479. this.label29.Size = new System.Drawing.Size(122, 28);
  480. this.label29.TabIndex = 17;
  481. this.label29.Text = " [S5]激光标记";
  482. this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  483. //
  484. // label28
  485. //
  486. this.label28.AutoSize = true;
  487. this.label28.BackColor = System.Drawing.Color.White;
  488. this.label28.Dock = System.Windows.Forms.DockStyle.Fill;
  489. this.label28.Location = new System.Drawing.Point(6, 174);
  490. this.label28.Name = "label28";
  491. this.label28.Size = new System.Drawing.Size(76, 28);
  492. this.label28.TabIndex = 16;
  493. this.label28.Text = "第五站";
  494. this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  495. //
  496. // label27
  497. //
  498. this.label27.AutoSize = true;
  499. this.label27.BackColor = System.Drawing.Color.White;
  500. this.label27.Dock = System.Windows.Forms.DockStyle.Fill;
  501. this.label27.Location = new System.Drawing.Point(222, 143);
  502. this.label27.Name = "label27";
  503. this.label27.Size = new System.Drawing.Size(87, 28);
  504. this.label27.TabIndex = 15;
  505. this.label27.Text = "启用";
  506. this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  507. //
  508. // label26
  509. //
  510. this.label26.AutoSize = true;
  511. this.label26.BackColor = System.Drawing.Color.White;
  512. this.label26.Dock = System.Windows.Forms.DockStyle.Fill;
  513. this.label26.Location = new System.Drawing.Point(91, 143);
  514. this.label26.Name = "label26";
  515. this.label26.Size = new System.Drawing.Size(122, 28);
  516. this.label26.TabIndex = 14;
  517. this.label26.Text = " [S4]气密测试";
  518. this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  519. //
  520. // label25
  521. //
  522. this.label25.AutoSize = true;
  523. this.label25.BackColor = System.Drawing.Color.White;
  524. this.label25.Dock = System.Windows.Forms.DockStyle.Fill;
  525. this.label25.Location = new System.Drawing.Point(6, 143);
  526. this.label25.Name = "label25";
  527. this.label25.Size = new System.Drawing.Size(76, 28);
  528. this.label25.TabIndex = 13;
  529. this.label25.Text = "第四站";
  530. this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  531. //
  532. // label24
  533. //
  534. this.label24.AutoSize = true;
  535. this.label24.BackColor = System.Drawing.Color.White;
  536. this.label24.Dock = System.Windows.Forms.DockStyle.Fill;
  537. this.label24.Location = new System.Drawing.Point(222, 112);
  538. this.label24.Name = "label24";
  539. this.label24.Size = new System.Drawing.Size(87, 28);
  540. this.label24.TabIndex = 12;
  541. this.label24.Text = "启用";
  542. this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  543. //
  544. // label23
  545. //
  546. this.label23.AutoSize = true;
  547. this.label23.BackColor = System.Drawing.Color.White;
  548. this.label23.Dock = System.Windows.Forms.DockStyle.Fill;
  549. this.label23.Location = new System.Drawing.Point(91, 112);
  550. this.label23.Name = "label23";
  551. this.label23.Size = new System.Drawing.Size(122, 28);
  552. this.label23.TabIndex = 11;
  553. this.label23.Text = " [S3]导通性测试";
  554. this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  555. //
  556. // label22
  557. //
  558. this.label22.AutoSize = true;
  559. this.label22.BackColor = System.Drawing.Color.White;
  560. this.label22.Dock = System.Windows.Forms.DockStyle.Fill;
  561. this.label22.Location = new System.Drawing.Point(6, 112);
  562. this.label22.Name = "label22";
  563. this.label22.Size = new System.Drawing.Size(76, 28);
  564. this.label22.TabIndex = 10;
  565. this.label22.Text = "第三站";
  566. this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  567. //
  568. // label21
  569. //
  570. this.label21.AutoSize = true;
  571. this.label21.BackColor = System.Drawing.Color.White;
  572. this.label21.Dock = System.Windows.Forms.DockStyle.Fill;
  573. this.label21.Location = new System.Drawing.Point(222, 81);
  574. this.label21.Name = "label21";
  575. this.label21.Size = new System.Drawing.Size(87, 28);
  576. this.label21.TabIndex = 9;
  577. this.label21.Text = "启用";
  578. this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  579. //
  580. // label20
  581. //
  582. this.label20.AutoSize = true;
  583. this.label20.BackColor = System.Drawing.Color.White;
  584. this.label20.Dock = System.Windows.Forms.DockStyle.Fill;
  585. this.label20.Location = new System.Drawing.Point(91, 81);
  586. this.label20.Name = "label20";
  587. this.label20.Size = new System.Drawing.Size(122, 28);
  588. this.label20.TabIndex = 8;
  589. this.label20.Text = " [S2]电性能测试";
  590. this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  591. //
  592. // label18
  593. //
  594. this.label18.AutoSize = true;
  595. this.label18.BackColor = System.Drawing.Color.White;
  596. this.label18.Dock = System.Windows.Forms.DockStyle.Fill;
  597. this.label18.Location = new System.Drawing.Point(6, 81);
  598. this.label18.Name = "label18";
  599. this.label18.Size = new System.Drawing.Size(76, 28);
  600. this.label18.TabIndex = 7;
  601. this.label18.Text = "第二站";
  602. this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  603. //
  604. // label17
  605. //
  606. this.label17.AutoSize = true;
  607. this.label17.BackColor = System.Drawing.Color.White;
  608. this.label17.Dock = System.Windows.Forms.DockStyle.Fill;
  609. this.label17.Location = new System.Drawing.Point(222, 50);
  610. this.label17.Name = "label17";
  611. this.label17.Size = new System.Drawing.Size(87, 28);
  612. this.label17.TabIndex = 6;
  613. this.label17.Text = "启用";
  614. this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  615. //
  616. // label16
  617. //
  618. this.label16.AutoSize = true;
  619. this.label16.BackColor = System.Drawing.Color.White;
  620. this.label16.Dock = System.Windows.Forms.DockStyle.Fill;
  621. this.label16.Location = new System.Drawing.Point(91, 50);
  622. this.label16.Name = "label16";
  623. this.label16.Size = new System.Drawing.Size(122, 28);
  624. this.label16.TabIndex = 5;
  625. this.label16.Text = " [S1]装胶圈";
  626. this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
  627. //
  628. // label15
  629. //
  630. this.label15.AutoSize = true;
  631. this.label15.BackColor = System.Drawing.Color.White;
  632. this.label15.Dock = System.Windows.Forms.DockStyle.Fill;
  633. this.label15.Location = new System.Drawing.Point(6, 50);
  634. this.label15.Name = "label15";
  635. this.label15.Size = new System.Drawing.Size(76, 28);
  636. this.label15.TabIndex = 4;
  637. this.label15.Text = "首站";
  638. this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  639. //
  640. // label12
  641. //
  642. this.label12.AutoSize = true;
  643. this.label12.Dock = System.Windows.Forms.DockStyle.Fill;
  644. this.label12.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  645. this.label12.Location = new System.Drawing.Point(6, 3);
  646. this.label12.Name = "label12";
  647. this.label12.Size = new System.Drawing.Size(76, 44);
  648. this.label12.TabIndex = 3;
  649. this.label12.Text = "工站位置";
  650. this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  651. //
  652. // label14
  653. //
  654. this.label14.AutoSize = true;
  655. this.label14.Dock = System.Windows.Forms.DockStyle.Fill;
  656. this.label14.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  657. this.label14.Location = new System.Drawing.Point(222, 3);
  658. this.label14.Name = "label14";
  659. this.label14.Size = new System.Drawing.Size(87, 44);
  660. this.label14.TabIndex = 2;
  661. this.label14.Text = "是否启用";
  662. this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  663. //
  664. // label13
  665. //
  666. this.label13.AutoSize = true;
  667. this.label13.Dock = System.Windows.Forms.DockStyle.Fill;
  668. this.label13.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
  669. this.label13.Location = new System.Drawing.Point(91, 3);
  670. this.label13.Name = "label13";
  671. this.label13.Size = new System.Drawing.Size(122, 44);
  672. this.label13.TabIndex = 1;
  673. this.label13.Text = "工站编号";
  674. this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
  675. //
  676. // Form_OrderUpd
  677. //
  678. this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
  679. this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
  680. this.BackColor = System.Drawing.Color.White;
  681. this.ClientSize = new System.Drawing.Size(900, 318);
  682. this.Controls.Add(this.groupBox2);
  683. this.Controls.Add(this.groupBox1);
  684. this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
  685. this.MaximizeBox = false;
  686. this.Name = "Form_OrderUpd";
  687. this.Text = "修改订单";
  688. this.Load += new System.EventHandler(this.Form_OrderUpd_Load);
  689. this.groupBox1.ResumeLayout(false);
  690. this.groupBox1.PerformLayout();
  691. ((System.ComponentModel.ISupportInitialize)(this.numPlannedQuantity)).EndInit();
  692. this.groupBox2.ResumeLayout(false);
  693. this.tableLayoutPanel1.ResumeLayout(false);
  694. this.tableLayoutPanel1.PerformLayout();
  695. this.ResumeLayout(false);
  696. }
  697. #endregion
  698. private System.Windows.Forms.GroupBox groupBox1;
  699. private System.Windows.Forms.TextBox txtMtltmrk;
  700. private System.Windows.Forms.Button btnGetOrderInfo;
  701. private System.Windows.Forms.TextBox txtSono;
  702. private System.Windows.Forms.Label label19;
  703. private System.Windows.Forms.TextBox txtBatchNumber;
  704. private System.Windows.Forms.Label label3;
  705. private System.Windows.Forms.Button Btn_WorkOrderConfirm;
  706. private System.Windows.Forms.Label label5;
  707. private FaFrameUI.RoundButton roundButton10;
  708. private System.Windows.Forms.Label label1;
  709. private System.Windows.Forms.NumericUpDown numPlannedQuantity;
  710. private System.Windows.Forms.TextBox txtProductName;
  711. private System.Windows.Forms.Label label4;
  712. private System.Windows.Forms.TextBox txtProductNo;
  713. private System.Windows.Forms.Label label2;
  714. private System.Windows.Forms.TextBox txtSupplierCode;
  715. private System.Windows.Forms.Label label6;
  716. private System.Windows.Forms.Label label7;
  717. private System.Windows.Forms.TextBox txtSoreqdat;
  718. private System.Windows.Forms.Label label10;
  719. private System.Windows.Forms.TextBox txtPlnsign;
  720. private System.Windows.Forms.Label label11;
  721. private FaFrameUI.RoundButton roundButton1;
  722. private System.Windows.Forms.GroupBox groupBox2;
  723. private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
  724. private System.Windows.Forms.Label label14;
  725. private System.Windows.Forms.Label label13;
  726. private System.Windows.Forms.Label label30;
  727. private System.Windows.Forms.Label label29;
  728. private System.Windows.Forms.Label label28;
  729. private System.Windows.Forms.Label label27;
  730. private System.Windows.Forms.Label label26;
  731. private System.Windows.Forms.Label label25;
  732. private System.Windows.Forms.Label label24;
  733. private System.Windows.Forms.Label label23;
  734. private System.Windows.Forms.Label label22;
  735. private System.Windows.Forms.Label label21;
  736. private System.Windows.Forms.Label label20;
  737. private System.Windows.Forms.Label label18;
  738. private System.Windows.Forms.Label label17;
  739. private System.Windows.Forms.Label label16;
  740. private System.Windows.Forms.Label label15;
  741. private System.Windows.Forms.Label label12;
  742. private System.Windows.Forms.Label label33;
  743. private System.Windows.Forms.Label label32;
  744. private System.Windows.Forms.Label label31;
  745. private System.Windows.Forms.ComboBox Cmb_Process;
  746. }
  747. }