From 26f45822a2a84af81e20ca543da98d3b822c5afd Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期一, 17 二月 2025 21:25:59 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- 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