|
|
@@ -68,12 +68,12 @@
|
|
|
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
this.AutoPrint = new UAS_MES.CustomControl.CustomCheckBox.AutoPrintCheckBox();
|
|
|
this.groupBoxWithBorder2 = new UAS_MES.CustomControl.GroupBoxWithBorder.GroupBoxWithBorder();
|
|
|
+ this.ob_checkno = new System.Windows.Forms.Label();
|
|
|
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();
|
|
|
this.SendCheck = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
- this.ob_checkno = new System.Windows.Forms.Label();
|
|
|
this.panel4.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PrintNum)).BeginInit();
|
|
|
this.groupBoxWithBorder2.SuspendLayout();
|
|
|
@@ -497,6 +497,7 @@
|
|
|
this.columnHeader2,
|
|
|
this.columnHeader3,
|
|
|
this.columnHeader4});
|
|
|
+ this.WeighRecord.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.WeighRecord.Location = new System.Drawing.Point(540, 272);
|
|
|
this.WeighRecord.Margin = new System.Windows.Forms.Padding(4, 3, 4, 3);
|
|
|
this.WeighRecord.Name = "WeighRecord";
|
|
|
@@ -551,6 +552,17 @@
|
|
|
this.groupBoxWithBorder2.Text = "打印";
|
|
|
this.groupBoxWithBorder2.TextColor = System.Drawing.Color.Black;
|
|
|
//
|
|
|
+ // ob_checkno
|
|
|
+ //
|
|
|
+ this.ob_checkno.AutoSize = true;
|
|
|
+ this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
+ this.ob_checkno.Location = new System.Drawing.Point(50, 111);
|
|
|
+ this.ob_checkno.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ob_checkno.Name = "ob_checkno";
|
|
|
+ this.ob_checkno.Size = new System.Drawing.Size(0, 27);
|
|
|
+ this.ob_checkno.TabIndex = 179;
|
|
|
+ this.ob_checkno.Visible = false;
|
|
|
+ //
|
|
|
// ob_nowcheckqty
|
|
|
//
|
|
|
this.ob_nowcheckqty.AutoSize = true;
|
|
|
@@ -614,17 +626,6 @@
|
|
|
this.SendCheck.Text = "送检";
|
|
|
this.SendCheck.UseVisualStyleBackColor = true;
|
|
|
//
|
|
|
- // ob_checkno
|
|
|
- //
|
|
|
- this.ob_checkno.AutoSize = true;
|
|
|
- this.ob_checkno.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ob_checkno.Location = new System.Drawing.Point(50, 111);
|
|
|
- this.ob_checkno.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
- this.ob_checkno.Name = "ob_checkno";
|
|
|
- this.ob_checkno.Size = new System.Drawing.Size(0, 27);
|
|
|
- this.ob_checkno.TabIndex = 179;
|
|
|
- this.ob_checkno.Visible = false;
|
|
|
- //
|
|
|
// Make_ColorBoxWeigh
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|