From f45bba0b5ecf73df67af6cb60e57ea956d82a8ab Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期二, 30 七月 2024 14:36:10 +0800
Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/02-bimface/ViewXhsProjectBimfacePage.cs |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/02-bimface/ViewXhsProjectBimfacePage.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/02-bimface/ViewXhsProjectBimfacePage.cs
index df6e583..e5f75d1 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/02-bimface/ViewXhsProjectBimfacePage.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/02-project/02-bimface/ViewXhsProjectBimfacePage.cs
@@ -5,6 +5,9 @@
         public ViewXhsProjectBimfacePage()
         {
             InitializeComponent();
+            this.PageTitle.Caption = "妯″瀷瑙嗗浘";
+            this.PageTitle.HeaderSvgImage = this.svgImg32[0];
+            this.PageTitle.SvgImageSize = new Size(24, 24);
         }
 
         private XhsProjectStdDto _project = null;
@@ -16,7 +19,7 @@
         public async Task SetBindingData(long projectId)
         {
             _project = await new BLL.XhsProjectStd().GetByID(projectId);
-            this.PageTitle.Caption = $"{_project?.Name}-BIMFACE妯″瀷瑙嗗浘";
+            this.PageTitle.Caption = $"{_project?.Name}\n妯″瀷瑙嗗浘";
         }
 
         /// <summary>
@@ -26,7 +29,7 @@
         public void SetBindingData(HStation.Dto.XhsProjectStdDto project)
         {
             _project = project;
-            this.PageTitle.Caption = $"{project.Name}-BIMFACE妯″瀷瑙嗗浘";
+            this.PageTitle.Caption = $"{_project?.Name}\n妯″瀷瑙嗗浘";
         }
 
         /// <summary>

--
Gitblit v1.9.3