|
|
@@ -83,6 +83,7 @@
|
|
|
this.mb_bgcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.mb_badcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.AddBad = new System.Windows.Forms.DataGridViewImageColumn();
|
|
|
+ this.pr_detail_ = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.cm_soncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.cm_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.New_BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -173,6 +174,7 @@
|
|
|
this.mb_bgcode,
|
|
|
this.mb_badcode,
|
|
|
this.AddBad,
|
|
|
+ this.pr_detail_,
|
|
|
this.cm_soncode,
|
|
|
this.cm_barcode,
|
|
|
this.New_BarCode,
|
|
|
@@ -653,6 +655,11 @@
|
|
|
this.AddBad.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
this.AddBad.Width = 20;
|
|
|
//
|
|
|
+ // pr_detail_
|
|
|
+ //
|
|
|
+ this.pr_detail_.HeaderText = "子件名称";
|
|
|
+ this.pr_detail_.Name = "pr_detail_";
|
|
|
+ //
|
|
|
// cm_soncode
|
|
|
//
|
|
|
this.cm_soncode.DataPropertyName = "cm_soncode";
|
|
|
@@ -811,6 +818,7 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mb_bgcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mb_badcode;
|
|
|
private System.Windows.Forms.DataGridViewImageColumn AddBad;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail_;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_soncode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_barcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn New_BarCode;
|