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/AddPumpProductMainDlg.Designer.cs |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/AddPumpProductMainDlg.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/AddPumpProductMainDlg.Designer.cs
index 9053de2..2e3ea29 100644
--- a/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/AddPumpProductMainDlg.Designer.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Assets.Core/01-pump/AddPumpProductMainDlg.Designer.cs
@@ -138,12 +138,12 @@
             BtnOk.Size = new Size(66, 22);
             BtnOk.StyleController = layoutControl1;
             BtnOk.TabIndex = 12;
-            BtnOk.Text = "瀹屾垚";
+            BtnOk.Text = "纭畾";
             BtnOk.Click += BtnOk_ClickAsync;
             // 
             // simpleButton1
             // 
-            simpleButton1.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Danger;
+            simpleButton1.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
             simpleButton1.Appearance.Options.UseBackColor = true;
             simpleButton1.DialogResult = DialogResult.Cancel;
             simpleButton1.Location = new Point(593, 398);
@@ -161,7 +161,7 @@
             TextEditName.StyleController = layoutControl1;
             TextEditName.TabIndex = 0;
             // 
-            // textEditDescription
+            // DescriptionTextEdit
             // 
             DescriptionTextEdit.Location = new Point(20, 164);
             DescriptionTextEdit.Name = "DescriptionTextEdit";

--
Gitblit v1.9.3