|
@@ -52,6 +52,7 @@
|
|
|
this.inputText = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
this.inputText = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
|
|
this.PrintLabel = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
|
|
|
this.Printer = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
this.Printer = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
|
|
+ this.pitao = new System.Windows.Forms.RadioButton();
|
|
|
this.groupBoxWithBorder1.SuspendLayout();
|
|
this.groupBoxWithBorder1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
this.SuspendLayout();
|
|
|
//
|
|
//
|
|
@@ -187,6 +188,7 @@
|
|
|
// groupBoxWithBorder1
|
|
// groupBoxWithBorder1
|
|
|
//
|
|
//
|
|
|
this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
|
|
this.groupBoxWithBorder1.BorderColor = System.Drawing.Color.Black;
|
|
|
|
|
+ this.groupBoxWithBorder1.Controls.Add(this.pitao);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.CartonBox);
|
|
this.groupBoxWithBorder1.Controls.Add(this.CartonBox);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.fuselagel);
|
|
this.groupBoxWithBorder1.Controls.Add(this.fuselagel);
|
|
|
this.groupBoxWithBorder1.Controls.Add(this.giftBox);
|
|
this.groupBoxWithBorder1.Controls.Add(this.giftBox);
|
|
@@ -205,7 +207,7 @@
|
|
|
//
|
|
//
|
|
|
this.CartonBox.AutoSize = true;
|
|
this.CartonBox.AutoSize = true;
|
|
|
this.CartonBox.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.CartonBox.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.CartonBox.Location = new System.Drawing.Point(574, 70);
|
|
|
|
|
|
|
+ this.CartonBox.Location = new System.Drawing.Point(449, 70);
|
|
|
this.CartonBox.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
this.CartonBox.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
|
this.CartonBox.Name = "CartonBox";
|
|
this.CartonBox.Name = "CartonBox";
|
|
|
this.CartonBox.Size = new System.Drawing.Size(216, 45);
|
|
this.CartonBox.Size = new System.Drawing.Size(216, 45);
|
|
@@ -218,7 +220,7 @@
|
|
|
//
|
|
//
|
|
|
this.fuselagel.AutoSize = true;
|
|
this.fuselagel.AutoSize = true;
|
|
|
this.fuselagel.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
this.fuselagel.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.fuselagel.Location = new System.Drawing.Point(1126, 70);
|
|
|
|
|
|
|
+ this.fuselagel.Location = new System.Drawing.Point(811, 70);
|
|
|
this.fuselagel.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
this.fuselagel.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
|
this.fuselagel.Name = "fuselagel";
|
|
this.fuselagel.Name = "fuselagel";
|
|
|
this.fuselagel.Size = new System.Drawing.Size(209, 45);
|
|
this.fuselagel.Size = new System.Drawing.Size(209, 45);
|
|
@@ -322,6 +324,19 @@
|
|
|
this.Printer.Size = new System.Drawing.Size(296, 50);
|
|
this.Printer.Size = new System.Drawing.Size(296, 50);
|
|
|
this.Printer.TabIndex = 186;
|
|
this.Printer.TabIndex = 186;
|
|
|
//
|
|
//
|
|
|
|
|
+ // pitao
|
|
|
|
|
+ //
|
|
|
|
|
+ this.pitao.AutoSize = true;
|
|
|
|
|
+ this.pitao.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
|
|
+ this.pitao.Location = new System.Drawing.Point(1129, 70);
|
|
|
|
|
+ this.pitao.Margin = new System.Windows.Forms.Padding(4, 2, 4, 2);
|
|
|
|
|
+ this.pitao.Name = "pitao";
|
|
|
|
|
+ this.pitao.Size = new System.Drawing.Size(209, 45);
|
|
|
|
|
+ this.pitao.TabIndex = 4;
|
|
|
|
|
+ this.pitao.Text = "皮套标打印";
|
|
|
|
|
+ this.pitao.UseVisualStyleBackColor = true;
|
|
|
|
|
+ this.pitao.CheckedChanged += new System.EventHandler(this.radioButton_CheckedChange);
|
|
|
|
|
+ //
|
|
|
// Make_RePrintLabel
|
|
// Make_RePrintLabel
|
|
|
//
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
@@ -354,9 +369,9 @@
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_RePrintLabel_FormClosing);
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_RePrintLabel_FormClosing);
|
|
|
this.Load += new System.EventHandler(this.Make_RePrintLabel_Load);
|
|
this.Load += new System.EventHandler(this.Make_RePrintLabel_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.Make_RePrintLabel_SizeChanged);
|
|
this.SizeChanged += new System.EventHandler(this.Make_RePrintLabel_SizeChanged);
|
|
|
- this.groupBoxWithBorder1.ResumeLayout(false);
|
|
|
|
|
|
|
+ this.groupBoxWithBorder1.ResumeLayout(true);
|
|
|
this.groupBoxWithBorder1.PerformLayout();
|
|
this.groupBoxWithBorder1.PerformLayout();
|
|
|
- this.ResumeLayout(false);
|
|
|
|
|
|
|
+ this.ResumeLayout(true);
|
|
|
this.PerformLayout();
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
}
|
|
}
|
|
@@ -384,5 +399,6 @@
|
|
|
private System.Windows.Forms.Label ms_makecode;
|
|
private System.Windows.Forms.Label ms_makecode;
|
|
|
private System.Windows.Forms.Label pr_detail;
|
|
private System.Windows.Forms.Label pr_detail;
|
|
|
private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
|
|
private CustomControl.GroupBoxWithBorder.GroupBoxWithBorder groupBoxWithBorder1;
|
|
|
|
|
+ private System.Windows.Forms.RadioButton pitao;
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|