|
|
@@ -45,7 +45,6 @@
|
|
|
this.ad_qty = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxNumOnly();
|
|
|
this.ad_qty_label = new System.Windows.Forms.Label();
|
|
|
this.ob_remark = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.ob_maxngacceptqty = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxNumOnly();
|
|
|
this.ob_aqlcode = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
this.pr_detail = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ob_projectcode = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
@@ -66,6 +65,7 @@
|
|
|
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.ob_maxngacceptqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.panel2.SuspendLayout();
|
|
|
this.panel1.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.CheckTypeDGV)).BeginInit();
|
|
|
@@ -208,10 +208,10 @@
|
|
|
// panel1
|
|
|
//
|
|
|
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_remark);
|
|
|
- this.panel1.Controls.Add(this.ob_maxngacceptqty);
|
|
|
this.panel1.Controls.Add(this.ob_remark_label);
|
|
|
this.panel1.Controls.Add(this.ob_aqlcode);
|
|
|
this.panel1.Controls.Add(this.ob_aqlcode_label);
|
|
|
@@ -259,15 +259,6 @@
|
|
|
this.ob_remark.TabIndex = 173;
|
|
|
this.ob_remark.Tag = "NoAuto";
|
|
|
//
|
|
|
- // ob_maxngacceptqty
|
|
|
- //
|
|
|
- this.ob_maxngacceptqty.Location = new System.Drawing.Point(585, 22);
|
|
|
- this.ob_maxngacceptqty.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.ob_maxngacceptqty.Name = "ob_maxngacceptqty";
|
|
|
- this.ob_maxngacceptqty.Size = new System.Drawing.Size(224, 25);
|
|
|
- this.ob_maxngacceptqty.TabIndex = 192;
|
|
|
- this.ob_maxngacceptqty.Text = "0";
|
|
|
- //
|
|
|
// ob_aqlcode
|
|
|
//
|
|
|
this.ob_aqlcode.AllPower = null;
|
|
|
@@ -572,6 +563,22 @@
|
|
|
this.ChooseAll.Text = "全选";
|
|
|
this.ChooseAll.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
+ // ob_maxngacceptqty
|
|
|
+ //
|
|
|
+ this.ob_maxngacceptqty.AllPower = null;
|
|
|
+ this.ob_maxngacceptqty.BackColor = System.Drawing.Color.White;
|
|
|
+ this.ob_maxngacceptqty.ID = null;
|
|
|
+ this.ob_maxngacceptqty.Location = new System.Drawing.Point(585, 22);
|
|
|
+ this.ob_maxngacceptqty.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.ob_maxngacceptqty.Name = "ob_maxngacceptqty";
|
|
|
+ this.ob_maxngacceptqty.Power = null;
|
|
|
+ this.ob_maxngacceptqty.Size = new System.Drawing.Size(224, 25);
|
|
|
+ this.ob_maxngacceptqty.Str = null;
|
|
|
+ this.ob_maxngacceptqty.Str1 = null;
|
|
|
+ this.ob_maxngacceptqty.Str2 = null;
|
|
|
+ this.ob_maxngacceptqty.TabIndex = 195;
|
|
|
+ this.ob_maxngacceptqty.Tag = "NoAuto";
|
|
|
+ //
|
|
|
// OQC_PlanMaintain
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
@@ -645,7 +652,6 @@
|
|
|
private System.Windows.Forms.Label pr_detail_label;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox pr_detail;
|
|
|
private CustomControl.TextBoxWithIcon.SearchTextBox ob_aqlcode;
|
|
|
- private CustomControl.TextBoxWithIcon.TextBoxNumOnly ob_maxngacceptqty;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox ob_status;
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
private System.Windows.Forms.Label ad_qty_label;
|
|
|
@@ -656,5 +662,6 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn ci_kind;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn oi_sampleqty;
|
|
|
private CustomControl.ButtonUtil.ChooseAllButton ChooseAll;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox ob_maxngacceptqty;
|
|
|
}
|
|
|
}
|