|
|
|
@ -41,7 +41,7 @@ namespace Mesnac.Action.ChemicalWeighing.LjDevice
|
|
|
|
|
//
|
|
|
|
|
// txtDeviceName
|
|
|
|
|
//
|
|
|
|
|
this.txtDeviceName.Location = new System.Drawing.Point(200, 54);
|
|
|
|
|
this.txtDeviceName.Location = new System.Drawing.Point(172, 54);
|
|
|
|
|
this.txtDeviceName.Margin = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.txtDeviceName.Name = "txtDeviceName";
|
|
|
|
|
this.txtDeviceName.Size = new System.Drawing.Size(175, 21);
|
|
|
|
@ -50,7 +50,7 @@ namespace Mesnac.Action.ChemicalWeighing.LjDevice
|
|
|
|
|
// btnCancel
|
|
|
|
|
//
|
|
|
|
|
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
|
|
|
|
|
this.btnCancel.Location = new System.Drawing.Point(277, 145);
|
|
|
|
|
this.btnCancel.Location = new System.Drawing.Point(273, 145);
|
|
|
|
|
this.btnCancel.Margin = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.btnCancel.Name = "btnCancel";
|
|
|
|
|
this.btnCancel.Size = new System.Drawing.Size(98, 45);
|
|
|
|
@ -61,7 +61,7 @@ namespace Mesnac.Action.ChemicalWeighing.LjDevice
|
|
|
|
|
//
|
|
|
|
|
// btnOK
|
|
|
|
|
//
|
|
|
|
|
this.btnOK.Location = new System.Drawing.Point(80, 145);
|
|
|
|
|
this.btnOK.Location = new System.Drawing.Point(82, 184);
|
|
|
|
|
this.btnOK.Margin = new System.Windows.Forms.Padding(5);
|
|
|
|
|
this.btnOK.Name = "btnOK";
|
|
|
|
|
this.btnOK.Size = new System.Drawing.Size(98, 45);
|
|
|
|
@ -93,6 +93,7 @@ namespace Mesnac.Action.ChemicalWeighing.LjDevice
|
|
|
|
|
this.Text = "设备管理";
|
|
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
this.PerformLayout();
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
private System.Windows.Forms.TextBox txtDeviceName;
|
|
|
|
|