|
|
@@ -207,7 +207,7 @@
|
|
|
this.label10 = new System.Windows.Forms.Label();
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
this.OutBoxPrinter = new UAS_LabelMachine.CustomControl.PrinterCombox();
|
|
|
- this.OutboxCapacity = new System.Windows.Forms.NumericUpDown();
|
|
|
+ this.OutBoxCapacity = new System.Windows.Forms.NumericUpDown();
|
|
|
this.OutBoxLabelPrint = new System.Windows.Forms.Button();
|
|
|
this.OutBoxLabelAutoPrint = new System.Windows.Forms.CheckBox();
|
|
|
this.OutBoxCombox = new System.Windows.Forms.ComboBox();
|
|
|
@@ -228,7 +228,7 @@
|
|
|
this.OutBoxLabel.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cu_print_papercount)).BeginInit();
|
|
|
this.groupBoxWithBorder3.SuspendLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.OutboxCapacity)).BeginInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.OutBoxCapacity)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// ExportData
|
|
|
@@ -1975,7 +1975,7 @@
|
|
|
this.OutBoxLabel.Controls.Add(this.label10);
|
|
|
this.OutBoxLabel.Controls.Add(this.label6);
|
|
|
this.OutBoxLabel.Controls.Add(this.OutBoxPrinter);
|
|
|
- this.OutBoxLabel.Controls.Add(this.OutboxCapacity);
|
|
|
+ this.OutBoxLabel.Controls.Add(this.OutBoxCapacity);
|
|
|
this.OutBoxLabel.Controls.Add(this.OutBoxLabelPrint);
|
|
|
this.OutBoxLabel.Controls.Add(this.OutBoxLabelAutoPrint);
|
|
|
this.OutBoxLabel.Controls.Add(this.OutBoxCombox);
|
|
|
@@ -2125,20 +2125,20 @@
|
|
|
this.OutBoxPrinter.Size = new System.Drawing.Size(158, 25);
|
|
|
this.OutBoxPrinter.TabIndex = 82;
|
|
|
//
|
|
|
- // OutboxCapacity
|
|
|
+ // OutBoxCapacity
|
|
|
//
|
|
|
- this.OutboxCapacity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.OutboxCapacity.Location = new System.Drawing.Point(211, 68);
|
|
|
- this.OutboxCapacity.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.OutboxCapacity.Name = "OutboxCapacity";
|
|
|
- this.OutboxCapacity.Size = new System.Drawing.Size(38, 23);
|
|
|
- this.OutboxCapacity.TabIndex = 84;
|
|
|
- this.OutboxCapacity.Value = new decimal(new int[] {
|
|
|
+ this.OutBoxCapacity.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.OutBoxCapacity.Location = new System.Drawing.Point(211, 68);
|
|
|
+ this.OutBoxCapacity.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.OutBoxCapacity.Name = "OutBoxCapacity";
|
|
|
+ this.OutBoxCapacity.Size = new System.Drawing.Size(38, 23);
|
|
|
+ this.OutBoxCapacity.TabIndex = 84;
|
|
|
+ this.OutBoxCapacity.Value = new decimal(new int[] {
|
|
|
1,
|
|
|
0,
|
|
|
0,
|
|
|
0});
|
|
|
- this.OutboxCapacity.Leave += new System.EventHandler(this.MidBoxCapacity_Leave);
|
|
|
+ this.OutBoxCapacity.Leave += new System.EventHandler(this.MidBoxCapacity_Leave);
|
|
|
//
|
|
|
// OutBoxLabelPrint
|
|
|
//
|
|
|
@@ -2252,7 +2252,7 @@
|
|
|
((System.ComponentModel.ISupportInitialize)(this.cu_print_papercount)).EndInit();
|
|
|
this.groupBoxWithBorder3.ResumeLayout(false);
|
|
|
this.groupBoxWithBorder3.PerformLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.OutboxCapacity)).EndInit();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.OutBoxCapacity)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
@@ -2265,7 +2265,7 @@
|
|
|
private System.Windows.Forms.ComboBox OutBoxCombox;
|
|
|
private System.Windows.Forms.CheckBox OutBoxLabelAutoPrint;
|
|
|
private System.Windows.Forms.Button OutBoxLabelPrint;
|
|
|
- private System.Windows.Forms.NumericUpDown OutboxCapacity;
|
|
|
+ private System.Windows.Forms.NumericUpDown OutBoxCapacity;
|
|
|
private CustomControl.PrinterCombox OutBoxPrinter;
|
|
|
private System.Windows.Forms.Label label6;
|
|
|
private System.Windows.Forms.Label label10;
|