From 74706b439194deed9c5fde2d5ed02226fc33fd69 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期二, 19 十一月 2024 16:43:56 +0800 Subject: [PATCH] 优化资产界面文字及颜色 --- WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/AddPumpProductSeriesDlg.Designer.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/AddPumpProductSeriesDlg.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/AddPumpProductSeriesDlg.Designer.cs index 36b1423..dd1cfc9 100644 --- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/AddPumpProductSeriesDlg.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/AddPumpProductSeriesDlg.Designer.cs @@ -105,12 +105,12 @@ BtnOk.Size = new Size(70, 22); BtnOk.StyleController = layoutControl1; BtnOk.TabIndex = 5; - BtnOk.Text = "瀹屾垚"; + BtnOk.Text = "纭畾"; BtnOk.Click += BtnOk_ClickAsync; // // btnCancel // - btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger; + btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning; btnCancel.Appearance.Options.UseBackColor = true; btnCancel.DialogResult = DialogResult.Cancel; btnCancel.Location = new Point(430, 245); @@ -145,7 +145,7 @@ NameTextEdit.StyleController = layoutControl1; NameTextEdit.TabIndex = 0; // - // TextEditDescription + // DescriptionTextEdit // DescriptionTextEdit.Location = new Point(72, 104); DescriptionTextEdit.Name = "DescriptionTextEdit"; -- Gitblit v1.9.3