|
|
@@ -28,7 +28,7 @@
|
|
|
/// </summary>
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
- System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_NewPallet));
|
|
|
+ System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_NewBigBox));
|
|
|
this.pr_code_label = new System.Windows.Forms.Label();
|
|
|
this.pa_packageqty_label = new System.Windows.Forms.Label();
|
|
|
this.pa_outboxcode_label = new System.Windows.Forms.Label();
|
|
|
@@ -94,6 +94,7 @@
|
|
|
this.pa_outboxcode.Name = "pa_outboxcode";
|
|
|
this.pa_outboxcode.Pr_id = null;
|
|
|
this.pa_outboxcode.ProdCode = null;
|
|
|
+ this.pa_outboxcode.ShowClickIcon = true;
|
|
|
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);
|
|
|
@@ -165,7 +166,7 @@
|
|
|
this.Confirm.UseVisualStyleBackColor = true;
|
|
|
this.Confirm.Click += new System.EventHandler(this.Confirm_Click);
|
|
|
//
|
|
|
- // Make_NewPallet
|
|
|
+ // Make_NewBigBox
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
@@ -181,7 +182,7 @@
|
|
|
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.Name = "Make_NewBigBox";
|
|
|
this.Tag = "ShowDialogWindow";
|
|
|
this.Text = "新增栈板";
|
|
|
this.Load += new System.EventHandler(this.新增栈板_Load);
|