|
|
@@ -47,6 +47,8 @@
|
|
|
this.pr_detail_label = new System.Windows.Forms.Label();
|
|
|
this.ma_qty_label = new System.Windows.Forms.Label();
|
|
|
this.groupBoxWithBorder2 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
+ this.label2 = new System.Windows.Forms.Label();
|
|
|
+ this.PrintNum = new System.Windows.Forms.NumericUpDown();
|
|
|
this.PrintLabel = new System.Windows.Forms.ComboBox();
|
|
|
this.PrintLabel_label = new System.Windows.Forms.Label();
|
|
|
this.AutoPrint = new UAS_MES.CustomControl.CustomCheckBox.AutoPrintCheckBox();
|
|
|
@@ -58,12 +60,10 @@
|
|
|
this.ReWorkAsCurrentSN = new System.Windows.Forms.RadioButton();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.sn_code = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
- this.PrintNum = new System.Windows.Forms.NumericUpDown();
|
|
|
- this.label2 = new System.Windows.Forms.Label();
|
|
|
this.groupBoxWithBorder1.SuspendLayout();
|
|
|
this.groupBoxWithBorder2.SuspendLayout();
|
|
|
- this.groupBoxWithBorder3.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PrintNum)).BeginInit();
|
|
|
+ this.groupBoxWithBorder3.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// groupBoxWithBorder1
|
|
|
@@ -156,9 +156,9 @@
|
|
|
this.ma_code_label.AutoSize = true;
|
|
|
this.ma_code_label.Location = new System.Drawing.Point(38, 42);
|
|
|
this.ma_code_label.Name = "ma_code_label";
|
|
|
- this.ma_code_label.Size = new System.Drawing.Size(72, 27);
|
|
|
+ this.ma_code_label.Size = new System.Drawing.Size(92, 27);
|
|
|
this.ma_code_label.TabIndex = 11;
|
|
|
- this.ma_code_label.Text = "工单号";
|
|
|
+ this.ma_code_label.Text = "返工单号";
|
|
|
//
|
|
|
// ma_code
|
|
|
//
|
|
|
@@ -295,6 +295,28 @@
|
|
|
this.groupBoxWithBorder2.Text = "打印设置";
|
|
|
this.groupBoxWithBorder2.TextColor = System.Drawing.Color.Black;
|
|
|
//
|
|
|
+ // label2
|
|
|
+ //
|
|
|
+ this.label2.AutoSize = true;
|
|
|
+ this.label2.Location = new System.Drawing.Point(301, 139);
|
|
|
+ this.label2.Name = "label2";
|
|
|
+ this.label2.Size = new System.Drawing.Size(92, 27);
|
|
|
+ this.label2.TabIndex = 18;
|
|
|
+ this.label2.Text = "打印份数";
|
|
|
+ //
|
|
|
+ // PrintNum
|
|
|
+ //
|
|
|
+ this.PrintNum.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.PrintNum.Location = new System.Drawing.Point(403, 139);
|
|
|
+ this.PrintNum.Name = "PrintNum";
|
|
|
+ this.PrintNum.Size = new System.Drawing.Size(120, 27);
|
|
|
+ this.PrintNum.TabIndex = 17;
|
|
|
+ this.PrintNum.Value = new decimal(new int[] {
|
|
|
+ 1,
|
|
|
+ 0,
|
|
|
+ 0,
|
|
|
+ 0});
|
|
|
+ //
|
|
|
// PrintLabel
|
|
|
//
|
|
|
this.PrintLabel.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
|
|
|
@@ -413,28 +435,6 @@
|
|
|
this.sn_code.TabIndex = 0;
|
|
|
this.sn_code.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sn_code_KeyDown);
|
|
|
//
|
|
|
- // PrintNum
|
|
|
- //
|
|
|
- this.PrintNum.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
- this.PrintNum.Location = new System.Drawing.Point(403, 139);
|
|
|
- this.PrintNum.Name = "PrintNum";
|
|
|
- this.PrintNum.Size = new System.Drawing.Size(120, 27);
|
|
|
- this.PrintNum.TabIndex = 17;
|
|
|
- this.PrintNum.Value = new decimal(new int[] {
|
|
|
- 1,
|
|
|
- 0,
|
|
|
- 0,
|
|
|
- 0});
|
|
|
- //
|
|
|
- // label2
|
|
|
- //
|
|
|
- this.label2.AutoSize = true;
|
|
|
- this.label2.Location = new System.Drawing.Point(301, 139);
|
|
|
- this.label2.Name = "label2";
|
|
|
- this.label2.Size = new System.Drawing.Size(92, 27);
|
|
|
- this.label2.TabIndex = 18;
|
|
|
- this.label2.Text = "打印份数";
|
|
|
- //
|
|
|
// Make_GetReMakeSN
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
@@ -454,9 +454,9 @@
|
|
|
this.groupBoxWithBorder1.PerformLayout();
|
|
|
this.groupBoxWithBorder2.ResumeLayout(true);
|
|
|
this.groupBoxWithBorder2.PerformLayout();
|
|
|
+ ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).EndInit();
|
|
|
this.groupBoxWithBorder3.ResumeLayout(true);
|
|
|
this.groupBoxWithBorder3.PerformLayout();
|
|
|
- ((System.ComponentModel.ISupportInitialize)(this.PrintNum)).EndInit();
|
|
|
this.ResumeLayout(true);
|
|
|
|
|
|
}
|