From 71092f75f6262336fe7d46857ecc282221a742da Mon Sep 17 00:00:00 2001 From: wangsr <gxhsoulstar@163.com> Date: Tue, 8 Aug 2023 09:48:04 +0800 Subject: [PATCH] qqw --- .../LjDevice/FrmDevice.Designer.cs | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/LjDevice/FrmDevice.Designer.cs b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/LjDevice/FrmDevice.Designer.cs index 74408da..2cc57fd 100644 --- a/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/LjDevice/FrmDevice.Designer.cs +++ b/Actions/ChemicalWeighing/Mesnac.Action.ChemicalWeighing/LjDevice/FrmDevice.Designer.cs @@ -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;