|
|
@@ -33,12 +33,12 @@
|
|
|
this.IpPort = new System.Windows.Forms.TextBox();
|
|
|
this.IpPortLab = new System.Windows.Forms.Label();
|
|
|
this.SettingBox = new System.Windows.Forms.Panel();
|
|
|
+ this.Template = new System.Windows.Forms.ComboBox();
|
|
|
+ this.ModelLab = new System.Windows.Forms.Label();
|
|
|
this.TestPrint = new System.Windows.Forms.Button();
|
|
|
this.confirmPrint = new System.Windows.Forms.Button();
|
|
|
this.PrintList = new System.Windows.Forms.ComboBox();
|
|
|
this.PrintListLab = new System.Windows.Forms.Label();
|
|
|
- this.ModelLab = new System.Windows.Forms.Label();
|
|
|
- this.Model = new System.Windows.Forms.ComboBox();
|
|
|
this.OperatResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.SNDetails = new UAS_MES_NEW.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
@@ -96,7 +96,7 @@
|
|
|
//
|
|
|
// SettingBox
|
|
|
//
|
|
|
- this.SettingBox.Controls.Add(this.Model);
|
|
|
+ this.SettingBox.Controls.Add(this.Template);
|
|
|
this.SettingBox.Controls.Add(this.ModelLab);
|
|
|
this.SettingBox.Controls.Add(this.TestPrint);
|
|
|
this.SettingBox.Controls.Add(this.confirmPrint);
|
|
|
@@ -112,6 +112,25 @@
|
|
|
this.SettingBox.Size = new System.Drawing.Size(1280, 194);
|
|
|
this.SettingBox.TabIndex = 98;
|
|
|
//
|
|
|
+ // Template
|
|
|
+ //
|
|
|
+ this.Template.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
+ this.Template.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.Template.FormattingEnabled = true;
|
|
|
+ this.Template.Location = new System.Drawing.Point(108, 82);
|
|
|
+ this.Template.Name = "Template";
|
|
|
+ this.Template.Size = new System.Drawing.Size(309, 32);
|
|
|
+ this.Template.TabIndex = 99;
|
|
|
+ //
|
|
|
+ // ModelLab
|
|
|
+ //
|
|
|
+ this.ModelLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ModelLab.Location = new System.Drawing.Point(22, 84);
|
|
|
+ this.ModelLab.Name = "ModelLab";
|
|
|
+ this.ModelLab.Size = new System.Drawing.Size(117, 28);
|
|
|
+ this.ModelLab.TabIndex = 98;
|
|
|
+ this.ModelLab.Text = "打印模板:";
|
|
|
+ //
|
|
|
// TestPrint
|
|
|
//
|
|
|
this.TestPrint.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
@@ -153,25 +172,6 @@
|
|
|
this.PrintListLab.TabIndex = 94;
|
|
|
this.PrintListLab.Text = "打印机列表:";
|
|
|
//
|
|
|
- // ModelLab
|
|
|
- //
|
|
|
- this.ModelLab.Font = new System.Drawing.Font("微软雅黑", 10.5F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ModelLab.Location = new System.Drawing.Point(22, 84);
|
|
|
- this.ModelLab.Name = "ModelLab";
|
|
|
- this.ModelLab.Size = new System.Drawing.Size(117, 28);
|
|
|
- this.ModelLab.TabIndex = 98;
|
|
|
- this.ModelLab.Text = "打印模板:";
|
|
|
- //
|
|
|
- // Model
|
|
|
- //
|
|
|
- this.Model.Cursor = System.Windows.Forms.Cursors.Hand;
|
|
|
- this.Model.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Model.FormattingEnabled = true;
|
|
|
- this.Model.Location = new System.Drawing.Point(108, 82);
|
|
|
- this.Model.Name = "Model";
|
|
|
- this.Model.Size = new System.Drawing.Size(309, 32);
|
|
|
- this.Model.TabIndex = 99;
|
|
|
- //
|
|
|
// OperatResult
|
|
|
//
|
|
|
this.OperatResult.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
@@ -355,6 +355,6 @@
|
|
|
private System.Windows.Forms.Button confirmPrint;
|
|
|
private System.Windows.Forms.Button TestPrint;
|
|
|
private System.Windows.Forms.Label ModelLab;
|
|
|
- private System.Windows.Forms.ComboBox Model;
|
|
|
+ private System.Windows.Forms.ComboBox Template;
|
|
|
}
|
|
|
}
|