|
@@ -29,7 +29,7 @@
|
|
|
private void InitializeComponent()
|
|
private void InitializeComponent()
|
|
|
{
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(OQC_SamplingDataCollection));
|
|
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.ob_checkno_label = new System.Windows.Forms.Label();
|
|
|
this.obd_outboxcode_label = new System.Windows.Forms.Label();
|
|
this.obd_outboxcode_label = new System.Windows.Forms.Label();
|
|
|
this.ms_sncode_label = new System.Windows.Forms.Label();
|
|
this.ms_sncode_label = new System.Windows.Forms.Label();
|
|
@@ -65,6 +65,15 @@
|
|
|
this.ob_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
this.ob_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.CheckTypeDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithCheckBox();
|
|
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.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();
|
|
|
|
|
+ this.oi_leveldefect = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
|
|
|
+ this.ois_remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
+ this.ois_status = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.ChooseedReject = new UAS_MES.CustomControl.ButtonUtil.ArrowRightButton();
|
|
this.ChooseedReject = new UAS_MES.CustomControl.ButtonUtil.ArrowRightButton();
|
|
|
this.WaitReject = new UAS_MES.CustomControl.ButtonUtil.ArrowLeftButton();
|
|
this.WaitReject = new UAS_MES.CustomControl.ButtonUtil.ArrowLeftButton();
|
|
|
this.oi_checkqty1 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
this.oi_checkqty1 = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
@@ -84,15 +93,6 @@
|
|
|
this.ob_makecode_dgv = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.ob_makecode_dgv = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.obd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
this.obd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.BadGroupCode = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
|
|
this.BadGroupCode = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
|
|
|
- this.choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
|
|
- this.oi_itemcode = 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();
|
|
|
|
|
- this.oi_leveldefect = new System.Windows.Forms.DataGridViewComboBoxColumn();
|
|
|
|
|
- this.ois_remark = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
- this.ois_status = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ChoosedDGV)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.ChoosedDGV)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.WaitChooseDGV)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.WaitChooseDGV)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).BeginInit();
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).BeginInit();
|
|
@@ -568,6 +568,79 @@
|
|
|
this.CheckTypeDGV.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckTypeDGV_CellValueChanged);
|
|
this.CheckTypeDGV.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckTypeDGV_CellValueChanged);
|
|
|
this.CheckTypeDGV.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.CheckTypeDGV_DataError);
|
|
this.CheckTypeDGV.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.CheckTypeDGV_DataError);
|
|
|
//
|
|
//
|
|
|
|
|
+ // 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.DataPropertyName = "oi_itemcode";
|
|
|
|
|
+ this.oi_itemcode.HeaderText = "项目编号";
|
|
|
|
|
+ this.oi_itemcode.Name = "oi_itemcode";
|
|
|
|
|
+ this.oi_itemcode.Visible = false;
|
|
|
|
|
+ //
|
|
|
|
|
+ // ci_name
|
|
|
|
|
+ //
|
|
|
|
|
+ this.ci_name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
|
|
+ this.ci_name.DataPropertyName = "ci_name";
|
|
|
|
|
+ dataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
|
|
+ this.ci_name.DefaultCellStyle = dataGridViewCellStyle2;
|
|
|
|
|
+ this.ci_name.HeaderText = "项目名称";
|
|
|
|
|
+ this.ci_name.Name = "ci_name";
|
|
|
|
|
+ //
|
|
|
|
|
+ // oi_sampleqty
|
|
|
|
|
+ //
|
|
|
|
|
+ this.oi_sampleqty.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
|
|
+ this.oi_sampleqty.DataPropertyName = "oi_sampleqty";
|
|
|
|
|
+ this.oi_sampleqty.HeaderText = "样本数";
|
|
|
|
|
+ this.oi_sampleqty.Name = "oi_sampleqty";
|
|
|
|
|
+ this.oi_sampleqty.Width = 96;
|
|
|
|
|
+ //
|
|
|
|
|
+ // oi_checkqty
|
|
|
|
|
+ //
|
|
|
|
|
+ this.oi_checkqty.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
|
|
+ this.oi_checkqty.DataPropertyName = "oi_checkqty";
|
|
|
|
|
+ this.oi_checkqty.HeaderText = "已检数";
|
|
|
|
|
+ this.oi_checkqty.Name = "oi_checkqty";
|
|
|
|
|
+ this.oi_checkqty.Width = 81;
|
|
|
|
|
+ //
|
|
|
|
|
+ // oi_ng
|
|
|
|
|
+ //
|
|
|
|
|
+ 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";
|
|
|
|
|
+ this.oi_ng.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
+ this.oi_ng.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
|
|
+ //
|
|
|
|
|
+ // oi_leveldefect
|
|
|
|
|
+ //
|
|
|
|
|
+ this.oi_leveldefect.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
|
|
+ this.oi_leveldefect.DataPropertyName = "oi_leveldefect";
|
|
|
|
|
+ this.oi_leveldefect.HeaderText = "缺陷等级";
|
|
|
|
|
+ this.oi_leveldefect.Name = "oi_leveldefect";
|
|
|
|
|
+ this.oi_leveldefect.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
+ this.oi_leveldefect.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
|
|
+ //
|
|
|
|
|
+ // 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
|
|
// ChooseedReject
|
|
|
//
|
|
//
|
|
|
this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
|
|
this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
|
|
@@ -832,79 +905,6 @@
|
|
|
this.BadGroupCode.TabIndex = 219;
|
|
this.BadGroupCode.TabIndex = 219;
|
|
|
this.BadGroupCode.SelectedIndexChanged += new System.EventHandler(this.BadGroupCode_SelectedIndexChanged);
|
|
this.BadGroupCode.SelectedIndexChanged += new System.EventHandler(this.BadGroupCode_SelectedIndexChanged);
|
|
|
//
|
|
//
|
|
|
- // 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.DataPropertyName = "oi_itemcode";
|
|
|
|
|
- this.oi_itemcode.HeaderText = "项目编号";
|
|
|
|
|
- this.oi_itemcode.Name = "oi_itemcode";
|
|
|
|
|
- this.oi_itemcode.Visible = false;
|
|
|
|
|
- //
|
|
|
|
|
- // ci_name
|
|
|
|
|
- //
|
|
|
|
|
- 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;
|
|
|
|
|
- this.ci_name.HeaderText = "项目名称";
|
|
|
|
|
- this.ci_name.Name = "ci_name";
|
|
|
|
|
- //
|
|
|
|
|
- // oi_sampleqty
|
|
|
|
|
- //
|
|
|
|
|
- this.oi_sampleqty.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
|
|
- this.oi_sampleqty.DataPropertyName = "oi_sampleqty";
|
|
|
|
|
- this.oi_sampleqty.HeaderText = "样本数";
|
|
|
|
|
- this.oi_sampleqty.Name = "oi_sampleqty";
|
|
|
|
|
- this.oi_sampleqty.Width = 96;
|
|
|
|
|
- //
|
|
|
|
|
- // oi_checkqty
|
|
|
|
|
- //
|
|
|
|
|
- this.oi_checkqty.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
|
|
- this.oi_checkqty.DataPropertyName = "oi_checkqty";
|
|
|
|
|
- this.oi_checkqty.HeaderText = "已检数";
|
|
|
|
|
- this.oi_checkqty.Name = "oi_checkqty";
|
|
|
|
|
- this.oi_checkqty.Width = 81;
|
|
|
|
|
- //
|
|
|
|
|
- // oi_ng
|
|
|
|
|
- //
|
|
|
|
|
- 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";
|
|
|
|
|
- this.oi_ng.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
- this.oi_ng.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
|
|
- //
|
|
|
|
|
- // oi_leveldefect
|
|
|
|
|
- //
|
|
|
|
|
- this.oi_leveldefect.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
|
|
- this.oi_leveldefect.DataPropertyName = "oi_leveldefect";
|
|
|
|
|
- this.oi_leveldefect.HeaderText = "缺陷等级";
|
|
|
|
|
- this.oi_leveldefect.Name = "oi_leveldefect";
|
|
|
|
|
- this.oi_leveldefect.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
|
|
- this.oi_leveldefect.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.Automatic;
|
|
|
|
|
- //
|
|
|
|
|
- // 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;
|
|
|
|
|
- //
|
|
|
|
|
// OQC_SamplingDataCollection
|
|
// OQC_SamplingDataCollection
|
|
|
//
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|