From 03da721341232b6054d5d25f94a3bd1014771805 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期一, 23 九月 2024 13:19:01 +0800
Subject: [PATCH] 增加bimface 定位

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/01-property/XhsProjectSimulationPropertyCtrl.Designer.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/01-property/XhsProjectSimulationPropertyCtrl.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/01-property/XhsProjectSimulationPropertyCtrl.Designer.cs
index b9739ef..e2c1289 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/01-property/XhsProjectSimulationPropertyCtrl.Designer.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/01-property/XhsProjectSimulationPropertyCtrl.Designer.cs
@@ -37,7 +37,7 @@
             hydroParterPropertyCtrl1.Location = new Point(0, 0);
             hydroParterPropertyCtrl1.Name = "hydroParterPropertyCtrl1";
             hydroParterPropertyCtrl1.SelectedObject = null;
-            hydroParterPropertyCtrl1.Size = new Size(297, 564);
+            hydroParterPropertyCtrl1.Size = new Size(250, 504);
             hydroParterPropertyCtrl1.TabIndex = 0;
             // 
             // XhsProjectSimulationPropertyCtrl
@@ -46,7 +46,7 @@
             AutoScaleMode = AutoScaleMode.Font;
             Controls.Add(hydroParterPropertyCtrl1);
             Name = "XhsProjectSimulationPropertyCtrl";
-            Size = new Size(297, 564);
+            Size = new Size(250, 504);
             ResumeLayout(false);
         }
 

--
Gitblit v1.9.3