From 9ffb31c233f3b4891550293294c2ee716f77b42a Mon Sep 17 00:00:00 2001
From: duheng <2784771470@qq.com>
Date: 星期日, 22 九月 2024 19:08:49 +0800
Subject: [PATCH] 完善自动匹配

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/01-home/03-property/HomeXhsProjectPropertyCtrl.Designer.cs |    4 ++++
 1 files changed, 4 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 cfbad35..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
@@ -102,6 +102,7 @@
             propertyGridControl1.BorderStyle = DevExpress.XtraEditors.Controls.BorderStyles.NoBorder;
             propertyGridControl1.Location = new Point(2, 2);
             propertyGridControl1.Name = "propertyGridControl1";
+            propertyGridControl1.OptionsBehavior.Editable = false;
             propertyGridControl1.OptionsBehavior.PropertySort = DevExpress.XtraVerticalGrid.PropertySort.NoSort;
             propertyGridControl1.OptionsHint.ShowRowHeaderHints = false;
             propertyGridControl1.OptionsView.AllowReadOnlyRowAppearance = DevExpress.Utils.DefaultBoolean.True;
@@ -224,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