From 0a1bf56909464e938a68c29b26ab88ff51380fad Mon Sep 17 00:00:00 2001
From: Shuxia Ning <NingShuxia0927@outlook.com>
Date: 星期三, 08 一月 2025 13:56:17 +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