From 5dd7ab9852c9a5659cc916e9ed986b5099efeaf8 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期三, 23 十月 2024 13:04:33 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/01-EditPumpPartProp/AddPumpPropDlg.Designer.cs | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/01-EditPumpPartProp/AddPumpPropDlg.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/01-EditPumpPartProp/AddPumpPropDlg.Designer.cs index f66fa46..5eca022 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/01-EditPumpPartProp/AddPumpPropDlg.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/01-EditPumpPartProp/AddPumpPropDlg.Designer.cs @@ -39,7 +39,7 @@ simpleButton1 = new DevExpress.XtraEditors.SimpleButton(); imageComboBoxEditPropGroup = new DevExpress.XtraEditors.ImageComboBoxEdit(); textEditName = new DevExpress.XtraEditors.TextEdit(); - textEdit2 = new DevExpress.XtraEditors.TextEdit(); + TextEditValue = new DevExpress.XtraEditors.TextEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); @@ -67,7 +67,7 @@ ((System.ComponentModel.ISupportInitialize)TextEditFormat.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)imageComboBoxEditPropGroup.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)textEditName.Properties).BeginInit(); - ((System.ComponentModel.ISupportInitialize)textEdit2.Properties).BeginInit(); + ((System.ComponentModel.ISupportInitialize)TextEditValue.Properties).BeginInit(); ((System.ComponentModel.ISupportInitialize)Root).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).BeginInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).BeginInit(); @@ -99,7 +99,7 @@ layoutControl1.Controls.Add(simpleButton1); layoutControl1.Controls.Add(imageComboBoxEditPropGroup); layoutControl1.Controls.Add(textEditName); - layoutControl1.Controls.Add(textEdit2); + layoutControl1.Controls.Add(TextEditValue); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; @@ -193,13 +193,13 @@ textEditName.StyleController = layoutControl1; textEditName.TabIndex = 2; // - // textEdit2 + // TextEditValue // - textEdit2.Location = new Point(76, 156); - textEdit2.Name = "textEdit2"; - textEdit2.Size = new Size(470, 20); - textEdit2.StyleController = layoutControl1; - textEdit2.TabIndex = 3; + TextEditValue.Location = new Point(76, 156); + TextEditValue.Name = "TextEditValue"; + TextEditValue.Size = new Size(470, 20); + TextEditValue.StyleController = layoutControl1; + TextEditValue.TabIndex = 3; // // Root // @@ -301,7 +301,7 @@ // // layoutControlItem5 // - layoutControlItem5.Control = textEdit2; + layoutControlItem5.Control = TextEditValue; layoutControlItem5.Location = new Point(0, 144); layoutControlItem5.Name = "layoutControlItem5"; layoutControlItem5.Size = new Size(538, 24); @@ -370,7 +370,7 @@ ((System.ComponentModel.ISupportInitialize)TextEditFormat.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)imageComboBoxEditPropGroup.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)textEditName.Properties).EndInit(); - ((System.ComponentModel.ISupportInitialize)textEdit2.Properties).EndInit(); + ((System.ComponentModel.ISupportInitialize)TextEditValue.Properties).EndInit(); ((System.ComponentModel.ISupportInitialize)Root).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem3).EndInit(); ((System.ComponentModel.ISupportInitialize)layoutControlItem4).EndInit(); @@ -405,7 +405,7 @@ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; - private DevExpress.XtraEditors.TextEdit textEdit2; + private DevExpress.XtraEditors.TextEdit TextEditValue; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1; private DevExpress.XtraEditors.CheckEdit CheckEditIsNull; -- Gitblit v1.9.3