|
|
@@ -35,6 +35,8 @@
|
|
|
this.pr_code_label = new System.Windows.Forms.Label();
|
|
|
this.pr_colorboxunit = new System.Windows.Forms.Label();
|
|
|
this.panel6 = new System.Windows.Forms.Panel();
|
|
|
+ this.pr_colorboxgw = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
+ this.pr_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.label22 = new System.Windows.Forms.Label();
|
|
|
this.weight = new System.Windows.Forms.Label();
|
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
|
@@ -54,12 +56,11 @@
|
|
|
this.PrintLabel_label = new System.Windows.Forms.Label();
|
|
|
this.ComList = new UAS_MES.CustomControl.ComBoxWithFocus.SerialPortCombox();
|
|
|
this.BaudRate = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
- this.Printer = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
+ this.PrinterList = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
this.StopWeight = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.StartWeight = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.mcd_waitqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.mcd_okqty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.Cancel = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.Confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.ms_makecode = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.ma_qty = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
@@ -68,14 +69,16 @@
|
|
|
this.Clean = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.normalButton1 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.pr_colorboxgw = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
- this.pr_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.AutoPrint = new System.Windows.Forms.CheckBox();
|
|
|
+ this.PrintNum = new System.Windows.Forms.NumericUpDown();
|
|
|
+ this.label1 = new System.Windows.Forms.Label();
|
|
|
this.panel6.SuspendLayout();
|
|
|
this.panel4.SuspendLayout();
|
|
|
this.panel3.SuspendLayout();
|
|
|
this.panel2.SuspendLayout();
|
|
|
this.panel1.SuspendLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).BeginInit();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// mcd_waitqty_label
|
|
|
@@ -143,6 +146,31 @@
|
|
|
this.panel6.Size = new System.Drawing.Size(381, 124);
|
|
|
this.panel6.TabIndex = 62;
|
|
|
//
|
|
|
+ // pr_colorboxgw
|
|
|
+ //
|
|
|
+ this.pr_colorboxgw.AutoSize = true;
|
|
|
+ this.pr_colorboxgw.CutLength = null;
|
|
|
+ this.pr_colorboxgw.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pr_colorboxgw.Location = new System.Drawing.Point(141, 77);
|
|
|
+ this.pr_colorboxgw.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
+ this.pr_colorboxgw.Name = "pr_colorboxgw";
|
|
|
+ this.pr_colorboxgw.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pr_colorboxgw.TabIndex = 80;
|
|
|
+ this.pr_colorboxgw.Tag = "1";
|
|
|
+ //
|
|
|
+ // pr_code
|
|
|
+ //
|
|
|
+ this.pr_code.AutoSize = true;
|
|
|
+ this.pr_code.CutLength = null;
|
|
|
+ this.pr_code.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.pr_code.Location = new System.Drawing.Point(141, 26);
|
|
|
+ this.pr_code.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
+ this.pr_code.Name = "pr_code";
|
|
|
+ this.pr_code.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.pr_code.TabIndex = 79;
|
|
|
+ this.pr_code.Tag = "1";
|
|
|
+ this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
|
|
|
+ //
|
|
|
// label22
|
|
|
//
|
|
|
this.label22.AutoSize = true;
|
|
|
@@ -302,7 +330,7 @@
|
|
|
//
|
|
|
this.Printer_label.AutoSize = true;
|
|
|
this.Printer_label.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Printer_label.Location = new System.Drawing.Point(800, 86);
|
|
|
+ this.Printer_label.Location = new System.Drawing.Point(800, 87);
|
|
|
this.Printer_label.Name = "Printer_label";
|
|
|
this.Printer_label.Size = new System.Drawing.Size(84, 20);
|
|
|
this.Printer_label.TabIndex = 162;
|
|
|
@@ -312,7 +340,7 @@
|
|
|
//
|
|
|
this.PrintLabel_label.AutoSize = true;
|
|
|
this.PrintLabel_label.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.PrintLabel_label.Location = new System.Drawing.Point(814, 118);
|
|
|
+ this.PrintLabel_label.Location = new System.Drawing.Point(800, 117);
|
|
|
this.PrintLabel_label.Name = "PrintLabel_label";
|
|
|
this.PrintLabel_label.Size = new System.Drawing.Size(69, 20);
|
|
|
this.PrintLabel_label.TabIndex = 163;
|
|
|
@@ -320,7 +348,7 @@
|
|
|
//
|
|
|
// ComList
|
|
|
//
|
|
|
- this.ComList.Location = new System.Drawing.Point(908, 54);
|
|
|
+ this.ComList.Location = new System.Drawing.Point(908, 2);
|
|
|
this.ComList.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
this.ComList.Name = "ComList";
|
|
|
this.ComList.Size = new System.Drawing.Size(119, 20);
|
|
|
@@ -342,13 +370,13 @@
|
|
|
this.BaudRate.Str2 = null;
|
|
|
this.BaudRate.TabIndex = 166;
|
|
|
//
|
|
|
- // Printer
|
|
|
+ // PrinterList
|
|
|
//
|
|
|
- this.Printer.Location = new System.Drawing.Point(908, 86);
|
|
|
- this.Printer.Margin = new System.Windows.Forms.Padding(4);
|
|
|
- this.Printer.Name = "Printer";
|
|
|
- this.Printer.Size = new System.Drawing.Size(119, 20);
|
|
|
- this.Printer.TabIndex = 160;
|
|
|
+ this.PrinterList.Location = new System.Drawing.Point(908, 87);
|
|
|
+ this.PrinterList.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.PrinterList.Name = "PrinterList";
|
|
|
+ this.PrinterList.Size = new System.Drawing.Size(119, 20);
|
|
|
+ this.PrinterList.TabIndex = 160;
|
|
|
//
|
|
|
// StopWeight
|
|
|
//
|
|
|
@@ -411,25 +439,6 @@
|
|
|
this.mcd_okqty.TabIndex = 154;
|
|
|
this.mcd_okqty.Tag = "1";
|
|
|
//
|
|
|
- // Cancel
|
|
|
- //
|
|
|
- this.Cancel.AllPower = null;
|
|
|
- this.Cancel.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.Cancel.DownImage = ((System.Drawing.Image)(resources.GetObject("Cancel.DownImage")));
|
|
|
- this.Cancel.Image = ((System.Drawing.Image)(resources.GetObject("Cancel.Image")));
|
|
|
- this.Cancel.IsShowBorder = true;
|
|
|
- this.Cancel.Location = new System.Drawing.Point(939, 150);
|
|
|
- this.Cancel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.Cancel.MoveImage = ((System.Drawing.Image)(resources.GetObject("Cancel.MoveImage")));
|
|
|
- this.Cancel.Name = "Cancel";
|
|
|
- this.Cancel.NormalImage = ((System.Drawing.Image)(resources.GetObject("Cancel.NormalImage")));
|
|
|
- this.Cancel.Power = null;
|
|
|
- this.Cancel.Size = new System.Drawing.Size(60, 24);
|
|
|
- this.Cancel.TabIndex = 153;
|
|
|
- this.Cancel.Text = "取消";
|
|
|
- this.Cancel.UseVisualStyleBackColor = true;
|
|
|
- this.Cancel.Click += new System.EventHandler(this.Cancel_Click);
|
|
|
- //
|
|
|
// Confirm
|
|
|
//
|
|
|
this.Confirm.AllPower = null;
|
|
|
@@ -437,7 +446,7 @@
|
|
|
this.Confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("Confirm.DownImage")));
|
|
|
this.Confirm.Image = ((System.Drawing.Image)(resources.GetObject("Confirm.Image")));
|
|
|
this.Confirm.IsShowBorder = true;
|
|
|
- this.Confirm.Location = new System.Drawing.Point(846, 150);
|
|
|
+ this.Confirm.Location = new System.Drawing.Point(888, 156);
|
|
|
this.Confirm.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.Confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("Confirm.MoveImage")));
|
|
|
this.Confirm.Name = "Confirm";
|
|
|
@@ -548,31 +557,6 @@
|
|
|
this.sncode.TabIndex = 57;
|
|
|
this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
|
|
|
//
|
|
|
- // pr_colorboxgw
|
|
|
- //
|
|
|
- this.pr_colorboxgw.AutoSize = true;
|
|
|
- this.pr_colorboxgw.CutLength = null;
|
|
|
- this.pr_colorboxgw.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_colorboxgw.Location = new System.Drawing.Point(141, 77);
|
|
|
- this.pr_colorboxgw.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
- this.pr_colorboxgw.Name = "pr_colorboxgw";
|
|
|
- this.pr_colorboxgw.Size = new System.Drawing.Size(0, 27);
|
|
|
- this.pr_colorboxgw.TabIndex = 80;
|
|
|
- this.pr_colorboxgw.Tag = "1";
|
|
|
- //
|
|
|
- // pr_code
|
|
|
- //
|
|
|
- this.pr_code.AutoSize = true;
|
|
|
- this.pr_code.CutLength = null;
|
|
|
- this.pr_code.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_code.Location = new System.Drawing.Point(141, 26);
|
|
|
- this.pr_code.MaximumSize = new System.Drawing.Size(150, 0);
|
|
|
- this.pr_code.Name = "pr_code";
|
|
|
- this.pr_code.Size = new System.Drawing.Size(0, 27);
|
|
|
- this.pr_code.TabIndex = 79;
|
|
|
- this.pr_code.Tag = "1";
|
|
|
- this.pr_code.TextChanged += new System.EventHandler(this.pr_code_TextChanged);
|
|
|
- //
|
|
|
// OperateResult
|
|
|
//
|
|
|
this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
@@ -583,22 +567,59 @@
|
|
|
this.OperateResult.TabIndex = 58;
|
|
|
this.OperateResult.Text = "";
|
|
|
//
|
|
|
+ // AutoPrint
|
|
|
+ //
|
|
|
+ this.AutoPrint.AutoSize = true;
|
|
|
+ this.AutoPrint.Checked = true;
|
|
|
+ this.AutoPrint.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
+ this.AutoPrint.Font = new System.Drawing.Font("微软雅黑", 10.8F);
|
|
|
+ this.AutoPrint.Location = new System.Drawing.Point(804, 23);
|
|
|
+ this.AutoPrint.Name = "AutoPrint";
|
|
|
+ this.AutoPrint.Size = new System.Drawing.Size(88, 24);
|
|
|
+ this.AutoPrint.TabIndex = 168;
|
|
|
+ this.AutoPrint.Text = "自动打印";
|
|
|
+ this.AutoPrint.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // PrintNum
|
|
|
+ //
|
|
|
+ this.PrintNum.Location = new System.Drawing.Point(908, 56);
|
|
|
+ this.PrintNum.Name = "PrintNum";
|
|
|
+ this.PrintNum.Size = new System.Drawing.Size(120, 21);
|
|
|
+ this.PrintNum.TabIndex = 169;
|
|
|
+ this.PrintNum.Value = new decimal(new int[] {
|
|
|
+ 1,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0});
|
|
|
+ //
|
|
|
+ // label1
|
|
|
+ //
|
|
|
+ this.label1.AutoSize = true;
|
|
|
+ this.label1.Font = new System.Drawing.Font("微软雅黑", 10.8F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label1.Location = new System.Drawing.Point(800, 57);
|
|
|
+ this.label1.Name = "label1";
|
|
|
+ this.label1.Size = new System.Drawing.Size(69, 20);
|
|
|
+ this.label1.TabIndex = 170;
|
|
|
+ this.label1.Text = "打印张数";
|
|
|
+ //
|
|
|
// Make_ColorBoxWeigh
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1042, 584);
|
|
|
+ this.Controls.Add(this.label1);
|
|
|
+ this.Controls.Add(this.PrintNum);
|
|
|
+ this.Controls.Add(this.AutoPrint);
|
|
|
this.Controls.Add(this.ComList);
|
|
|
this.Controls.Add(this.BaudRate);
|
|
|
this.Controls.Add(this.PrintLabel_label);
|
|
|
this.Controls.Add(this.Printer_label);
|
|
|
- this.Controls.Add(this.Printer);
|
|
|
+ this.Controls.Add(this.PrinterList);
|
|
|
this.Controls.Add(this.PrintLabel);
|
|
|
this.Controls.Add(this.StopWeight);
|
|
|
this.Controls.Add(this.StartWeight);
|
|
|
this.Controls.Add(this.mcd_waitqty);
|
|
|
this.Controls.Add(this.mcd_okqty);
|
|
|
- this.Controls.Add(this.Cancel);
|
|
|
this.Controls.Add(this.Confirm);
|
|
|
this.Controls.Add(this.ms_makecode);
|
|
|
this.Controls.Add(this.ma_qty);
|
|
|
@@ -638,6 +659,7 @@
|
|
|
this.panel2.PerformLayout();
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
this.panel1.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).EndInit();
|
|
|
this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
@@ -674,17 +696,19 @@
|
|
|
private CustomControl.ValueLabel.ValueLabel ms_makecode;
|
|
|
private CustomControl.ValueLabel.ValueLabel pr_code;
|
|
|
private CustomControl.ValueLabel.ValueLabel pr_colorboxgw;
|
|
|
- private CustomControl.ButtonUtil.NormalButton Cancel;
|
|
|
private CustomControl.ButtonUtil.NormalButton Confirm;
|
|
|
private CustomControl.ValueLabel.ValueLabel mcd_okqty;
|
|
|
private CustomControl.ValueLabel.ValueLabel mcd_waitqty;
|
|
|
private CustomControl.ButtonUtil.NormalButton StartWeight;
|
|
|
private CustomControl.ButtonUtil.NormalButton StopWeight;
|
|
|
private System.Windows.Forms.ComboBox PrintLabel;
|
|
|
- private CustomControl.ComBoxWithFocus.PrinterCombox Printer;
|
|
|
+ private CustomControl.ComBoxWithFocus.PrinterCombox PrinterList;
|
|
|
private System.Windows.Forms.Label Printer_label;
|
|
|
private System.Windows.Forms.Label PrintLabel_label;
|
|
|
private CustomControl.TextBoxWithIcon.NumOnlyTextBox BaudRate;
|
|
|
private CustomControl.ComBoxWithFocus.SerialPortCombox ComList;
|
|
|
+ private System.Windows.Forms.CheckBox AutoPrint;
|
|
|
+ private System.Windows.Forms.NumericUpDown PrintNum;
|
|
|
+ private System.Windows.Forms.Label label1;
|
|
|
}
|
|
|
}
|