Form_OrderAdd.designer.cs 40 KB

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