|
|
@@ -48,7 +48,7 @@
|
|
|
this.pr_detail = new System.Windows.Forms.Label();
|
|
|
this.rePrintCheck = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
- this.normalButton1 = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ this.printBtn = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.printNum = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
this.inputText = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.Printer = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
@@ -61,7 +61,7 @@
|
|
|
this.giftBox.AutoSize = true;
|
|
|
this.giftBox.Checked = true;
|
|
|
this.giftBox.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.giftBox.Location = new System.Drawing.Point(83, 51);
|
|
|
+ this.giftBox.Location = new System.Drawing.Point(83, 52);
|
|
|
this.giftBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.giftBox.Name = "giftBox";
|
|
|
this.giftBox.Size = new System.Drawing.Size(135, 35);
|
|
|
@@ -75,7 +75,7 @@
|
|
|
//
|
|
|
this.CartonBox.AutoSize = true;
|
|
|
this.CartonBox.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.CartonBox.Location = new System.Drawing.Point(431, 51);
|
|
|
+ this.CartonBox.Location = new System.Drawing.Point(431, 52);
|
|
|
this.CartonBox.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.CartonBox.Name = "CartonBox";
|
|
|
this.CartonBox.Size = new System.Drawing.Size(164, 35);
|
|
|
@@ -88,7 +88,7 @@
|
|
|
//
|
|
|
this.fuselagel.AutoSize = true;
|
|
|
this.fuselagel.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.fuselagel.Location = new System.Drawing.Point(845, 51);
|
|
|
+ this.fuselagel.Location = new System.Drawing.Point(845, 52);
|
|
|
this.fuselagel.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
this.fuselagel.Name = "fuselagel";
|
|
|
this.fuselagel.Size = new System.Drawing.Size(159, 35);
|
|
|
@@ -262,24 +262,24 @@
|
|
|
this.OperateResult.TabIndex = 195;
|
|
|
this.OperateResult.Text = "";
|
|
|
//
|
|
|
- // normalButton1
|
|
|
- //
|
|
|
- this.normalButton1.AllPower = null;
|
|
|
- this.normalButton1.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.normalButton1.DownImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.DownImage")));
|
|
|
- this.normalButton1.Image = null;
|
|
|
- this.normalButton1.IsShowBorder = true;
|
|
|
- this.normalButton1.Location = new System.Drawing.Point(923, 267);
|
|
|
- this.normalButton1.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
- this.normalButton1.MoveImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.MoveImage")));
|
|
|
- this.normalButton1.Name = "normalButton1";
|
|
|
- this.normalButton1.NormalImage = ((System.Drawing.Image)(resources.GetObject("normalButton1.NormalImage")));
|
|
|
- this.normalButton1.Power = null;
|
|
|
- this.normalButton1.Size = new System.Drawing.Size(75, 36);
|
|
|
- this.normalButton1.TabIndex = 194;
|
|
|
- this.normalButton1.Text = "打印";
|
|
|
- this.normalButton1.UseVisualStyleBackColor = false;
|
|
|
- this.normalButton1.Click += new System.EventHandler(this.print_Click);
|
|
|
+ // printBtn
|
|
|
+ //
|
|
|
+ this.printBtn.AllPower = null;
|
|
|
+ this.printBtn.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.printBtn.DownImage = ((System.Drawing.Image)(resources.GetObject("printBtn.DownImage")));
|
|
|
+ this.printBtn.Image = null;
|
|
|
+ this.printBtn.IsShowBorder = true;
|
|
|
+ this.printBtn.Location = new System.Drawing.Point(923, 267);
|
|
|
+ this.printBtn.Margin = new System.Windows.Forms.Padding(3, 2, 3, 2);
|
|
|
+ this.printBtn.MoveImage = ((System.Drawing.Image)(resources.GetObject("printBtn.MoveImage")));
|
|
|
+ this.printBtn.Name = "printBtn";
|
|
|
+ this.printBtn.NormalImage = ((System.Drawing.Image)(resources.GetObject("printBtn.NormalImage")));
|
|
|
+ this.printBtn.Power = null;
|
|
|
+ this.printBtn.Size = new System.Drawing.Size(75, 36);
|
|
|
+ this.printBtn.TabIndex = 194;
|
|
|
+ this.printBtn.Text = "打印";
|
|
|
+ this.printBtn.UseVisualStyleBackColor = false;
|
|
|
+ this.printBtn.Click += new System.EventHandler(this.print_Click);
|
|
|
//
|
|
|
// printNum
|
|
|
//
|
|
|
@@ -352,7 +352,7 @@
|
|
|
this.Controls.Add(this.rePrintCheck);
|
|
|
this.Controls.Add(this.label10);
|
|
|
this.Controls.Add(this.OperateResult);
|
|
|
- this.Controls.Add(this.normalButton1);
|
|
|
+ this.Controls.Add(this.printBtn);
|
|
|
this.Controls.Add(this.printNum);
|
|
|
this.Controls.Add(this.label9);
|
|
|
this.Controls.Add(this.inputText);
|
|
|
@@ -396,7 +396,7 @@
|
|
|
private CustomControl.TextBoxWithIcon.SnCollectionBox inputText;
|
|
|
private System.Windows.Forms.Label label9;
|
|
|
private CustomControl.TextBoxWithIcon.NumOnlyTextBox printNum;
|
|
|
- private CustomControl.ButtonUtil.NormalButton normalButton1;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton printBtn;
|
|
|
private CustomControl.RichText.RichTextAutoBottom OperateResult;
|
|
|
private System.Windows.Forms.Label label10;
|
|
|
private CustomControl.TextBoxWithIcon.SnCollectionBox rePrintCheck;
|