| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562 |
- namespace UAS_MES_NEW.Make
- {
- partial class Make_BakingManage
- {
- /// <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()
- {
- this.SNDetails = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
- this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
- this.productName = new System.Windows.Forms.Label();
- this.productCode = new System.Windows.Forms.Label();
- this.workOrder = new System.Windows.Forms.Label();
- this.label4 = new System.Windows.Forms.Label();
- this.label1 = new System.Windows.Forms.Label();
- this.label3 = new System.Windows.Forms.Label();
- this.label2 = new System.Windows.Forms.Label();
- this.serialNumber = new System.Windows.Forms.Label();
- this.Container = new System.Windows.Forms.TableLayoutPanel();
- this.DataBox = new System.Windows.Forms.DataGridView();
- this.BOX_NO = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.REEL_NO = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.IN_DATE = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.ESTIMATE_TIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.IN_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.OUT_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
- this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
- this.panel2 = new System.Windows.Forms.Panel();
- this.EmployeeVal1 = new System.Windows.Forms.TextBox();
- this.Choose1 = new System.Windows.Forms.Button();
- this.EmployeeLab1 = new System.Windows.Forms.Label();
- this.ReelNoVal1 = new System.Windows.Forms.TextBox();
- this.ReelNoLab1 = new System.Windows.Forms.Label();
- this.panel1 = new System.Windows.Forms.Panel();
- this.EmployeeVal = new System.Windows.Forms.TextBox();
- this.EmployeeLab = new System.Windows.Forms.Label();
- this.EstimateLab1 = new System.Windows.Forms.Label();
- this.EstimateVal = new System.Windows.Forms.TextBox();
- this.EstimateLab = new System.Windows.Forms.Label();
- this.Choose = new System.Windows.Forms.Button();
- this.BackingVal = new System.Windows.Forms.TextBox();
- this.BackingLab = new System.Windows.Forms.Label();
- this.ReelNoVal = new System.Windows.Forms.TextBox();
- this.ReelNoLab = new System.Windows.Forms.Label();
- this.SNDetails.SuspendLayout();
- this.tableLayoutPanel1.SuspendLayout();
- this.Container.SuspendLayout();
- ((System.ComponentModel.ISupportInitialize)(this.DataBox)).BeginInit();
- this.tableLayoutPanel2.SuspendLayout();
- this.panel2.SuspendLayout();
- this.panel1.SuspendLayout();
- this.SuspendLayout();
- //
- // SNDetails
- //
- this.SNDetails.BorderColor = System.Drawing.Color.Black;
- this.SNDetails.Controls.Add(this.tableLayoutPanel1);
- this.SNDetails.Dock = System.Windows.Forms.DockStyle.Fill;
- this.SNDetails.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.SNDetails.Location = new System.Drawing.Point(3, 4);
- this.SNDetails.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.SNDetails.Name = "SNDetails";
- this.SNDetails.Padding = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.SNDetails.Size = new System.Drawing.Size(1274, 100);
- this.SNDetails.TabIndex = 4;
- this.SNDetails.TabStop = false;
- this.SNDetails.Text = "条码信息";
- this.SNDetails.TextColor = System.Drawing.Color.Black;
- //
- // tableLayoutPanel1
- //
- this.tableLayoutPanel1.ColumnCount = 8;
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451406F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 18.09942F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451406F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 12.09638F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451406F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 13.18958F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 6.451406F));
- this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 30.80901F));
- this.tableLayoutPanel1.Controls.Add(this.productName, 7, 0);
- this.tableLayoutPanel1.Controls.Add(this.productCode, 5, 0);
- this.tableLayoutPanel1.Controls.Add(this.workOrder, 3, 0);
- this.tableLayoutPanel1.Controls.Add(this.label4, 6, 0);
- this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
- this.tableLayoutPanel1.Controls.Add(this.label3, 4, 0);
- this.tableLayoutPanel1.Controls.Add(this.label2, 2, 0);
- this.tableLayoutPanel1.Controls.Add(this.serialNumber, 1, 0);
- this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel1.Location = new System.Drawing.Point(3, 32);
- this.tableLayoutPanel1.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.tableLayoutPanel1.Name = "tableLayoutPanel1";
- this.tableLayoutPanel1.RowCount = 1;
- this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.tableLayoutPanel1.Size = new System.Drawing.Size(1268, 64);
- this.tableLayoutPanel1.TabIndex = 0;
- //
- // productName
- //
- this.productName.AutoSize = true;
- this.productName.Dock = System.Windows.Forms.DockStyle.Fill;
- this.productName.Location = new System.Drawing.Point(876, 0);
- this.productName.Name = "productName";
- this.productName.Size = new System.Drawing.Size(389, 64);
- this.productName.TabIndex = 7;
- this.productName.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // productCode
- //
- this.productCode.AutoSize = true;
- this.productCode.Dock = System.Windows.Forms.DockStyle.Fill;
- this.productCode.Location = new System.Drawing.Point(628, 0);
- this.productCode.Name = "productCode";
- this.productCode.Size = new System.Drawing.Size(161, 64);
- this.productCode.TabIndex = 6;
- this.productCode.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // workOrder
- //
- this.workOrder.AutoSize = true;
- this.workOrder.Dock = System.Windows.Forms.DockStyle.Fill;
- this.workOrder.Location = new System.Drawing.Point(394, 0);
- this.workOrder.Name = "workOrder";
- this.workOrder.Size = new System.Drawing.Size(147, 64);
- this.workOrder.TabIndex = 5;
- this.workOrder.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label4
- //
- this.label4.AutoSize = true;
- this.label4.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label4.Location = new System.Drawing.Point(795, 0);
- this.label4.Name = "label4";
- this.label4.Size = new System.Drawing.Size(75, 64);
- this.label4.TabIndex = 3;
- this.label4.Text = "物料规格: ";
- this.label4.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label1
- //
- this.label1.AutoSize = true;
- this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label1.Location = new System.Drawing.Point(3, 0);
- this.label1.Name = "label1";
- this.label1.Size = new System.Drawing.Size(75, 64);
- this.label1.TabIndex = 0;
- this.label1.Text = "条码号: ";
- this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label3
- //
- this.label3.AutoSize = true;
- this.label3.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label3.Location = new System.Drawing.Point(547, 0);
- this.label3.Name = "label3";
- this.label3.Size = new System.Drawing.Size(75, 64);
- this.label3.TabIndex = 2;
- this.label3.Text = "物料编号: ";
- this.label3.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // label2
- //
- this.label2.AutoSize = true;
- this.label2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.label2.Location = new System.Drawing.Point(313, 0);
- this.label2.Name = "label2";
- this.label2.Size = new System.Drawing.Size(75, 64);
- this.label2.TabIndex = 1;
- this.label2.Text = "物料名称: ";
- this.label2.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // serialNumber
- //
- this.serialNumber.AutoSize = true;
- this.serialNumber.Dock = System.Windows.Forms.DockStyle.Fill;
- this.serialNumber.Location = new System.Drawing.Point(84, 0);
- this.serialNumber.Name = "serialNumber";
- this.serialNumber.Size = new System.Drawing.Size(223, 64);
- this.serialNumber.TabIndex = 4;
- this.serialNumber.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
- //
- // Container
- //
- this.Container.ColumnCount = 1;
- this.Container.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 100F));
- this.Container.Controls.Add(this.DataBox, 0, 2);
- this.Container.Controls.Add(this.SNDetails, 0, 0);
- this.Container.Controls.Add(this.tableLayoutPanel2, 0, 1);
- this.Container.Dock = System.Windows.Forms.DockStyle.Fill;
- this.Container.Location = new System.Drawing.Point(0, 0);
- this.Container.Margin = new System.Windows.Forms.Padding(4);
- this.Container.Name = "Container";
- this.Container.RowCount = 3;
- this.Container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 15F));
- this.Container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 30F));
- this.Container.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 55F));
- this.Container.Size = new System.Drawing.Size(1280, 720);
- this.Container.TabIndex = 9;
- //
- // DataBox
- //
- this.DataBox.AllowUserToAddRows = false;
- this.DataBox.AllowUserToDeleteRows = false;
- this.DataBox.BackgroundColor = System.Drawing.SystemColors.Control;
- this.DataBox.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
- this.DataBox.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
- this.BOX_NO,
- this.REEL_NO,
- this.IN_DATE,
- this.ESTIMATE_TIME,
- this.IN_NAME,
- this.OUT_NAME});
- this.DataBox.Dock = System.Windows.Forms.DockStyle.Fill;
- this.DataBox.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
- this.DataBox.Location = new System.Drawing.Point(3, 327);
- this.DataBox.Name = "DataBox";
- this.DataBox.ReadOnly = true;
- this.DataBox.RowHeadersWidth = 62;
- this.DataBox.RowTemplate.Height = 30;
- this.DataBox.Size = new System.Drawing.Size(1274, 390);
- this.DataBox.TabIndex = 155;
- //
- // BOX_NO
- //
- this.BOX_NO.DataPropertyName = "BOX_NO";
- this.BOX_NO.HeaderText = "烘烤箱号";
- this.BOX_NO.MinimumWidth = 8;
- this.BOX_NO.Name = "BOX_NO";
- this.BOX_NO.ReadOnly = true;
- this.BOX_NO.Width = 150;
- //
- // REEL_NO
- //
- this.REEL_NO.DataPropertyName = "REEL_NO";
- this.REEL_NO.HeaderText = "物料条码";
- this.REEL_NO.MinimumWidth = 8;
- this.REEL_NO.Name = "REEL_NO";
- this.REEL_NO.ReadOnly = true;
- this.REEL_NO.Width = 150;
- //
- // IN_DATE
- //
- this.IN_DATE.DataPropertyName = "IN_DATE";
- this.IN_DATE.HeaderText = "入烘烤时间";
- this.IN_DATE.MinimumWidth = 8;
- this.IN_DATE.Name = "IN_DATE";
- this.IN_DATE.ReadOnly = true;
- this.IN_DATE.Width = 150;
- //
- // ESTIMATE_TIME
- //
- this.ESTIMATE_TIME.DataPropertyName = "ESTIMATE_TIME";
- this.ESTIMATE_TIME.HeaderText = "预计烘烤时长";
- this.ESTIMATE_TIME.MinimumWidth = 8;
- this.ESTIMATE_TIME.Name = "ESTIMATE_TIME";
- this.ESTIMATE_TIME.ReadOnly = true;
- this.ESTIMATE_TIME.Width = 150;
- //
- // IN_NAME
- //
- this.IN_NAME.DataPropertyName = "IN_NAME";
- this.IN_NAME.HeaderText = "入烘烤人员";
- this.IN_NAME.MinimumWidth = 8;
- this.IN_NAME.Name = "IN_NAME";
- this.IN_NAME.ReadOnly = true;
- this.IN_NAME.Width = 150;
- //
- // OUT_NAME
- //
- this.OUT_NAME.DataPropertyName = "OUT_NAME";
- this.OUT_NAME.HeaderText = "出烘烤人员";
- this.OUT_NAME.MinimumWidth = 8;
- this.OUT_NAME.Name = "OUT_NAME";
- this.OUT_NAME.ReadOnly = true;
- this.OUT_NAME.Width = 150;
- //
- // tableLayoutPanel2
- //
- this.tableLayoutPanel2.ColumnCount = 2;
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel2.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel2.Controls.Add(this.panel2, 1, 0);
- this.tableLayoutPanel2.Controls.Add(this.panel1, 0, 0);
- this.tableLayoutPanel2.Dock = System.Windows.Forms.DockStyle.Fill;
- this.tableLayoutPanel2.Location = new System.Drawing.Point(3, 111);
- this.tableLayoutPanel2.Name = "tableLayoutPanel2";
- this.tableLayoutPanel2.RowCount = 1;
- this.tableLayoutPanel2.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
- this.tableLayoutPanel2.Size = new System.Drawing.Size(1274, 210);
- this.tableLayoutPanel2.TabIndex = 156;
- //
- // panel2
- //
- this.panel2.Controls.Add(this.EmployeeVal1);
- this.panel2.Controls.Add(this.Choose1);
- this.panel2.Controls.Add(this.EmployeeLab1);
- this.panel2.Controls.Add(this.ReelNoVal1);
- this.panel2.Controls.Add(this.ReelNoLab1);
- this.panel2.Location = new System.Drawing.Point(640, 3);
- this.panel2.Name = "panel2";
- this.panel2.Size = new System.Drawing.Size(631, 204);
- this.panel2.TabIndex = 177;
- //
- // EmployeeVal1
- //
- this.EmployeeVal1.Location = new System.Drawing.Point(109, 43);
- this.EmployeeVal1.Name = "EmployeeVal1";
- this.EmployeeVal1.Size = new System.Drawing.Size(113, 31);
- this.EmployeeVal1.TabIndex = 180;
- this.EmployeeVal1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.EmployeeVal1_KeyDown);
- this.EmployeeVal1.Leave += new System.EventHandler(this.EmployeeVal1_Leave);
- //
- // Choose1
- //
- this.Choose1.Cursor = System.Windows.Forms.Cursors.Hand;
- this.Choose1.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Choose1.Location = new System.Drawing.Point(370, 88);
- this.Choose1.Name = "Choose1";
- this.Choose1.Size = new System.Drawing.Size(90, 30);
- this.Choose1.TabIndex = 173;
- this.Choose1.Text = "出烘烤";
- this.Choose1.UseVisualStyleBackColor = true;
- this.Choose1.Click += new System.EventHandler(this.Choose1_Click);
- //
- // EmployeeLab1
- //
- this.EmployeeLab1.AutoSize = true;
- this.EmployeeLab1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.EmployeeLab1.Location = new System.Drawing.Point(25, 43);
- this.EmployeeLab1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.EmployeeLab1.Name = "EmployeeLab1";
- this.EmployeeLab1.Size = new System.Drawing.Size(80, 28);
- this.EmployeeLab1.TabIndex = 179;
- this.EmployeeLab1.Text = "操作员:";
- //
- // ReelNoVal1
- //
- this.ReelNoVal1.Location = new System.Drawing.Point(110, 90);
- this.ReelNoVal1.Name = "ReelNoVal1";
- this.ReelNoVal1.Size = new System.Drawing.Size(243, 31);
- this.ReelNoVal1.TabIndex = 164;
- this.ReelNoVal1.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ReelNoVal1_KeyDown);
- this.ReelNoVal1.Leave += new System.EventHandler(this.ReelNoVal1_Leave);
- //
- // ReelNoLab1
- //
- this.ReelNoLab1.AutoSize = true;
- this.ReelNoLab1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ReelNoLab1.Location = new System.Drawing.Point(25, 90);
- this.ReelNoLab1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.ReelNoLab1.Name = "ReelNoLab1";
- this.ReelNoLab1.Size = new System.Drawing.Size(80, 28);
- this.ReelNoLab1.TabIndex = 163;
- this.ReelNoLab1.Text = "条码号:";
- //
- // panel1
- //
- this.panel1.Controls.Add(this.EmployeeVal);
- this.panel1.Controls.Add(this.EmployeeLab);
- this.panel1.Controls.Add(this.EstimateLab1);
- this.panel1.Controls.Add(this.EstimateVal);
- this.panel1.Controls.Add(this.EstimateLab);
- this.panel1.Controls.Add(this.Choose);
- this.panel1.Controls.Add(this.BackingVal);
- this.panel1.Controls.Add(this.BackingLab);
- this.panel1.Controls.Add(this.ReelNoVal);
- this.panel1.Controls.Add(this.ReelNoLab);
- this.panel1.Dock = System.Windows.Forms.DockStyle.Fill;
- this.panel1.Location = new System.Drawing.Point(3, 3);
- this.panel1.Name = "panel1";
- this.panel1.Size = new System.Drawing.Size(631, 204);
- this.panel1.TabIndex = 136;
- //
- // EmployeeVal
- //
- this.EmployeeVal.Location = new System.Drawing.Point(112, 6);
- this.EmployeeVal.Name = "EmployeeVal";
- this.EmployeeVal.Size = new System.Drawing.Size(113, 31);
- this.EmployeeVal.TabIndex = 178;
- this.EmployeeVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.EmployeeVal_KeyDown);
- this.EmployeeVal.Leave += new System.EventHandler(this.EmployeeVal_Leave);
- //
- // EmployeeLab
- //
- this.EmployeeLab.AutoSize = true;
- this.EmployeeLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.EmployeeLab.Location = new System.Drawing.Point(28, 6);
- this.EmployeeLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.EmployeeLab.Name = "EmployeeLab";
- this.EmployeeLab.Size = new System.Drawing.Size(80, 28);
- this.EmployeeLab.TabIndex = 177;
- this.EmployeeLab.Text = "操作员:";
- //
- // EstimateLab1
- //
- this.EstimateLab1.AutoSize = true;
- this.EstimateLab1.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.EstimateLab1.Location = new System.Drawing.Point(171, 82);
- this.EstimateLab1.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.EstimateLab1.Name = "EstimateLab1";
- this.EstimateLab1.Size = new System.Drawing.Size(54, 28);
- this.EstimateLab1.TabIndex = 176;
- this.EstimateLab1.Text = "小时";
- //
- // EstimateVal
- //
- this.EstimateVal.Location = new System.Drawing.Point(112, 80);
- this.EstimateVal.Name = "EstimateVal";
- this.EstimateVal.Size = new System.Drawing.Size(60, 31);
- this.EstimateVal.TabIndex = 175;
- this.EstimateVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.EstimateVal_KeyDown);
- //
- // EstimateLab
- //
- this.EstimateLab.AutoSize = true;
- this.EstimateLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.EstimateLab.Location = new System.Drawing.Point(7, 81);
- this.EstimateLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.EstimateLab.Name = "EstimateLab";
- this.EstimateLab.Size = new System.Drawing.Size(101, 28);
- this.EstimateLab.TabIndex = 174;
- this.EstimateLab.Text = "预计时长:";
- //
- // Choose
- //
- this.Choose.Cursor = System.Windows.Forms.Cursors.Hand;
- this.Choose.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.Choose.Location = new System.Drawing.Point(372, 117);
- this.Choose.Name = "Choose";
- this.Choose.Size = new System.Drawing.Size(92, 30);
- this.Choose.TabIndex = 173;
- this.Choose.Text = "入烘烤";
- this.Choose.UseVisualStyleBackColor = true;
- this.Choose.Click += new System.EventHandler(this.Choose_Click);
- //
- // BackingVal
- //
- this.BackingVal.Location = new System.Drawing.Point(112, 43);
- this.BackingVal.Name = "BackingVal";
- this.BackingVal.Size = new System.Drawing.Size(243, 31);
- this.BackingVal.TabIndex = 166;
- this.BackingVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.BackingVal_KeyDown);
- //
- // BackingLab
- //
- this.BackingLab.AutoSize = true;
- this.BackingLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.BackingLab.Location = new System.Drawing.Point(28, 45);
- this.BackingLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.BackingLab.Name = "BackingLab";
- this.BackingLab.Size = new System.Drawing.Size(80, 28);
- this.BackingLab.TabIndex = 165;
- this.BackingLab.Text = "烘烤箱:";
- //
- // ReelNoVal
- //
- this.ReelNoVal.Location = new System.Drawing.Point(112, 119);
- this.ReelNoVal.Name = "ReelNoVal";
- this.ReelNoVal.Size = new System.Drawing.Size(243, 31);
- this.ReelNoVal.TabIndex = 164;
- this.ReelNoVal.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ReelNoVal_KeyDown);
- this.ReelNoVal.Leave += new System.EventHandler(this.ReelNoVal_Leave);
- //
- // ReelNoLab
- //
- this.ReelNoLab.AutoSize = true;
- this.ReelNoLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.ReelNoLab.Location = new System.Drawing.Point(28, 119);
- this.ReelNoLab.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
- this.ReelNoLab.Name = "ReelNoLab";
- this.ReelNoLab.Size = new System.Drawing.Size(80, 28);
- this.ReelNoLab.TabIndex = 163;
- this.ReelNoLab.Text = "条码号:";
- //
- // Make_BakingManage
- //
- this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(1280, 720);
- this.Controls.Add(this.Container);
- this.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
- this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
- this.Margin = new System.Windows.Forms.Padding(3, 4, 3, 4);
- this.Name = "Make_BakingManage";
- this.Text = "Make_InBaking";
- this.Load += new System.EventHandler(this.Make_InBaking_Load);
- this.SNDetails.ResumeLayout(false);
- this.tableLayoutPanel1.ResumeLayout(false);
- this.tableLayoutPanel1.PerformLayout();
- this.Container.ResumeLayout(false);
- ((System.ComponentModel.ISupportInitialize)(this.DataBox)).EndInit();
- this.tableLayoutPanel2.ResumeLayout(false);
- this.panel2.ResumeLayout(false);
- this.panel2.PerformLayout();
- this.panel1.ResumeLayout(false);
- this.panel1.PerformLayout();
- this.ResumeLayout(false);
- }
- #endregion
- private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder SNDetails;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
- private System.Windows.Forms.Label productName;
- private System.Windows.Forms.Label productCode;
- private System.Windows.Forms.Label workOrder;
- private System.Windows.Forms.Label label4;
- private System.Windows.Forms.Label label1;
- private System.Windows.Forms.Label label3;
- private System.Windows.Forms.Label label2;
- private System.Windows.Forms.Label serialNumber;
- private System.Windows.Forms.TableLayoutPanel Container;
- private System.Windows.Forms.DataGridView DataBox;
- private System.Windows.Forms.DataGridViewTextBoxColumn BOX_NO;
- private System.Windows.Forms.DataGridViewTextBoxColumn REEL_NO;
- private System.Windows.Forms.DataGridViewTextBoxColumn IN_DATE;
- private System.Windows.Forms.DataGridViewTextBoxColumn ESTIMATE_TIME;
- private System.Windows.Forms.DataGridViewTextBoxColumn IN_NAME;
- private System.Windows.Forms.DataGridViewTextBoxColumn OUT_NAME;
- private System.Windows.Forms.TableLayoutPanel tableLayoutPanel2;
- private System.Windows.Forms.Panel panel2;
- private System.Windows.Forms.Button Choose1;
- private System.Windows.Forms.TextBox ReelNoVal1;
- private System.Windows.Forms.Label ReelNoLab1;
- private System.Windows.Forms.Panel panel1;
- private System.Windows.Forms.Label EstimateLab1;
- private System.Windows.Forms.TextBox EstimateVal;
- private System.Windows.Forms.Label EstimateLab;
- private System.Windows.Forms.Button Choose;
- private System.Windows.Forms.TextBox BackingVal;
- private System.Windows.Forms.Label BackingLab;
- private System.Windows.Forms.TextBox ReelNoVal;
- private System.Windows.Forms.Label ReelNoLab;
- private System.Windows.Forms.TextBox EmployeeVal;
- private System.Windows.Forms.Label EmployeeLab;
- private System.Windows.Forms.TextBox EmployeeVal1;
- private System.Windows.Forms.Label EmployeeLab1;
- }
- }
|