|
|
@@ -49,7 +49,6 @@
|
|
|
this.label5 = new System.Windows.Forms.Label();
|
|
|
this.ob_status_label = new System.Windows.Forms.Label();
|
|
|
this.ob_status = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.ob_maxngacceptqty = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxNumOnly();
|
|
|
this.ob_source = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.ob_id = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
@@ -72,6 +71,7 @@
|
|
|
this.WithdrawRejection = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.BatchPass = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.ob_maxngacceptqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.panel2.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -303,15 +303,6 @@
|
|
|
this.ob_status.TabIndex = 231;
|
|
|
this.ob_status.Tag = "NoAuto";
|
|
|
//
|
|
|
- // ob_maxngacceptqty
|
|
|
- //
|
|
|
- this.ob_maxngacceptqty.Location = new System.Drawing.Point(283, 532);
|
|
|
- this.ob_maxngacceptqty.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.ob_maxngacceptqty.Name = "ob_maxngacceptqty";
|
|
|
- this.ob_maxngacceptqty.Size = new System.Drawing.Size(257, 25);
|
|
|
- this.ob_maxngacceptqty.TabIndex = 230;
|
|
|
- this.ob_maxngacceptqty.Text = "0";
|
|
|
- //
|
|
|
// ob_source
|
|
|
//
|
|
|
this.ob_source.AllPower = null;
|
|
|
@@ -703,14 +694,30 @@
|
|
|
this.Clean.UseVisualStyleBackColor = true;
|
|
|
this.Clean.Click += new System.EventHandler(this.Clean_Click);
|
|
|
//
|
|
|
+ // ob_maxngacceptqty
|
|
|
+ //
|
|
|
+ this.ob_maxngacceptqty.AllPower = "";
|
|
|
+ this.ob_maxngacceptqty.BackColor = System.Drawing.Color.White;
|
|
|
+ this.ob_maxngacceptqty.ID = null;
|
|
|
+ this.ob_maxngacceptqty.Location = new System.Drawing.Point(268, 534);
|
|
|
+ this.ob_maxngacceptqty.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.ob_maxngacceptqty.Name = "ob_maxngacceptqty";
|
|
|
+ this.ob_maxngacceptqty.Power = "";
|
|
|
+ this.ob_maxngacceptqty.Size = new System.Drawing.Size(257, 25);
|
|
|
+ this.ob_maxngacceptqty.Str = null;
|
|
|
+ this.ob_maxngacceptqty.Str1 = null;
|
|
|
+ this.ob_maxngacceptqty.Str2 = null;
|
|
|
+ this.ob_maxngacceptqty.TabIndex = 233;
|
|
|
+ this.ob_maxngacceptqty.Tag = "NoAuto";
|
|
|
+ //
|
|
|
// OQC_BatchResultJudge
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1300, 706);
|
|
|
+ this.Controls.Add(this.ob_maxngacceptqty);
|
|
|
this.Controls.Add(this.ob_status_label);
|
|
|
this.Controls.Add(this.ob_status);
|
|
|
- this.Controls.Add(this.ob_maxngacceptqty);
|
|
|
this.Controls.Add(this.ob_source);
|
|
|
this.Controls.Add(this.ob_id);
|
|
|
this.Controls.Add(this.OperateResult);
|
|
|
@@ -805,8 +812,8 @@
|
|
|
private CustomControl.RichText.RichTextAutoBottom OperateResult;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox ob_id;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox ob_source;
|
|
|
- private CustomControl.TextBoxWithIcon.TextBoxNumOnly ob_maxngacceptqty;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox ob_status;
|
|
|
private System.Windows.Forms.Label ob_status_label;
|
|
|
+ private CustomControl.TextBoxWithIcon.EnterTextBox ob_maxngacceptqty;
|
|
|
}
|
|
|
}
|