|
|
@@ -30,7 +30,7 @@
|
|
|
{
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OQC_SamplingDataCollection));
|
|
|
- System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle1 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
+ System.Windows.Forms.DataGridViewCellStyle dataGridViewCellStyle3 = new System.Windows.Forms.DataGridViewCellStyle();
|
|
|
this.ob_checkno_label = new System.Windows.Forms.Label();
|
|
|
this.obd_outboxcode_label = new System.Windows.Forms.Label();
|
|
|
this.ms_sncode_label = new System.Windows.Forms.Label();
|
|
|
@@ -58,10 +58,6 @@
|
|
|
this.ob_makecode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ChoosedDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewExpand();
|
|
|
this.WaitChooseDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
|
|
|
- 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.ob_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.CheckTypeDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
|
|
|
@@ -95,8 +91,14 @@
|
|
|
this.Filter = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder();
|
|
|
this.BadInfoSource = new System.Windows.Forms.BindingSource(this.components);
|
|
|
this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.ChooseAll = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.bg_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ 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.choose1 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.or_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.bg_name1 = 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();
|
|
|
@@ -452,6 +454,7 @@
|
|
|
this.ChoosedDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.choose1,
|
|
|
this.or_id,
|
|
|
+ this.bg_name1,
|
|
|
this.bg_code1,
|
|
|
this.bc_code1,
|
|
|
this.bc_name1});
|
|
|
@@ -469,6 +472,7 @@
|
|
|
this.WaitChooseDGV.ColumnHeadersHeightSizeMode = System.Windows.Forms.DataGridViewColumnHeadersHeightSizeMode.AutoSize;
|
|
|
this.WaitChooseDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.ChooseAll,
|
|
|
+ this.bg_name,
|
|
|
this.bg_code,
|
|
|
this.bc_code,
|
|
|
this.bc_name});
|
|
|
@@ -481,38 +485,6 @@
|
|
|
this.WaitChooseDGV.TabIndex = 204;
|
|
|
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;
|
|
|
- //
|
|
|
- // 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;
|
|
|
- //
|
|
|
// ob_remark
|
|
|
//
|
|
|
this.ob_remark.AllPower = null;
|
|
|
@@ -590,8 +562,8 @@
|
|
|
//
|
|
|
this.ci_name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
this.ci_name.DataPropertyName = "ci_name";
|
|
|
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
- this.ci_name.DefaultCellStyle = dataGridViewCellStyle1;
|
|
|
+ dataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
+ this.ci_name.DefaultCellStyle = dataGridViewCellStyle3;
|
|
|
this.ci_name.HeaderText = "项目名称";
|
|
|
this.ci_name.Name = "ci_name";
|
|
|
this.ci_name.ReadOnly = true;
|
|
|
@@ -927,6 +899,45 @@
|
|
|
this.label2.TabIndex = 221;
|
|
|
this.label2.Text = "搜索";
|
|
|
//
|
|
|
+ // 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_name
|
|
|
+ //
|
|
|
+ this.bg_name.DataPropertyName = "bg_name";
|
|
|
+ this.bg_name.HeaderText = "不良组别名称";
|
|
|
+ this.bg_name.Name = "bg_name";
|
|
|
+ this.bg_name.Visible = false;
|
|
|
+ //
|
|
|
+ // 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;
|
|
|
+ //
|
|
|
// choose1
|
|
|
//
|
|
|
this.choose1.HeaderText = "勾选";
|
|
|
@@ -941,6 +952,13 @@
|
|
|
this.or_id.Name = "or_id";
|
|
|
this.or_id.Visible = false;
|
|
|
//
|
|
|
+ // bg_name1
|
|
|
+ //
|
|
|
+ this.bg_name1.DataPropertyName = "bg_name";
|
|
|
+ this.bg_name1.HeaderText = "不良组别名称";
|
|
|
+ this.bg_name1.Name = "bg_name1";
|
|
|
+ this.bg_name1.Visible = false;
|
|
|
+ //
|
|
|
// bg_code1
|
|
|
//
|
|
|
this.bg_code1.DataPropertyName = "bg_code";
|
|
|
@@ -1082,10 +1100,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 bg_code;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn bc_code;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn bc_name;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn choose;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn oi_itemcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ci_name;
|
|
|
@@ -1098,8 +1112,14 @@
|
|
|
private CustomControl.TextBoxWithIcon.TextBoxWithPlaceHolder Filter;
|
|
|
private System.Windows.Forms.BindingSource BadInfoSource;
|
|
|
private System.Windows.Forms.Label label2;
|
|
|
+ private System.Windows.Forms.DataGridViewCheckBoxColumn ChooseAll;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn bg_name;
|
|
|
+ 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.DataGridViewCheckBoxColumn choose1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn or_id;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn bg_name1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bg_code1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bc_code1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bc_name1;
|