From 7ae4a1016ac49599caa7dacb2c3256e9744175c4 Mon Sep 17 00:00:00 2001 From: Shuxia Ning <NingShuxia0927@outlook.com> Date: 星期五, 08 十一月 2024 13:07:36 +0800 Subject: [PATCH] 11 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/XhsProjectSimulationMgrPage.Designer.cs | 32 ++++++++++++++++++-------------- 1 files changed, 18 insertions(+), 14 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 9e09cf6..8a54878 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 XhsProjectSimulationFunctionMgrCtrl(); documentManager1 = new DevExpress.XtraBars.Docking2010.DocumentManager(components); tabbedView1 = new DevExpress.XtraBars.Docking2010.Views.Tabbed.TabbedView(components); - xhsProjectSimulationFunctionMgrCtrl1 = new XhsProjectSimulationFunctionMgrCtrl(); ((ISupportInitialize)svgImg32).BeginInit(); ((ISupportInitialize)dockManager1).BeginInit(); dockMgr.SuspendLayout(); @@ -61,18 +61,29 @@ dockMgr.Dock = DevExpress.XtraBars.Docking.DockingStyle.Left; dockMgr.ID = new Guid("0770f1b3-876e-49a8-91d8-f72117b01187"); dockMgr.Location = new Point(0, 0); + dockMgr.Margin = new Padding(4, 5, 4, 5); dockMgr.Name = "dockMgr"; dockMgr.OriginalSize = new Size(230, 200); - dockMgr.Size = new Size(230, 669); + dockMgr.Size = new Size(230, 1051); dockMgr.Text = "椤圭洰妯℃嫙"; // // dockPanel1_Container // dockPanel1_Container.Controls.Add(xhsProjectSimulationFunctionMgrCtrl1); - dockPanel1_Container.Location = new Point(3, 26); + dockPanel1_Container.Location = new Point(4, 38); + dockPanel1_Container.Margin = new Padding(4, 5, 4, 5); dockPanel1_Container.Name = "dockPanel1_Container"; - dockPanel1_Container.Size = new Size(223, 640); + dockPanel1_Container.Size = new Size(219, 1009); dockPanel1_Container.TabIndex = 0; + // + // xhsProjectSimulationFunctionMgrCtrl1 + // + xhsProjectSimulationFunctionMgrCtrl1.Dock = DockStyle.Fill; + xhsProjectSimulationFunctionMgrCtrl1.Location = new Point(0, 0); + xhsProjectSimulationFunctionMgrCtrl1.Margin = new Padding(6, 8, 6, 8); + xhsProjectSimulationFunctionMgrCtrl1.Name = "xhsProjectSimulationFunctionMgrCtrl1"; + xhsProjectSimulationFunctionMgrCtrl1.Size = new Size(219, 1009); + xhsProjectSimulationFunctionMgrCtrl1.TabIndex = 1; // // documentManager1 // @@ -87,23 +98,16 @@ tabbedView1.DocumentActivated += tabbedView1_DocumentActivated; 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 = 1; - // // XhsProjectSimulationMgrPage // Appearance.BackColor = SystemColors.Control; Appearance.Options.UseBackColor = true; - AutoScaleDimensions = new SizeF(7F, 14F); + AutoScaleDimensions = new SizeF(10F, 22F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(dockMgr); + Margin = new Padding(6, 8, 6, 8); Name = "XhsProjectSimulationMgrPage"; - Size = new Size(1055, 669); + Size = new Size(1507, 1051); ((ISupportInitialize)svgImg32).EndInit(); ((ISupportInitialize)dockManager1).EndInit(); dockMgr.ResumeLayout(false); -- Gitblit v1.9.3