From 00f80abcfbf890ab3718d960550380389c64cea3 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期三, 16 十月 2024 10:30:39 +0800
Subject: [PATCH] Revit解析修改

---
 WinFrmUI/HStation.WinFrmUI.Basic/02-SysPropManage/SysPropManageMainPanel.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Basic/02-SysPropManage/SysPropManageMainPanel.cs b/WinFrmUI/HStation.WinFrmUI.Basic/02-SysPropManage/SysPropManageMainPanel.cs
index 2f6ede7..ded71f8 100644
--- a/WinFrmUI/HStation.WinFrmUI.Basic/02-SysPropManage/SysPropManageMainPanel.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Basic/02-SysPropManage/SysPropManageMainPanel.cs
@@ -7,6 +7,9 @@
             InitializeComponent();
             this.gridView1.SetNormalView();
             this.gridView1.RegistCustomDrawRowIndicator();
+            this.PageTitle.Caption = "灞炴�х鐞�";
+            this.PageTitle.HeaderSvgImage = this.svgImage32[0];
+            this.PageTitle.SvgImageSize = new Size(24, 24);
             this.propGroupTreeListCtrl1.FocusedChangedEvent += ModuleTreeListCtrl1_FocusedChangedEvent;
         }
 
@@ -111,7 +114,7 @@
                 return;
             }
         }
- 
+
         //灞炴�ч�夐」
         private void gridView1_RowCellClick(object sender, DevExpress.XtraGrid.Views.Grid.RowCellClickEventArgs e)
         {

--
Gitblit v1.9.3