|
@@ -43,8 +43,8 @@
|
|
|
this.pr_detail_label = new System.Windows.Forms.Label();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.ob_maxngacceptqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.ad_qty = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxNumOnly();
|
|
|
- this.ad_qty_label = new System.Windows.Forms.Label();
|
|
|
+ this.ob_sampleqty = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxNumOnly();
|
|
|
+ this.ob_sampleqty_label = new System.Windows.Forms.Label();
|
|
|
this.ob_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ob_aqlcode = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
this.pr_detail = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
@@ -55,17 +55,17 @@
|
|
|
this.GetBatch = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.Save = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.CheckTypeDGV = new UAS_MES.CustomControl.DataGrid_View.DataGridViewWithSerialNum();
|
|
|
+ this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
+ this.oi_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ci_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.ci_kind = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.oi_sampleqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.ob_prodcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ob_nowcheckqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.obd_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ob_checkno = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ms_sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ChooseAll = new UAS_MES.CustomControl.ButtonUtil.ChooseAllButton();
|
|
|
- this.Choose = new System.Windows.Forms.DataGridViewCheckBoxColumn();
|
|
|
- this.oi_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.ci_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.ci_kind = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
- this.oi_sampleqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.panel2.SuspendLayout();
|
|
|
this.panel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).BeginInit();
|
|
@@ -209,8 +209,8 @@
|
|
|
//
|
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.panel1.Controls.Add(this.ob_maxngacceptqty);
|
|
|
- this.panel1.Controls.Add(this.ad_qty);
|
|
|
- this.panel1.Controls.Add(this.ad_qty_label);
|
|
|
+ this.panel1.Controls.Add(this.ob_sampleqty);
|
|
|
+ this.panel1.Controls.Add(this.ob_sampleqty_label);
|
|
|
this.panel1.Controls.Add(this.ob_remark);
|
|
|
this.panel1.Controls.Add(this.ob_remark_label);
|
|
|
this.panel1.Controls.Add(this.ob_aqlcode);
|
|
@@ -238,26 +238,26 @@
|
|
|
this.ob_maxngacceptqty.TabIndex = 195;
|
|
|
this.ob_maxngacceptqty.Tag = "NoAuto";
|
|
|
//
|
|
|
- // ad_qty
|
|
|
+ // ob_sampleqty
|
|
|
//
|
|
|
- this.ad_qty.Location = new System.Drawing.Point(100, 74);
|
|
|
- this.ad_qty.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.ad_qty.Name = "ad_qty";
|
|
|
- this.ad_qty.Size = new System.Drawing.Size(204, 25);
|
|
|
- this.ad_qty.TabIndex = 194;
|
|
|
- this.ad_qty.Text = "0";
|
|
|
- this.ad_qty.TextChanged += new System.EventHandler(this.ad_qty_TextChanged_1);
|
|
|
+ this.ob_sampleqty.Location = new System.Drawing.Point(100, 74);
|
|
|
+ this.ob_sampleqty.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.ob_sampleqty.Name = "ob_sampleqty";
|
|
|
+ this.ob_sampleqty.Size = new System.Drawing.Size(204, 25);
|
|
|
+ this.ob_sampleqty.TabIndex = 194;
|
|
|
+ this.ob_sampleqty.Text = "0";
|
|
|
+ this.ob_sampleqty.TextChanged += new System.EventHandler(this.ad_qty_TextChanged_1);
|
|
|
//
|
|
|
- // ad_qty_label
|
|
|
+ // ob_sampleqty_label
|
|
|
//
|
|
|
- this.ad_qty_label.AutoSize = true;
|
|
|
- this.ad_qty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ad_qty_label.Location = new System.Drawing.Point(16, 74);
|
|
|
- this.ad_qty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.ad_qty_label.Name = "ad_qty_label";
|
|
|
- this.ad_qty_label.Size = new System.Drawing.Size(72, 27);
|
|
|
- this.ad_qty_label.TabIndex = 193;
|
|
|
- this.ad_qty_label.Text = "样本数";
|
|
|
+ this.ob_sampleqty_label.AutoSize = true;
|
|
|
+ this.ob_sampleqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ob_sampleqty_label.Location = new System.Drawing.Point(16, 74);
|
|
|
+ this.ob_sampleqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ob_sampleqty_label.Name = "ob_sampleqty_label";
|
|
|
+ this.ob_sampleqty_label.Size = new System.Drawing.Size(72, 27);
|
|
|
+ this.ob_sampleqty_label.TabIndex = 193;
|
|
|
+ this.ob_sampleqty_label.Text = "样本数";
|
|
|
//
|
|
|
// ob_remark
|
|
|
//
|
|
@@ -441,6 +441,50 @@
|
|
|
this.CheckTypeDGV.Size = new System.Drawing.Size(993, 398);
|
|
|
this.CheckTypeDGV.TabIndex = 167;
|
|
|
//
|
|
|
+ // 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_id
|
|
|
+ //
|
|
|
+ this.oi_id.DataPropertyName = "oi_id";
|
|
|
+ this.oi_id.HeaderText = "oi_id";
|
|
|
+ this.oi_id.Name = "oi_id";
|
|
|
+ this.oi_id.Visible = false;
|
|
|
+ //
|
|
|
+ // ci_id
|
|
|
+ //
|
|
|
+ this.ci_id.DataPropertyName = "ci_id";
|
|
|
+ this.ci_id.HeaderText = "ci_id";
|
|
|
+ this.ci_id.Name = "ci_id";
|
|
|
+ this.ci_id.ReadOnly = true;
|
|
|
+ this.ci_id.Visible = false;
|
|
|
+ //
|
|
|
+ // ci_kind
|
|
|
+ //
|
|
|
+ this.ci_kind.DataPropertyName = "ci_kind";
|
|
|
+ this.ci_kind.HeaderText = "检验类型";
|
|
|
+ this.ci_kind.Name = "ci_kind";
|
|
|
+ this.ci_kind.ReadOnly = true;
|
|
|
+ this.ci_kind.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.ci_kind.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.ci_kind.Width = 150;
|
|
|
+ //
|
|
|
+ // oi_sampleqty
|
|
|
+ //
|
|
|
+ this.oi_sampleqty.DataPropertyName = "oi_sampleqty";
|
|
|
+ this.oi_sampleqty.HeaderText = "样本数量";
|
|
|
+ this.oi_sampleqty.Name = "oi_sampleqty";
|
|
|
+ this.oi_sampleqty.ReadOnly = true;
|
|
|
+ this.oi_sampleqty.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
+ this.oi_sampleqty.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
+ this.oi_sampleqty.Width = 150;
|
|
|
+ //
|
|
|
// ob_prodcode
|
|
|
//
|
|
|
this.ob_prodcode.AllPower = null;
|
|
@@ -536,50 +580,6 @@
|
|
|
this.ChooseAll.Text = "全选";
|
|
|
this.ChooseAll.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
- // 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_id
|
|
|
- //
|
|
|
- this.oi_id.DataPropertyName = "oi_id";
|
|
|
- this.oi_id.HeaderText = "oi_id";
|
|
|
- this.oi_id.Name = "oi_id";
|
|
|
- this.oi_id.Visible = false;
|
|
|
- //
|
|
|
- // ci_id
|
|
|
- //
|
|
|
- this.ci_id.DataPropertyName = "ci_id";
|
|
|
- this.ci_id.HeaderText = "ci_id";
|
|
|
- this.ci_id.Name = "ci_id";
|
|
|
- this.ci_id.ReadOnly = true;
|
|
|
- this.ci_id.Visible = false;
|
|
|
- //
|
|
|
- // ci_kind
|
|
|
- //
|
|
|
- this.ci_kind.DataPropertyName = "ci_kind";
|
|
|
- this.ci_kind.HeaderText = "检验类型";
|
|
|
- this.ci_kind.Name = "ci_kind";
|
|
|
- this.ci_kind.ReadOnly = true;
|
|
|
- this.ci_kind.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
- this.ci_kind.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.ci_kind.Width = 150;
|
|
|
- //
|
|
|
- // oi_sampleqty
|
|
|
- //
|
|
|
- this.oi_sampleqty.DataPropertyName = "oi_sampleqty";
|
|
|
- this.oi_sampleqty.HeaderText = "样本数量";
|
|
|
- this.oi_sampleqty.Name = "oi_sampleqty";
|
|
|
- this.oi_sampleqty.ReadOnly = true;
|
|
|
- this.oi_sampleqty.Resizable = System.Windows.Forms.DataGridViewTriState.True;
|
|
|
- this.oi_sampleqty.SortMode = System.Windows.Forms.DataGridViewColumnSortMode.NotSortable;
|
|
|
- this.oi_sampleqty.Width = 150;
|
|
|
- //
|
|
|
// OQC_PlanMaintain
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
@@ -655,8 +655,8 @@
|
|
|
private CustomControl.TextBoxWithIcon.SearchTextBox ob_aqlcode;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox ob_status;
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
- private System.Windows.Forms.Label ad_qty_label;
|
|
|
- private CustomControl.TextBoxWithIcon.TextBoxNumOnly ad_qty;
|
|
|
+ private System.Windows.Forms.Label ob_sampleqty_label;
|
|
|
+ private CustomControl.TextBoxWithIcon.TextBoxNumOnly ob_sampleqty;
|
|
|
private CustomControl.ButtonUtil.ChooseAllButton ChooseAll;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox ob_maxngacceptqty;
|
|
|
private System.Windows.Forms.DataGridViewCheckBoxColumn Choose;
|