|
|
@@ -57,7 +57,6 @@
|
|
|
this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.pa_packageqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.pr_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.pr_outboxinnerqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.pr_detail = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.pa_restqty = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.barcode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
@@ -67,9 +66,11 @@
|
|
|
this.pd_innerqty = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pa_indate = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
this.pd_id = new System.Windows.Forms.DataGridViewTextBoxColumn();
|
|
|
+ this.pr_outboxinnerqty = new System.Windows.Forms.NumericUpDown();
|
|
|
this.panel2.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PrintNum)).BeginInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pr_outboxinnerqty)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// pr_code_label
|
|
|
@@ -406,21 +407,6 @@
|
|
|
this.pr_code.Tag = "ma_prodcode";
|
|
|
this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
|
|
|
//
|
|
|
- // pr_outboxinnerqty
|
|
|
- //
|
|
|
- this.pr_outboxinnerqty.AllPower = null;
|
|
|
- this.pr_outboxinnerqty.BackColor = System.Drawing.Color.White;
|
|
|
- this.pr_outboxinnerqty.ID = null;
|
|
|
- this.pr_outboxinnerqty.Location = new System.Drawing.Point(355, 149);
|
|
|
- this.pr_outboxinnerqty.Name = "pr_outboxinnerqty";
|
|
|
- this.pr_outboxinnerqty.Power = null;
|
|
|
- this.pr_outboxinnerqty.Size = new System.Drawing.Size(150, 21);
|
|
|
- this.pr_outboxinnerqty.Str = null;
|
|
|
- this.pr_outboxinnerqty.Str1 = null;
|
|
|
- this.pr_outboxinnerqty.Str2 = null;
|
|
|
- this.pr_outboxinnerqty.TabIndex = 141;
|
|
|
- this.pr_outboxinnerqty.Tag = "NoAuto";
|
|
|
- //
|
|
|
// pr_detail
|
|
|
//
|
|
|
this.pr_detail.AllPower = null;
|
|
|
@@ -533,11 +519,19 @@
|
|
|
this.pd_id.ReadOnly = true;
|
|
|
this.pd_id.Visible = false;
|
|
|
//
|
|
|
+ // pr_outboxinnerqty
|
|
|
+ //
|
|
|
+ this.pr_outboxinnerqty.Location = new System.Drawing.Point(354, 150);
|
|
|
+ this.pr_outboxinnerqty.Name = "pr_outboxinnerqty";
|
|
|
+ this.pr_outboxinnerqty.Size = new System.Drawing.Size(151, 21);
|
|
|
+ this.pr_outboxinnerqty.TabIndex = 165;
|
|
|
+ //
|
|
|
// Make_PackageCollection
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1019, 608);
|
|
|
+ this.Controls.Add(this.pr_outboxinnerqty);
|
|
|
this.Controls.Add(this.PrintNum);
|
|
|
this.Controls.Add(this.pa_outboxcode);
|
|
|
this.Controls.Add(this.label2);
|
|
|
@@ -552,7 +546,6 @@
|
|
|
this.Controls.Add(this.Clean);
|
|
|
this.Controls.Add(this.pa_packageqty);
|
|
|
this.Controls.Add(this.pr_code);
|
|
|
- this.Controls.Add(this.pr_outboxinnerqty);
|
|
|
this.Controls.Add(this.pr_detail);
|
|
|
this.Controls.Add(this.pa_restqty);
|
|
|
this.Controls.Add(this.barcode);
|
|
|
@@ -582,6 +575,7 @@
|
|
|
this.panel2.PerformLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PrintNum)).EndInit();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PackageDetail)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.pr_outboxinnerqty)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
@@ -607,7 +601,6 @@
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox barcode;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox pa_restqty;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox pr_detail;
|
|
|
- private CustomControl.TextBoxWithIcon.EnterTextBox pr_outboxinnerqty;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox pr_code;
|
|
|
private CustomControl.TextBoxWithIcon.EnterTextBox pa_packageqty;
|
|
|
private CustomControl.ButtonUtil.NormalButton Clean;
|
|
|
@@ -627,5 +620,6 @@
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_innerqty;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pa_indate;
|
|
|
private System.Windows.Forms.DataGridViewTextBoxColumn pd_id;
|
|
|
+ private System.Windows.Forms.NumericUpDown pr_outboxinnerqty;
|
|
|
}
|
|
|
}
|