From 46af162acbf917f039878db200b54112268c4911 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期四, 19 九月 2024 16:24:34 +0800
Subject: [PATCH] 主窗体修改

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/01-info/XhsProjectSimulationInfoPage.Designer.cs |   52 ++++++++++++++++++++++++++--------------------------
 1 files changed, 26 insertions(+), 26 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/01-info/XhsProjectSimulationInfoPage.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/01-info/XhsProjectSimulationInfoPage.Designer.cs
index ac7d73a..e6724bd 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/01-info/XhsProjectSimulationInfoPage.Designer.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/04-simulation/01-info/XhsProjectSimulationInfoPage.Designer.cs
@@ -36,26 +36,26 @@
             layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
             xhsProjectSimulationProjectInfoCtrl1 = new XhsProjectSimulationProjectInfoCtrl();
             xhsProjectSimulationBimfaceInfoCtrl1 = new XhsProjectSimulationBimfaceInfoCtrl();
-            xhsProjectBasicInfoHydroCtrl1 = new XhsProjectBasicInfoHydroCtrl();
             Root = new DevExpress.XtraLayout.LayoutControlGroup();
-            layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
             layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
             layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
             svgImg32 = new DevExpress.Utils.SvgImageCollection(components);
+            xhsProjectSimulationHydroInfoCtrl1 = new XhsProjectSimulationHydroInfoCtrl();
+            layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
             ((ISupportInitialize)layoutControl1).BeginInit();
             layoutControl1.SuspendLayout();
             ((ISupportInitialize)Root).BeginInit();
-            ((ISupportInitialize)layoutControlItem3).BeginInit();
             ((ISupportInitialize)layoutControlItem2).BeginInit();
             ((ISupportInitialize)layoutControlItem1).BeginInit();
             ((ISupportInitialize)svgImg32).BeginInit();
+            ((ISupportInitialize)layoutControlItem3).BeginInit();
             SuspendLayout();
             // 
             // layoutControl1
             // 
+            layoutControl1.Controls.Add(xhsProjectSimulationHydroInfoCtrl1);
             layoutControl1.Controls.Add(xhsProjectSimulationProjectInfoCtrl1);
             layoutControl1.Controls.Add(xhsProjectSimulationBimfaceInfoCtrl1);
-            layoutControl1.Controls.Add(xhsProjectBasicInfoHydroCtrl1);
             layoutControl1.Dock = DockStyle.Fill;
             layoutControl1.Location = new Point(0, 0);
             layoutControl1.Name = "layoutControl1";
@@ -78,18 +78,11 @@
             xhsProjectSimulationBimfaceInfoCtrl1.Size = new Size(462, 279);
             xhsProjectSimulationBimfaceInfoCtrl1.TabIndex = 9;
             // 
-            // xhsProjectBasicInfoHydroCtrl1
-            // 
-            xhsProjectBasicInfoHydroCtrl1.Location = new Point(12, 295);
-            xhsProjectBasicInfoHydroCtrl1.Name = "xhsProjectBasicInfoHydroCtrl1";
-            xhsProjectBasicInfoHydroCtrl1.Size = new Size(927, 280);
-            xhsProjectBasicInfoHydroCtrl1.TabIndex = 8;
-            // 
             // Root
             // 
             Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
             Root.GroupBordersVisible = false;
-            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem3, layoutControlItem2, layoutControlItem1 });
+            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem1, layoutControlItem3 });
             Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
             Root.Name = "Root";
             columnDefinition1.SizeType = SizeType.Percent;
@@ -104,17 +97,6 @@
             Root.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { rowDefinition1, rowDefinition2 });
             Root.Size = new Size(951, 587);
             Root.TextVisible = false;
-            // 
-            // layoutControlItem3
-            // 
-            layoutControlItem3.Control = xhsProjectBasicInfoHydroCtrl1;
-            layoutControlItem3.Location = new Point(0, 283);
-            layoutControlItem3.Name = "layoutControlItem3";
-            layoutControlItem3.OptionsTableLayoutItem.ColumnSpan = 2;
-            layoutControlItem3.OptionsTableLayoutItem.RowIndex = 1;
-            layoutControlItem3.Size = new Size(931, 284);
-            layoutControlItem3.TextSize = new Size(0, 0);
-            layoutControlItem3.TextVisible = false;
             // 
             // layoutControlItem2
             // 
@@ -140,6 +122,24 @@
             svgImg32.ImageSize = new Size(32, 32);
             svgImg32.Add("functionsinformation", "image://svgimages/spreadsheet/functionsinformation.svg");
             // 
+            // xhsProjectSimulationHydroInfoCtrl1
+            // 
+            xhsProjectSimulationHydroInfoCtrl1.Location = new Point(12, 295);
+            xhsProjectSimulationHydroInfoCtrl1.Name = "xhsProjectSimulationHydroInfoCtrl1";
+            xhsProjectSimulationHydroInfoCtrl1.Size = new Size(927, 280);
+            xhsProjectSimulationHydroInfoCtrl1.TabIndex = 11;
+            // 
+            // layoutControlItem3
+            // 
+            layoutControlItem3.Control = xhsProjectSimulationHydroInfoCtrl1;
+            layoutControlItem3.Location = new Point(0, 283);
+            layoutControlItem3.Name = "layoutControlItem3";
+            layoutControlItem3.OptionsTableLayoutItem.ColumnSpan = 2;
+            layoutControlItem3.OptionsTableLayoutItem.RowIndex = 1;
+            layoutControlItem3.Size = new Size(931, 284);
+            layoutControlItem3.TextSize = new Size(0, 0);
+            layoutControlItem3.TextVisible = false;
+            // 
             // XhsProjectSimulationInfoPage
             // 
             Appearance.BackColor = SystemColors.Control;
@@ -153,10 +153,10 @@
             ((ISupportInitialize)layoutControl1).EndInit();
             layoutControl1.ResumeLayout(false);
             ((ISupportInitialize)Root).EndInit();
-            ((ISupportInitialize)layoutControlItem3).EndInit();
             ((ISupportInitialize)layoutControlItem2).EndInit();
             ((ISupportInitialize)layoutControlItem1).EndInit();
             ((ISupportInitialize)svgImg32).EndInit();
+            ((ISupportInitialize)layoutControlItem3).EndInit();
             ResumeLayout(false);
         }
 
@@ -164,12 +164,12 @@
 
         private DevExpress.XtraLayout.LayoutControl layoutControl1;
         private DevExpress.XtraLayout.LayoutControlGroup Root;
-        private XhsProjectBasicInfoHydroCtrl xhsProjectBasicInfoHydroCtrl1;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
         private XhsProjectSimulationProjectInfoCtrl xhsProjectSimulationProjectInfoCtrl1;
         private XhsProjectSimulationBimfaceInfoCtrl xhsProjectSimulationBimfaceInfoCtrl1;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
         private DevExpress.Utils.SvgImageCollection svgImg32;
+        private XhsProjectSimulationHydroInfoCtrl xhsProjectSimulationHydroInfoCtrl1;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
     }
 }

--
Gitblit v1.9.3