|
|
@@ -31,6 +31,11 @@
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Make_CartonBoxWeigh));
|
|
|
this.ma_code_label = new System.Windows.Forms.Label();
|
|
|
this.panel6 = new System.Windows.Forms.Panel();
|
|
|
+ this.SendCheck = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
+ 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.pr_cartongw = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.pr_code = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.pr_cartongw_label = new System.Windows.Forms.Label();
|
|
|
@@ -68,6 +73,7 @@
|
|
|
this.columnHeader3 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
this.AutoPrint = new UAS_MES.CustomControl.CustomCheckBox.AutoPrintCheckBox();
|
|
|
+ this.ob_checkno = new System.Windows.Forms.Label();
|
|
|
this.panel6.SuspendLayout();
|
|
|
this.panel4.SuspendLayout();
|
|
|
((System.ComponentModel.ISupportInitialize)(this.PrintNum)).BeginInit();
|
|
|
@@ -77,7 +83,7 @@
|
|
|
//
|
|
|
this.ma_code_label.AutoSize = true;
|
|
|
this.ma_code_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ma_code_label.Location = new System.Drawing.Point(41, 302);
|
|
|
+ this.ma_code_label.Location = new System.Drawing.Point(41, 416);
|
|
|
this.ma_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.ma_code_label.Name = "ma_code_label";
|
|
|
this.ma_code_label.Size = new System.Drawing.Size(115, 32);
|
|
|
@@ -87,22 +93,87 @@
|
|
|
// panel6
|
|
|
//
|
|
|
this.panel6.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
- this.panel6.Controls.Add(this.pr_cartongw);
|
|
|
- this.panel6.Controls.Add(this.pr_code);
|
|
|
- this.panel6.Controls.Add(this.pr_cartongw_label);
|
|
|
- this.panel6.Controls.Add(this.pr_code_label);
|
|
|
+ this.panel6.Controls.Add(this.SendCheck);
|
|
|
+ this.panel6.Controls.Add(this.ob_nowcheckqty);
|
|
|
+ this.panel6.Controls.Add(this.ob_batchqty);
|
|
|
+ this.panel6.Controls.Add(this.ob_nowcheckqty_label);
|
|
|
+ this.panel6.Controls.Add(this.ob_batchqty_label);
|
|
|
this.panel6.Location = new System.Drawing.Point(563, 95);
|
|
|
this.panel6.Margin = new System.Windows.Forms.Padding(4);
|
|
|
this.panel6.Name = "panel6";
|
|
|
this.panel6.Size = new System.Drawing.Size(537, 156);
|
|
|
this.panel6.TabIndex = 90;
|
|
|
//
|
|
|
+ // SendCheck
|
|
|
+ //
|
|
|
+ this.SendCheck.AllPower = "ifall";
|
|
|
+ this.SendCheck.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.SendCheck.DownImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.DownImage")));
|
|
|
+ this.SendCheck.Enabled = false;
|
|
|
+ this.SendCheck.Font = new System.Drawing.Font("微软雅黑", 9F);
|
|
|
+ this.SendCheck.Image = null;
|
|
|
+ this.SendCheck.IsShowBorder = true;
|
|
|
+ this.SendCheck.Location = new System.Drawing.Point(431, 110);
|
|
|
+ this.SendCheck.Margin = new System.Windows.Forms.Padding(4);
|
|
|
+ this.SendCheck.MoveImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.MoveImage")));
|
|
|
+ this.SendCheck.Name = "SendCheck";
|
|
|
+ this.SendCheck.NormalImage = ((System.Drawing.Image)(resources.GetObject("SendCheck.NormalImage")));
|
|
|
+ this.SendCheck.Power = null;
|
|
|
+ this.SendCheck.Size = new System.Drawing.Size(75, 30);
|
|
|
+ this.SendCheck.TabIndex = 183;
|
|
|
+ this.SendCheck.Tag = "ifread";
|
|
|
+ this.SendCheck.Text = "送检";
|
|
|
+ this.SendCheck.UseVisualStyleBackColor = true;
|
|
|
+ this.SendCheck.Click += new System.EventHandler(this.SendCheck_Click);
|
|
|
+ //
|
|
|
+ // ob_nowcheckqty
|
|
|
+ //
|
|
|
+ this.ob_nowcheckqty.AutoSize = true;
|
|
|
+ this.ob_nowcheckqty.Font = new System.Drawing.Font("微软雅黑", 15F);
|
|
|
+ this.ob_nowcheckqty.Location = new System.Drawing.Point(178, 77);
|
|
|
+ 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, 32);
|
|
|
+ this.ob_nowcheckqty.TabIndex = 182;
|
|
|
+ //
|
|
|
+ // ob_batchqty
|
|
|
+ //
|
|
|
+ this.ob_batchqty.AutoSize = true;
|
|
|
+ this.ob_batchqty.Font = new System.Drawing.Font("微软雅黑", 15F);
|
|
|
+ this.ob_batchqty.Location = new System.Drawing.Point(178, 28);
|
|
|
+ this.ob_batchqty.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ob_batchqty.Name = "ob_batchqty";
|
|
|
+ this.ob_batchqty.Size = new System.Drawing.Size(0, 32);
|
|
|
+ this.ob_batchqty.TabIndex = 181;
|
|
|
+ //
|
|
|
+ // ob_nowcheckqty_label
|
|
|
+ //
|
|
|
+ this.ob_nowcheckqty_label.AutoSize = true;
|
|
|
+ this.ob_nowcheckqty_label.Font = new System.Drawing.Font("微软雅黑", 15F);
|
|
|
+ this.ob_nowcheckqty_label.Location = new System.Drawing.Point(46, 77);
|
|
|
+ this.ob_nowcheckqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ob_nowcheckqty_label.Name = "ob_nowcheckqty_label";
|
|
|
+ this.ob_nowcheckqty_label.Size = new System.Drawing.Size(115, 32);
|
|
|
+ this.ob_nowcheckqty_label.TabIndex = 180;
|
|
|
+ this.ob_nowcheckqty_label.Text = "当前批数";
|
|
|
+ //
|
|
|
+ // ob_batchqty_label
|
|
|
+ //
|
|
|
+ this.ob_batchqty_label.AutoSize = true;
|
|
|
+ this.ob_batchqty_label.Font = new System.Drawing.Font("微软雅黑", 15F);
|
|
|
+ this.ob_batchqty_label.Location = new System.Drawing.Point(46, 28);
|
|
|
+ this.ob_batchqty_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
+ this.ob_batchqty_label.Name = "ob_batchqty_label";
|
|
|
+ this.ob_batchqty_label.Size = new System.Drawing.Size(115, 32);
|
|
|
+ this.ob_batchqty_label.TabIndex = 179;
|
|
|
+ this.ob_batchqty_label.Text = "标准批数";
|
|
|
+ //
|
|
|
// pr_cartongw
|
|
|
//
|
|
|
this.pr_cartongw.AutoSize = true;
|
|
|
this.pr_cartongw.CutLength = null;
|
|
|
this.pr_cartongw.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_cartongw.Location = new System.Drawing.Point(205, 91);
|
|
|
+ this.pr_cartongw.Location = new System.Drawing.Point(188, 281);
|
|
|
this.pr_cartongw.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.pr_cartongw.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
this.pr_cartongw.Name = "pr_cartongw";
|
|
|
@@ -115,7 +186,7 @@
|
|
|
this.pr_code.AutoSize = true;
|
|
|
this.pr_code.CutLength = null;
|
|
|
this.pr_code.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_code.Location = new System.Drawing.Point(205, 28);
|
|
|
+ this.pr_code.Location = new System.Drawing.Point(188, 348);
|
|
|
this.pr_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.pr_code.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
this.pr_code.Name = "pr_code";
|
|
|
@@ -128,7 +199,7 @@
|
|
|
//
|
|
|
this.pr_cartongw_label.AutoSize = true;
|
|
|
this.pr_cartongw_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_cartongw_label.Location = new System.Drawing.Point(37, 91);
|
|
|
+ this.pr_cartongw_label.Location = new System.Drawing.Point(41, 281);
|
|
|
this.pr_cartongw_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.pr_cartongw_label.Name = "pr_cartongw_label";
|
|
|
this.pr_cartongw_label.Size = new System.Drawing.Size(115, 32);
|
|
|
@@ -139,7 +210,7 @@
|
|
|
//
|
|
|
this.pr_code_label.AutoSize = true;
|
|
|
this.pr_code_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_code_label.Location = new System.Drawing.Point(36, 28);
|
|
|
+ this.pr_code_label.Location = new System.Drawing.Point(41, 348);
|
|
|
this.pr_code_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.pr_code_label.Name = "pr_code_label";
|
|
|
this.pr_code_label.Size = new System.Drawing.Size(115, 32);
|
|
|
@@ -214,7 +285,7 @@
|
|
|
//
|
|
|
this.pr_detail_label.AutoSize = true;
|
|
|
this.pr_detail_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_detail_label.Location = new System.Drawing.Point(41, 502);
|
|
|
+ this.pr_detail_label.Location = new System.Drawing.Point(41, 480);
|
|
|
this.pr_detail_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.pr_detail_label.Name = "pr_detail_label";
|
|
|
this.pr_detail_label.Size = new System.Drawing.Size(115, 32);
|
|
|
@@ -236,7 +307,7 @@
|
|
|
//
|
|
|
this.ma_salecode_label.AutoSize = true;
|
|
|
this.ma_salecode_label.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ma_salecode_label.Location = new System.Drawing.Point(41, 401);
|
|
|
+ this.ma_salecode_label.Location = new System.Drawing.Point(41, 546);
|
|
|
this.ma_salecode_label.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.ma_salecode_label.Name = "ma_salecode_label";
|
|
|
this.ma_salecode_label.Size = new System.Drawing.Size(115, 32);
|
|
|
@@ -397,7 +468,7 @@
|
|
|
this.ma_code.AutoSize = true;
|
|
|
this.ma_code.CutLength = null;
|
|
|
this.ma_code.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ma_code.Location = new System.Drawing.Point(188, 302);
|
|
|
+ this.ma_code.Location = new System.Drawing.Point(188, 416);
|
|
|
this.ma_code.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.ma_code.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
this.ma_code.Name = "ma_code";
|
|
|
@@ -422,7 +493,7 @@
|
|
|
this.pr_detail.AutoSize = true;
|
|
|
this.pr_detail.CutLength = null;
|
|
|
this.pr_detail.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.pr_detail.Location = new System.Drawing.Point(188, 502);
|
|
|
+ this.pr_detail.Location = new System.Drawing.Point(188, 480);
|
|
|
this.pr_detail.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.pr_detail.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
this.pr_detail.Name = "pr_detail";
|
|
|
@@ -434,7 +505,7 @@
|
|
|
this.ma_salecode.AutoSize = true;
|
|
|
this.ma_salecode.CutLength = null;
|
|
|
this.ma_salecode.Font = new System.Drawing.Font("微软雅黑", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
- this.ma_salecode.Location = new System.Drawing.Point(188, 401);
|
|
|
+ this.ma_salecode.Location = new System.Drawing.Point(188, 546);
|
|
|
this.ma_salecode.Margin = new System.Windows.Forms.Padding(4, 0, 4, 0);
|
|
|
this.ma_salecode.MaximumSize = new System.Drawing.Size(200, 0);
|
|
|
this.ma_salecode.Name = "ma_salecode";
|
|
|
@@ -549,18 +620,35 @@
|
|
|
this.AutoPrint.Size = new System.Drawing.Size(117, 35);
|
|
|
this.AutoPrint.TabIndex = 175;
|
|
|
//
|
|
|
+ // 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(1228, 9);
|
|
|
+ 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 = 184;
|
|
|
+ this.ob_checkno.Visible = false;
|
|
|
+ this.ob_checkno.TextChanged += new System.EventHandler(this.ob_checkno_TextChanged);
|
|
|
+ //
|
|
|
// Make_CartonBoxWeigh
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1429, 700);
|
|
|
+ this.Controls.Add(this.ob_checkno);
|
|
|
this.Controls.Add(this.AutoPrint);
|
|
|
this.Controls.Add(this.WeighRecord);
|
|
|
this.Controls.Add(this.ComList);
|
|
|
this.Controls.Add(this.BaudRate);
|
|
|
+ this.Controls.Add(this.pr_cartongw);
|
|
|
this.Controls.Add(this.label2);
|
|
|
+ this.Controls.Add(this.pr_cartongw_label);
|
|
|
+ this.Controls.Add(this.pr_code);
|
|
|
this.Controls.Add(this.PrintNum);
|
|
|
this.Controls.Add(this.label1);
|
|
|
+ this.Controls.Add(this.pr_code_label);
|
|
|
this.Controls.Add(this.Printer_label);
|
|
|
this.Controls.Add(this.PrinterList);
|
|
|
this.Controls.Add(this.PrintLabel);
|
|
|
@@ -641,5 +729,11 @@
|
|
|
private System.Windows.Forms.ColumnHeader columnHeader3;
|
|
|
private System.Windows.Forms.ColumnHeader columnHeader4;
|
|
|
private CustomControl.CustomCheckBox.AutoPrintCheckBox AutoPrint;
|
|
|
+ private System.Windows.Forms.Label ob_nowcheckqty;
|
|
|
+ private System.Windows.Forms.Label ob_batchqty;
|
|
|
+ private System.Windows.Forms.Label ob_nowcheckqty_label;
|
|
|
+ private System.Windows.Forms.Label ob_batchqty_label;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton SendCheck;
|
|
|
+ private System.Windows.Forms.Label ob_checkno;
|
|
|
}
|
|
|
}
|