|
|
@@ -56,22 +56,10 @@
|
|
|
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.bc_code1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.bc_name1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.WaitChooseDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewExpand();
|
|
|
- this.Column3 = 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.DataGridViewExpand();
|
|
|
- this.dataGridViewCheckBoxColumn1 = 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();
|
|
|
@@ -87,6 +75,18 @@
|
|
|
this.ob_checkno = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.obd_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
+ this.dataGridViewCheckBoxColumn1 = 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.Column3 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.bc_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.bc_name = 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();
|
|
|
@@ -391,18 +391,6 @@
|
|
|
this.ChoosedDGV.Size = new System.Drawing.Size(244, 256);
|
|
|
this.ChoosedDGV.TabIndex = 205;
|
|
|
//
|
|
|
- // bc_code1
|
|
|
- //
|
|
|
- this.bc_code1.DataPropertyName = "bc_code";
|
|
|
- this.bc_code1.HeaderText = "不良代码";
|
|
|
- this.bc_code1.Name = "bc_code1";
|
|
|
- //
|
|
|
- // bc_name1
|
|
|
- //
|
|
|
- this.bc_name1.DataPropertyName = "bc_name";
|
|
|
- this.bc_name1.HeaderText = "不良原因";
|
|
|
- this.bc_name1.Name = "bc_name1";
|
|
|
- //
|
|
|
// WaitChooseDGV
|
|
|
//
|
|
|
this.WaitChooseDGV.AllowUserToAddRows = false;
|
|
|
@@ -421,28 +409,6 @@
|
|
|
this.WaitChooseDGV.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.WaitChooseDGV_DataError);
|
|
|
this.WaitChooseDGV.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.WaitChooseDGV_RowHeaderMouseClick);
|
|
|
//
|
|
|
- // Column3
|
|
|
- //
|
|
|
- this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.Column3.HeaderText = "勾选";
|
|
|
- this.Column3.Name = "Column3";
|
|
|
- this.Column3.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
- this.Column3.Width = 55;
|
|
|
- //
|
|
|
- // bc_code
|
|
|
- //
|
|
|
- this.bc_code.DataPropertyName = "pb_badgroup";
|
|
|
- this.bc_code.HeaderText = "不良分组";
|
|
|
- this.bc_code.Name = "bc_code";
|
|
|
- this.bc_code.Width = 120;
|
|
|
- //
|
|
|
- // bc_name
|
|
|
- //
|
|
|
- this.bc_name.DataPropertyName = "bg_name";
|
|
|
- this.bc_name.HeaderText = "分组名称";
|
|
|
- this.bc_name.Name = "bc_name";
|
|
|
- this.bc_name.Width = 120;
|
|
|
- //
|
|
|
// ob_remark
|
|
|
//
|
|
|
this.ob_remark.AllPower = null;
|
|
|
@@ -497,52 +463,6 @@
|
|
|
this.CheckTypeDGV.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.CheckTypeDGV_DataError);
|
|
|
this.CheckTypeDGV.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.CheckTypeDGV_RowHeaderMouseClick);
|
|
|
//
|
|
|
- // dataGridViewCheckBoxColumn1
|
|
|
- //
|
|
|
- this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
|
|
|
- this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
|
|
|
- this.dataGridViewCheckBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
- this.dataGridViewCheckBoxColumn1.Width = 50;
|
|
|
- //
|
|
|
- // oi_itemcode
|
|
|
- //
|
|
|
- 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";
|
|
|
- //
|
|
|
- // oi_leveldefect
|
|
|
- //
|
|
|
- this.oi_leveldefect.DataPropertyName = "oi_checkedcount";
|
|
|
- this.oi_leveldefect.HeaderText = "已检数量";
|
|
|
- this.oi_leveldefect.Name = "oi_leveldefect";
|
|
|
- //
|
|
|
- // ois_remark
|
|
|
- //
|
|
|
- this.ois_remark.HeaderText = "";
|
|
|
- this.ois_remark.Name = "ois_remark";
|
|
|
- //
|
|
|
- // ois_status
|
|
|
- //
|
|
|
- this.ois_status.HeaderText = "";
|
|
|
- this.ois_status.Name = "ois_status";
|
|
|
- //
|
|
|
- // ois_id
|
|
|
- //
|
|
|
- this.ois_id.DataPropertyName = "ois_id";
|
|
|
- this.ois_id.HeaderText = "";
|
|
|
- this.ois_id.Name = "ois_id";
|
|
|
- this.ois_id.Visible = false;
|
|
|
- //
|
|
|
// ChooseedReject
|
|
|
//
|
|
|
this.ChooseedReject.Image = ((System.Drawing.Image)(resources.GetObject("ChooseedReject.Image")));
|
|
|
@@ -790,6 +710,97 @@
|
|
|
this.ms_sncode.Tag = "NoAuto";
|
|
|
this.ms_sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.ms_sncode_KeyDown);
|
|
|
//
|
|
|
+ // dataGridViewCheckBoxColumn1
|
|
|
+ //
|
|
|
+ this.dataGridViewCheckBoxColumn1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.dataGridViewCheckBoxColumn1.HeaderText = "勾选";
|
|
|
+ this.dataGridViewCheckBoxColumn1.Name = "dataGridViewCheckBoxColumn1";
|
|
|
+ this.dataGridViewCheckBoxColumn1.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
+ this.dataGridViewCheckBoxColumn1.Width = 60;
|
|
|
+ //
|
|
|
+ // oi_itemcode
|
|
|
+ //
|
|
|
+ this.oi_itemcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
+ this.oi_itemcode.DataPropertyName = "oi_checkkind";
|
|
|
+ this.oi_itemcode.HeaderText = "检验类型";
|
|
|
+ this.oi_itemcode.Name = "oi_itemcode";
|
|
|
+ this.oi_itemcode.Width = 78;
|
|
|
+ //
|
|
|
+ // oi_ng
|
|
|
+ //
|
|
|
+ this.oi_ng.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
+ 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 = 78;
|
|
|
+ //
|
|
|
+ // oi_leveldefect
|
|
|
+ //
|
|
|
+ this.oi_leveldefect.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
+ this.oi_leveldefect.DataPropertyName = "oi_checkedcount";
|
|
|
+ this.oi_leveldefect.HeaderText = "已检数量";
|
|
|
+ this.oi_leveldefect.Name = "oi_leveldefect";
|
|
|
+ this.oi_leveldefect.Width = 78;
|
|
|
+ //
|
|
|
+ // ois_remark
|
|
|
+ //
|
|
|
+ this.ois_remark.HeaderText = "";
|
|
|
+ this.ois_remark.Name = "ois_remark";
|
|
|
+ //
|
|
|
+ // ois_status
|
|
|
+ //
|
|
|
+ this.ois_status.HeaderText = "";
|
|
|
+ this.ois_status.Name = "ois_status";
|
|
|
+ //
|
|
|
+ // ois_id
|
|
|
+ //
|
|
|
+ this.ois_id.DataPropertyName = "ois_id";
|
|
|
+ this.ois_id.HeaderText = "";
|
|
|
+ this.ois_id.Name = "ois_id";
|
|
|
+ this.ois_id.Visible = false;
|
|
|
+ //
|
|
|
+ // Column3
|
|
|
+ //
|
|
|
+ this.Column3.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.Column3.HeaderText = "勾选";
|
|
|
+ this.Column3.Name = "Column3";
|
|
|
+ this.Column3.Resizable = System.Windows.Forms.DataGridViewTriState.False;
|
|
|
+ this.Column3.Width = 60;
|
|
|
+ //
|
|
|
+ // bc_code
|
|
|
+ //
|
|
|
+ this.bc_code.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
+ this.bc_code.DataPropertyName = "pb_badgroup";
|
|
|
+ this.bc_code.HeaderText = "不良分组";
|
|
|
+ this.bc_code.Name = "bc_code";
|
|
|
+ this.bc_code.Width = 78;
|
|
|
+ //
|
|
|
+ // bc_name
|
|
|
+ //
|
|
|
+ this.bc_name.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
+ this.bc_name.DataPropertyName = "bg_name";
|
|
|
+ this.bc_name.HeaderText = "分组名称";
|
|
|
+ this.bc_name.Name = "bc_name";
|
|
|
+ this.bc_name.Width = 78;
|
|
|
+ //
|
|
|
+ // bc_code1
|
|
|
+ //
|
|
|
+ this.bc_code1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
+ this.bc_code1.DataPropertyName = "bc_code";
|
|
|
+ this.bc_code1.HeaderText = "不良代码";
|
|
|
+ this.bc_code1.Name = "bc_code1";
|
|
|
+ this.bc_code1.Width = 78;
|
|
|
+ //
|
|
|
+ // bc_name1
|
|
|
+ //
|
|
|
+ this.bc_name1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.ColumnHeader;
|
|
|
+ this.bc_name1.DataPropertyName = "bc_name";
|
|
|
+ this.bc_name1.HeaderText = "不良原因";
|
|
|
+ this.bc_name1.Name = "bc_name1";
|
|
|
+ this.bc_name1.Width = 78;
|
|
|
+ //
|
|
|
// OQC_SamplingDataCollection
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
@@ -895,9 +906,9 @@
|
|
|
private CustomControl.RichText.RichTextAutoBottom OperateResult;
|
|
|
private CustomControl.ButtonUtil.NormalButton Clean;
|
|
|
private System.Windows.Forms.Label ob_status;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox ob_projectcode;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bc_code1;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bc_name1;
|
|
|
- private CustomControl.TextBoxWithIcon.EnterTextBox ob_projectcode;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Column3;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bc_code;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn bc_name;
|