From 21c97aab9153758bebfc9b3944859b0eec271c76 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期三, 25 九月 2024 16:31:19 +0800
Subject: [PATCH] 一些简单的尝试

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/06-simulation/XhsProjectSimulationCorePage.Designer.cs |   22 +++++++++++-----------
 1 files changed, 11 insertions(+), 11 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 1eda443..58438e5 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
@@ -56,7 +56,6 @@
             pageQ3d = new DevExpress.XtraBars.Navigation.TabNavigationPage();
             xhsProjectSimulationQ3dCtrl1 = new XhsProjectSimulationQ3dCtrl();
             tabPageL3d = new DevExpress.XtraBars.Navigation.TabNavigationPage();
-            xhsProjectSimulationL3dCtrl1 = new XhsProjectSimulationL3dCtrl();
             dockManager1 = new DevExpress.XtraBars.Docking.DockManager(components);
             docPnlProperty = new DevExpress.XtraBars.Docking.DockPanel();
             dockPanel1_Container = new DevExpress.XtraBars.Docking.ControlContainer();
@@ -77,6 +76,7 @@
             controlContainer4 = new DevExpress.XtraBars.Docking.ControlContainer();
             xhsProjectSimulationUnMatchingListCtrl1 = new XhsProjectSimulationUnMatchingListCtrl();
             svgImg32 = new DevExpress.Utils.SvgImageCollection(components);
+            xhsProjectSimulationL3dCtrl1 = new XhsProjectSimulationL3dCtrl();
             ((ISupportInitialize)ribbonControl1).BeginInit();
             ((ISupportInitialize)tabPane1).BeginInit();
             tabPane1.SuspendLayout();
@@ -310,15 +310,7 @@
             tabPageL3d.Caption = "L3d";
             tabPageL3d.Controls.Add(xhsProjectSimulationL3dCtrl1);
             tabPageL3d.Name = "tabPageL3d";
-            tabPageL3d.Size = new Size(886, 195);
-            // 
-            // xhsProjectSimulationL3dCtrl1
-            // 
-            xhsProjectSimulationL3dCtrl1.Dock = DockStyle.Fill;
-            xhsProjectSimulationL3dCtrl1.Location = new Point(0, 0);
-            xhsProjectSimulationL3dCtrl1.Name = "xhsProjectSimulationL3dCtrl1";
-            xhsProjectSimulationL3dCtrl1.Size = new Size(886, 195);
-            xhsProjectSimulationL3dCtrl1.TabIndex = 0;
+            tabPageL3d.Size = new Size(886, 185);
             // 
             // dockManager1
             // 
@@ -505,6 +497,14 @@
             svgImg32.ImageSize = new Size(32, 32);
             svgImg32.Add("calculatesheet", "image://svgimages/spreadsheet/calculatesheet.svg");
             // 
+            // xhsProjectSimulationL3dCtrl1
+            // 
+            xhsProjectSimulationL3dCtrl1.Dock = DockStyle.Fill;
+            xhsProjectSimulationL3dCtrl1.Location = new Point(0, 0);
+            xhsProjectSimulationL3dCtrl1.Name = "xhsProjectSimulationL3dCtrl1";
+            xhsProjectSimulationL3dCtrl1.Size = new Size(886, 185);
+            xhsProjectSimulationL3dCtrl1.TabIndex = 0;
+            // 
             // XhsProjectSimulationCorePage
             // 
             Appearance.BackColor = SystemColors.Control;
@@ -589,11 +589,11 @@
         private DevExpress.XtraBars.Docking.ControlContainer controlContainer4;
         private DevExpress.XtraBars.BarButtonItem barBtnUnMatchingList;
         private DevExpress.XtraBars.Navigation.TabNavigationPage tabPageL3d;
-        private XhsProjectSimulationL3dCtrl xhsProjectSimulationL3dCtrl1;
         private DevExpress.XtraBars.Docking.DockPanel docPnlMatchingList;
         private DevExpress.XtraBars.Docking.ControlContainer controlContainer5;
         private Xhs.AssetsMainChoicePage assetsMainChoicePage1;
         private XhsProjectSimulationUnMatchingListCtrl xhsProjectSimulationUnMatchingListCtrl1;
         private DevExpress.XtraBars.BarButtonItem barBtnOpenView;
+        private XhsProjectSimulationL3dCtrl xhsProjectSimulationL3dCtrl1;
     }
 }

--
Gitblit v1.9.3