|
|
@@ -36,20 +36,6 @@
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
this.LabelDataGridView = new System.Windows.Forms.DataGridView();
|
|
|
- this.Choose = 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();
|
|
|
- this.mb_badcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.AddBad = new System.Windows.Forms.DataGridViewImageColumn();
|
|
|
- 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.balnk = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.cm_maid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.cm_materialtype = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.cm_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.dataGridViewCheckBoxColumn1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.dataGridViewCheckBoxColumn2 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.dataGridViewTextBoxColumn1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
@@ -75,6 +61,20 @@
|
|
|
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.Choose = 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();
|
|
|
+ this.mb_badcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.AddBad = new System.Windows.Forms.DataGridViewImageColumn();
|
|
|
+ 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.balnk = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.cm_maid = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.cm_materialtype = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.cm_sncode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.LabelDataGridView)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -167,105 +167,6 @@
|
|
|
this.LabelDataGridView.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.LabelDataGridView_CellContentClick);
|
|
|
this.LabelDataGridView.Sorted += new System.EventHandler(this.LabelDataGridView_Sorted);
|
|
|
//
|
|
|
- // Choose
|
|
|
- //
|
|
|
- this.Choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.Choose.HeaderText = "拆解更换";
|
|
|
- this.Choose.Name = "Choose";
|
|
|
- this.Choose.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
- this.Choose.Width = 60;
|
|
|
- //
|
|
|
- // Choose2
|
|
|
- //
|
|
|
- this.Choose2.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.Choose2.HeaderText = "拆解";
|
|
|
- this.Choose2.Name = "Choose2";
|
|
|
- this.Choose2.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
- 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.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- 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";
|
|
|
- //
|
|
|
- // balnk
|
|
|
- //
|
|
|
- this.balnk.HeaderText = "";
|
|
|
- this.balnk.Name = "balnk";
|
|
|
- this.balnk.Width = 5;
|
|
|
- //
|
|
|
- // cm_maid
|
|
|
- //
|
|
|
- this.cm_maid.DataPropertyName = "cm_maid";
|
|
|
- this.cm_maid.HeaderText = "";
|
|
|
- this.cm_maid.Name = "cm_maid";
|
|
|
- this.cm_maid.Visible = false;
|
|
|
- //
|
|
|
- // cm_materialtype
|
|
|
- //
|
|
|
- this.cm_materialtype.DataPropertyName = "cm_materialtype";
|
|
|
- this.cm_materialtype.HeaderText = "";
|
|
|
- this.cm_materialtype.Name = "cm_materialtype";
|
|
|
- this.cm_materialtype.Visible = false;
|
|
|
- //
|
|
|
- // cm_sncode
|
|
|
- //
|
|
|
- this.cm_sncode.DataPropertyName = "cm_sncode";
|
|
|
- this.cm_sncode.HeaderText = "";
|
|
|
- this.cm_sncode.Name = "cm_sncode";
|
|
|
- this.cm_sncode.Visible = false;
|
|
|
- //
|
|
|
// dataGridViewCheckBoxColumn1
|
|
|
//
|
|
|
this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
@@ -500,6 +401,108 @@
|
|
|
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;
|
|
|
+ //
|
|
|
+ // 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.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ 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.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.mb_badcode.Width = 80;
|
|
|
+ //
|
|
|
+ // AddBad
|
|
|
+ //
|
|
|
+ this.AddBad.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ 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";
|
|
|
+ this.cm_soncode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ //
|
|
|
+ // cm_barcode
|
|
|
+ //
|
|
|
+ this.cm_barcode.DataPropertyName = "cm_barcode";
|
|
|
+ this.cm_barcode.HeaderText = "物料批号";
|
|
|
+ this.cm_barcode.Name = "cm_barcode";
|
|
|
+ this.cm_barcode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ //
|
|
|
+ // New_BarCode
|
|
|
+ //
|
|
|
+ this.New_BarCode.HeaderText = "新批号";
|
|
|
+ this.New_BarCode.Name = "New_BarCode";
|
|
|
+ this.New_BarCode.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ //
|
|
|
+ // balnk
|
|
|
+ //
|
|
|
+ this.balnk.HeaderText = "";
|
|
|
+ this.balnk.Name = "balnk";
|
|
|
+ this.balnk.Width = 5;
|
|
|
+ //
|
|
|
+ // cm_maid
|
|
|
+ //
|
|
|
+ this.cm_maid.DataPropertyName = "cm_maid";
|
|
|
+ this.cm_maid.HeaderText = "";
|
|
|
+ this.cm_maid.Name = "cm_maid";
|
|
|
+ this.cm_maid.Visible = false;
|
|
|
+ //
|
|
|
+ // cm_materialtype
|
|
|
+ //
|
|
|
+ this.cm_materialtype.DataPropertyName = "cm_materialtype";
|
|
|
+ this.cm_materialtype.HeaderText = "";
|
|
|
+ this.cm_materialtype.Name = "cm_materialtype";
|
|
|
+ this.cm_materialtype.Visible = false;
|
|
|
+ //
|
|
|
+ // cm_sncode
|
|
|
+ //
|
|
|
+ this.cm_sncode.DataPropertyName = "cm_sncode";
|
|
|
+ this.cm_sncode.HeaderText = "";
|
|
|
+ this.cm_sncode.Name = "cm_sncode";
|
|
|
+ this.cm_sncode.Visible = false;
|
|
|
+ //
|
|
|
// Make_Decompose
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|