|
@@ -39,6 +39,7 @@
|
|
|
this.mcd_okqty_label = new System.Windows.Forms.Label();
|
|
|
this.pr_code_label = new System.Windows.Forms.Label();
|
|
|
this.ms_makecode_label = new System.Windows.Forms.Label();
|
|
|
+ this.ma_code = new System.Windows.Forms.Label();
|
|
|
this.Printer = new UAS_MES.CustomControl.ComBoxWithFocus.PrinterCombox();
|
|
|
this.mcd_remainqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel(this.components);
|
|
|
this.mcd_okqty = new UAS_MES.CustomControl.ValueLabel.ValueNumLabel(this.components);
|
|
@@ -47,7 +48,6 @@
|
|
|
this.PrintNum = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.EnterTextBox();
|
|
|
this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
- this.ma_code = new System.Windows.Forms.Label();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// PrintLabel
|
|
@@ -161,6 +161,15 @@
|
|
|
this.ms_makecode_label.TabIndex = 163;
|
|
|
this.ms_makecode_label.Text = "归属工单";
|
|
|
//
|
|
|
+ // ma_code
|
|
|
+ //
|
|
|
+ this.ma_code.AutoSize = true;
|
|
|
+ this.ma_code.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
+ this.ma_code.Location = new System.Drawing.Point(157, 67);
|
|
|
+ this.ma_code.Name = "ma_code";
|
|
|
+ this.ma_code.Size = new System.Drawing.Size(0, 31);
|
|
|
+ this.ma_code.TabIndex = 182;
|
|
|
+ //
|
|
|
// Printer
|
|
|
//
|
|
|
this.Printer.Location = new System.Drawing.Point(1213, 65);
|
|
@@ -259,15 +268,6 @@
|
|
|
this.OperateResult.TabIndex = 168;
|
|
|
this.OperateResult.Text = "";
|
|
|
//
|
|
|
- // ma_code
|
|
|
- //
|
|
|
- this.ma_code.AutoSize = true;
|
|
|
- this.ma_code.Font = new System.Drawing.Font("微软雅黑", 12F);
|
|
|
- this.ma_code.Location = new System.Drawing.Point(157, 67);
|
|
|
- this.ma_code.Name = "ma_code";
|
|
|
- this.ma_code.Size = new System.Drawing.Size(0, 31);
|
|
|
- this.ma_code.TabIndex = 182;
|
|
|
- //
|
|
|
// Make_FuselageLabelPrint
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|