|
|
@@ -45,6 +45,7 @@
|
|
|
this.panel4 = new System.Windows.Forms.Panel();
|
|
|
this.errorValue = new System.Windows.Forms.TextBox();
|
|
|
this.standardWeight = new System.Windows.Forms.TextBox();
|
|
|
+ this.confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.label7 = new System.Windows.Forms.Label();
|
|
|
this.unit = new System.Windows.Forms.Label();
|
|
|
this.label6 = new System.Windows.Forms.Label();
|
|
|
@@ -53,7 +54,6 @@
|
|
|
this.weight = new System.Windows.Forms.Label();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.sncode = new UAS_MES.CustomControl.TextBoxWithIcon.SnCollectionBox();
|
|
|
- this.confirm = new UAS_MES.CustomControl.ButtonUtil.NormalButton();
|
|
|
this.OperateResult = new UAS_MES.CustomControl.RichText.RichTextAutoBottom();
|
|
|
this.ComList = new UAS_MES.CustomControl.ValueLabel.ValueLabel();
|
|
|
this.BaudRate = new UAS_MES.CustomControl.TextBoxWithIcon.NumOnlyTextBox();
|
|
|
@@ -208,6 +208,7 @@
|
|
|
//
|
|
|
// standardWeight
|
|
|
//
|
|
|
+ this.standardWeight.Enabled = false;
|
|
|
this.standardWeight.Location = new System.Drawing.Point(83, 19);
|
|
|
this.standardWeight.Name = "standardWeight";
|
|
|
this.standardWeight.Size = new System.Drawing.Size(100, 28);
|
|
|
@@ -215,6 +216,24 @@
|
|
|
this.standardWeight.Enter += new System.EventHandler(this.standardWeight_Enter);
|
|
|
this.standardWeight.Leave += new System.EventHandler(this.standardWeight_Leave);
|
|
|
//
|
|
|
+ // confirm
|
|
|
+ //
|
|
|
+ this.confirm.AllPower = null;
|
|
|
+ this.confirm.BackColor = System.Drawing.Color.Transparent;
|
|
|
+ this.confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("confirm.DownImage")));
|
|
|
+ this.confirm.Image = null;
|
|
|
+ this.confirm.IsShowBorder = true;
|
|
|
+ this.confirm.Location = new System.Drawing.Point(370, 86);
|
|
|
+ this.confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("confirm.MoveImage")));
|
|
|
+ this.confirm.Name = "confirm";
|
|
|
+ this.confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("confirm.NormalImage")));
|
|
|
+ this.confirm.Power = null;
|
|
|
+ this.confirm.Size = new System.Drawing.Size(75, 28);
|
|
|
+ this.confirm.TabIndex = 227;
|
|
|
+ this.confirm.Text = "保存";
|
|
|
+ this.confirm.UseVisualStyleBackColor = false;
|
|
|
+ this.confirm.Click += new System.EventHandler(this.confirm_Click);
|
|
|
+ //
|
|
|
// label7
|
|
|
//
|
|
|
this.label7.AutoSize = true;
|
|
|
@@ -312,24 +331,6 @@
|
|
|
this.sncode.TabIndex = 228;
|
|
|
this.sncode.KeyDown += new System.Windows.Forms.KeyEventHandler(this.sncode_KeyDown);
|
|
|
//
|
|
|
- // confirm
|
|
|
- //
|
|
|
- this.confirm.AllPower = null;
|
|
|
- this.confirm.BackColor = System.Drawing.Color.Transparent;
|
|
|
- this.confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("confirm.DownImage")));
|
|
|
- this.confirm.Image = null;
|
|
|
- this.confirm.IsShowBorder = true;
|
|
|
- this.confirm.Location = new System.Drawing.Point(370, 86);
|
|
|
- this.confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("confirm.MoveImage")));
|
|
|
- this.confirm.Name = "confirm";
|
|
|
- this.confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("confirm.NormalImage")));
|
|
|
- this.confirm.Power = null;
|
|
|
- this.confirm.Size = new System.Drawing.Size(75, 28);
|
|
|
- this.confirm.TabIndex = 227;
|
|
|
- this.confirm.Text = "保存";
|
|
|
- this.confirm.UseVisualStyleBackColor = false;
|
|
|
- this.confirm.Click += new System.EventHandler(this.confirm_Click);
|
|
|
- //
|
|
|
// OperateResult
|
|
|
//
|
|
|
this.OperateResult.Font = new System.Drawing.Font("宋体", 15F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|