|
|
@@ -85,6 +85,7 @@
|
|
|
this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.SNCodeEnterTextBox();
|
|
|
this.ma_softversion = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.ma_softversion_label = new System.Windows.Forms.Label();
|
|
|
+ this.columnHeader9 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
this.panel2.SuspendLayout();
|
|
|
this.panel1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
@@ -204,7 +205,8 @@
|
|
|
this.columnHeader5,
|
|
|
this.columnHeader4,
|
|
|
this.columnHeader1,
|
|
|
- this.columnHeader2});
|
|
|
+ this.columnHeader2,
|
|
|
+ this.columnHeader9});
|
|
|
this.WaitRejectList.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.WaitRejectList.Location = new System.Drawing.Point(5, 389);
|
|
|
this.WaitRejectList.Margin = new System.Windows.Forms.Padding(4);
|
|
|
@@ -234,7 +236,7 @@
|
|
|
// columnHeader2
|
|
|
//
|
|
|
this.columnHeader2.Text = "不良名称";
|
|
|
- this.columnHeader2.Width = 161;
|
|
|
+ this.columnHeader2.Width = 122;
|
|
|
//
|
|
|
// label4
|
|
|
//
|
|
|
@@ -774,6 +776,11 @@
|
|
|
this.ma_softversion_label.TabIndex = 72;
|
|
|
this.ma_softversion_label.Text = "软件版本";
|
|
|
//
|
|
|
+ // columnHeader9
|
|
|
+ //
|
|
|
+ this.columnHeader9.Text = "备注";
|
|
|
+ this.columnHeader9.Width = 0;
|
|
|
+ //
|
|
|
// Make_TestCollection
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
@@ -890,5 +897,6 @@
|
|
|
private System.Windows.Forms.Label label7;
|
|
|
private CustomControl.ValueLabel.ValueLabel ma_softversion;
|
|
|
private System.Windows.Forms.Label ma_softversion_label;
|
|
|
+ private System.Windows.Forms.ColumnHeader columnHeader9;
|
|
|
}
|
|
|
}
|