|
|
@@ -113,6 +113,7 @@
|
|
|
this.barcodeRemarks3 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.bsqx = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.半检缺陷 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.位置编码 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.半检位置 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.半检工号 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.tsrOperate.SuspendLayout();
|
|
|
@@ -726,6 +727,7 @@
|
|
|
this.barcodeRemarks3,
|
|
|
this.bsqx,
|
|
|
this.半检缺陷,
|
|
|
+ this.位置编码,
|
|
|
this.半检位置,
|
|
|
this.半检工号});
|
|
|
this.dgvDefectDetail.ColumnTreeView = null;
|
|
|
@@ -1032,6 +1034,13 @@
|
|
|
this.半检缺陷.Name = "半检缺陷";
|
|
|
this.半检缺陷.ReadOnly = true;
|
|
|
//
|
|
|
+ // 位置编码
|
|
|
+ //
|
|
|
+ this.位置编码.DataPropertyName = "位置编码";
|
|
|
+ this.位置编码.HeaderText = "位置编码";
|
|
|
+ this.位置编码.Name = "位置编码";
|
|
|
+ this.位置编码.ReadOnly = true;
|
|
|
+ //
|
|
|
// 半检位置
|
|
|
//
|
|
|
this.半检位置.DataPropertyName = "半检位置";
|
|
|
@@ -1145,6 +1154,7 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn barcodeRemarks3;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bsqx;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 半检缺陷;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn 位置编码;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 半检位置;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn 半检工号;
|
|
|
}
|