|
@@ -30,23 +30,6 @@
|
|
|
{
|
|
{
|
|
|
this.Container = new System.Windows.Forms.TableLayoutPanel();
|
|
this.Container = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.DataBox = new System.Windows.Forms.DataGridView();
|
|
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();
|
|
|
|
|
- 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.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
this.tableLayoutPanel2 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
this.EmployeeVal1 = new System.Windows.Forms.TextBox();
|
|
this.EmployeeVal1 = new System.Windows.Forms.TextBox();
|
|
@@ -55,9 +38,7 @@
|
|
|
this.ReelNoVal1 = new System.Windows.Forms.TextBox();
|
|
this.ReelNoVal1 = new System.Windows.Forms.TextBox();
|
|
|
this.ReelNoLab1 = new System.Windows.Forms.Label();
|
|
this.ReelNoLab1 = new System.Windows.Forms.Label();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
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.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.EmployeeVal = new System.Windows.Forms.TextBox();
|
|
|
this.EmployeeLab = new System.Windows.Forms.Label();
|
|
this.EmployeeLab = new System.Windows.Forms.Label();
|
|
|
this.EstimateLab1 = new System.Windows.Forms.Label();
|
|
this.EstimateLab1 = new System.Windows.Forms.Label();
|
|
@@ -74,13 +55,33 @@
|
|
|
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn4 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn5 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.dataGridViewTextBoxColumn6 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.dataGridViewTextBoxColumn7 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ 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();
|
|
|
|
|
+ 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.LockMakeCode = new UAS_MES_NEW.CustomControl.CustomCheckBox.LockCheckBox();
|
|
|
|
|
+ this.ma_code = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.MaCodeSearchTextBox();
|
|
|
this.Container.SuspendLayout();
|
|
this.Container.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.DataBox)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.DataBox)).BeginInit();
|
|
|
- this.SNDetails.SuspendLayout();
|
|
|
|
|
- this.tableLayoutPanel1.SuspendLayout();
|
|
|
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
this.tableLayoutPanel2.SuspendLayout();
|
|
|
this.panel2.SuspendLayout();
|
|
this.panel2.SuspendLayout();
|
|
|
this.panel1.SuspendLayout();
|
|
this.panel1.SuspendLayout();
|
|
|
|
|
+ this.SNDetails.SuspendLayout();
|
|
|
|
|
+ this.tableLayoutPanel1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
|
//
|
|
//
|
|
|
// Container
|
|
// Container
|
|
@@ -125,198 +126,6 @@
|
|
|
this.DataBox.Size = new System.Drawing.Size(1274, 390);
|
|
this.DataBox.Size = new System.Drawing.Size(1274, 390);
|
|
|
this.DataBox.TabIndex = 155;
|
|
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;
|
|
|
|
|
- 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;
|
|
|
|
|
- //
|
|
|
|
|
// tableLayoutPanel2
|
|
// tableLayoutPanel2
|
|
|
//
|
|
//
|
|
|
this.tableLayoutPanel2.ColumnCount = 2;
|
|
this.tableLayoutPanel2.ColumnCount = 2;
|
|
@@ -363,6 +172,7 @@
|
|
|
this.Choose1.TabIndex = 173;
|
|
this.Choose1.TabIndex = 173;
|
|
|
this.Choose1.Text = "出烘烤";
|
|
this.Choose1.Text = "出烘烤";
|
|
|
this.Choose1.UseVisualStyleBackColor = true;
|
|
this.Choose1.UseVisualStyleBackColor = true;
|
|
|
|
|
+ this.Choose1.Visible = false;
|
|
|
this.Choose1.Click += new System.EventHandler(this.Choose1_Click);
|
|
this.Choose1.Click += new System.EventHandler(this.Choose1_Click);
|
|
|
//
|
|
//
|
|
|
// EmployeeLab1
|
|
// EmployeeLab1
|
|
@@ -417,18 +227,6 @@
|
|
|
this.panel1.Size = new System.Drawing.Size(631, 204);
|
|
this.panel1.Size = new System.Drawing.Size(631, 204);
|
|
|
this.panel1.TabIndex = 136;
|
|
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
|
|
// ms_makecode_label
|
|
|
//
|
|
//
|
|
|
this.ms_makecode_label.AutoSize = true;
|
|
this.ms_makecode_label.AutoSize = true;
|
|
@@ -440,25 +238,6 @@
|
|
|
this.ms_makecode_label.TabIndex = 179;
|
|
this.ms_makecode_label.TabIndex = 179;
|
|
|
this.ms_makecode_label.Text = "归属工单:";
|
|
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
|
|
// EmployeeVal
|
|
|
//
|
|
//
|
|
|
this.EmployeeVal.Location = new System.Drawing.Point(102, 60);
|
|
this.EmployeeVal.Location = new System.Drawing.Point(102, 60);
|
|
@@ -519,6 +298,7 @@
|
|
|
this.Choose.TabIndex = 173;
|
|
this.Choose.TabIndex = 173;
|
|
|
this.Choose.Text = "入烘烤";
|
|
this.Choose.Text = "入烘烤";
|
|
|
this.Choose.UseVisualStyleBackColor = true;
|
|
this.Choose.UseVisualStyleBackColor = true;
|
|
|
|
|
+ this.Choose.Visible = false;
|
|
|
this.Choose.Click += new System.EventHandler(this.Choose_Click);
|
|
this.Choose.Click += new System.EventHandler(this.Choose_Click);
|
|
|
//
|
|
//
|
|
|
// BackingVal
|
|
// BackingVal
|
|
@@ -568,6 +348,7 @@
|
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "烘烤箱号";
|
|
this.dataGridViewTextBoxColumn1.HeaderText = "烘烤箱号";
|
|
|
this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
|
|
this.dataGridViewTextBoxColumn1.MinimumWidth = 8;
|
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
this.dataGridViewTextBoxColumn1.Name = "dataGridViewTextBoxColumn1";
|
|
|
|
|
+ this.dataGridViewTextBoxColumn1.Visible = false;
|
|
|
this.dataGridViewTextBoxColumn1.Width = 150;
|
|
this.dataGridViewTextBoxColumn1.Width = 150;
|
|
|
//
|
|
//
|
|
|
// dataGridViewTextBoxColumn2
|
|
// dataGridViewTextBoxColumn2
|
|
@@ -610,6 +391,237 @@
|
|
|
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
|
this.dataGridViewTextBoxColumn6.Name = "dataGridViewTextBoxColumn6";
|
|
|
this.dataGridViewTextBoxColumn6.Width = 150;
|
|
this.dataGridViewTextBoxColumn6.Width = 150;
|
|
|
//
|
|
//
|
|
|
|
|
+ // dataGridViewTextBoxColumn7
|
|
|
|
|
+ //
|
|
|
|
|
+ this.dataGridViewTextBoxColumn7.DataPropertyName = "BAKING_TIME";
|
|
|
|
|
+ this.dataGridViewTextBoxColumn7.HeaderText = "当前烘烤时间";
|
|
|
|
|
+ this.dataGridViewTextBoxColumn7.MinimumWidth = 8;
|
|
|
|
|
+ this.dataGridViewTextBoxColumn7.Name = "dataGridViewTextBoxColumn7";
|
|
|
|
|
+ this.dataGridViewTextBoxColumn7.Width = 150;
|
|
|
|
|
+ //
|
|
|
|
|
+ // 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;
|
|
|
|
|
+ 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;
|
|
|
|
|
+ //
|
|
|
|
|
+ // 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;
|
|
|
|
|
+ //
|
|
|
|
|
+ // 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;
|
|
|
|
|
+ //
|
|
|
// Make_BakingManage
|
|
// Make_BakingManage
|
|
|
//
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
|
|
@@ -624,14 +636,14 @@
|
|
|
this.Load += new System.EventHandler(this.Make_InBaking_Load);
|
|
this.Load += new System.EventHandler(this.Make_InBaking_Load);
|
|
|
this.Container.ResumeLayout(false);
|
|
this.Container.ResumeLayout(false);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.DataBox)).EndInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.DataBox)).EndInit();
|
|
|
- this.SNDetails.ResumeLayout(false);
|
|
|
|
|
- this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
|
- this.tableLayoutPanel1.PerformLayout();
|
|
|
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
this.tableLayoutPanel2.ResumeLayout(false);
|
|
|
this.panel2.ResumeLayout(false);
|
|
this.panel2.ResumeLayout(false);
|
|
|
this.panel2.PerformLayout();
|
|
this.panel2.PerformLayout();
|
|
|
this.panel1.ResumeLayout(false);
|
|
this.panel1.ResumeLayout(false);
|
|
|
this.panel1.PerformLayout();
|
|
this.panel1.PerformLayout();
|
|
|
|
|
+ this.SNDetails.ResumeLayout(false);
|
|
|
|
|
+ this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
|
+ this.tableLayoutPanel1.PerformLayout();
|
|
|
this.ResumeLayout(false);
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
|
|
}
|
|
}
|
|
@@ -684,5 +696,6 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ESTIMATE_TIME;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ESTIMATE_TIME;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn IN_NAME;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn IN_NAME;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn BAKING_TIME;
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn BAKING_TIME;
|
|
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn7;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|