|
|
@@ -55,6 +55,7 @@
|
|
|
this.Printer = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
this.groupBoxWithBorder1 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
this.BigBox = new System.Windows.Forms.RadioButton();
|
|
|
+ this.Pallte = new System.Windows.Forms.RadioButton();
|
|
|
this.groupBoxWithBorder1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -63,7 +64,7 @@
|
|
|
this.giftBox.AutoSize = true;
|
|
|
this.giftBox.Checked = true;
|
|
|
this.giftBox.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.giftBox.Location = new System.Drawing.Point(111, 71);
|
|
|
+ this.giftBox.Location = new System.Drawing.Point(31, 73);
|
|
|
this.giftBox.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
this.giftBox.Name = "giftBox";
|
|
|
this.giftBox.Size = new System.Drawing.Size(177, 45);
|
|
|
@@ -77,7 +78,7 @@
|
|
|
//
|
|
|
this.CartonBox.AutoSize = true;
|
|
|
this.CartonBox.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.CartonBox.Location = new System.Drawing.Point(480, 71);
|
|
|
+ this.CartonBox.Location = new System.Drawing.Point(268, 73);
|
|
|
this.CartonBox.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
this.CartonBox.Name = "CartonBox";
|
|
|
this.CartonBox.Size = new System.Drawing.Size(216, 45);
|
|
|
@@ -90,7 +91,7 @@
|
|
|
//
|
|
|
this.fuselagel.AutoSize = true;
|
|
|
this.fuselagel.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.fuselagel.Location = new System.Drawing.Point(868, 71);
|
|
|
+ this.fuselagel.Location = new System.Drawing.Point(574, 73);
|
|
|
this.fuselagel.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
this.fuselagel.Name = "fuselagel";
|
|
|
this.fuselagel.Size = new System.Drawing.Size(209, 45);
|
|
|
@@ -330,7 +331,7 @@
|
|
|
// Printer
|
|
|
//
|
|
|
this.Printer.Location = new System.Drawing.Point(251, 291);
|
|
|
- this.Printer.Margin = new System.Windows.Forms.Padding(8, 8, 8, 8);
|
|
|
+ this.Printer.Margin = new System.Windows.Forms.Padding(8);
|
|
|
this.Printer.Name = "Printer";
|
|
|
this.Printer.Size = new System.Drawing.Size(296, 49);
|
|
|
this.Printer.TabIndex = 186;
|
|
|
@@ -338,6 +339,7 @@
|
|
|
// groupBoxWithBorder1
|
|
|
//
|
|
|
this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
|
|
|
+ this.groupBoxWithBorder1.Controls.Add(this.Pallte);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.BigBox);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.CartonBox);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.fuselagel);
|
|
|
@@ -357,7 +359,7 @@
|
|
|
//
|
|
|
this.BigBox.AutoSize = true;
|
|
|
this.BigBox.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.BigBox.Location = new System.Drawing.Point(1172, 71);
|
|
|
+ this.BigBox.Location = new System.Drawing.Point(878, 73);
|
|
|
this.BigBox.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
this.BigBox.Name = "BigBox";
|
|
|
this.BigBox.Size = new System.Drawing.Size(209, 45);
|
|
|
@@ -366,6 +368,18 @@
|
|
|
this.BigBox.UseVisualStyleBackColor = true;
|
|
|
this.BigBox.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChange);
|
|
|
//
|
|
|
+ // Pallte
|
|
|
+ //
|
|
|
+ this.Pallte.AutoSize = true;
|
|
|
+ this.Pallte.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.Pallte.Location = new System.Drawing.Point(1142, 73);
|
|
|
+ this.Pallte.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
+ this.Pallte.Name = "Pallte";
|
|
|
+ this.Pallte.Size = new System.Drawing.Size(209, 45);
|
|
|
+ this.Pallte.TabIndex = 5;
|
|
|
+ this.Pallte.Text = "栈板标打印";
|
|
|
+ this.Pallte.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
// Make_RePrintLabel
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
@@ -400,9 +414,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(true);
|
|
|
+ this.groupBoxWithBorder1.ResumeLayout(false);
|
|
|
this.groupBoxWithBorder1.PerformLayout();
|
|
|
- this.ResumeLayout(true);
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
@@ -433,5 +447,6 @@
|
|
|
private System.Windows.Forms.Label pr_detail;
|
|
|
private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
|
|
|
private System.Windows.Forms.RadioButton BigBox;
|
|
|
+ private System.Windows.Forms.RadioButton Pallte;
|
|
|
}
|
|
|
}
|