From 935a8a4996853c51188402c57f905ee9c9eac898 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 04 十二月 2024 22:51:50 +0800 Subject: [PATCH] Merge branch 'master' of http://47.103.154.90:83/r/HStation/XHS.V1.0 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/XhsProjectSimulationMgrPage.Designer.cs | 9 +++++---- 1 files changed, 5 insertions(+), 4 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/XhsProjectSimulationMgrPage.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/XhsProjectSimulationMgrPage.Designer.cs index 2e177a8..628d61f 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/XhsProjectSimulationMgrPage.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/XhsProjectSimulationMgrPage.Designer.cs @@ -62,8 +62,9 @@ dockMgr.ID = new Guid("0770f1b3-876e-49a8-91d8-f72117b01187"); dockMgr.Location = new Point(0, 0); dockMgr.Name = "dockMgr"; - dockMgr.OriginalSize = new Size(230, 200); - dockMgr.Size = new Size(230, 669); + dockMgr.Options.ShowCloseButton = false; + dockMgr.OriginalSize = new Size(180, 200); + dockMgr.Size = new Size(180, 669); dockMgr.Text = "椤圭洰妯℃嫙"; // // dockPanel1_Container @@ -71,7 +72,7 @@ dockPanel1_Container.Controls.Add(xhsProjectSimulationFunctionMgrCtrl1); dockPanel1_Container.Location = new Point(3, 26); dockPanel1_Container.Name = "dockPanel1_Container"; - dockPanel1_Container.Size = new Size(223, 640); + dockPanel1_Container.Size = new Size(173, 640); dockPanel1_Container.TabIndex = 0; // // xhsProjectSimulationFunctionMgrCtrl1 @@ -79,7 +80,7 @@ xhsProjectSimulationFunctionMgrCtrl1.Dock = DockStyle.Fill; xhsProjectSimulationFunctionMgrCtrl1.Location = new Point(0, 0); xhsProjectSimulationFunctionMgrCtrl1.Name = "xhsProjectSimulationFunctionMgrCtrl1"; - xhsProjectSimulationFunctionMgrCtrl1.Size = new Size(223, 640); + xhsProjectSimulationFunctionMgrCtrl1.Size = new Size(173, 640); xhsProjectSimulationFunctionMgrCtrl1.TabIndex = 0; // // documentManager1 -- Gitblit v1.9.3