From 4e38ec6e6bdbbe8d8f2921b7a7ea6377cb77d213 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期一, 23 九月 2024 10:02:05 +0800 Subject: [PATCH] l3d测试 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/XhsProjectSimulationCorePage.Designer.cs | 20 ++++++++++---------- 1 files changed, 10 insertions(+), 10 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/XhsProjectSimulationCorePage.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/XhsProjectSimulationCorePage.Designer.cs index 603c07b..15a6942 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/XhsProjectSimulationCorePage.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/XhsProjectSimulationCorePage.Designer.cs @@ -55,6 +55,7 @@ xhsProjectSimulationBimfaceCtrl1 = new XhsProjectSimulationBimfaceCtrl(); pageQ3d = new DevExpress.XtraBars.Navigation.TabNavigationPage(); xhsProjectSimulationQ3dCtrl1 = new XhsProjectSimulationQ3dCtrl(); + tabPageL3d = new DevExpress.XtraBars.Navigation.TabNavigationPage(); dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components); docPnlProperty = new DevExpress.XtraBars.Docking.DockPanel(); dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer(); @@ -72,13 +73,13 @@ controlContainer4 = new DevExpress.XtraBars.Docking.ControlContainer(); xhsProjectSimulationUnMatchingListCtrl1 = new XhsProjectSimulationUnMatchingListCtrl(); svgImg32 = new DevExpress.Utils.SvgImageCollection(components); - tabPageL3d = new DevExpress.XtraBars.Navigation.TabNavigationPage(); xhsProjectSimulationL3dCtrl1 = new XhsProjectSimulationL3dCtrl(); ((ISupportInitialize)ribbonControl1).BeginInit(); ((ISupportInitialize)tabPane1).BeginInit(); tabPane1.SuspendLayout(); pageBimface.SuspendLayout(); pageQ3d.SuspendLayout(); + tabPageL3d.SuspendLayout(); ((ISupportInitialize)dockManager1).BeginInit(); docPnlProperty.SuspendLayout(); dockPanel1_Container.SuspendLayout(); @@ -91,7 +92,6 @@ docPnlUnMatchingList.SuspendLayout(); controlContainer4.SuspendLayout(); ((ISupportInitialize)svgImg32).BeginInit(); - tabPageL3d.SuspendLayout(); SuspendLayout(); // // ribbonControl1 @@ -299,6 +299,13 @@ xhsProjectSimulationQ3dCtrl1.Size = new Size(776, 301); xhsProjectSimulationQ3dCtrl1.TabIndex = 0; // + // tabPageL3d + // + tabPageL3d.Caption = "L3d"; + tabPageL3d.Controls.Add(xhsProjectSimulationL3dCtrl1); + tabPageL3d.Name = "tabPageL3d"; + tabPageL3d.Size = new Size(886, 195); + // // dockManager1 // dockManager1.Form = this; @@ -456,13 +463,6 @@ svgImg32.ImageSize = new Size(32, 32); svgImg32.Add("calculatesheet", "image://svgimages/spreadsheet/calculatesheet.svg"); // - // tabPageL3d - // - tabPageL3d.Caption = "L3d"; - tabPageL3d.Controls.Add(xhsProjectSimulationL3dCtrl1); - tabPageL3d.Name = "tabPageL3d"; - tabPageL3d.Size = new Size(886, 195); - // // xhsProjectSimulationL3dCtrl1 // xhsProjectSimulationL3dCtrl1.Dock = DockStyle.Fill; @@ -492,6 +492,7 @@ tabPane1.ResumeLayout(false); pageBimface.ResumeLayout(false); pageQ3d.ResumeLayout(false); + tabPageL3d.ResumeLayout(false); ((ISupportInitialize)dockManager1).EndInit(); docPnlProperty.ResumeLayout(false); dockPanel1_Container.ResumeLayout(false); @@ -504,7 +505,6 @@ docPnlUnMatchingList.ResumeLayout(false); controlContainer4.ResumeLayout(false); ((ISupportInitialize)svgImg32).EndInit(); - tabPageL3d.ResumeLayout(false); ResumeLayout(false); PerformLayout(); } -- Gitblit v1.9.3