|
|
@@ -29,7 +29,7 @@
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
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 dataGridViewCellStyle2 = 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();
|
|
|
@@ -65,12 +65,19 @@
|
|
|
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.DataGridViewExpand();
|
|
|
+ this.choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.oi_itemcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.oi_ng = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.oi_leveldefect = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ois_remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ois_status = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ois_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.ChooseedReject = new UAS_MES.CustomControl.ButtonUtil.ArrowRightButton();
|
|
|
this.WaitReject = new UAS_MES.CustomControl.ButtonUtil.ArrowLeftButton();
|
|
|
this.oi_checkqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ob_okqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ob_ngqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.ob_batchqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.ob_nowcheckqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.bccode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.GetBatch = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.BatchPass = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
@@ -83,13 +90,6 @@
|
|
|
this.obd_outboxcode_dgv = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.ob_makecode_dgv = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.obd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
- this.oi_itemcode = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.oi_ng = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.oi_leveldefect = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.ois_remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.ois_status = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.ois_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ChoosedDGV)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.WaitChooseDGV)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).BeginInit();
|
|
|
@@ -564,6 +564,62 @@
|
|
|
this.CheckTypeDGV.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.CheckTypeDGV_DataError);
|
|
|
this.CheckTypeDGV.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.CheckTypeDGV_RowHeaderMouseClick);
|
|
|
//
|
|
|
+ // choose
|
|
|
+ //
|
|
|
+ this.choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.choose.DataPropertyName = "choose";
|
|
|
+ this.choose.HeaderText = "勾选";
|
|
|
+ this.choose.Name = "choose";
|
|
|
+ this.choose.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
+ this.choose.Width = 60;
|
|
|
+ //
|
|
|
+ // oi_itemcode
|
|
|
+ //
|
|
|
+ this.oi_itemcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.oi_itemcode.DataPropertyName = "oi_checkkind";
|
|
|
+ this.oi_itemcode.HeaderText = "检验类型";
|
|
|
+ this.oi_itemcode.Name = "oi_itemcode";
|
|
|
+ //
|
|
|
+ // oi_ng
|
|
|
+ //
|
|
|
+ this.oi_ng.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.oi_ng.DataPropertyName = "oi_count";
|
|
|
+ dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
+ this.oi_ng.DefaultCellStyle = dataGridViewCellStyle2;
|
|
|
+ this.oi_ng.HeaderText = "样本数量";
|
|
|
+ this.oi_ng.Name = "oi_ng";
|
|
|
+ this.oi_ng.Width = 96;
|
|
|
+ //
|
|
|
+ // oi_leveldefect
|
|
|
+ //
|
|
|
+ this.oi_leveldefect.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.oi_leveldefect.DataPropertyName = "oi_checkedcount";
|
|
|
+ this.oi_leveldefect.HeaderText = "已检数量";
|
|
|
+ this.oi_leveldefect.Name = "oi_leveldefect";
|
|
|
+ this.oi_leveldefect.Width = 96;
|
|
|
+ //
|
|
|
+ // ois_remark
|
|
|
+ //
|
|
|
+ this.ois_remark.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
+ this.ois_remark.HeaderText = "";
|
|
|
+ this.ois_remark.Name = "ois_remark";
|
|
|
+ this.ois_remark.Width = 23;
|
|
|
+ //
|
|
|
+ // ois_status
|
|
|
+ //
|
|
|
+ this.ois_status.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
+ this.ois_status.HeaderText = "";
|
|
|
+ this.ois_status.Name = "ois_status";
|
|
|
+ //
|
|
|
+ // ois_id
|
|
|
+ //
|
|
|
+ this.ois_id.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.ois_id.DataPropertyName = "ois_id";
|
|
|
+ this.ois_id.HeaderText = "";
|
|
|
+ this.ois_id.Name = "ois_id";
|
|
|
+ this.ois_id.Visible = false;
|
|
|
+ this.ois_id.Width = 80;
|
|
|
+ //
|
|
|
// ChooseedReject
|
|
|
//
|
|
|
this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
|
|
|
@@ -637,22 +693,22 @@
|
|
|
this.ob_ngqty.TabIndex = 186;
|
|
|
this.ob_ngqty.Tag = "NoAuto";
|
|
|
//
|
|
|
- // ob_batchqty
|
|
|
- //
|
|
|
- this.ob_batchqty.AllPower = null;
|
|
|
- this.ob_batchqty.BackColor = System.Drawing.Color.White;
|
|
|
- this.ob_batchqty.Enabled = false;
|
|
|
- this.ob_batchqty.ID = null;
|
|
|
- this.ob_batchqty.Location = new System.Drawing.Point(1211, 52);
|
|
|
- this.ob_batchqty.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.ob_batchqty.Name = "ob_batchqty";
|
|
|
- this.ob_batchqty.Power = null;
|
|
|
- this.ob_batchqty.Size = new System.Drawing.Size(195, 25);
|
|
|
- this.ob_batchqty.Str = null;
|
|
|
- this.ob_batchqty.Str1 = null;
|
|
|
- this.ob_batchqty.Str2 = null;
|
|
|
- this.ob_batchqty.TabIndex = 180;
|
|
|
- this.ob_batchqty.Tag = "NoAuto";
|
|
|
+ // ob_nowcheckqty
|
|
|
+ //
|
|
|
+ this.ob_nowcheckqty.AllPower = null;
|
|
|
+ this.ob_nowcheckqty.BackColor = System.Drawing.Color.White;
|
|
|
+ this.ob_nowcheckqty.Enabled = false;
|
|
|
+ this.ob_nowcheckqty.ID = null;
|
|
|
+ this.ob_nowcheckqty.Location = new System.Drawing.Point(1211, 52);
|
|
|
+ this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.ob_nowcheckqty.Name = "ob_nowcheckqty";
|
|
|
+ this.ob_nowcheckqty.Power = null;
|
|
|
+ this.ob_nowcheckqty.Size = new System.Drawing.Size(195, 25);
|
|
|
+ this.ob_nowcheckqty.Str = null;
|
|
|
+ this.ob_nowcheckqty.Str1 = null;
|
|
|
+ this.ob_nowcheckqty.Str2 = null;
|
|
|
+ this.ob_nowcheckqty.TabIndex = 180;
|
|
|
+ this.ob_nowcheckqty.Tag = "";
|
|
|
//
|
|
|
// bccode
|
|
|
//
|
|
|
@@ -819,62 +875,6 @@
|
|
|
this.obd_id.Name = "obd_id";
|
|
|
this.obd_id.Visible = false;
|
|
|
//
|
|
|
- // choose
|
|
|
- //
|
|
|
- this.choose.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.choose.DataPropertyName = "choose";
|
|
|
- this.choose.HeaderText = "勾选";
|
|
|
- this.choose.Name = "choose";
|
|
|
- this.choose.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
- this.choose.Width = 60;
|
|
|
- //
|
|
|
- // oi_itemcode
|
|
|
- //
|
|
|
- this.oi_itemcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.oi_itemcode.DataPropertyName = "oi_checkkind";
|
|
|
- this.oi_itemcode.HeaderText = "检验类型";
|
|
|
- this.oi_itemcode.Name = "oi_itemcode";
|
|
|
- //
|
|
|
- // oi_ng
|
|
|
- //
|
|
|
- this.oi_ng.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.oi_ng.DataPropertyName = "oi_count";
|
|
|
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
- this.oi_ng.DefaultCellStyle = dataGridViewCellStyle1;
|
|
|
- this.oi_ng.HeaderText = "样本数量";
|
|
|
- this.oi_ng.Name = "oi_ng";
|
|
|
- this.oi_ng.Width = 96;
|
|
|
- //
|
|
|
- // oi_leveldefect
|
|
|
- //
|
|
|
- this.oi_leveldefect.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.oi_leveldefect.DataPropertyName = "oi_checkedcount";
|
|
|
- this.oi_leveldefect.HeaderText = "已检数量";
|
|
|
- this.oi_leveldefect.Name = "oi_leveldefect";
|
|
|
- this.oi_leveldefect.Width = 96;
|
|
|
- //
|
|
|
- // ois_remark
|
|
|
- //
|
|
|
- this.ois_remark.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
- this.ois_remark.HeaderText = "";
|
|
|
- this.ois_remark.Name = "ois_remark";
|
|
|
- this.ois_remark.Width = 23;
|
|
|
- //
|
|
|
- // ois_status
|
|
|
- //
|
|
|
- this.ois_status.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
- this.ois_status.HeaderText = "";
|
|
|
- this.ois_status.Name = "ois_status";
|
|
|
- //
|
|
|
- // ois_id
|
|
|
- //
|
|
|
- this.ois_id.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.ois_id.DataPropertyName = "ois_id";
|
|
|
- this.ois_id.HeaderText = "";
|
|
|
- this.ois_id.Name = "ois_id";
|
|
|
- this.ois_id.Visible = false;
|
|
|
- this.ois_id.Width = 80;
|
|
|
- //
|
|
|
// OQC_SamplingDataCollection
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
@@ -909,7 +909,7 @@
|
|
|
this.Controls.Add(this.label5);
|
|
|
this.Controls.Add(this.ob_ngqty);
|
|
|
this.Controls.Add(this.label4);
|
|
|
- this.Controls.Add(this.ob_batchqty);
|
|
|
+ this.Controls.Add(this.ob_nowcheckqty);
|
|
|
this.Controls.Add(this.label1);
|
|
|
this.Controls.Add(this.bccode);
|
|
|
this.Controls.Add(this.bc_code_label);
|
|
|
@@ -950,7 +950,7 @@
|
|
|
private CustomControl.ButtonUtil.NormalButton GetBatch;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox bccode;
|
|
|
private System.Windows.Forms.Label bc_code_label;
|
|
|
- private CustomControl.TextBoxWithIcon.EnterTextBox ob_batchqty;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox ob_nowcheckqty;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox ob_ngqty;
|
|
|
private System.Windows.Forms.Label label4;
|