|
|
@@ -52,6 +52,7 @@
|
|
|
this.inputText = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
|
|
|
this.Printer = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
+ this.AllowInBox = new System.Windows.Forms.CheckBox();
|
|
|
this.groupBoxWithBorder1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -322,11 +323,22 @@
|
|
|
this.Printer.Size = new System.Drawing.Size(296, 50);
|
|
|
this.Printer.TabIndex = 186;
|
|
|
//
|
|
|
+ // AllowInBox
|
|
|
+ //
|
|
|
+ this.AllowInBox.AutoSize = true;
|
|
|
+ this.AllowInBox.Location = new System.Drawing.Point(1230, 300);
|
|
|
+ this.AllowInBox.Name = "AllowInBox";
|
|
|
+ this.AllowInBox.Size = new System.Drawing.Size(258, 28);
|
|
|
+ this.AllowInBox.TabIndex = 205;
|
|
|
+ this.AllowInBox.Text = "允许打印已装箱标签";
|
|
|
+ this.AllowInBox.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// Make_RePrintLabel
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1636, 834);
|
|
|
+ this.Controls.Add(this.AllowInBox);
|
|
|
this.Controls.Add(this.groupBoxWithBorder1);
|
|
|
this.Controls.Add(this.pr_detail);
|
|
|
this.Controls.Add(this.ms_makecode);
|
|
|
@@ -354,9 +366,9 @@
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_RePrintLabel_FormClosing);
|
|
|
this.Load += new System.EventHandler(this.Make_RePrintLabel_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.Make_RePrintLabel_SizeChanged);
|
|
|
- this.groupBoxWithBorder1.ResumeLayout(false);
|
|
|
+ this.groupBoxWithBorder1.ResumeLayout(true);
|
|
|
this.groupBoxWithBorder1.PerformLayout();
|
|
|
- this.ResumeLayout(false);
|
|
|
+ this.ResumeLayout(true);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
@@ -384,5 +396,6 @@
|
|
|
private System.Windows.Forms.Label ms_makecode;
|
|
|
private System.Windows.Forms.Label pr_detail;
|
|
|
private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
|
|
|
+ private System.Windows.Forms.CheckBox AllowInBox;
|
|
|
}
|
|
|
}
|