|
|
@@ -52,6 +52,13 @@
|
|
|
this.PrintNum = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
this.sncode = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
this.OperateResult = new UAS_MES_NEW.CustomControl.RichText.RichTextAutoBottom();
|
|
|
+ this.PrintNum1 = new UAS_MES_NEW.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
+ this.label3 = new System.Windows.Forms.Label();
|
|
|
+ this.PrintSecond = new System.Windows.Forms.CheckBox();
|
|
|
+ this.PrintLabel1 = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.ComboxWithTip(this.components);
|
|
|
+ this.label7 = new System.Windows.Forms.Label();
|
|
|
+ this.PrintList1 = new UAS_MES_NEW.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
+ this.label8 = new System.Windows.Forms.Label();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// label2
|
|
|
@@ -161,7 +168,7 @@
|
|
|
this.CollectRemark.Checked = true;
|
|
|
this.CollectRemark.CheckState = System.Windows.Forms.CheckState.Checked;
|
|
|
this.CollectRemark.Font = new System.Drawing.Font("微软雅黑", 10F);
|
|
|
- this.CollectRemark.Location = new System.Drawing.Point(1437, 315);
|
|
|
+ this.CollectRemark.Location = new System.Drawing.Point(1421, 564);
|
|
|
this.CollectRemark.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.CollectRemark.Name = "CollectRemark";
|
|
|
this.CollectRemark.Size = new System.Drawing.Size(155, 39);
|
|
|
@@ -204,7 +211,7 @@
|
|
|
// Remark
|
|
|
//
|
|
|
this.Remark.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.Remark.Location = new System.Drawing.Point(1430, 370);
|
|
|
+ this.Remark.Location = new System.Drawing.Point(1414, 619);
|
|
|
this.Remark.Margin = new System.Windows.Forms.Padding(6, 3, 6, 3);
|
|
|
this.Remark.Name = "Remark";
|
|
|
this.Remark.Size = new System.Drawing.Size(378, 156);
|
|
|
@@ -337,11 +344,101 @@
|
|
|
this.OperateResult.TabIndex = 168;
|
|
|
this.OperateResult.Text = "";
|
|
|
//
|
|
|
+ // PrintNum1
|
|
|
+ //
|
|
|
+ this.PrintNum1.AllPower = null;
|
|
|
+ this.PrintNum1.BackColor = System.Drawing.Color.White;
|
|
|
+ this.PrintNum1.ID = null;
|
|
|
+ this.PrintNum1.Location = new System.Drawing.Point(1664, 309);
|
|
|
+ this.PrintNum1.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.PrintNum1.Name = "PrintNum1";
|
|
|
+ this.PrintNum1.Negative = false;
|
|
|
+ this.PrintNum1.Power = null;
|
|
|
+ this.PrintNum1.Size = new System.Drawing.Size(85, 35);
|
|
|
+ this.PrintNum1.Str = null;
|
|
|
+ this.PrintNum1.Str1 = null;
|
|
|
+ this.PrintNum1.Str2 = null;
|
|
|
+ this.PrintNum1.TabIndex = 220;
|
|
|
+ this.PrintNum1.Text = "1";
|
|
|
+ //
|
|
|
+ // label3
|
|
|
+ //
|
|
|
+ this.label3.AutoSize = true;
|
|
|
+ this.label3.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label3.Location = new System.Drawing.Point(1570, 305);
|
|
|
+ this.label3.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label3.Name = "label3";
|
|
|
+ this.label3.Size = new System.Drawing.Size(82, 41);
|
|
|
+ this.label3.TabIndex = 219;
|
|
|
+ this.label3.Text = "份数";
|
|
|
+ //
|
|
|
+ // PrintSecond
|
|
|
+ //
|
|
|
+ this.PrintSecond.AutoSize = true;
|
|
|
+ this.PrintSecond.Font = new System.Drawing.Font("宋体", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.PrintSecond.ForeColor = System.Drawing.Color.Red;
|
|
|
+ this.PrintSecond.Location = new System.Drawing.Point(1396, 316);
|
|
|
+ this.PrintSecond.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.PrintSecond.Name = "PrintSecond";
|
|
|
+ this.PrintSecond.Size = new System.Drawing.Size(162, 28);
|
|
|
+ this.PrintSecond.TabIndex = 218;
|
|
|
+ this.PrintSecond.Text = "打印副标签";
|
|
|
+ this.PrintSecond.UseVisualStyleBackColor = true;
|
|
|
+ //
|
|
|
+ // PrintLabel1
|
|
|
+ //
|
|
|
+ this.PrintLabel1.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
+ this.PrintLabel1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.PrintLabel1.FormattingEnabled = true;
|
|
|
+ this.PrintLabel1.Location = new System.Drawing.Point(1516, 447);
|
|
|
+ this.PrintLabel1.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.PrintLabel1.Name = "PrintLabel1";
|
|
|
+ this.PrintLabel1.Size = new System.Drawing.Size(264, 39);
|
|
|
+ this.PrintLabel1.TabIndex = 216;
|
|
|
+ //
|
|
|
+ // label7
|
|
|
+ //
|
|
|
+ this.label7.AutoSize = true;
|
|
|
+ this.label7.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label7.Location = new System.Drawing.Point(1388, 442);
|
|
|
+ this.label7.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label7.Name = "label7";
|
|
|
+ this.label7.Size = new System.Drawing.Size(101, 41);
|
|
|
+ this.label7.TabIndex = 217;
|
|
|
+ this.label7.Text = "标签1";
|
|
|
+ //
|
|
|
+ // PrintList1
|
|
|
+ //
|
|
|
+ this.PrintList1.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.PrintList1.Location = new System.Drawing.Point(1516, 377);
|
|
|
+ this.PrintList1.Margin = new System.Windows.Forms.Padding(12, 14, 12, 14);
|
|
|
+ this.PrintList1.Name = "PrintList1";
|
|
|
+ this.PrintList1.Size = new System.Drawing.Size(264, 56);
|
|
|
+ this.PrintList1.TabIndex = 215;
|
|
|
+ //
|
|
|
+ // label8
|
|
|
+ //
|
|
|
+ this.label8.AutoSize = true;
|
|
|
+ this.label8.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.label8.Location = new System.Drawing.Point(1381, 377);
|
|
|
+ this.label8.Margin = new System.Windows.Forms.Padding(6, 0, 6, 0);
|
|
|
+ this.label8.Name = "label8";
|
|
|
+ this.label8.Size = new System.Drawing.Size(133, 41);
|
|
|
+ this.label8.TabIndex = 214;
|
|
|
+ this.label8.Text = "打印机1";
|
|
|
+ //
|
|
|
// Make_FuselageLabelPrint
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1828, 896);
|
|
|
+ this.Controls.Add(this.PrintNum1);
|
|
|
+ this.Controls.Add(this.label3);
|
|
|
+ this.Controls.Add(this.PrintSecond);
|
|
|
+ this.Controls.Add(this.PrintLabel1);
|
|
|
+ this.Controls.Add(this.label7);
|
|
|
+ this.Controls.Add(this.PrintList1);
|
|
|
+ this.Controls.Add(this.label8);
|
|
|
this.Controls.Add(this.LockMakeCode);
|
|
|
this.Controls.Add(this.ma_code);
|
|
|
this.Controls.Add(this.CollectRemark);
|
|
|
@@ -374,7 +471,7 @@
|
|
|
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Make_FuselageLabelPrint_FormClosing);
|
|
|
this.Load += new System.EventHandler(this.Make_FuselageLabelPrint_Load);
|
|
|
this.SizeChanged += new System.EventHandler(this.Make_FuselageLabelPrint_SizeChanged);
|
|
|
- this.ResumeLayout(true);
|
|
|
+ this.ResumeLayout(false);
|
|
|
this.PerformLayout();
|
|
|
|
|
|
}
|
|
|
@@ -404,5 +501,12 @@
|
|
|
private CustomControl.RichText.RichTextAutoBottom Remark;
|
|
|
private CustomControl.CustomCheckBox.LockCheckBox LockMakeCode;
|
|
|
private CustomControl.TextBoxWithIcon.MaCodeSearchTextBox ma_code;
|
|
|
+ private CustomControl.TextBoxWithIcon.NumOnlyTextBox PrintNum1;
|
|
|
+ private System.Windows.Forms.Label label3;
|
|
|
+ private System.Windows.Forms.CheckBox PrintSecond;
|
|
|
+ private CustomControl.ComBoxWithFocus.ComboxWithTip PrintLabel1;
|
|
|
+ private System.Windows.Forms.Label label7;
|
|
|
+ private CustomControl.ComBoxWithFocus.PrinterCombox PrintList1;
|
|
|
+ private System.Windows.Forms.Label label8;
|
|
|
}
|
|
|
}
|