|
|
@@ -35,18 +35,9 @@
|
|
|
this.label3 = new System.Windows.Forms.Label();
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
- this.LabelDataGridView = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
|
|
|
- this.deccount = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.ms_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.pr_name = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.ms_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.ms_sncode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.Close = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.Decompose = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.LabelDataGridView = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
|
|
|
this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
- this.Column1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.Choose2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.cm_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pr_detail = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.mb_bgcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -55,6 +46,16 @@
|
|
|
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.qqqqq = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.deccount = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.ms_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.pr_name = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.ms_prodcode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.ms_sncode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.Close = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.Decompose = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -125,7 +126,7 @@
|
|
|
this.LabelDataGridView.BackgroundColor = System.Drawing.SystemColors.ButtonFace;
|
|
|
this.LabelDataGridView.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.Choose,
|
|
|
- this.Column1,
|
|
|
+ this.Choose2,
|
|
|
this.cm_id,
|
|
|
this.pr_detail,
|
|
|
this.mb_bgcode,
|
|
|
@@ -133,12 +134,90 @@
|
|
|
this.AddBad,
|
|
|
this.cm_soncode,
|
|
|
this.cm_barcode,
|
|
|
- this.New_BarCode});
|
|
|
+ this.New_BarCode,
|
|
|
+ this.qqqqq});
|
|
|
this.LabelDataGridView.Location = new System.Drawing.Point(12, 105);
|
|
|
this.LabelDataGridView.Name = "LabelDataGridView";
|
|
|
this.LabelDataGridView.RowTemplate.Height = 23;
|
|
|
this.LabelDataGridView.Size = new System.Drawing.Size(1027, 233);
|
|
|
this.LabelDataGridView.TabIndex = 188;
|
|
|
+ this.LabelDataGridView.CellClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.LabelDataGridView_CellClick);
|
|
|
+ this.LabelDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.LabelDataGridView_CellContentClick);
|
|
|
+ //
|
|
|
+ // Choose
|
|
|
+ //
|
|
|
+ this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.Choose.HeaderText = "拆解更料";
|
|
|
+ this.Choose.Name = "Choose";
|
|
|
+ this.Choose.Width = 60;
|
|
|
+ //
|
|
|
+ // Choose2
|
|
|
+ //
|
|
|
+ this.Choose2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.Choose2.HeaderText = "拆解";
|
|
|
+ this.Choose2.Name = "Choose2";
|
|
|
+ this.Choose2.Width = 40;
|
|
|
+ //
|
|
|
+ // cm_id
|
|
|
+ //
|
|
|
+ this.cm_id.DataPropertyName = "cm_id";
|
|
|
+ this.cm_id.HeaderText = "cm_id";
|
|
|
+ this.cm_id.Name = "cm_id";
|
|
|
+ this.cm_id.Visible = false;
|
|
|
+ this.cm_id.Width = 5;
|
|
|
+ //
|
|
|
+ // pr_detail
|
|
|
+ //
|
|
|
+ this.pr_detail.DataPropertyName = "pr_detail";
|
|
|
+ this.pr_detail.HeaderText = "pr_detail";
|
|
|
+ this.pr_detail.Name = "pr_detail";
|
|
|
+ this.pr_detail.Visible = false;
|
|
|
+ this.pr_detail.Width = 80;
|
|
|
+ //
|
|
|
+ // mb_bgcode
|
|
|
+ //
|
|
|
+ this.mb_bgcode.HeaderText = "不良代码组编号";
|
|
|
+ this.mb_bgcode.Name = "mb_bgcode";
|
|
|
+ this.mb_bgcode.Visible = false;
|
|
|
+ this.mb_bgcode.Width = 80;
|
|
|
+ //
|
|
|
+ // mb_badcode
|
|
|
+ //
|
|
|
+ this.mb_badcode.HeaderText = "不良代码编号";
|
|
|
+ this.mb_badcode.Name = "mb_badcode";
|
|
|
+ this.mb_badcode.Width = 80;
|
|
|
+ //
|
|
|
+ // AddBad
|
|
|
+ //
|
|
|
+ this.AddBad.HeaderText = "";
|
|
|
+ this.AddBad.Image = global::UAS_MES.Properties.Resources.plus;
|
|
|
+ this.AddBad.Name = "AddBad";
|
|
|
+ this.AddBad.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.AddBad.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
+ this.AddBad.Width = 20;
|
|
|
+ //
|
|
|
+ // cm_soncode
|
|
|
+ //
|
|
|
+ this.cm_soncode.DataPropertyName = "cm_soncode";
|
|
|
+ this.cm_soncode.HeaderText = "子件编号";
|
|
|
+ this.cm_soncode.Name = "cm_soncode";
|
|
|
+ //
|
|
|
+ // cm_barcode
|
|
|
+ //
|
|
|
+ this.cm_barcode.DataPropertyName = "cm_barcode";
|
|
|
+ this.cm_barcode.HeaderText = "物料批号";
|
|
|
+ this.cm_barcode.Name = "cm_barcode";
|
|
|
+ //
|
|
|
+ // New_BarCode
|
|
|
+ //
|
|
|
+ this.New_BarCode.HeaderText = "新批号";
|
|
|
+ this.New_BarCode.Name = "New_BarCode";
|
|
|
+ //
|
|
|
+ // qqqqq
|
|
|
+ //
|
|
|
+ this.qqqqq.HeaderText = "";
|
|
|
+ this.qqqqq.Name = "qqqqq";
|
|
|
+ this.qqqqq.Width = 5;
|
|
|
//
|
|
|
// deccount
|
|
|
//
|
|
|
@@ -258,70 +337,6 @@
|
|
|
this.OperateResult.TabIndex = 172;
|
|
|
this.OperateResult.Text = "";
|
|
|
//
|
|
|
- // Choose
|
|
|
- //
|
|
|
- this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.Choose.HeaderText = "拆解更料";
|
|
|
- this.Choose.Name = "Choose";
|
|
|
- this.Choose.Width = 60;
|
|
|
- //
|
|
|
- // Column1
|
|
|
- //
|
|
|
- this.Column1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.Column1.HeaderText = "拆解";
|
|
|
- this.Column1.Name = "Column1";
|
|
|
- this.Column1.Width = 40;
|
|
|
- //
|
|
|
- // cm_id
|
|
|
- //
|
|
|
- this.cm_id.DataPropertyName = "cm_id";
|
|
|
- this.cm_id.HeaderText = "cm_id";
|
|
|
- this.cm_id.Name = "cm_id";
|
|
|
- this.cm_id.Width = 80;
|
|
|
- //
|
|
|
- // pr_detail
|
|
|
- //
|
|
|
- this.pr_detail.DataPropertyName = "pr_detail";
|
|
|
- this.pr_detail.HeaderText = "pr_detail";
|
|
|
- this.pr_detail.Name = "pr_detail";
|
|
|
- this.pr_detail.Width = 80;
|
|
|
- //
|
|
|
- // mb_bgcode
|
|
|
- //
|
|
|
- this.mb_bgcode.HeaderText = "不良代码组编号";
|
|
|
- this.mb_bgcode.Name = "mb_bgcode";
|
|
|
- //
|
|
|
- // mb_badcode
|
|
|
- //
|
|
|
- this.mb_badcode.HeaderText = "不良代码编号";
|
|
|
- this.mb_badcode.Name = "mb_badcode";
|
|
|
- //
|
|
|
- // AddBad
|
|
|
- //
|
|
|
- this.AddBad.HeaderText = "";
|
|
|
- this.AddBad.Image = global::UAS_MES.Properties.Resources.plus;
|
|
|
- this.AddBad.Name = "AddBad";
|
|
|
- this.AddBad.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
- this.AddBad.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
- this.AddBad.Width = 20;
|
|
|
- //
|
|
|
- // cm_soncode
|
|
|
- //
|
|
|
- this.cm_soncode.DataPropertyName = "cm_soncode";
|
|
|
- this.cm_soncode.HeaderText = "子件编号";
|
|
|
- this.cm_soncode.Name = "cm_soncode";
|
|
|
- //
|
|
|
- // cm_barcode
|
|
|
- //
|
|
|
- this.cm_barcode.DataPropertyName = "cm_barcode";
|
|
|
- this.cm_barcode.HeaderText = "物料批号";
|
|
|
- this.cm_barcode.Name = "cm_barcode";
|
|
|
- //
|
|
|
- // New_BarCode
|
|
|
- //
|
|
|
- this.New_BarCode.HeaderText = "新批号";
|
|
|
- this.New_BarCode.Name = "New_BarCode";
|
|
|
- //
|
|
|
// Make_Decompose
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
@@ -372,9 +387,9 @@
|
|
|
private CustomControl.ValueLabel.ValueLabel pr_name;
|
|
|
private CustomControl.ValueLabel.ValueLabel ms_makecode;
|
|
|
private CustomControl.ValueLabel.ValueLabel deccount;
|
|
|
- private CustomControl.DataGrid_View.DataGridViewWithSerialNum LabelDataGridView;
|
|
|
+ private CustomControl.DataGrid_View.DataGridViewWithCheckBox LabelDataGridView;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
|
|
|
- private System.Windows.Forms.DataGridViewCheckBoxColumn Column1;
|
|
|
+ private System.Windows.Forms.DataGridViewCheckBoxColumn Choose2;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn cm_id;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pr_detail;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn mb_bgcode;
|
|
|
@@ -383,5 +398,6 @@
|
|
|
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 qqqqq;
|
|
|
}
|
|
|
}
|