|
|
@@ -43,6 +43,8 @@
|
|
|
this.columnHeader4 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
this.columnHeader5 = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
|
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
|
+ this.errorValue = new System.Windows.Forms.TextBox();
|
|
|
+ this.standardWeight = new System.Windows.Forms.TextBox();
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
this.label4 = new System.Windows.Forms.Label();
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
@@ -58,8 +60,6 @@
|
|
|
this.stopWeigh = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.startWeigh = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.ma_code = new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox();
|
|
|
- this.standardWeight = new System.Windows.Forms.TextBox();
|
|
|
- this.errorValue = new System.Windows.Forms.TextBox();
|
|
|
this.panel4.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
@@ -196,6 +196,24 @@
|
|
|
this.panel4.Size = new System.Drawing.Size(515, 156);
|
|
|
this.panel4.TabIndex = 221;
|
|
|
//
|
|
|
+ // errorValue
|
|
|
+ //
|
|
|
+ this.errorValue.Location = new System.Drawing.Point(245, 19);
|
|
|
+ this.errorValue.Name = "errorValue";
|
|
|
+ this.errorValue.Size = new System.Drawing.Size(100, 28);
|
|
|
+ this.errorValue.TabIndex = 52;
|
|
|
+ this.errorValue.Enter += new System.EventHandler(this.standardWeight_Enter);
|
|
|
+ this.errorValue.Leave += new System.EventHandler(this.standardWeight_Leave);
|
|
|
+ //
|
|
|
+ // standardWeight
|
|
|
+ //
|
|
|
+ this.standardWeight.Location = new System.Drawing.Point(83, 19);
|
|
|
+ this.standardWeight.Name = "standardWeight";
|
|
|
+ this.standardWeight.Size = new System.Drawing.Size(100, 28);
|
|
|
+ this.standardWeight.TabIndex = 51;
|
|
|
+ this.standardWeight.Enter += new System.EventHandler(this.standardWeight_Enter);
|
|
|
+ this.standardWeight.Leave += new System.EventHandler(this.standardWeight_Leave);
|
|
|
+ //
|
|
|
// label7
|
|
|
//
|
|
|
this.label7.AutoSize = true;
|
|
|
@@ -410,21 +428,6 @@
|
|
|
this.ma_code.TextBoxEnable = false;
|
|
|
this.ma_code.UserControlTextChanged += new UAS_MES.CustomControl.TextBoxWithIcon.SearchTextBox.OnTextChange(this.ma_code_UserControlTextChanged);
|
|
|
//
|
|
|
- // standardWeight
|
|
|
- //
|
|
|
- this.standardWeight.Location = new System.Drawing.Point(83, 19);
|
|
|
- this.standardWeight.Name = "standardWeight";
|
|
|
- this.standardWeight.Size = new System.Drawing.Size(100, 28);
|
|
|
- this.standardWeight.TabIndex = 51;
|
|
|
- this.standardWeight.TextChanged += new System.EventHandler(this.standardWeight_TextChanged);
|
|
|
- //
|
|
|
- // errorValue
|
|
|
- //
|
|
|
- this.errorValue.Location = new System.Drawing.Point(245, 19);
|
|
|
- this.errorValue.Name = "errorValue";
|
|
|
- this.errorValue.Size = new System.Drawing.Size(100, 28);
|
|
|
- this.errorValue.TabIndex = 52;
|
|
|
- //
|
|
|
// Packing_ProdWeightSet
|
|
|
//
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(9F, 18F);
|