|
|
@@ -60,6 +60,7 @@
|
|
|
this.CreateUserName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.LEVELNAME = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.Barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.SecurityCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.LogoCodeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GoodsTypeName = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.GoodsCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -231,6 +232,7 @@
|
|
|
this.dgvProductionFollowing.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.DisableResizing;
|
|
|
this.dgvProductionFollowing.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.Barcode,
|
|
|
+ this.SecurityCode,
|
|
|
this.LogoCodeName,
|
|
|
this.GoodsTypeName,
|
|
|
this.GoodsCode,
|
|
|
@@ -442,6 +444,13 @@
|
|
|
this.Barcode.Name = "Barcode";
|
|
|
this.Barcode.ReadOnly = true;
|
|
|
//
|
|
|
+ // SecurityCode
|
|
|
+ //
|
|
|
+ this.SecurityCode.DataPropertyName = "SecurityCode";
|
|
|
+ this.SecurityCode.HeaderText = "防伪码";
|
|
|
+ this.SecurityCode.Name = "SecurityCode";
|
|
|
+ this.SecurityCode.ReadOnly = true;
|
|
|
+ //
|
|
|
// LogoCodeName
|
|
|
//
|
|
|
this.LogoCodeName.DataPropertyName = "LogoCodeName";
|
|
|
@@ -631,6 +640,7 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn CreateUserName;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn LEVELNAME;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn Barcode;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn SecurityCode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn LogoCodeName;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsTypeName;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn GoodsCode;
|