|
|
@@ -55,13 +55,7 @@
|
|
|
this.ob_prodcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ob_makecode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ChoosedDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewExpand();
|
|
|
- this.or_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.bc_code1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.bc_name1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.WaitChooseDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
|
|
|
- this.ChooseAll = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
- this.bc_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.bc_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.ob_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.CheckTypeDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
|
|
|
@@ -93,6 +87,14 @@
|
|
|
this.ob_makecode_dgv = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.obd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.BadGroupCode = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
|
|
|
+ this.ChooseAll = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.bg_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.bc_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.bc_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.or_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.bg_code1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.bc_code1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.bc_name1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ChoosedDGV)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.WaitChooseDGV)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).BeginInit();
|
|
|
@@ -433,6 +435,7 @@
|
|
|
this.ChoosedDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.ChoosedDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.or_id,
|
|
|
+ this.bg_code1,
|
|
|
this.bc_code1,
|
|
|
this.bc_name1});
|
|
|
this.ChoosedDGV.Location = new System.Drawing.Point(1080, 255);
|
|
|
@@ -443,36 +446,13 @@
|
|
|
this.ChoosedDGV.Size = new System.Drawing.Size(325, 321);
|
|
|
this.ChoosedDGV.TabIndex = 205;
|
|
|
//
|
|
|
- // or_id
|
|
|
- //
|
|
|
- this.or_id.DataPropertyName = "or_id";
|
|
|
- this.or_id.HeaderText = "or_id";
|
|
|
- this.or_id.Name = "or_id";
|
|
|
- this.or_id.Visible = false;
|
|
|
- //
|
|
|
- // bc_code1
|
|
|
- //
|
|
|
- this.bc_code1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.bc_code1.DataPropertyName = "bc_code";
|
|
|
- this.bc_code1.HeaderText = "不良代码";
|
|
|
- this.bc_code1.Name = "bc_code1";
|
|
|
- this.bc_code1.ReadOnly = true;
|
|
|
- this.bc_code1.Width = 130;
|
|
|
- //
|
|
|
- // bc_name1
|
|
|
- //
|
|
|
- this.bc_name1.DataPropertyName = "bc_name";
|
|
|
- this.bc_name1.HeaderText = "不良名称 ";
|
|
|
- this.bc_name1.Name = "bc_name1";
|
|
|
- this.bc_name1.ReadOnly = true;
|
|
|
- this.bc_name1.Width = 151;
|
|
|
- //
|
|
|
// WaitChooseDGV
|
|
|
//
|
|
|
this.WaitChooseDGV.AllowUserToAddRows = false;
|
|
|
this.WaitChooseDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.WaitChooseDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.ChooseAll,
|
|
|
+ this.bg_code,
|
|
|
this.bc_code,
|
|
|
this.bc_name});
|
|
|
this.WaitChooseDGV.Location = new System.Drawing.Point(629, 255);
|
|
|
@@ -485,31 +465,6 @@
|
|
|
this.WaitChooseDGV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.WaitChooseDGV_CellContentClick);
|
|
|
this.WaitChooseDGV.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.WaitChooseDGV_DataError);
|
|
|
//
|
|
|
- // ChooseAll
|
|
|
- //
|
|
|
- this.ChooseAll.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.ChooseAll.DataPropertyName = "ChooseAll";
|
|
|
- this.ChooseAll.HeaderText = "勾选";
|
|
|
- this.ChooseAll.Name = "ChooseAll";
|
|
|
- this.ChooseAll.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
- this.ChooseAll.Width = 60;
|
|
|
- //
|
|
|
- // bc_code
|
|
|
- //
|
|
|
- this.bc_code.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.bc_code.DataPropertyName = "bc_code";
|
|
|
- this.bc_code.HeaderText = "不良代码";
|
|
|
- this.bc_code.Name = "bc_code";
|
|
|
- this.bc_code.ReadOnly = true;
|
|
|
- this.bc_code.Width = 130;
|
|
|
- //
|
|
|
- // bc_name
|
|
|
- //
|
|
|
- this.bc_name.DataPropertyName = "bc_name";
|
|
|
- this.bc_name.HeaderText = "不良名称";
|
|
|
- this.bc_name.Name = "bc_name";
|
|
|
- this.bc_name.ReadOnly = true;
|
|
|
- //
|
|
|
// ob_remark
|
|
|
//
|
|
|
this.ob_remark.AllPower = null;
|
|
|
@@ -905,6 +860,69 @@
|
|
|
this.BadGroupCode.TabIndex = 219;
|
|
|
this.BadGroupCode.SelectedIndexChanged += new System.EventHandler(this.BadGroupCode_SelectedIndexChanged);
|
|
|
//
|
|
|
+ // ChooseAll
|
|
|
+ //
|
|
|
+ this.ChooseAll.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.ChooseAll.DataPropertyName = "ChooseAll";
|
|
|
+ this.ChooseAll.HeaderText = "勾选";
|
|
|
+ this.ChooseAll.Name = "ChooseAll";
|
|
|
+ this.ChooseAll.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
+ this.ChooseAll.Width = 60;
|
|
|
+ //
|
|
|
+ // bg_code
|
|
|
+ //
|
|
|
+ this.bg_code.DataPropertyName = "bg_code";
|
|
|
+ this.bg_code.HeaderText = "不良组别编号";
|
|
|
+ this.bg_code.Name = "bg_code";
|
|
|
+ this.bg_code.Visible = false;
|
|
|
+ //
|
|
|
+ // bc_code
|
|
|
+ //
|
|
|
+ this.bc_code.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.bc_code.DataPropertyName = "bc_code";
|
|
|
+ this.bc_code.HeaderText = "不良代码";
|
|
|
+ this.bc_code.Name = "bc_code";
|
|
|
+ this.bc_code.ReadOnly = true;
|
|
|
+ this.bc_code.Width = 130;
|
|
|
+ //
|
|
|
+ // bc_name
|
|
|
+ //
|
|
|
+ this.bc_name.DataPropertyName = "bc_name";
|
|
|
+ this.bc_name.HeaderText = "不良名称";
|
|
|
+ this.bc_name.Name = "bc_name";
|
|
|
+ this.bc_name.ReadOnly = true;
|
|
|
+ //
|
|
|
+ // or_id
|
|
|
+ //
|
|
|
+ this.or_id.DataPropertyName = "or_id";
|
|
|
+ this.or_id.HeaderText = "or_id";
|
|
|
+ this.or_id.Name = "or_id";
|
|
|
+ this.or_id.Visible = false;
|
|
|
+ //
|
|
|
+ // bg_code1
|
|
|
+ //
|
|
|
+ this.bg_code1.DataPropertyName = "bg_code";
|
|
|
+ this.bg_code1.HeaderText = "不良组别编号";
|
|
|
+ this.bg_code1.Name = "bg_code1";
|
|
|
+ this.bg_code1.Visible = false;
|
|
|
+ //
|
|
|
+ // bc_code1
|
|
|
+ //
|
|
|
+ this.bc_code1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.bc_code1.DataPropertyName = "bc_code";
|
|
|
+ this.bc_code1.HeaderText = "不良代码";
|
|
|
+ this.bc_code1.Name = "bc_code1";
|
|
|
+ this.bc_code1.ReadOnly = true;
|
|
|
+ this.bc_code1.Width = 130;
|
|
|
+ //
|
|
|
+ // bc_name1
|
|
|
+ //
|
|
|
+ this.bc_name1.DataPropertyName = "bc_name";
|
|
|
+ this.bc_name1.HeaderText = "不良名称 ";
|
|
|
+ this.bc_name1.Name = "bc_name1";
|
|
|
+ this.bc_name1.ReadOnly = true;
|
|
|
+ this.bc_name1.Width = 151;
|
|
|
+ //
|
|
|
// OQC_SamplingDataCollection
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
@@ -1018,12 +1036,6 @@
|
|
|
private System.Windows.Forms.Label ob_maxngacceptqty_label;
|
|
|
private System.Windows.Forms.Label ob_projectcode_label;
|
|
|
private CustomControl.ComBoxWithFocus.ComBoxWithFocus BadGroupCode;
|
|
|
- private System.Windows.Forms.DataGridViewCheckBoxColumn ChooseAll;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn bc_code;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn bc_name;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn or_id;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn bc_code1;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn bc_name1;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn choose;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn oi_itemcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ci_name;
|
|
|
@@ -1033,5 +1045,13 @@
|
|
|
private System.Windows.Forms.DataGridViewComboBoxColumn oi_leveldefect;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ois_remark;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ois_status;
|
|
|
+ private System.Windows.Forms.DataGridViewCheckBoxColumn ChooseAll;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn bg_code;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn bc_code;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn bc_name;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn or_id;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn bg_code1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn bc_code1;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn bc_name1;
|
|
|
}
|
|
|
}
|