From b2b2686f9c49e9ce7c27fffaf76347b38f03f0aa Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期三, 15 一月 2025 11:34:20 +0800
Subject: [PATCH] 增加水泵改变监测和调整上下游监测

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/03-property/HomeXhsProjectPropertyCtrl.Designer.cs |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/03-property/HomeXhsProjectPropertyCtrl.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/03-property/HomeXhsProjectPropertyCtrl.Designer.cs
index 2d1842b..cc1a8cc 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/03-property/HomeXhsProjectPropertyCtrl.Designer.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/03-property/HomeXhsProjectPropertyCtrl.Designer.cs
@@ -225,6 +225,9 @@
             barBtnDirect.Id = 15;
             barBtnDirect.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("barBtnDirect.ImageOptions.SvgImage");
             barBtnDirect.ImageOptions.SvgImageSize = new Size(24, 20);
+            barBtnDirect.ItemAppearance.Normal.FontSizeDelta = 2;
+            barBtnDirect.ItemAppearance.Normal.FontStyleDelta = FontStyle.Bold;
+            barBtnDirect.ItemAppearance.Normal.Options.UseFont = true;
             barBtnDirect.Name = "barBtnDirect";
             barBtnDirect.PaintStyle = DevExpress.XtraBars.BarItemPaintStyle.CaptionGlyph;
             toolTipItem2.AllowHtmlText = DevExpress.Utils.DefaultBoolean.True;

--
Gitblit v1.9.3