|
|
@@ -35,7 +35,7 @@
|
|
|
this.title = new System.Windows.Forms.Label();
|
|
|
this.pa_outboxcode = new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode();
|
|
|
this.headBar1 = new UAS_MES.CustomControl.HeadBar();
|
|
|
- this.pa_packageqty = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
+ this.pr_bigboxinnerqty = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
this.pr_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.SuspendLayout();
|
|
|
@@ -44,9 +44,10 @@
|
|
|
//
|
|
|
this.pr_code_label.AutoSize = true;
|
|
|
this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_code_label.Location = new System.Drawing.Point(19, 60);
|
|
|
+ this.pr_code_label.Location = new System.Drawing.Point(25, 75);
|
|
|
+ this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.pr_code_label.Name = "pr_code_label";
|
|
|
- this.pr_code_label.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.pr_code_label.Size = new System.Drawing.Size(92, 27);
|
|
|
this.pr_code_label.TabIndex = 0;
|
|
|
this.pr_code_label.Text = "产品编号";
|
|
|
//
|
|
|
@@ -54,9 +55,10 @@
|
|
|
//
|
|
|
this.pa_packageqty_label.AutoSize = true;
|
|
|
this.pa_packageqty_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pa_packageqty_label.Location = new System.Drawing.Point(19, 105);
|
|
|
+ this.pa_packageqty_label.Location = new System.Drawing.Point(25, 131);
|
|
|
+ this.pa_packageqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.pa_packageqty_label.Name = "pa_packageqty_label";
|
|
|
- this.pa_packageqty_label.Size = new System.Drawing.Size(74, 21);
|
|
|
+ this.pa_packageqty_label.Size = new System.Drawing.Size(92, 27);
|
|
|
this.pa_packageqty_label.TabIndex = 1;
|
|
|
this.pa_packageqty_label.Text = "箱内数量";
|
|
|
//
|
|
|
@@ -64,9 +66,10 @@
|
|
|
//
|
|
|
this.pa_outboxcode_label.AutoSize = true;
|
|
|
this.pa_outboxcode_label.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pa_outboxcode_label.Location = new System.Drawing.Point(19, 151);
|
|
|
+ this.pa_outboxcode_label.Location = new System.Drawing.Point(25, 189);
|
|
|
+ this.pa_outboxcode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.pa_outboxcode_label.Name = "pa_outboxcode_label";
|
|
|
- this.pa_outboxcode_label.Size = new System.Drawing.Size(42, 21);
|
|
|
+ this.pa_outboxcode_label.Size = new System.Drawing.Size(52, 27);
|
|
|
this.pa_outboxcode_label.TabIndex = 2;
|
|
|
this.pa_outboxcode_label.Text = "箱号";
|
|
|
//
|
|
|
@@ -76,44 +79,51 @@
|
|
|
this.title.BackColor = System.Drawing.SystemColors.ControlDarkDark;
|
|
|
this.title.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.title.ForeColor = System.Drawing.SystemColors.ButtonFace;
|
|
|
- this.title.Location = new System.Drawing.Point(7, 6);
|
|
|
+ this.title.Location = new System.Drawing.Point(9, 8);
|
|
|
+ this.title.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.title.Name = "title";
|
|
|
- this.title.Size = new System.Drawing.Size(0, 21);
|
|
|
+ this.title.Size = new System.Drawing.Size(0, 27);
|
|
|
this.title.TabIndex = 9;
|
|
|
//
|
|
|
// pa_outboxcode
|
|
|
//
|
|
|
- this.pa_outboxcode.Location = new System.Drawing.Point(96, 151);
|
|
|
+ this.pa_outboxcode.Caller = null;
|
|
|
+ this.pa_outboxcode.Location = new System.Drawing.Point(128, 189);
|
|
|
+ this.pa_outboxcode.MakeCode = null;
|
|
|
+ this.pa_outboxcode.Margin = new System.Windows.Forms.Padding(5, 4, 5, 4);
|
|
|
this.pa_outboxcode.Name = "pa_outboxcode";
|
|
|
this.pa_outboxcode.Pr_id = null;
|
|
|
- this.pa_outboxcode.Size = new System.Drawing.Size(176, 21);
|
|
|
+ this.pa_outboxcode.ProdCode = null;
|
|
|
+ this.pa_outboxcode.Size = new System.Drawing.Size(235, 26);
|
|
|
this.pa_outboxcode.TabIndex = 10;
|
|
|
+ this.pa_outboxcode.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode.OnTextChange(this.pa_outboxcode_UserControlTextChanged);
|
|
|
//
|
|
|
// headBar1
|
|
|
//
|
|
|
this.headBar1.BackColor = System.Drawing.SystemColors.ControlDarkDark;
|
|
|
this.headBar1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
this.headBar1.Location = new System.Drawing.Point(0, 0);
|
|
|
- this.headBar1.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.headBar1.Margin = new System.Windows.Forms.Padding(5);
|
|
|
this.headBar1.Name = "headBar1";
|
|
|
- this.headBar1.Size = new System.Drawing.Size(299, 32);
|
|
|
+ this.headBar1.Size = new System.Drawing.Size(399, 40);
|
|
|
this.headBar1.TabIndex = 7;
|
|
|
this.headBar1.Title = null;
|
|
|
//
|
|
|
- // pa_packageqty
|
|
|
- //
|
|
|
- this.pa_packageqty.AllPower = null;
|
|
|
- this.pa_packageqty.BackColor = System.Drawing.Color.White;
|
|
|
- this.pa_packageqty.ID = null;
|
|
|
- this.pa_packageqty.Location = new System.Drawing.Point(96, 105);
|
|
|
- this.pa_packageqty.Name = "pa_packageqty";
|
|
|
- this.pa_packageqty.Negative = false;
|
|
|
- this.pa_packageqty.Power = null;
|
|
|
- this.pa_packageqty.Size = new System.Drawing.Size(156, 21);
|
|
|
- this.pa_packageqty.Str = null;
|
|
|
- this.pa_packageqty.Str1 = null;
|
|
|
- this.pa_packageqty.Str2 = null;
|
|
|
- this.pa_packageqty.TabIndex = 6;
|
|
|
+ // pr_bigboxinnerqty
|
|
|
+ //
|
|
|
+ this.pr_bigboxinnerqty.AllPower = null;
|
|
|
+ this.pr_bigboxinnerqty.BackColor = System.Drawing.Color.White;
|
|
|
+ this.pr_bigboxinnerqty.ID = null;
|
|
|
+ this.pr_bigboxinnerqty.Location = new System.Drawing.Point(128, 131);
|
|
|
+ this.pr_bigboxinnerqty.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.pr_bigboxinnerqty.Name = "pr_bigboxinnerqty";
|
|
|
+ this.pr_bigboxinnerqty.Negative = false;
|
|
|
+ this.pr_bigboxinnerqty.Power = null;
|
|
|
+ this.pr_bigboxinnerqty.Size = new System.Drawing.Size(207, 25);
|
|
|
+ this.pr_bigboxinnerqty.Str = null;
|
|
|
+ this.pr_bigboxinnerqty.Str1 = null;
|
|
|
+ this.pr_bigboxinnerqty.Str2 = null;
|
|
|
+ this.pr_bigboxinnerqty.TabIndex = 6;
|
|
|
//
|
|
|
// pr_code
|
|
|
//
|
|
|
@@ -122,12 +132,14 @@
|
|
|
this.pr_code.Condition = null;
|
|
|
this.pr_code.DBTitle = "产品编号查询";
|
|
|
this.pr_code.FormName = null;
|
|
|
- this.pr_code.Location = new System.Drawing.Point(96, 60);
|
|
|
+ this.pr_code.Location = new System.Drawing.Point(128, 75);
|
|
|
+ this.pr_code.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.pr_code.Name = "pr_code";
|
|
|
this.pr_code.Power = "ifread";
|
|
|
+ this.pr_code.ReturnData = null;
|
|
|
this.pr_code.SelectField = null;
|
|
|
this.pr_code.SetValueField = null;
|
|
|
- this.pr_code.Size = new System.Drawing.Size(176, 21);
|
|
|
+ this.pr_code.Size = new System.Drawing.Size(235, 26);
|
|
|
this.pr_code.TabIndex = 4;
|
|
|
this.pr_code.TableName = null;
|
|
|
this.pr_code.TextBoxEnable = false;
|
|
|
@@ -140,12 +152,13 @@
|
|
|
this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
|
|
|
this.Confirm.Image = null;
|
|
|
this.Confirm.IsShowBorder = true;
|
|
|
- this.Confirm.Location = new System.Drawing.Point(123, 189);
|
|
|
+ this.Confirm.Location = new System.Drawing.Point(164, 236);
|
|
|
+ this.Confirm.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
|
|
|
this.Confirm.Name = "Confirm";
|
|
|
this.Confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("Confirm.NormalImage")));
|
|
|
this.Confirm.Power = null;
|
|
|
- this.Confirm.Size = new System.Drawing.Size(53, 23);
|
|
|
+ this.Confirm.Size = new System.Drawing.Size(71, 29);
|
|
|
this.Confirm.TabIndex = 3;
|
|
|
this.Confirm.Tag = "Make!NewPallet";
|
|
|
this.Confirm.Text = "确认";
|
|
|
@@ -154,19 +167,20 @@
|
|
|
//
|
|
|
// Make_NewPallet
|
|
|
//
|
|
|
- this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
+ this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
- this.ClientSize = new System.Drawing.Size(299, 224);
|
|
|
+ this.ClientSize = new System.Drawing.Size(399, 280);
|
|
|
this.Controls.Add(this.pa_outboxcode);
|
|
|
this.Controls.Add(this.title);
|
|
|
this.Controls.Add(this.headBar1);
|
|
|
- this.Controls.Add(this.pa_packageqty);
|
|
|
+ this.Controls.Add(this.pr_bigboxinnerqty);
|
|
|
this.Controls.Add(this.pr_code);
|
|
|
this.Controls.Add(this.Confirm);
|
|
|
this.Controls.Add(this.pa_outboxcode_label);
|
|
|
this.Controls.Add(this.pa_packageqty_label);
|
|
|
this.Controls.Add(this.pr_code_label);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.Name = "Make_NewPallet";
|
|
|
this.Tag = "ShowDialogWindow";
|
|
|
this.Text = "新增栈板";
|
|
|
@@ -183,7 +197,7 @@
|
|
|
private System.Windows.Forms.Label pa_outboxcode_label;
|
|
|
private CustomControl.ButtonUtil.NormalButton Confirm;
|
|
|
private CustomControl.TextBoxWithIcon.SearchTextBox pr_code;
|
|
|
- private CustomControl.TextBoxWithIcon.NumOnlyTextBox pa_packageqty;
|
|
|
+ private CustomControl.TextBoxWithIcon.NumOnlyTextBox pr_bigboxinnerqty;
|
|
|
private CustomControl.HeadBar headBar1;
|
|
|
private System.Windows.Forms.Label title;
|
|
|
private CustomControl.TextBoxWithIcon.TextBoxGeneratePaCode pa_outboxcode;
|