|
|
@@ -82,6 +82,8 @@
|
|
|
this.GMouldTypeID = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GMouldTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.SLURRY_WEIGHT = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.COOL1_WEIGHT = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.BAKEOUT1_WEIGHT = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.DELIVER_WEIGHT = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GLAZE1_WEIGHT = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GLAZE2_WEIGHT = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -474,6 +476,8 @@
|
|
|
this.GMouldTypeID,
|
|
|
this.GMouldTypeName,
|
|
|
this.SLURRY_WEIGHT,
|
|
|
+ this.COOL1_WEIGHT,
|
|
|
+ this.BAKEOUT1_WEIGHT,
|
|
|
this.DELIVER_WEIGHT,
|
|
|
this.GLAZE1_WEIGHT,
|
|
|
this.GLAZE2_WEIGHT,
|
|
|
@@ -685,6 +689,20 @@
|
|
|
this.SLURRY_WEIGHT.Name = "SLURRY_WEIGHT";
|
|
|
this.SLURRY_WEIGHT.ReadOnly = true;
|
|
|
//
|
|
|
+ // COOL1_WEIGHT
|
|
|
+ //
|
|
|
+ this.COOL1_WEIGHT.DataPropertyName = "COOL1_WEIGHT";
|
|
|
+ this.COOL1_WEIGHT.HeaderText = "阴干入重量";
|
|
|
+ this.COOL1_WEIGHT.Name = "COOL1_WEIGHT";
|
|
|
+ this.COOL1_WEIGHT.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // BAKEOUT1_WEIGHT
|
|
|
+ //
|
|
|
+ this.BAKEOUT1_WEIGHT.DataPropertyName = "BAKEOUT1_WEIGHT";
|
|
|
+ this.BAKEOUT1_WEIGHT.HeaderText = "烘干前重量";
|
|
|
+ this.BAKEOUT1_WEIGHT.Name = "BAKEOUT1_WEIGHT";
|
|
|
+ this.BAKEOUT1_WEIGHT.ReadOnly = true;
|
|
|
+ //
|
|
|
// DELIVER_WEIGHT
|
|
|
//
|
|
|
this.DELIVER_WEIGHT.DataPropertyName = "DELIVER_WEIGHT";
|
|
|
@@ -1031,6 +1049,8 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeID;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GMouldTypeName;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn SLURRY_WEIGHT;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn COOL1_WEIGHT;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn BAKEOUT1_WEIGHT;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn DELIVER_WEIGHT;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GLAZE1_WEIGHT;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GLAZE2_WEIGHT;
|