123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752 |
- namespace MainForm.FaForm
- {
- partial class Form_OrderAdd
- {
- /// <summary>
- /// Required designer variable.
- /// </summary>
- private System.ComponentModel.IContainer components = null;
- /// <summary>
- /// Clean up any resources being used.
- /// </summary>
- /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
- protected override void Dispose(bool disposing)
- {
- if (disposing && (components != null))
- {
- components.Dispose();
- }
- base.Dispose(disposing);
- }
- #region Windows Form Designer generated code
- /// <summary>
- /// Required method for Designer support - do not modify
- /// the contents of this method with the code editor.
- /// </summary>
- private void InitializeComponent()
- {
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form_OrderAdd));
- this.groupBox1 = new System.Windows.Forms.GroupBox();
- this.Cmb_Process = new System.Windows.Forms.ComboBox();
- this.txtPlnsign = new System.Windows.Forms.TextBox();
- this.label11 = new System.Windows.Forms.Label();
- this.txtSoreqdat = new System.Windows.Forms.TextBox();
- this.label10 = new System.Windows.Forms.Label();
- this.label7 = new System.Windows.Forms.Label();
- this.txtSupplierCode = new System.Windows.Forms.TextBox();
- this.label6 = new System.Windows.Forms.Label();
- this.txtProductName = new System.Windows.Forms.TextBox();
- this.label4 = new System.Windows.Forms.Label();
- this.txtProductNo = new System.Windows.Forms.TextBox();
- this.label2 = new System.Windows.Forms.Label();
- this.numPlannedQuantity = new System.Windows.Forms.NumericUpDown();
- this.label1 = new System.Windows.Forms.Label();
- this.txtMtltmrk = new System.Windows.Forms.TextBox();
- this.btnGetOrderInfo = new System.Windows.Forms.Button();
- this.txtSono = new System.Windows.Forms.TextBox();
- this.label19 = new System.Windows.Forms.Label();
- this.txtBatchNumber = new System.Windows.Forms.TextBox();
- this.label3 = new System.Windows.Forms.Label();
- this.Btn_WorkOrderConfirm = new System.Windows.Forms.Button();
- this.label5 = new System.Windows.Forms.Label();
- this.roundButton10 = new FaFrameUI.RoundButton();
- this.roundButton1 = new FaFrameUI.RoundButton();
- this.groupBox2 = new System.Windows.Forms.GroupBox();
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.label33 = new System.Windows.Forms.Label();
- this.label32 = new System.Windows.Forms.Label();
- this.label31 = new System.Windows.Forms.Label();
- this.label30 = new System.Windows.Forms.Label();
- this.label29 = new System.Windows.Forms.Label();
- this.label28 = new System.Windows.Forms.Label();
- this.label27 = new System.Windows.Forms.Label();
- this.label26 = new System.Windows.Forms.Label();
- this.label25 = new System.Windows.Forms.Label();
- this.label24 = new System.Windows.Forms.Label();
- this.label23 = new System.Windows.Forms.Label();
- this.label22 = new System.Windows.Forms.Label();
- this.label21 = new System.Windows.Forms.Label();
- this.label20 = new System.Windows.Forms.Label();
- this.label18 = new System.Windows.Forms.Label();
- this.label17 = new System.Windows.Forms.Label();
- this.label16 = new System.Windows.Forms.Label();
- this.label15 = new System.Windows.Forms.Label();
- this.label12 = new System.Windows.Forms.Label();
- this.label14 = new System.Windows.Forms.Label();
- this.label13 = new System.Windows.Forms.Label();
- this.groupBox1.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numPlannedQuantity)).BeginInit();
- this.groupBox2.SuspendLayout();
- this.tableLayoutPanel1.SuspendLayout();
- this.SuspendLayout();
- //
- // groupBox1
- //
- this.groupBox1.BackColor = System.Drawing.Color.White;
- this.groupBox1.Controls.Add(this.Cmb_Process);
- this.groupBox1.Controls.Add(this.txtPlnsign);
- this.groupBox1.Controls.Add(this.label11);
- this.groupBox1.Controls.Add(this.txtSoreqdat);
- this.groupBox1.Controls.Add(this.label10);
- this.groupBox1.Controls.Add(this.label7);
- this.groupBox1.Controls.Add(this.txtSupplierCode);
- this.groupBox1.Controls.Add(this.label6);
- this.groupBox1.Controls.Add(this.txtProductName);
- this.groupBox1.Controls.Add(this.label4);
- this.groupBox1.Controls.Add(this.txtProductNo);
- this.groupBox1.Controls.Add(this.label2);
- this.groupBox1.Controls.Add(this.numPlannedQuantity);
- this.groupBox1.Controls.Add(this.label1);
- this.groupBox1.Controls.Add(this.txtMtltmrk);
- this.groupBox1.Controls.Add(this.btnGetOrderInfo);
- this.groupBox1.Controls.Add(this.txtSono);
- this.groupBox1.Controls.Add(this.label19);
- this.groupBox1.Controls.Add(this.txtBatchNumber);
- this.groupBox1.Controls.Add(this.label3);
- this.groupBox1.Controls.Add(this.Btn_WorkOrderConfirm);
- this.groupBox1.Controls.Add(this.label5);
- this.groupBox1.Controls.Add(this.roundButton10);
- this.groupBox1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBox1.Location = new System.Drawing.Point(12, 12);
- this.groupBox1.Margin = new System.Windows.Forms.Padding(3, 18, 3, 3);
- this.groupBox1.Name = "groupBox1";
- this.groupBox1.Padding = new System.Windows.Forms.Padding(3, 8, 3, 3);
- this.groupBox1.Size = new System.Drawing.Size(543, 294);
- this.groupBox1.TabIndex = 1;
- this.groupBox1.TabStop = false;
- this.groupBox1.Text = "订单设置区域";
- //
- // Cmb_Process
- //
- this.Cmb_Process.BackColor = System.Drawing.Color.WhiteSmoke;
- this.Cmb_Process.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
- this.Cmb_Process.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.Cmb_Process.FormattingEnabled = true;
- this.Cmb_Process.Items.AddRange(new object[] {
- "工艺A"});
- this.Cmb_Process.Location = new System.Drawing.Point(100, 191);
- this.Cmb_Process.Name = "Cmb_Process";
- this.Cmb_Process.Size = new System.Drawing.Size(225, 28);
- this.Cmb_Process.TabIndex = 110;
- //
- // txtPlnsign
- //
- this.txtPlnsign.Enabled = false;
- this.txtPlnsign.Location = new System.Drawing.Point(368, 158);
- this.txtPlnsign.Name = "txtPlnsign";
- this.txtPlnsign.Size = new System.Drawing.Size(154, 27);
- this.txtPlnsign.TabIndex = 109;
- //
- // label11
- //
- this.label11.AutoSize = true;
- this.label11.Location = new System.Drawing.Point(290, 161);
- this.label11.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label11.Name = "label11";
- this.label11.Size = new System.Drawing.Size(73, 20);
- this.label11.TabIndex = 108;
- this.label11.Text = "计划标记:";
- //
- // txtSoreqdat
- //
- this.txtSoreqdat.Enabled = false;
- this.txtSoreqdat.Location = new System.Drawing.Point(368, 125);
- this.txtSoreqdat.Name = "txtSoreqdat";
- this.txtSoreqdat.Size = new System.Drawing.Size(154, 27);
- this.txtSoreqdat.TabIndex = 107;
- //
- // label10
- //
- this.label10.AutoSize = true;
- this.label10.Location = new System.Drawing.Point(290, 128);
- this.label10.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label10.Name = "label10";
- this.label10.Size = new System.Drawing.Size(73, 20);
- this.label10.TabIndex = 106;
- this.label10.Text = "需求日期:";
- //
- // label7
- //
- this.label7.AutoSize = true;
- this.label7.Location = new System.Drawing.Point(22, 194);
- this.label7.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label7.Name = "label7";
- this.label7.Size = new System.Drawing.Size(73, 20);
- this.label7.TabIndex = 100;
- this.label7.Text = "所属流程:";
- //
- // txtSupplierCode
- //
- this.txtSupplierCode.Location = new System.Drawing.Point(368, 59);
- this.txtSupplierCode.Name = "txtSupplierCode";
- this.txtSupplierCode.Size = new System.Drawing.Size(154, 27);
- this.txtSupplierCode.TabIndex = 99;
- //
- // label6
- //
- this.label6.AutoSize = true;
- this.label6.Location = new System.Drawing.Point(276, 62);
- this.label6.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label6.Name = "label6";
- this.label6.Size = new System.Drawing.Size(88, 20);
- this.label6.TabIndex = 98;
- this.label6.Text = "供应商代码:";
- //
- // txtProductName
- //
- this.txtProductName.Enabled = false;
- this.txtProductName.Location = new System.Drawing.Point(100, 125);
- this.txtProductName.Name = "txtProductName";
- this.txtProductName.Size = new System.Drawing.Size(154, 27);
- this.txtProductName.TabIndex = 97;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Location = new System.Drawing.Point(22, 128);
- this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(73, 20);
- this.label4.TabIndex = 96;
- this.label4.Text = "产品名称:";
- //
- // txtProductNo
- //
- this.txtProductNo.Enabled = false;
- this.txtProductNo.Location = new System.Drawing.Point(368, 92);
- this.txtProductNo.Name = "txtProductNo";
- this.txtProductNo.Size = new System.Drawing.Size(154, 27);
- this.txtProductNo.TabIndex = 95;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Location = new System.Drawing.Point(290, 95);
- this.label2.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(73, 20);
- this.label2.TabIndex = 94;
- this.label2.Text = "产品代号:";
- //
- // numPlannedQuantity
- //
- this.numPlannedQuantity.Enabled = false;
- this.numPlannedQuantity.Location = new System.Drawing.Point(100, 158);
- this.numPlannedQuantity.Name = "numPlannedQuantity";
- this.numPlannedQuantity.Size = new System.Drawing.Size(154, 27);
- this.numPlannedQuantity.TabIndex = 93;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Location = new System.Drawing.Point(22, 161);
- this.label1.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(73, 20);
- this.label1.TabIndex = 91;
- this.label1.Text = "计划数量:";
- //
- // txtMtltmrk
- //
- this.txtMtltmrk.Location = new System.Drawing.Point(100, 92);
- this.txtMtltmrk.Name = "txtMtltmrk";
- this.txtMtltmrk.Size = new System.Drawing.Size(154, 27);
- this.txtMtltmrk.TabIndex = 87;
- //
- // btnGetOrderInfo
- //
- this.btnGetOrderInfo.BackColor = System.Drawing.Color.WhiteSmoke;
- this.btnGetOrderInfo.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.btnGetOrderInfo.Location = new System.Drawing.Point(260, 25);
- this.btnGetOrderInfo.Name = "btnGetOrderInfo";
- this.btnGetOrderInfo.Size = new System.Drawing.Size(85, 28);
- this.btnGetOrderInfo.TabIndex = 84;
- this.btnGetOrderInfo.Text = "获取订单信息";
- this.btnGetOrderInfo.UseVisualStyleBackColor = false;
- this.btnGetOrderInfo.Click += new System.EventHandler(this.BtnGetOrderInfo_Click);
- //
- // txtSono
- //
- this.txtSono.Location = new System.Drawing.Point(100, 26);
- this.txtSono.Name = "txtSono";
- this.txtSono.Size = new System.Drawing.Size(154, 27);
- this.txtSono.TabIndex = 81;
- //
- // label19
- //
- this.label19.AutoSize = true;
- this.label19.Location = new System.Drawing.Point(7, 29);
- this.label19.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label19.Name = "label19";
- this.label19.Size = new System.Drawing.Size(88, 20);
- this.label19.TabIndex = 80;
- this.label19.Text = "车间订单号:";
- //
- // txtBatchNumber
- //
- this.txtBatchNumber.Enabled = false;
- this.txtBatchNumber.Location = new System.Drawing.Point(100, 59);
- this.txtBatchNumber.Name = "txtBatchNumber";
- this.txtBatchNumber.Size = new System.Drawing.Size(154, 27);
- this.txtBatchNumber.TabIndex = 71;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Location = new System.Drawing.Point(22, 95);
- this.label3.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(73, 20);
- this.label3.TabIndex = 68;
- this.label3.Text = "产品型号:";
- //
- // Btn_WorkOrderConfirm
- //
- this.Btn_WorkOrderConfirm.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
- this.Btn_WorkOrderConfirm.BackColor = System.Drawing.Color.WhiteSmoke;
- this.Btn_WorkOrderConfirm.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.Btn_WorkOrderConfirm.Location = new System.Drawing.Point(466, 246);
- this.Btn_WorkOrderConfirm.Margin = new System.Windows.Forms.Padding(2);
- this.Btn_WorkOrderConfirm.Name = "Btn_WorkOrderConfirm";
- this.Btn_WorkOrderConfirm.Size = new System.Drawing.Size(56, 30);
- this.Btn_WorkOrderConfirm.TabIndex = 66;
- this.Btn_WorkOrderConfirm.Text = "确认";
- this.Btn_WorkOrderConfirm.UseVisualStyleBackColor = false;
- this.Btn_WorkOrderConfirm.Click += new System.EventHandler(this.Btn_WorkOrderConfirm_Click);
- //
- // label5
- //
- this.label5.AutoSize = true;
- this.label5.Location = new System.Drawing.Point(37, 62);
- this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
- this.label5.Name = "label5";
- this.label5.Size = new System.Drawing.Size(58, 20);
- this.label5.TabIndex = 62;
- this.label5.Text = "批次号:";
- //
- // roundButton10
- //
- this.roundButton10.BackColor = System.Drawing.Color.Transparent;
- this.roundButton10.BaseColor = System.Drawing.Color.Silver;
- this.roundButton10.BaseColorEnd = System.Drawing.Color.Lime;
- this.roundButton10.FlatAppearance.BorderSize = 0;
- this.roundButton10.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.roundButton10.ImageHeight = 80;
- this.roundButton10.ImageWidth = 80;
- this.roundButton10.Location = new System.Drawing.Point(391, 402);
- this.roundButton10.Name = "roundButton10";
- this.roundButton10.Radius = 24;
- this.roundButton10.Size = new System.Drawing.Size(125, 37);
- this.roundButton10.SpliteButtonWidth = 18;
- this.roundButton10.TabIndex = 60;
- this.roundButton10.Text = "保存参数";
- this.roundButton10.UseVisualStyleBackColor = false;
- //
- // roundButton1
- //
- this.roundButton1.BackColor = System.Drawing.Color.Transparent;
- this.roundButton1.BaseColor = System.Drawing.Color.Silver;
- this.roundButton1.BaseColorEnd = System.Drawing.Color.Lime;
- this.roundButton1.FlatAppearance.BorderSize = 0;
- this.roundButton1.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
- this.roundButton1.ImageHeight = 80;
- this.roundButton1.ImageWidth = 80;
- this.roundButton1.Location = new System.Drawing.Point(391, 402);
- this.roundButton1.Name = "roundButton1";
- this.roundButton1.Radius = 24;
- this.roundButton1.Size = new System.Drawing.Size(125, 37);
- this.roundButton1.SpliteButtonWidth = 18;
- this.roundButton1.TabIndex = 60;
- this.roundButton1.Text = "保存参数";
- this.roundButton1.UseVisualStyleBackColor = false;
- //
- // groupBox2
- //
- this.groupBox2.BackColor = System.Drawing.Color.White;
- this.groupBox2.Controls.Add(this.tableLayoutPanel1);
- this.groupBox2.Controls.Add(this.roundButton1);
- this.groupBox2.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.groupBox2.Location = new System.Drawing.Point(561, 13);
- this.groupBox2.Margin = new System.Windows.Forms.Padding(3, 18, 3, 3);
- this.groupBox2.Name = "groupBox2";
- this.groupBox2.Padding = new System.Windows.Forms.Padding(3, 8, 3, 3);
- this.groupBox2.Size = new System.Drawing.Size(327, 293);
- this.groupBox2.TabIndex = 2;
- this.groupBox2.TabStop = false;
- this.groupBox2.Text = "流程详情";
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
- | System.Windows.Forms.AnchorStyles.Right)));
- this.tableLayoutPanel1.CellBorderStyle = System.Windows.Forms.TableLayoutPanelCellBorderStyle.OutsetPartial;
- this.tableLayoutPanel1.ColumnCount = 3;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 82F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Absolute, 93F));
- this.tableLayoutPanel1.Controls.Add(this.label33, 0, 6);
- this.tableLayoutPanel1.Controls.Add(this.label32, 0, 6);
- this.tableLayoutPanel1.Controls.Add(this.label31, 0, 6);
- this.tableLayoutPanel1.Controls.Add(this.label30, 2, 5);
- this.tableLayoutPanel1.Controls.Add(this.label29, 1, 5);
- this.tableLayoutPanel1.Controls.Add(this.label28, 0, 5);
- this.tableLayoutPanel1.Controls.Add(this.label27, 2, 4);
- this.tableLayoutPanel1.Controls.Add(this.label26, 1, 4);
- this.tableLayoutPanel1.Controls.Add(this.label25, 0, 4);
- this.tableLayoutPanel1.Controls.Add(this.label24, 2, 3);
- this.tableLayoutPanel1.Controls.Add(this.label23, 1, 3);
- this.tableLayoutPanel1.Controls.Add(this.label22, 0, 3);
- this.tableLayoutPanel1.Controls.Add(this.label21, 2, 2);
- this.tableLayoutPanel1.Controls.Add(this.label20, 1, 2);
- this.tableLayoutPanel1.Controls.Add(this.label18, 0, 2);
- this.tableLayoutPanel1.Controls.Add(this.label17, 2, 1);
- this.tableLayoutPanel1.Controls.Add(this.label16, 1, 1);
- this.tableLayoutPanel1.Controls.Add(this.label15, 0, 1);
- this.tableLayoutPanel1.Controls.Add(this.label12, 0, 0);
- this.tableLayoutPanel1.Controls.Add(this.label14, 2, 0);
- this.tableLayoutPanel1.Controls.Add(this.label13, 1, 0);
- this.tableLayoutPanel1.Location = new System.Drawing.Point(6, 28);
- this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(4, 6, 4, 4);
- this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.RowCount = 7;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Absolute, 28F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(315, 236);
- this.tableLayoutPanel1.TabIndex = 61;
- //
- // label33
- //
- this.label33.AutoSize = true;
- this.label33.BackColor = System.Drawing.Color.White;
- this.label33.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label33.Location = new System.Drawing.Point(6, 205);
- this.label33.Name = "label33";
- this.label33.Size = new System.Drawing.Size(76, 28);
- this.label33.TabIndex = 21;
- this.label33.Text = "末站";
- this.label33.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label32
- //
- this.label32.AutoSize = true;
- this.label32.BackColor = System.Drawing.Color.White;
- this.label32.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label32.Location = new System.Drawing.Point(91, 205);
- this.label32.Name = "label32";
- this.label32.Size = new System.Drawing.Size(122, 28);
- this.label32.TabIndex = 20;
- this.label32.Text = " [S6]CCD检测";
- this.label32.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label31
- //
- this.label31.AutoSize = true;
- this.label31.BackColor = System.Drawing.Color.White;
- this.label31.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label31.Location = new System.Drawing.Point(222, 205);
- this.label31.Name = "label31";
- this.label31.Size = new System.Drawing.Size(87, 28);
- this.label31.TabIndex = 19;
- this.label31.Text = "启用";
- this.label31.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label30
- //
- this.label30.AutoSize = true;
- this.label30.BackColor = System.Drawing.Color.White;
- this.label30.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label30.Location = new System.Drawing.Point(222, 174);
- this.label30.Name = "label30";
- this.label30.Size = new System.Drawing.Size(87, 28);
- this.label30.TabIndex = 18;
- this.label30.Text = "启用";
- this.label30.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label29
- //
- this.label29.AutoSize = true;
- this.label29.BackColor = System.Drawing.Color.White;
- this.label29.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label29.Location = new System.Drawing.Point(91, 174);
- this.label29.Name = "label29";
- this.label29.Size = new System.Drawing.Size(122, 28);
- this.label29.TabIndex = 17;
- this.label29.Text = " [S5]激光标记";
- this.label29.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label28
- //
- this.label28.AutoSize = true;
- this.label28.BackColor = System.Drawing.Color.White;
- this.label28.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label28.Location = new System.Drawing.Point(6, 174);
- this.label28.Name = "label28";
- this.label28.Size = new System.Drawing.Size(76, 28);
- this.label28.TabIndex = 16;
- this.label28.Text = "第五站";
- this.label28.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label27
- //
- this.label27.AutoSize = true;
- this.label27.BackColor = System.Drawing.Color.White;
- this.label27.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label27.Location = new System.Drawing.Point(222, 143);
- this.label27.Name = "label27";
- this.label27.Size = new System.Drawing.Size(87, 28);
- this.label27.TabIndex = 15;
- this.label27.Text = "启用";
- this.label27.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label26
- //
- this.label26.AutoSize = true;
- this.label26.BackColor = System.Drawing.Color.White;
- this.label26.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label26.Location = new System.Drawing.Point(91, 143);
- this.label26.Name = "label26";
- this.label26.Size = new System.Drawing.Size(122, 28);
- this.label26.TabIndex = 14;
- this.label26.Text = " [S4]气密测试";
- this.label26.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label25
- //
- this.label25.AutoSize = true;
- this.label25.BackColor = System.Drawing.Color.White;
- this.label25.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label25.Location = new System.Drawing.Point(6, 143);
- this.label25.Name = "label25";
- this.label25.Size = new System.Drawing.Size(76, 28);
- this.label25.TabIndex = 13;
- this.label25.Text = "第四站";
- this.label25.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label24
- //
- this.label24.AutoSize = true;
- this.label24.BackColor = System.Drawing.Color.White;
- this.label24.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label24.Location = new System.Drawing.Point(222, 112);
- this.label24.Name = "label24";
- this.label24.Size = new System.Drawing.Size(87, 28);
- this.label24.TabIndex = 12;
- this.label24.Text = "启用";
- this.label24.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label23
- //
- this.label23.AutoSize = true;
- this.label23.BackColor = System.Drawing.Color.White;
- this.label23.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label23.Location = new System.Drawing.Point(91, 112);
- this.label23.Name = "label23";
- this.label23.Size = new System.Drawing.Size(122, 28);
- this.label23.TabIndex = 11;
- this.label23.Text = " [S3]导通性测试";
- this.label23.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label22
- //
- this.label22.AutoSize = true;
- this.label22.BackColor = System.Drawing.Color.White;
- this.label22.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label22.Location = new System.Drawing.Point(6, 112);
- this.label22.Name = "label22";
- this.label22.Size = new System.Drawing.Size(76, 28);
- this.label22.TabIndex = 10;
- this.label22.Text = "第三站";
- this.label22.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label21
- //
- this.label21.AutoSize = true;
- this.label21.BackColor = System.Drawing.Color.White;
- this.label21.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label21.Location = new System.Drawing.Point(222, 81);
- this.label21.Name = "label21";
- this.label21.Size = new System.Drawing.Size(87, 28);
- this.label21.TabIndex = 9;
- this.label21.Text = "启用";
- this.label21.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label20
- //
- this.label20.AutoSize = true;
- this.label20.BackColor = System.Drawing.Color.White;
- this.label20.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label20.Location = new System.Drawing.Point(91, 81);
- this.label20.Name = "label20";
- this.label20.Size = new System.Drawing.Size(122, 28);
- this.label20.TabIndex = 8;
- this.label20.Text = " [S2]电性能测试";
- this.label20.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label18
- //
- this.label18.AutoSize = true;
- this.label18.BackColor = System.Drawing.Color.White;
- this.label18.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label18.Location = new System.Drawing.Point(6, 81);
- this.label18.Name = "label18";
- this.label18.Size = new System.Drawing.Size(76, 28);
- this.label18.TabIndex = 7;
- this.label18.Text = "第二站";
- this.label18.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label17
- //
- this.label17.AutoSize = true;
- this.label17.BackColor = System.Drawing.Color.White;
- this.label17.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label17.Location = new System.Drawing.Point(222, 50);
- this.label17.Name = "label17";
- this.label17.Size = new System.Drawing.Size(87, 28);
- this.label17.TabIndex = 6;
- this.label17.Text = "启用";
- this.label17.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label16
- //
- this.label16.AutoSize = true;
- this.label16.BackColor = System.Drawing.Color.White;
- this.label16.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label16.Location = new System.Drawing.Point(91, 50);
- this.label16.Name = "label16";
- this.label16.Size = new System.Drawing.Size(122, 28);
- this.label16.TabIndex = 5;
- this.label16.Text = " [S1]装胶圈";
- this.label16.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label15
- //
- this.label15.AutoSize = true;
- this.label15.BackColor = System.Drawing.Color.White;
- this.label15.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label15.Location = new System.Drawing.Point(6, 50);
- this.label15.Name = "label15";
- this.label15.Size = new System.Drawing.Size(76, 28);
- this.label15.TabIndex = 4;
- this.label15.Text = "首站";
- this.label15.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label12
- //
- this.label12.AutoSize = true;
- this.label12.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label12.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label12.Location = new System.Drawing.Point(6, 3);
- this.label12.Name = "label12";
- this.label12.Size = new System.Drawing.Size(76, 44);
- this.label12.TabIndex = 3;
- this.label12.Text = "工站位置";
- this.label12.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label14
- //
- this.label14.AutoSize = true;
- this.label14.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label14.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label14.Location = new System.Drawing.Point(222, 3);
- this.label14.Name = "label14";
- this.label14.Size = new System.Drawing.Size(87, 44);
- this.label14.TabIndex = 2;
- this.label14.Text = "是否启用";
- this.label14.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // label13
- //
- this.label13.AutoSize = true;
- this.label13.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label13.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.label13.Location = new System.Drawing.Point(91, 3);
- this.label13.Name = "label13";
- this.label13.Size = new System.Drawing.Size(122, 44);
- this.label13.TabIndex = 1;
- this.label13.Text = "工站编号";
- this.label13.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
- //
- // Form_OrderAdd
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.BackColor = System.Drawing.Color.White;
- this.ClientSize = new System.Drawing.Size(900, 318);
- this.Controls.Add(this.groupBox2);
- this.Controls.Add(this.groupBox1);
- this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
- this.MaximizeBox = false;
- this.Name = "Form_OrderAdd";
- this.Text = "新增订单";
- this.Load += new System.EventHandler(this.Form_OrderAdd_Load);
- this.groupBox1.ResumeLayout(false);
- this.groupBox1.PerformLayout();
- ((System.ComponentModel.ISupportInitialize)(this.numPlannedQuantity)).EndInit();
- this.groupBox2.ResumeLayout(false);
- this.tableLayoutPanel1.ResumeLayout(false);
- this.tableLayoutPanel1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private System.Windows.Forms.GroupBox groupBox1;
- private System.Windows.Forms.TextBox txtMtltmrk;
- private System.Windows.Forms.Button btnGetOrderInfo;
- private System.Windows.Forms.TextBox txtSono;
- private System.Windows.Forms.Label label19;
- private System.Windows.Forms.TextBox txtBatchNumber;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Button Btn_WorkOrderConfirm;
- private System.Windows.Forms.Label label5;
- private FaFrameUI.RoundButton roundButton10;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.NumericUpDown numPlannedQuantity;
- private System.Windows.Forms.TextBox txtProductName;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.TextBox txtProductNo;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.TextBox txtSupplierCode;
- private System.Windows.Forms.Label label6;
- private System.Windows.Forms.Label label7;
- private System.Windows.Forms.TextBox txtSoreqdat;
- private System.Windows.Forms.Label label10;
- private System.Windows.Forms.TextBox txtPlnsign;
- private System.Windows.Forms.Label label11;
- private FaFrameUI.RoundButton roundButton1;
- private System.Windows.Forms.GroupBox groupBox2;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private System.Windows.Forms.Label label14;
- private System.Windows.Forms.Label label13;
- private System.Windows.Forms.Label label30;
- private System.Windows.Forms.Label label29;
- private System.Windows.Forms.Label label28;
- private System.Windows.Forms.Label label27;
- private System.Windows.Forms.Label label26;
- private System.Windows.Forms.Label label25;
- private System.Windows.Forms.Label label24;
- private System.Windows.Forms.Label label23;
- private System.Windows.Forms.Label label22;
- private System.Windows.Forms.Label label21;
- private System.Windows.Forms.Label label20;
- private System.Windows.Forms.Label label18;
- private System.Windows.Forms.Label label17;
- private System.Windows.Forms.Label label16;
- private System.Windows.Forms.Label label15;
- private System.Windows.Forms.Label label12;
- private System.Windows.Forms.Label label33;
- private System.Windows.Forms.Label label32;
- private System.Windows.Forms.Label label31;
- private System.Windows.Forms.ComboBox Cmb_Process;
- }
- }
|