|
@@ -76,6 +76,7 @@
|
|
|
this.ESTIMATE_TIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ESTIMATE_TIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.IN_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.IN_NAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.BAKING_TIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.BAKING_TIME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.PR_SPEC = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.Container.SuspendLayout();
|
|
this.Container.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.DataBox)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.DataBox)).BeginInit();
|
|
|
this.SNDetails.SuspendLayout();
|
|
this.SNDetails.SuspendLayout();
|
|
@@ -117,7 +118,8 @@
|
|
|
this.IN_DATE,
|
|
this.IN_DATE,
|
|
|
this.ESTIMATE_TIME,
|
|
this.ESTIMATE_TIME,
|
|
|
this.IN_NAME,
|
|
this.IN_NAME,
|
|
|
- this.BAKING_TIME});
|
|
|
|
|
|
|
+ this.BAKING_TIME,
|
|
|
|
|
+ this.PR_SPEC});
|
|
|
this.DataBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
this.DataBox.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
this.DataBox.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
|
|
this.DataBox.EditMode = System.Windows.Forms.DataGridViewEditMode.EditProgrammatically;
|
|
|
this.DataBox.Location = new System.Drawing.Point(3, 327);
|
|
this.DataBox.Location = new System.Drawing.Point(3, 327);
|
|
@@ -633,6 +635,15 @@
|
|
|
this.BAKING_TIME.ReadOnly = true;
|
|
this.BAKING_TIME.ReadOnly = true;
|
|
|
this.BAKING_TIME.Width = 150;
|
|
this.BAKING_TIME.Width = 150;
|
|
|
//
|
|
//
|
|
|
|
|
+ // PR_SPEC
|
|
|
|
|
+ //
|
|
|
|
|
+ this.PR_SPEC.DataPropertyName = "PR_SPEC";
|
|
|
|
|
+ this.PR_SPEC.HeaderText = "物料规格";
|
|
|
|
|
+ this.PR_SPEC.MinimumWidth = 8;
|
|
|
|
|
+ this.PR_SPEC.Name = "PR_SPEC";
|
|
|
|
|
+ this.PR_SPEC.ReadOnly = true;
|
|
|
|
|
+ this.PR_SPEC.Width = 220;
|
|
|
|
|
+ //
|
|
|
// Make_BakingManage
|
|
// Make_BakingManage
|
|
|
//
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(11F, 24F);
|
|
@@ -709,5 +720,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 PR_SPEC;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|