|
|
@@ -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();
|
|
|
@@ -55,23 +55,28 @@
|
|
|
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.WaitChooseDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewExpand();
|
|
|
- this.Column3 = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
- this.bg_code = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.bg_name = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ 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.DataGridViewExpand();
|
|
|
+ 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_ng = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.oi_leveldefect = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.oi_checkkind = 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.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.oi_checkqty1 = 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_nowcheckqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
@@ -87,9 +92,7 @@
|
|
|
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.or_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.bc_code1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.bc_name1 = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.BadGroupCode = new UAS_MES.CustomControl.ComBoxWithFocus.ComBoxWithFocus();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.ChoosedDGV)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.WaitChooseDGV)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).BeginInit();
|
|
|
@@ -440,14 +443,37 @@
|
|
|
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.Column3,
|
|
|
- this.bg_code,
|
|
|
- this.bg_name});
|
|
|
+ this.ChooseAll,
|
|
|
+ this.bc_code,
|
|
|
+ this.bc_name});
|
|
|
this.WaitChooseDGV.Location = new System.Drawing.Point(629, 255);
|
|
|
this.WaitChooseDGV.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.WaitChooseDGV.Name = "WaitChooseDGV";
|
|
|
@@ -456,33 +482,30 @@
|
|
|
this.WaitChooseDGV.Size = new System.Drawing.Size(357, 320);
|
|
|
this.WaitChooseDGV.TabIndex = 204;
|
|
|
this.WaitChooseDGV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.WaitChooseDGV_CellContentClick);
|
|
|
- this.WaitChooseDGV.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.WaitChooseDGV_CellValueChanged);
|
|
|
this.WaitChooseDGV.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.WaitChooseDGV_DataError);
|
|
|
- this.WaitChooseDGV.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.WaitChooseDGV_RowHeaderMouseClick);
|
|
|
//
|
|
|
- // Column3
|
|
|
+ // ChooseAll
|
|
|
//
|
|
|
- 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;
|
|
|
+ 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
|
|
|
+ // bc_code
|
|
|
//
|
|
|
- this.bg_code.DataPropertyName = "bg_code";
|
|
|
- this.bg_code.HeaderText = "不良分组";
|
|
|
- this.bg_code.Name = "bg_code";
|
|
|
- this.bg_code.ReadOnly = true;
|
|
|
- this.bg_code.Width = 93;
|
|
|
+ this.bc_code.DataPropertyName = "bc_code";
|
|
|
+ this.bc_code.HeaderText = "不良分组";
|
|
|
+ this.bc_code.Name = "bc_code";
|
|
|
+ this.bc_code.ReadOnly = true;
|
|
|
//
|
|
|
- // bg_name
|
|
|
+ // bc_name
|
|
|
//
|
|
|
- this.bg_name.DataPropertyName = "bg_name";
|
|
|
- this.bg_name.HeaderText = "分组名称";
|
|
|
- this.bg_name.Name = "bg_name";
|
|
|
- this.bg_name.ReadOnly = true;
|
|
|
- this.bg_name.Width = 93;
|
|
|
+ this.bc_name.DataPropertyName = "bc_name";
|
|
|
+ this.bc_name.HeaderText = "分组名称";
|
|
|
+ this.bc_name.Name = "bc_name";
|
|
|
+ this.bc_name.ReadOnly = true;
|
|
|
//
|
|
|
// ob_remark
|
|
|
//
|
|
|
@@ -524,22 +547,23 @@
|
|
|
this.CheckTypeDGV.Columns.AddRange(new System.Windows.Forms.DataGridViewColumn[] {
|
|
|
this.choose,
|
|
|
this.oi_itemcode,
|
|
|
+ this.oi_checkkind,
|
|
|
+ this.oi_sampleqty,
|
|
|
+ this.oi_checkqty,
|
|
|
this.oi_ng,
|
|
|
this.oi_leveldefect,
|
|
|
this.ois_remark,
|
|
|
- this.ois_status,
|
|
|
- this.ois_id});
|
|
|
- this.CheckTypeDGV.Location = new System.Drawing.Point(21, 210);
|
|
|
+ this.ois_status});
|
|
|
+ this.CheckTypeDGV.Location = new System.Drawing.Point(22, 214);
|
|
|
this.CheckTypeDGV.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.CheckTypeDGV.Name = "CheckTypeDGV";
|
|
|
this.CheckTypeDGV.RowHeadersWidth = 20;
|
|
|
this.CheckTypeDGV.RowTemplate.Height = 23;
|
|
|
- this.CheckTypeDGV.Size = new System.Drawing.Size(589, 406);
|
|
|
+ this.CheckTypeDGV.Size = new System.Drawing.Size(589, 415);
|
|
|
this.CheckTypeDGV.TabIndex = 198;
|
|
|
this.CheckTypeDGV.CellContentClick += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckTypeDGV_CellContentClick);
|
|
|
this.CheckTypeDGV.CellValueChanged += new System.Windows.Forms.DataGridViewCellEventHandler(this.CheckTypeDGV_CellValueChanged);
|
|
|
this.CheckTypeDGV.DataError += new System.Windows.Forms.DataGridViewDataErrorEventHandler(this.CheckTypeDGV_DataError);
|
|
|
- this.CheckTypeDGV.RowHeaderMouseClick += new System.Windows.Forms.DataGridViewCellMouseEventHandler(this.CheckTypeDGV_RowHeaderMouseClick);
|
|
|
//
|
|
|
// choose
|
|
|
//
|
|
|
@@ -553,50 +577,67 @@
|
|
|
// oi_itemcode
|
|
|
//
|
|
|
this.oi_itemcode.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
- this.oi_itemcode.DataPropertyName = "oi_checkkind";
|
|
|
- this.oi_itemcode.HeaderText = "检验类型";
|
|
|
+ this.oi_itemcode.DataPropertyName = "oi_itemcode";
|
|
|
+ this.oi_itemcode.HeaderText = "项目编号";
|
|
|
this.oi_itemcode.Name = "oi_itemcode";
|
|
|
//
|
|
|
+ // oi_checkkind
|
|
|
+ //
|
|
|
+ this.oi_checkkind.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.None;
|
|
|
+ this.oi_checkkind.DataPropertyName = "oi_checkkind";
|
|
|
+ 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;
|
|
|
+ //
|
|
|
+ // 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_count";
|
|
|
- dataGridViewCellStyle1.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter;
|
|
|
- this.oi_ng.DefaultCellStyle = dataGridViewCellStyle1;
|
|
|
- this.oi_ng.HeaderText = "样本数量";
|
|
|
+ this.oi_ng.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
+ this.oi_ng.DataPropertyName = "oi_ng";
|
|
|
+ this.oi_ng.HeaderText = "是否通过";
|
|
|
this.oi_ng.Name = "oi_ng";
|
|
|
- this.oi_ng.Width = 96;
|
|
|
+ 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_checkedcount";
|
|
|
- this.oi_leveldefect.HeaderText = "已检数量";
|
|
|
+ this.oi_leveldefect.DataPropertyName = "oi_leveldefect";
|
|
|
+ this.oi_leveldefect.HeaderText = "缺陷等级";
|
|
|
this.oi_leveldefect.Name = "oi_leveldefect";
|
|
|
- this.oi_leveldefect.Width = 96;
|
|
|
+ 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.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.DisplayedCells;
|
|
|
- this.ois_remark.HeaderText = "";
|
|
|
+ this.ois_remark.DataPropertyName = "ois_remark";
|
|
|
+ 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.DataPropertyName = "ois_status";
|
|
|
+ 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")));
|
|
|
@@ -619,22 +660,22 @@
|
|
|
this.WaitReject.UseVisualStyleBackColor = true;
|
|
|
this.WaitReject.Click += new System.EventHandler(this.WaitReject_Click);
|
|
|
//
|
|
|
- // oi_checkqty
|
|
|
- //
|
|
|
- this.oi_checkqty.AllPower = null;
|
|
|
- this.oi_checkqty.BackColor = System.Drawing.Color.White;
|
|
|
- this.oi_checkqty.Enabled = false;
|
|
|
- this.oi_checkqty.ID = null;
|
|
|
- this.oi_checkqty.Location = new System.Drawing.Point(1211, 91);
|
|
|
- this.oi_checkqty.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.oi_checkqty.Name = "oi_checkqty";
|
|
|
- this.oi_checkqty.Power = null;
|
|
|
- this.oi_checkqty.Size = new System.Drawing.Size(195, 25);
|
|
|
- this.oi_checkqty.Str = null;
|
|
|
- this.oi_checkqty.Str1 = null;
|
|
|
- this.oi_checkqty.Str2 = null;
|
|
|
- this.oi_checkqty.TabIndex = 190;
|
|
|
- this.oi_checkqty.Tag = "NoAuto";
|
|
|
+ // oi_checkqty1
|
|
|
+ //
|
|
|
+ this.oi_checkqty1.AllPower = null;
|
|
|
+ this.oi_checkqty1.BackColor = System.Drawing.Color.White;
|
|
|
+ this.oi_checkqty1.Enabled = false;
|
|
|
+ this.oi_checkqty1.ID = null;
|
|
|
+ this.oi_checkqty1.Location = new System.Drawing.Point(1211, 91);
|
|
|
+ this.oi_checkqty1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.oi_checkqty1.Name = "oi_checkqty1";
|
|
|
+ this.oi_checkqty1.Power = null;
|
|
|
+ this.oi_checkqty1.Size = new System.Drawing.Size(195, 25);
|
|
|
+ this.oi_checkqty1.Str = null;
|
|
|
+ this.oi_checkqty1.Str1 = null;
|
|
|
+ this.oi_checkqty1.Str2 = null;
|
|
|
+ this.oi_checkqty1.TabIndex = 190;
|
|
|
+ this.oi_checkqty1.Tag = "oi_checkqty";
|
|
|
//
|
|
|
// ob_okqty
|
|
|
//
|
|
|
@@ -733,7 +774,7 @@
|
|
|
this.BatchPass.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.BatchPass.Image = ((System.Drawing.Image)(resources.GetObject("BatchPass.Image")));
|
|
|
this.BatchPass.IsShowBorder = true;
|
|
|
- this.BatchPass.Location = new System.Drawing.Point(743, 119);
|
|
|
+ this.BatchPass.Location = new System.Drawing.Point(720, 119);
|
|
|
this.BatchPass.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.BatchPass.MoveImage = ((System.Drawing.Image)(resources.GetObject("BatchPass.MoveImage")));
|
|
|
this.BatchPass.Name = "BatchPass";
|
|
|
@@ -852,34 +893,21 @@
|
|
|
this.obd_id.Name = "obd_id";
|
|
|
this.obd_id.Visible = false;
|
|
|
//
|
|
|
- // 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 = "bg_code";
|
|
|
- this.bc_code1.HeaderText = "不良代码";
|
|
|
- this.bc_code1.Name = "bc_code1";
|
|
|
- this.bc_code1.ReadOnly = true;
|
|
|
+ // BadGroupCode
|
|
|
//
|
|
|
- // bc_name1
|
|
|
- //
|
|
|
- this.bc_name1.AutoSizeMode = System.Windows.Forms.DataGridViewAutoSizeColumnMode.Fill;
|
|
|
- this.bc_name1.DataPropertyName = "bg_name";
|
|
|
- this.bc_name1.HeaderText = "不良名称 ";
|
|
|
- this.bc_name1.Name = "bc_name1";
|
|
|
- this.bc_name1.ReadOnly = true;
|
|
|
+ this.BadGroupCode.FormattingEnabled = true;
|
|
|
+ this.BadGroupCode.Location = new System.Drawing.Point(720, 222);
|
|
|
+ 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);
|
|
|
//
|
|
|
// OQC_SamplingDataCollection
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1420, 762);
|
|
|
+ this.Controls.Add(this.BadGroupCode);
|
|
|
this.Controls.Add(this.ob_projectcode_label);
|
|
|
this.Controls.Add(this.ob_maxngacceptqty);
|
|
|
this.Controls.Add(this.ob_maxngacceptqty_label);
|
|
|
@@ -903,7 +931,7 @@
|
|
|
this.Controls.Add(this.ChooseedReject);
|
|
|
this.Controls.Add(this.WaitReject);
|
|
|
this.Controls.Add(this.label9);
|
|
|
- this.Controls.Add(this.oi_checkqty);
|
|
|
+ this.Controls.Add(this.oi_checkqty1);
|
|
|
this.Controls.Add(this.label6);
|
|
|
this.Controls.Add(this.ob_okqty);
|
|
|
this.Controls.Add(this.label5);
|
|
|
@@ -956,17 +984,17 @@
|
|
|
private System.Windows.Forms.Label label4;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox ob_okqty;
|
|
|
private System.Windows.Forms.Label label5;
|
|
|
- private CustomControl.TextBoxWithIcon.EnterTextBox oi_checkqty;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox oi_checkqty1;
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
private CustomControl.ButtonUtil.ArrowRightButton ChooseedReject;
|
|
|
private CustomControl.ButtonUtil.ArrowLeftButton WaitReject;
|
|
|
private System.Windows.Forms.Label label9;
|
|
|
- private CustomControl.DataGrid_View.DataGridViewExpand CheckTypeDGV;
|
|
|
+ private CustomControl.DataGrid_View.DataGridViewWithCheckBox CheckTypeDGV;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox sncode;
|
|
|
private System.Windows.Forms.Label sncode_label;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox ob_remark;
|
|
|
private System.Windows.Forms.Label ob_remark_label;
|
|
|
- private CustomControl.DataGrid_View.DataGridViewExpand WaitChooseDGV;
|
|
|
+ private UAS_MES.CustomControl.DataGrid_View.DataGridViewWithCheckBox WaitChooseDGV;
|
|
|
private CustomControl.DataGrid_View.DataGridViewExpand ChoosedDGV;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn 勾选;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ob_batchqty_dgv;
|
|
|
@@ -986,18 +1014,21 @@
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox ob_maxngacceptqty;
|
|
|
private System.Windows.Forms.Label ob_maxngacceptqty_label;
|
|
|
private System.Windows.Forms.Label ob_projectcode_label;
|
|
|
- private System.Windows.Forms.DataGridViewCheckBoxColumn Column3;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn bg_code;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn bg_name;
|
|
|
+ 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_ng;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn oi_leveldefect;
|
|
|
+ private System.Windows.Forms.DataGridViewTextBoxColumn oi_checkkind;
|
|
|
+ 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.DataGridViewTextBoxColumn ois_id;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn or_id;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn bc_code1;
|
|
|
- private System.Windows.Forms.DataGridViewTextBoxColumn bc_name1;
|
|
|
}
|
|
|
}
|