|
|
@@ -28,6 +28,15 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
+ this.Container = new System.Windows.Forms.TableLayoutPanel();
|
|
|
+ this.DataBox = new System.Windows.Forms.DataGridView();
|
|
|
+ this.BOX_NO = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.WORK_ORDER = 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.BAKING_TIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.SNDetails = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.productName = new System.Windows.Forms.Label();
|
|
|
@@ -38,14 +47,6 @@
|
|
|
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();
|
|
|
@@ -54,6 +55,9 @@
|
|
|
this.ReelNoVal1 = new System.Windows.Forms.TextBox();
|
|
|
this.ReelNoLab1 = new System.Windows.Forms.Label();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
+ this.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
|
|
|
+ this.ms_makecode_label = new System.Windows.Forms.Label();
|
|
|
+ this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
|
|
|
this.EmployeeVal = new System.Windows.Forms.TextBox();
|
|
|
this.EmployeeLab = new System.Windows.Forms.Label();
|
|
|
this.EstimateLab1 = new System.Windows.Forms.Label();
|
|
|
@@ -64,15 +68,127 @@
|
|
|
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.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn2 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.Container.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.DataBox)).BeginInit();
|
|
|
+ this.SNDetails.SuspendLayout();
|
|
|
+ this.tableLayoutPanel1.SuspendLayout();
|
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
|
this.panel2.SuspendLayout();
|
|
|
this.panel1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
+ // 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.WORK_ORDER,
|
|
|
+ this.REEL_NO,
|
|
|
+ this.IN_DATE,
|
|
|
+ this.ESTIMATE_TIME,
|
|
|
+ this.IN_NAME,
|
|
|
+ this.BAKING_TIME});
|
|
|
+ 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.Visible = false;
|
|
|
+ this.BOX_NO.Width = 150;
|
|
|
+ //
|
|
|
+ // WORK_ORDER
|
|
|
+ //
|
|
|
+ this.WORK_ORDER.DataPropertyName = "WORK_ORDER";
|
|
|
+ this.WORK_ORDER.HeaderText = "工单号";
|
|
|
+ this.WORK_ORDER.MinimumWidth = 8;
|
|
|
+ this.WORK_ORDER.Name = "WORK_ORDER";
|
|
|
+ this.WORK_ORDER.ReadOnly = true;
|
|
|
+ this.WORK_ORDER.Width = 130;
|
|
|
+ //
|
|
|
+ // 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;
|
|
|
+ //
|
|
|
+ // BAKING_TIME
|
|
|
+ //
|
|
|
+ this.BAKING_TIME.DataPropertyName = "BAKING_TIME";
|
|
|
+ this.BAKING_TIME.HeaderText = "当前烘烤时间";
|
|
|
+ this.BAKING_TIME.MinimumWidth = 8;
|
|
|
+ this.BAKING_TIME.Name = "BAKING_TIME";
|
|
|
+ this.BAKING_TIME.ReadOnly = true;
|
|
|
+ this.BAKING_TIME.Width = 150;
|
|
|
+ //
|
|
|
// SNDetails
|
|
|
//
|
|
|
this.SNDetails.BorderColor = System.Drawing.Color.Black;
|
|
|
@@ -201,101 +317,6 @@
|
|
|
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;
|
|
|
@@ -325,7 +346,7 @@
|
|
|
//
|
|
|
// EmployeeVal1
|
|
|
//
|
|
|
- this.EmployeeVal1.Location = new System.Drawing.Point(109, 43);
|
|
|
+ this.EmployeeVal1.Location = new System.Drawing.Point(98, 57);
|
|
|
this.EmployeeVal1.Name = "EmployeeVal1";
|
|
|
this.EmployeeVal1.Size = new System.Drawing.Size(113, 31);
|
|
|
this.EmployeeVal1.TabIndex = 180;
|
|
|
@@ -336,7 +357,7 @@
|
|
|
//
|
|
|
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.Location = new System.Drawing.Point(359, 102);
|
|
|
this.Choose1.Name = "Choose1";
|
|
|
this.Choose1.Size = new System.Drawing.Size(90, 30);
|
|
|
this.Choose1.TabIndex = 173;
|
|
|
@@ -348,7 +369,7 @@
|
|
|
//
|
|
|
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.Location = new System.Drawing.Point(25, 57);
|
|
|
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);
|
|
|
@@ -357,7 +378,7 @@
|
|
|
//
|
|
|
// ReelNoVal1
|
|
|
//
|
|
|
- this.ReelNoVal1.Location = new System.Drawing.Point(110, 90);
|
|
|
+ this.ReelNoVal1.Location = new System.Drawing.Point(99, 104);
|
|
|
this.ReelNoVal1.Name = "ReelNoVal1";
|
|
|
this.ReelNoVal1.Size = new System.Drawing.Size(243, 31);
|
|
|
this.ReelNoVal1.TabIndex = 164;
|
|
|
@@ -368,7 +389,7 @@
|
|
|
//
|
|
|
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.Location = new System.Drawing.Point(25, 104);
|
|
|
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);
|
|
|
@@ -377,6 +398,9 @@
|
|
|
//
|
|
|
// panel1
|
|
|
//
|
|
|
+ this.panel1.Controls.Add(this.LockMakeCode);
|
|
|
+ this.panel1.Controls.Add(this.ms_makecode_label);
|
|
|
+ this.panel1.Controls.Add(this.ma_code);
|
|
|
this.panel1.Controls.Add(this.EmployeeVal);
|
|
|
this.panel1.Controls.Add(this.EmployeeLab);
|
|
|
this.panel1.Controls.Add(this.EstimateLab1);
|
|
|
@@ -393,9 +417,51 @@
|
|
|
this.panel1.Size = new System.Drawing.Size(631, 204);
|
|
|
this.panel1.TabIndex = 136;
|
|
|
//
|
|
|
+ // LockMakeCode
|
|
|
+ //
|
|
|
+ this.LockMakeCode.AutoSize = true;
|
|
|
+ this.LockMakeCode.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.LockMakeCode.LeaveEvent = false;
|
|
|
+ this.LockMakeCode.Location = new System.Drawing.Point(311, 19);
|
|
|
+ this.LockMakeCode.Name = "LockMakeCode";
|
|
|
+ this.LockMakeCode.Size = new System.Drawing.Size(72, 28);
|
|
|
+ this.LockMakeCode.TabIndex = 181;
|
|
|
+ this.LockMakeCode.Text = "锁定";
|
|
|
+ this.LockMakeCode.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // ms_makecode_label
|
|
|
+ //
|
|
|
+ this.ms_makecode_label.AutoSize = true;
|
|
|
+ this.ms_makecode_label.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ms_makecode_label.Location = new System.Drawing.Point(13, 19);
|
|
|
+ this.ms_makecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ms_makecode_label.Name = "ms_makecode_label";
|
|
|
+ this.ms_makecode_label.Size = new System.Drawing.Size(101, 28);
|
|
|
+ this.ms_makecode_label.TabIndex = 179;
|
|
|
+ this.ms_makecode_label.Text = "归属工单:";
|
|
|
+ //
|
|
|
+ // ma_code
|
|
|
+ //
|
|
|
+ this.ma_code.AllPower = null;
|
|
|
+ this.ma_code.Caller = null;
|
|
|
+ this.ma_code.Condition = null;
|
|
|
+ this.ma_code.DBTitle = null;
|
|
|
+ this.ma_code.FormName = null;
|
|
|
+ this.ma_code.Location = new System.Drawing.Point(102, 19);
|
|
|
+ this.ma_code.Name = "ma_code";
|
|
|
+ this.ma_code.Power = null;
|
|
|
+ this.ma_code.ReturnData = null;
|
|
|
+ this.ma_code.SelectField = null;
|
|
|
+ this.ma_code.SetValueField = null;
|
|
|
+ this.ma_code.Size = new System.Drawing.Size(205, 32);
|
|
|
+ this.ma_code.TabIndex = 180;
|
|
|
+ this.ma_code.TableName = null;
|
|
|
+ this.ma_code.Tag = "ma_code";
|
|
|
+ this.ma_code.TextBoxEnable = true;
|
|
|
+ //
|
|
|
// EmployeeVal
|
|
|
//
|
|
|
- this.EmployeeVal.Location = new System.Drawing.Point(112, 6);
|
|
|
+ this.EmployeeVal.Location = new System.Drawing.Point(102, 60);
|
|
|
this.EmployeeVal.Name = "EmployeeVal";
|
|
|
this.EmployeeVal.Size = new System.Drawing.Size(113, 31);
|
|
|
this.EmployeeVal.TabIndex = 178;
|
|
|
@@ -406,7 +472,7 @@
|
|
|
//
|
|
|
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.Location = new System.Drawing.Point(28, 60);
|
|
|
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);
|
|
|
@@ -417,7 +483,7 @@
|
|
|
//
|
|
|
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.Location = new System.Drawing.Point(161, 99);
|
|
|
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);
|
|
|
@@ -426,7 +492,7 @@
|
|
|
//
|
|
|
// EstimateVal
|
|
|
//
|
|
|
- this.EstimateVal.Location = new System.Drawing.Point(112, 80);
|
|
|
+ this.EstimateVal.Location = new System.Drawing.Point(102, 97);
|
|
|
this.EstimateVal.Name = "EstimateVal";
|
|
|
this.EstimateVal.Size = new System.Drawing.Size(60, 31);
|
|
|
this.EstimateVal.TabIndex = 175;
|
|
|
@@ -436,7 +502,7 @@
|
|
|
//
|
|
|
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.Location = new System.Drawing.Point(13, 98);
|
|
|
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);
|
|
|
@@ -447,7 +513,7 @@
|
|
|
//
|
|
|
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.Location = new System.Drawing.Point(365, 133);
|
|
|
this.Choose.Name = "Choose";
|
|
|
this.Choose.Size = new System.Drawing.Size(92, 30);
|
|
|
this.Choose.TabIndex = 173;
|
|
|
@@ -457,26 +523,28 @@
|
|
|
//
|
|
|
// BackingVal
|
|
|
//
|
|
|
- this.BackingVal.Location = new System.Drawing.Point(112, 43);
|
|
|
+ this.BackingVal.Location = new System.Drawing.Point(102, 173);
|
|
|
this.BackingVal.Name = "BackingVal";
|
|
|
this.BackingVal.Size = new System.Drawing.Size(243, 31);
|
|
|
this.BackingVal.TabIndex = 166;
|
|
|
+ this.BackingVal.Visible = false;
|
|
|
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.Location = new System.Drawing.Point(28, 175);
|
|
|
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 = "烘烤箱:";
|
|
|
+ this.BackingLab.Visible = false;
|
|
|
//
|
|
|
// ReelNoVal
|
|
|
//
|
|
|
- this.ReelNoVal.Location = new System.Drawing.Point(112, 119);
|
|
|
+ this.ReelNoVal.Location = new System.Drawing.Point(102, 135);
|
|
|
this.ReelNoVal.Name = "ReelNoVal";
|
|
|
this.ReelNoVal.Size = new System.Drawing.Size(243, 31);
|
|
|
this.ReelNoVal.TabIndex = 164;
|
|
|
@@ -487,13 +555,61 @@
|
|
|
//
|
|
|
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.Location = new System.Drawing.Point(28, 138);
|
|
|
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 = "条码号:";
|
|
|
//
|
|
|
+ // dataGridViewTextBoxColumn1
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn1.DataPropertyName = "BOX_NO";
|
|
|
+ this.dataGridViewTextBoxColumn1.HeaderText = "烘烤箱号";
|
|
|
+ this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
|
|
|
+ this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
+ this.dataGridViewTextBoxColumn1.Width = 150;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn2
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn2.DataPropertyName = "REEL_NO";
|
|
|
+ this.dataGridViewTextBoxColumn2.HeaderText = "物料条码";
|
|
|
+ this.dataGridViewTextBoxColumn2.MinimumWidth = 8;
|
|
|
+ this.dataGridViewTextBoxColumn2.Name = "dataGridViewTextBoxColumn2";
|
|
|
+ this.dataGridViewTextBoxColumn2.Width = 150;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn3
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn3.DataPropertyName = "IN_DATE";
|
|
|
+ this.dataGridViewTextBoxColumn3.HeaderText = "入烘烤时间";
|
|
|
+ this.dataGridViewTextBoxColumn3.MinimumWidth = 8;
|
|
|
+ this.dataGridViewTextBoxColumn3.Name = "dataGridViewTextBoxColumn3";
|
|
|
+ this.dataGridViewTextBoxColumn3.Width = 150;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn4
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn4.DataPropertyName = "ESTIMATE_TIME";
|
|
|
+ this.dataGridViewTextBoxColumn4.HeaderText = "预计烘烤时长";
|
|
|
+ this.dataGridViewTextBoxColumn4.MinimumWidth = 8;
|
|
|
+ this.dataGridViewTextBoxColumn4.Name = "dataGridViewTextBoxColumn4";
|
|
|
+ this.dataGridViewTextBoxColumn4.Width = 150;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn5
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn5.DataPropertyName = "IN_NAME";
|
|
|
+ this.dataGridViewTextBoxColumn5.HeaderText = "入烘烤人员";
|
|
|
+ this.dataGridViewTextBoxColumn5.MinimumWidth = 8;
|
|
|
+ this.dataGridViewTextBoxColumn5.Name = "dataGridViewTextBoxColumn5";
|
|
|
+ this.dataGridViewTextBoxColumn5.Width = 150;
|
|
|
+ //
|
|
|
+ // dataGridViewTextBoxColumn6
|
|
|
+ //
|
|
|
+ this.dataGridViewTextBoxColumn6.DataPropertyName = "BAKING_TIME";
|
|
|
+ this.dataGridViewTextBoxColumn6.HeaderText = "烘烤时间";
|
|
|
+ this.dataGridViewTextBoxColumn6.MinimumWidth = 8;
|
|
|
+ this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
|
|
+ this.dataGridViewTextBoxColumn6.Width = 150;
|
|
|
+ //
|
|
|
// Make_BakingManage
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
|
|
|
@@ -506,11 +622,11 @@
|
|
|
this.Name = "Make_BakingManage";
|
|
|
this.Text = "Make_InBaking";
|
|
|
this.Load += new System.EventHandler(this.Make_InBaking_Load);
|
|
|
+ this.Container.ResumeLayout(false);
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.DataBox)).EndInit();
|
|
|
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();
|
|
|
@@ -534,12 +650,6 @@
|
|
|
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;
|
|
|
@@ -550,13 +660,29 @@
|
|
|
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;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn2;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn3;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn4;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn5;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn6;
|
|
|
+ private System.Windows.Forms.TextBox BackingVal;
|
|
|
+ private System.Windows.Forms.Label BackingLab;
|
|
|
+ private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
|
|
|
+ private System.Windows.Forms.Label ms_makecode_label;
|
|
|
+ private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn BOX_NO;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn WORK_ORDER;
|
|
|
+ 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 BAKING_TIME;
|
|
|
}
|
|
|
}
|