|
|
@@ -65,6 +65,7 @@
|
|
|
this.groupBoxWithBorder1 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
this.AutoGenBoxCode = new System.Windows.Forms.CheckBox();
|
|
|
this.groupBoxWithBorder2 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
+ this.ob_nowcheckqty = new System.Windows.Forms.Label();
|
|
|
this.ob_batchqty = new System.Windows.Forms.Label();
|
|
|
this.ob_nowcheckqty_label = new System.Windows.Forms.Label();
|
|
|
this.ob_batchqty_label = new System.Windows.Forms.Label();
|
|
|
@@ -72,7 +73,6 @@
|
|
|
this.Packing = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.pr_packrule = new System.Windows.Forms.Label();
|
|
|
this.pa_status = new System.Windows.Forms.Label();
|
|
|
- this.ob_nowcheckqty = new System.Windows.Forms.Label();
|
|
|
this.ob_checkno = new System.Windows.Forms.Label();
|
|
|
this.panel2.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PrintNum)).BeginInit();
|
|
|
@@ -113,6 +113,7 @@
|
|
|
this.ms_makecode.Size = new System.Drawing.Size(0, 27);
|
|
|
this.ms_makecode.TabIndex = 76;
|
|
|
this.ms_makecode.Visible = false;
|
|
|
+ this.ms_makecode.TextChanged += new System.EventHandler(this.ms_makecode_TextChanged);
|
|
|
//
|
|
|
// panel2
|
|
|
//
|
|
|
@@ -532,6 +533,16 @@
|
|
|
this.groupBoxWithBorder2.Text = "打印";
|
|
|
this.groupBoxWithBorder2.TextColor = System.Drawing.Color.Black;
|
|
|
//
|
|
|
+ // ob_nowcheckqty
|
|
|
+ //
|
|
|
+ this.ob_nowcheckqty.AutoSize = true;
|
|
|
+ this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ob_nowcheckqty.Location = new System.Drawing.Point(476, 93);
|
|
|
+ this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ob_nowcheckqty.Name = "ob_nowcheckqty";
|
|
|
+ this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.ob_nowcheckqty.TabIndex = 178;
|
|
|
+ //
|
|
|
// ob_batchqty
|
|
|
//
|
|
|
this.ob_batchqty.AutoSize = true;
|
|
|
@@ -627,16 +638,6 @@
|
|
|
this.pa_status.TabIndex = 174;
|
|
|
this.pa_status.Visible = false;
|
|
|
//
|
|
|
- // ob_nowcheckqty
|
|
|
- //
|
|
|
- this.ob_nowcheckqty.AutoSize = true;
|
|
|
- this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ob_nowcheckqty.Location = new System.Drawing.Point(476, 93);
|
|
|
- this.ob_nowcheckqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.ob_nowcheckqty.Name = "ob_nowcheckqty";
|
|
|
- this.ob_nowcheckqty.Size = new System.Drawing.Size(0, 27);
|
|
|
- this.ob_nowcheckqty.TabIndex = 178;
|
|
|
- //
|
|
|
// ob_checkno
|
|
|
//
|
|
|
this.ob_checkno.AutoSize = true;
|