|
|
@@ -69,6 +69,7 @@
|
|
|
this.RefreshWeigh = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.pr_colorboxgw = new UAS_MES_NEW.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.pr_colorboxgw_label = new System.Windows.Forms.Label();
|
|
|
+ this.Packing = new UAS_MES_NEW.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.panel4.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -252,7 +253,7 @@
|
|
|
this.showResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.showResult.HideSelection = false;
|
|
|
this.showResult.Location = new System.Drawing.Point(962, 338);
|
|
|
- this.showResult.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.showResult.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.showResult.Name = "showResult";
|
|
|
this.showResult.Size = new System.Drawing.Size(804, 744);
|
|
|
this.showResult.TabIndex = 188;
|
|
|
@@ -296,7 +297,7 @@
|
|
|
//
|
|
|
this.autoprint.Checked = false;
|
|
|
this.autoprint.Location = new System.Drawing.Point(1326, 244);
|
|
|
- this.autoprint.Margin = new System.Windows.Forms.Padding(2, 2, 2, 2);
|
|
|
+ this.autoprint.Margin = new System.Windows.Forms.Padding(2);
|
|
|
this.autoprint.Name = "autoprint";
|
|
|
this.autoprint.Size = new System.Drawing.Size(188, 54);
|
|
|
this.autoprint.TabIndex = 189;
|
|
|
@@ -405,7 +406,7 @@
|
|
|
this.StartWeight.Image = ((System.Drawing.Image)(resources.GetObject("StartWeight.Image")));
|
|
|
this.StartWeight.IsShowBorder = true;
|
|
|
this.StartWeight.Location = new System.Drawing.Point(962, 28);
|
|
|
- this.StartWeight.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.StartWeight.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.StartWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.MoveImage")));
|
|
|
this.StartWeight.Name = "StartWeight";
|
|
|
this.StartWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StartWeight.NormalImage")));
|
|
|
@@ -424,7 +425,7 @@
|
|
|
this.StopWeight.Image = ((System.Drawing.Image)(resources.GetObject("StopWeight.Image")));
|
|
|
this.StopWeight.IsShowBorder = true;
|
|
|
this.StopWeight.Location = new System.Drawing.Point(1152, 28);
|
|
|
- this.StopWeight.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.StopWeight.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.StopWeight.MoveImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.MoveImage")));
|
|
|
this.StopWeight.Name = "StopWeight";
|
|
|
this.StopWeight.NormalImage = ((System.Drawing.Image)(resources.GetObject("StopWeight.NormalImage")));
|
|
|
@@ -439,7 +440,7 @@
|
|
|
//
|
|
|
this.OperateResult.Font = new System.Drawing.Font("微软雅黑", 12F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.OperateResult.Location = new System.Drawing.Point(56, 756);
|
|
|
- this.OperateResult.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.OperateResult.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.OperateResult.Name = "OperateResult";
|
|
|
this.OperateResult.Size = new System.Drawing.Size(858, 324);
|
|
|
this.OperateResult.TabIndex = 171;
|
|
|
@@ -448,7 +449,7 @@
|
|
|
// Printer
|
|
|
//
|
|
|
this.Printer.Location = new System.Drawing.Point(1528, 40);
|
|
|
- this.Printer.Margin = new System.Windows.Forms.Padding(8, 8, 8, 8);
|
|
|
+ this.Printer.Margin = new System.Windows.Forms.Padding(8);
|
|
|
this.Printer.Name = "Printer";
|
|
|
this.Printer.Size = new System.Drawing.Size(238, 40);
|
|
|
this.Printer.TabIndex = 167;
|
|
|
@@ -490,7 +491,7 @@
|
|
|
this.PrintNum.Enabled = false;
|
|
|
this.PrintNum.ID = null;
|
|
|
this.PrintNum.Location = new System.Drawing.Point(1528, 180);
|
|
|
- this.PrintNum.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.PrintNum.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.PrintNum.Name = "PrintNum";
|
|
|
this.PrintNum.Power = null;
|
|
|
this.PrintNum.Size = new System.Drawing.Size(194, 35);
|
|
|
@@ -542,11 +543,31 @@
|
|
|
this.pr_colorboxgw_label.TabIndex = 192;
|
|
|
this.pr_colorboxgw_label.Text = "标准重量";
|
|
|
//
|
|
|
+ // Packing
|
|
|
+ //
|
|
|
+ this.Packing.AllPower = null;
|
|
|
+ this.Packing.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.Packing.DownImage = ((System.Drawing.Image)(resources.GetObject("Packing.DownImage")));
|
|
|
+ this.Packing.Image = null;
|
|
|
+ this.Packing.IsShowBorder = true;
|
|
|
+ this.Packing.Location = new System.Drawing.Point(968, 98);
|
|
|
+ this.Packing.Margin = new System.Windows.Forms.Padding(6);
|
|
|
+ this.Packing.MoveImage = ((System.Drawing.Image)(resources.GetObject("Packing.MoveImage")));
|
|
|
+ this.Packing.Name = "Packing";
|
|
|
+ this.Packing.NormalImage = ((System.Drawing.Image)(resources.GetObject("Packing.NormalImage")));
|
|
|
+ this.Packing.Power = null;
|
|
|
+ this.Packing.Size = new System.Drawing.Size(112, 48);
|
|
|
+ this.Packing.TabIndex = 195;
|
|
|
+ this.Packing.Text = "封大箱";
|
|
|
+ this.Packing.UseVisualStyleBackColor = true;
|
|
|
+ this.Packing.Click += new System.EventHandler(this.Packing_Click);
|
|
|
+ //
|
|
|
// Packing_BigBoxWeigh
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(12F, 24F);
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.ClientSize = new System.Drawing.Size(1820, 1104);
|
|
|
+ this.Controls.Add(this.Packing);
|
|
|
this.Controls.Add(this.RefreshWeigh);
|
|
|
this.Controls.Add(this.pr_colorboxgw);
|
|
|
this.Controls.Add(this.pr_colorboxgw_label);
|
|
|
@@ -580,7 +601,7 @@
|
|
|
this.Controls.Add(this.pa_outboxcode);
|
|
|
this.Controls.Add(this.label15);
|
|
|
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None;
|
|
|
- this.Margin = new System.Windows.Forms.Padding(6, 6, 6, 6);
|
|
|
+ this.Margin = new System.Windows.Forms.Padding(6);
|
|
|
this.Name = "Packing_BigBoxWeigh";
|
|
|
this.Tag = "Packing!BigBoxWeigh";
|
|
|
this.Text = "大箱称重";
|
|
|
@@ -635,5 +656,6 @@
|
|
|
private CustomControl.ButtonUtil.NormalButton RefreshWeigh;
|
|
|
private CustomControl.ValueLabel.ValueLabel pr_colorboxgw;
|
|
|
private System.Windows.Forms.Label pr_colorboxgw_label;
|
|
|
+ private CustomControl.ButtonUtil.NormalButton Packing;
|
|
|
}
|
|
|
}
|