master
wangsr 2 years ago
parent 90d62551a6
commit 71092f75f6

@ -41,7 +41,7 @@ namespace Mesnac.Action.ChemicalWeighing.LjDevice
// //
// txtDeviceName // 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.Margin = new System.Windows.Forms.Padding(5);
this.txtDeviceName.Name = "txtDeviceName"; this.txtDeviceName.Name = "txtDeviceName";
this.txtDeviceName.Size = new System.Drawing.Size(175, 21); this.txtDeviceName.Size = new System.Drawing.Size(175, 21);
@ -50,7 +50,7 @@ namespace Mesnac.Action.ChemicalWeighing.LjDevice
// btnCancel // btnCancel
// //
this.btnCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel; 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.Margin = new System.Windows.Forms.Padding(5);
this.btnCancel.Name = "btnCancel"; this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(98, 45); this.btnCancel.Size = new System.Drawing.Size(98, 45);
@ -61,7 +61,7 @@ namespace Mesnac.Action.ChemicalWeighing.LjDevice
// //
// btnOK // 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.Margin = new System.Windows.Forms.Padding(5);
this.btnOK.Name = "btnOK"; this.btnOK.Name = "btnOK";
this.btnOK.Size = new System.Drawing.Size(98, 45); this.btnOK.Size = new System.Drawing.Size(98, 45);
@ -93,6 +93,7 @@ namespace Mesnac.Action.ChemicalWeighing.LjDevice
this.Text = "设备管理"; this.Text = "设备管理";
this.ResumeLayout(false); this.ResumeLayout(false);
this.PerformLayout(); this.PerformLayout();
} }
private System.Windows.Forms.TextBox txtDeviceName; private System.Windows.Forms.TextBox txtDeviceName;

Loading…
Cancel
Save