|
|
@@ -75,6 +75,7 @@
|
|
|
this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.dataGridViewCheckBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.cm_status = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.cm_spid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.cm_firstsn = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.cm_wccode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -92,7 +93,7 @@
|
|
|
this.cm_soncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.cm_barcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.New_BarCode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.cm_status = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.cm_status_1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.cm_maid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.cm_materialtype = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.cm_maprodcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -168,6 +169,7 @@
|
|
|
this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
|
|
|
this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.Choose,
|
|
|
+ this.cm_status,
|
|
|
this.cm_spid,
|
|
|
this.cm_firstsn,
|
|
|
this.cm_wccode,
|
|
|
@@ -185,7 +187,7 @@
|
|
|
this.cm_soncode,
|
|
|
this.cm_barcode,
|
|
|
this.New_BarCode,
|
|
|
- this.cm_status,
|
|
|
+ this.cm_status_1,
|
|
|
this.cm_maid,
|
|
|
this.cm_materialtype,
|
|
|
this.cm_maprodcode,
|
|
|
@@ -607,6 +609,13 @@
|
|
|
this.Choose.Name = "Choose";
|
|
|
this.Choose.Width = 80;
|
|
|
//
|
|
|
+ // cm_status
|
|
|
+ //
|
|
|
+ this.cm_status.DataPropertyName = "cm_status";
|
|
|
+ this.cm_status.HeaderText = "";
|
|
|
+ this.cm_status.Name = "cm_status";
|
|
|
+ this.cm_status.Visible = false;
|
|
|
+ //
|
|
|
// cm_spid
|
|
|
//
|
|
|
this.cm_spid.DataPropertyName = "cm_spid";
|
|
|
@@ -737,11 +746,10 @@
|
|
|
this.New_BarCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
this.New_BarCode.Width = 300;
|
|
|
//
|
|
|
- // cm_status
|
|
|
+ // cm_status_1
|
|
|
//
|
|
|
- this.cm_status.DataPropertyName = "cm_status";
|
|
|
- this.cm_status.HeaderText = "上线状态";
|
|
|
- this.cm_status.Name = "cm_status";
|
|
|
+ this.cm_status_1.HeaderText = "上线状态";
|
|
|
+ this.cm_status_1.Name = "cm_status_1";
|
|
|
//
|
|
|
// cm_maid
|
|
|
//
|
|
|
@@ -810,7 +818,7 @@
|
|
|
this.Load += new System.EventHandler(this.Make_Decompose_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.Make_Decompose_SizeChanged);
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).EndInit();
|
|
|
- this.ResumeLayout(false);
|
|
|
+ this.ResumeLayout(true);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
@@ -863,6 +871,7 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn21;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn dataGridViewTextBoxColumn22;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn cm_status;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_spid;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_firstsn;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_wccode;
|
|
|
@@ -880,7 +889,7 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_soncode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_barcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn New_BarCode;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn cm_status;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn cm_status_1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_maid;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_materialtype;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_maprodcode;
|