|
|
@@ -55,19 +55,13 @@
|
|
|
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();
|
|
|
this.choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
this.oi_itemcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.oi_checkkind = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ci_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.oi_sampleqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.oi_checkqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.oi_ng = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
@@ -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();
|
|
|
@@ -209,9 +211,9 @@
|
|
|
this.label9.Location = new System.Drawing.Point(621, 218);
|
|
|
this.label9.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.label9.Name = "label9";
|
|
|
- this.label9.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.label9.Size = new System.Drawing.Size(132, 27);
|
|
|
this.label9.TabIndex = 192;
|
|
|
- this.label9.Text = "待选不良";
|
|
|
+ this.label9.Text = "待选不良分组";
|
|
|
//
|
|
|
// sncode_label
|
|
|
//
|
|
|
@@ -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,35 +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.Fill;
|
|
|
- this.bc_code1.DataPropertyName = "bc_code";
|
|
|
- this.bc_code1.HeaderText = "不良代码";
|
|
|
- this.bc_code1.Name = "bc_code1";
|
|
|
- this.bc_code1.ReadOnly = true;
|
|
|
- //
|
|
|
- // bc_name1
|
|
|
- //
|
|
|
- this.bc_name1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
- this.bc_name1.DataPropertyName = "bc_name";
|
|
|
- this.bc_name1.HeaderText = "不良名称 ";
|
|
|
- this.bc_name1.Name = "bc_name1";
|
|
|
- this.bc_name1.ReadOnly = true;
|
|
|
- //
|
|
|
// 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);
|
|
|
@@ -484,29 +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.DataPropertyName = "bc_code";
|
|
|
- this.bc_code.HeaderText = "不良分组";
|
|
|
- this.bc_code.Name = "bc_code";
|
|
|
- this.bc_code.ReadOnly = true;
|
|
|
- //
|
|
|
- // 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;
|
|
|
@@ -547,7 +505,7 @@
|
|
|
this.CheckTypeDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.choose,
|
|
|
this.oi_itemcode,
|
|
|
- this.oi_checkkind,
|
|
|
+ this.ci_name,
|
|
|
this.oi_sampleqty,
|
|
|
this.oi_checkqty,
|
|
|
this.oi_ng,
|
|
|
@@ -576,20 +534,19 @@
|
|
|
//
|
|
|
// oi_itemcode
|
|
|
//
|
|
|
- this.oi_itemcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
this.oi_itemcode.DataPropertyName = "oi_itemcode";
|
|
|
this.oi_itemcode.HeaderText = "项目编号";
|
|
|
this.oi_itemcode.Name = "oi_itemcode";
|
|
|
+ this.oi_itemcode.Visible = false;
|
|
|
//
|
|
|
- // oi_checkkind
|
|
|
+ // ci_name
|
|
|
//
|
|
|
- this.oi_checkkind.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.oi_checkkind.DataPropertyName = "oi_checkkind";
|
|
|
+ this.ci_name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
+ this.ci_name.DataPropertyName = "ci_name";
|
|
|
dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
- this.oi_checkkind.DefaultCellStyle = dataGridViewCellStyle2;
|
|
|
- this.oi_checkkind.HeaderText = "项目名称";
|
|
|
- this.oi_checkkind.Name = "oi_checkkind";
|
|
|
- this.oi_checkkind.Width = 96;
|
|
|
+ this.ci_name.DefaultCellStyle = dataGridViewCellStyle2;
|
|
|
+ this.ci_name.HeaderText = "项目名称";
|
|
|
+ this.ci_name.Name = "ci_name";
|
|
|
//
|
|
|
// oi_sampleqty
|
|
|
//
|
|
|
@@ -609,7 +566,7 @@
|
|
|
//
|
|
|
// oi_ng
|
|
|
//
|
|
|
- this.oi_ng.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
+ this.oi_ng.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
this.oi_ng.DataPropertyName = "oi_ng";
|
|
|
this.oi_ng.HeaderText = "是否通过";
|
|
|
this.oi_ng.Name = "oi_ng";
|
|
|
@@ -624,19 +581,20 @@
|
|
|
this.oi_leveldefect.Name = "oi_leveldefect";
|
|
|
this.oi_leveldefect.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
this.oi_leveldefect.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
- this.oi_leveldefect.Width = 80;
|
|
|
//
|
|
|
// ois_remark
|
|
|
//
|
|
|
this.ois_remark.DataPropertyName = "ois_remark";
|
|
|
this.ois_remark.HeaderText = "备注";
|
|
|
this.ois_remark.Name = "ois_remark";
|
|
|
+ this.ois_remark.Visible = false;
|
|
|
//
|
|
|
// ois_status
|
|
|
//
|
|
|
this.ois_status.DataPropertyName = "ois_status";
|
|
|
this.ois_status.HeaderText = "是否检验";
|
|
|
this.ois_status.Name = "ois_status";
|
|
|
+ this.ois_status.Visible = false;
|
|
|
//
|
|
|
// ChooseedReject
|
|
|
//
|
|
|
@@ -896,12 +854,75 @@
|
|
|
// BadGroupCode
|
|
|
//
|
|
|
this.BadGroupCode.FormattingEnabled = true;
|
|
|
- this.BadGroupCode.Location = new System.Drawing.Point(720, 222);
|
|
|
+ this.BadGroupCode.Location = new System.Drawing.Point(760, 221);
|
|
|
this.BadGroupCode.Name = "BadGroupCode";
|
|
|
this.BadGroupCode.Size = new System.Drawing.Size(173, 23);
|
|
|
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);
|
|
|
@@ -1015,20 +1036,22 @@
|
|
|
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 oi_checkkind;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn ci_name;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn oi_sampleqty;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn oi_checkqty;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn oi_ng;
|
|
|
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;
|
|
|
}
|
|
|
}
|