|
@@ -184,6 +184,7 @@
|
|
|
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
this.panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.panel4.Controls.Add(this.errorValue);
|
|
this.panel4.Controls.Add(this.errorValue);
|
|
|
this.panel4.Controls.Add(this.standardWeight);
|
|
this.panel4.Controls.Add(this.standardWeight);
|
|
|
|
|
+ this.panel4.Controls.Add(this.confirm);
|
|
|
this.panel4.Controls.Add(this.label7);
|
|
this.panel4.Controls.Add(this.label7);
|
|
|
this.panel4.Controls.Add(this.unit);
|
|
this.panel4.Controls.Add(this.unit);
|
|
|
this.panel4.Controls.Add(this.label6);
|
|
this.panel4.Controls.Add(this.label6);
|
|
@@ -230,9 +231,9 @@
|
|
|
this.unit.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
this.unit.Font = new System.Drawing.Font("微软雅黑", 10F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|
|
this.unit.Location = new System.Drawing.Point(371, 22);
|
|
this.unit.Location = new System.Drawing.Point(371, 22);
|
|
|
this.unit.Name = "unit";
|
|
this.unit.Name = "unit";
|
|
|
- this.unit.Size = new System.Drawing.Size(25, 27);
|
|
|
|
|
|
|
+ this.unit.Size = new System.Drawing.Size(36, 27);
|
|
|
this.unit.TabIndex = 47;
|
|
this.unit.TabIndex = 47;
|
|
|
- this.unit.Text = "g";
|
|
|
|
|
|
|
+ this.unit.Text = "kg";
|
|
|
//
|
|
//
|
|
|
// label6
|
|
// label6
|
|
|
//
|
|
//
|
|
@@ -318,14 +319,14 @@
|
|
|
this.confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("confirm.DownImage")));
|
|
this.confirm.DownImage = ((System.Drawing.Image)(resources.GetObject("confirm.DownImage")));
|
|
|
this.confirm.Image = null;
|
|
this.confirm.Image = null;
|
|
|
this.confirm.IsShowBorder = true;
|
|
this.confirm.IsShowBorder = true;
|
|
|
- this.confirm.Location = new System.Drawing.Point(332, 526);
|
|
|
|
|
|
|
+ this.confirm.Location = new System.Drawing.Point(370, 86);
|
|
|
this.confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("confirm.MoveImage")));
|
|
this.confirm.MoveImage = ((System.Drawing.Image)(resources.GetObject("confirm.MoveImage")));
|
|
|
this.confirm.Name = "confirm";
|
|
this.confirm.Name = "confirm";
|
|
|
this.confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("confirm.NormalImage")));
|
|
this.confirm.NormalImage = ((System.Drawing.Image)(resources.GetObject("confirm.NormalImage")));
|
|
|
this.confirm.Power = null;
|
|
this.confirm.Power = null;
|
|
|
this.confirm.Size = new System.Drawing.Size(75, 28);
|
|
this.confirm.Size = new System.Drawing.Size(75, 28);
|
|
|
this.confirm.TabIndex = 227;
|
|
this.confirm.TabIndex = 227;
|
|
|
- this.confirm.Text = "确认";
|
|
|
|
|
|
|
+ this.confirm.Text = "保存";
|
|
|
this.confirm.UseVisualStyleBackColor = false;
|
|
this.confirm.UseVisualStyleBackColor = false;
|
|
|
this.confirm.Click += new System.EventHandler(this.confirm_Click);
|
|
this.confirm.Click += new System.EventHandler(this.confirm_Click);
|
|
|
//
|
|
//
|
|
@@ -436,7 +437,6 @@
|
|
|
this.ClientSize = new System.Drawing.Size(1120, 596);
|
|
this.ClientSize = new System.Drawing.Size(1120, 596);
|
|
|
this.Controls.Add(this.label1);
|
|
this.Controls.Add(this.label1);
|
|
|
this.Controls.Add(this.sncode);
|
|
this.Controls.Add(this.sncode);
|
|
|
- this.Controls.Add(this.confirm);
|
|
|
|
|
this.Controls.Add(this.OperateResult);
|
|
this.Controls.Add(this.OperateResult);
|
|
|
this.Controls.Add(this.ComList);
|
|
this.Controls.Add(this.ComList);
|
|
|
this.Controls.Add(this.BaudRate);
|
|
this.Controls.Add(this.BaudRate);
|