|
|
@@ -218,7 +218,7 @@
|
|
|
// PrintNum
|
|
|
//
|
|
|
this.PrintNum.Location = new System.Drawing.Point(1077, 140);
|
|
|
- this.PrintNum.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.PrintNum.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.PrintNum.Name = "PrintNum";
|
|
|
this.PrintNum.Size = new System.Drawing.Size(199, 25);
|
|
|
this.PrintNum.TabIndex = 168;
|
|
|
@@ -260,7 +260,7 @@
|
|
|
// Printer
|
|
|
//
|
|
|
this.Printer.Location = new System.Drawing.Point(1077, 18);
|
|
|
- this.Printer.Margin = new System.Windows.Forms.Padding(5, 5, 5, 5);
|
|
|
+ this.Printer.Margin = new System.Windows.Forms.Padding(5);
|
|
|
this.Printer.Name = "Printer";
|
|
|
this.Printer.Size = new System.Drawing.Size(203, 31);
|
|
|
this.Printer.TabIndex = 159;
|
|
|
@@ -328,7 +328,7 @@
|
|
|
//
|
|
|
this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.OperateResult.Location = new System.Drawing.Point(29, 131);
|
|
|
- this.OperateResult.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.OperateResult.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.OperateResult.Name = "OperateResult";
|
|
|
this.OperateResult.Size = new System.Drawing.Size(920, 380);
|
|
|
this.OperateResult.TabIndex = 143;
|
|
|
@@ -343,6 +343,7 @@
|
|
|
this.ma_craftcode.Name = "ma_craftcode";
|
|
|
this.ma_craftcode.Size = new System.Drawing.Size(0, 27);
|
|
|
this.ma_craftcode.TabIndex = 170;
|
|
|
+ this.ma_craftcode.Visible = false;
|
|
|
//
|
|
|
// Make_ColorBoxLoadPrint
|
|
|
//
|
|
|
@@ -375,7 +376,7 @@
|
|
|
this.Controls.Add(this.pr_code_label);
|
|
|
this.Controls.Add(this.ms_makecode_label);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
- this.Margin = new System.Windows.Forms.Padding(4, 4, 4, 4);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.Name = "Make_ColorBoxLoadPrint";
|
|
|
this.Tag = "Make!ColorBoxLoadPrint";
|
|
|
this.Text = "s";
|