From ca1ccd0dd9f2d6936368f07d14a2b29b309fd151 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期三, 04 十二月 2024 15:59:25 +0800 Subject: [PATCH] 增加单独匹配界面 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/XhsProjectSimulationMgrPage.Designer.cs | 26 ++++++++++++++------------ 1 files changed, 14 insertions(+), 12 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 8d2eae9..628d61f 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/XhsProjectSimulationMgrPage.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/XhsProjectSimulationMgrPage.Designer.cs @@ -33,9 +33,9 @@ dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components); dockMgr = new DevExpress.XtraBars.Docking.DockPanel(); dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); + xhsProjectSimulationFunctionMgrCtrl1 = new XhsProjectSimulationFunctionCtrl(); documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(components); tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(components); - xhsProjectSimulationFunctionMgrCtrl1 = new XhsProjectSimulationFunctionCtrl(); ((ISupportInitialize)svgImg32).BeginInit(); ((ISupportInitialize)dockManager1).BeginInit(); dockMgr.SuspendLayout(); @@ -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,8 +72,16 @@ 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 + // + xhsProjectSimulationFunctionMgrCtrl1.Dock = DockStyle.Fill; + xhsProjectSimulationFunctionMgrCtrl1.Location = new Point(0, 0); + xhsProjectSimulationFunctionMgrCtrl1.Name = "xhsProjectSimulationFunctionMgrCtrl1"; + xhsProjectSimulationFunctionMgrCtrl1.Size = new Size(173, 640); + xhsProjectSimulationFunctionMgrCtrl1.TabIndex = 0; // // documentManager1 // @@ -85,15 +94,8 @@ tabbedView1.DocumentDeselected += tabbedView1_DocumentSelected; tabbedView1.DocumentAdded += tabbedView1_DocumentAdded; tabbedView1.DocumentActivated += tabbedView1_DocumentActivated; + tabbedView1.DocumentClosing += tabbedView1_DocumentClosing; tabbedView1.DocumentClosed += tabbedView1_DocumentClosed; - // - // xhsProjectSimulationFunctionMgrCtrl1 - // - xhsProjectSimulationFunctionMgrCtrl1.Dock = DockStyle.Fill; - xhsProjectSimulationFunctionMgrCtrl1.Location = new Point(0, 0); - xhsProjectSimulationFunctionMgrCtrl1.Name = "xhsProjectSimulationFunctionMgrCtrl1"; - xhsProjectSimulationFunctionMgrCtrl1.Size = new Size(223, 640); - xhsProjectSimulationFunctionMgrCtrl1.TabIndex = 0; // // XhsProjectSimulationMgrPage // -- Gitblit v1.9.3