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 |   94 ++++++++++++++++++++++++++---------------------
 1 files changed, 52 insertions(+), 42 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 1df0fd6..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
@@ -28,31 +28,34 @@
         /// </summary>
         private void InitializeComponent()
         {
+            components = new Container();
             DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition();
             DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition();
             DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition();
             DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition();
             layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
-            xhsProjectBasicInfoBimfaceCtrl1 = new XhsProjectBasicInfoBimfaceCtrl();
-            xhsProjectBasicInfoViewCtrl1 = new XhsProjectBasicInfoViewCtrl();
+            xhsProjectSimulationProjectInfoCtrl1 = new XhsProjectSimulationProjectInfoCtrl();
+            xhsProjectSimulationBimfaceInfoCtrl1 = new XhsProjectSimulationBimfaceInfoCtrl();
             Root = new DevExpress.XtraLayout.LayoutControlGroup();
-            layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
             layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
-            xhsProjectBasicInfoHydroCtrl1 = new XhsProjectBasicInfoHydroCtrl();
+            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)layoutControlItem1).BeginInit();
             ((ISupportInitialize)layoutControlItem2).BeginInit();
+            ((ISupportInitialize)layoutControlItem1).BeginInit();
+            ((ISupportInitialize)svgImg32).BeginInit();
             ((ISupportInitialize)layoutControlItem3).BeginInit();
             SuspendLayout();
             // 
             // layoutControl1
             // 
-            layoutControl1.Controls.Add(xhsProjectBasicInfoHydroCtrl1);
-            layoutControl1.Controls.Add(xhsProjectBasicInfoBimfaceCtrl1);
-            layoutControl1.Controls.Add(xhsProjectBasicInfoViewCtrl1);
+            layoutControl1.Controls.Add(xhsProjectSimulationHydroInfoCtrl1);
+            layoutControl1.Controls.Add(xhsProjectSimulationProjectInfoCtrl1);
+            layoutControl1.Controls.Add(xhsProjectSimulationBimfaceInfoCtrl1);
             layoutControl1.Dock = DockStyle.Fill;
             layoutControl1.Location = new Point(0, 0);
             layoutControl1.Name = "layoutControl1";
@@ -61,25 +64,25 @@
             layoutControl1.TabIndex = 0;
             layoutControl1.Text = "layoutControl1";
             // 
-            // xhsProjectBasicInfoBimfaceCtrl1
+            // xhsProjectSimulationProjectInfoCtrl1
             // 
-            xhsProjectBasicInfoBimfaceCtrl1.Location = new Point(477, 12);
-            xhsProjectBasicInfoBimfaceCtrl1.Name = "xhsProjectBasicInfoBimfaceCtrl1";
-            xhsProjectBasicInfoBimfaceCtrl1.Size = new Size(462, 279);
-            xhsProjectBasicInfoBimfaceCtrl1.TabIndex = 7;
+            xhsProjectSimulationProjectInfoCtrl1.Location = new Point(12, 12);
+            xhsProjectSimulationProjectInfoCtrl1.Name = "xhsProjectSimulationProjectInfoCtrl1";
+            xhsProjectSimulationProjectInfoCtrl1.Size = new Size(461, 279);
+            xhsProjectSimulationProjectInfoCtrl1.TabIndex = 10;
             // 
-            // xhsProjectBasicInfoViewCtrl1
+            // xhsProjectSimulationBimfaceInfoCtrl1
             // 
-            xhsProjectBasicInfoViewCtrl1.Location = new Point(12, 12);
-            xhsProjectBasicInfoViewCtrl1.Name = "xhsProjectBasicInfoViewCtrl1";
-            xhsProjectBasicInfoViewCtrl1.Size = new Size(461, 279);
-            xhsProjectBasicInfoViewCtrl1.TabIndex = 4;
+            xhsProjectSimulationBimfaceInfoCtrl1.Location = new Point(477, 12);
+            xhsProjectSimulationBimfaceInfoCtrl1.Name = "xhsProjectSimulationBimfaceInfoCtrl1";
+            xhsProjectSimulationBimfaceInfoCtrl1.Size = new Size(462, 279);
+            xhsProjectSimulationBimfaceInfoCtrl1.TabIndex = 9;
             // 
             // Root
             // 
             Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
             Root.GroupBordersVisible = false;
-            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3 });
+            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2, layoutControlItem1, layoutControlItem3 });
             Root.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table;
             Root.Name = "Root";
             columnDefinition1.SizeType = SizeType.Percent;
@@ -95,18 +98,9 @@
             Root.Size = new Size(951, 587);
             Root.TextVisible = false;
             // 
-            // layoutControlItem1
-            // 
-            layoutControlItem1.Control = xhsProjectBasicInfoViewCtrl1;
-            layoutControlItem1.Location = new Point(0, 0);
-            layoutControlItem1.Name = "layoutControlItem1";
-            layoutControlItem1.Size = new Size(465, 283);
-            layoutControlItem1.TextSize = new Size(0, 0);
-            layoutControlItem1.TextVisible = false;
-            // 
             // layoutControlItem2
             // 
-            layoutControlItem2.Control = xhsProjectBasicInfoBimfaceCtrl1;
+            layoutControlItem2.Control = xhsProjectSimulationBimfaceInfoCtrl1;
             layoutControlItem2.Location = new Point(465, 0);
             layoutControlItem2.Name = "layoutControlItem2";
             layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1;
@@ -114,16 +108,30 @@
             layoutControlItem2.TextSize = new Size(0, 0);
             layoutControlItem2.TextVisible = false;
             // 
-            // xhsProjectBasicInfoHydroCtrl1
+            // layoutControlItem1
             // 
-            xhsProjectBasicInfoHydroCtrl1.Location = new Point(12, 295);
-            xhsProjectBasicInfoHydroCtrl1.Name = "xhsProjectBasicInfoHydroCtrl1";
-            xhsProjectBasicInfoHydroCtrl1.Size = new Size(927, 280);
-            xhsProjectBasicInfoHydroCtrl1.TabIndex = 8;
+            layoutControlItem1.Control = xhsProjectSimulationProjectInfoCtrl1;
+            layoutControlItem1.Location = new Point(0, 0);
+            layoutControlItem1.Name = "layoutControlItem1";
+            layoutControlItem1.Size = new Size(465, 283);
+            layoutControlItem1.TextSize = new Size(0, 0);
+            layoutControlItem1.TextVisible = false;
+            // 
+            // svgImg32
+            // 
+            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 = xhsProjectBasicInfoHydroCtrl1;
+            layoutControlItem3.Control = xhsProjectSimulationHydroInfoCtrl1;
             layoutControlItem3.Location = new Point(0, 283);
             layoutControlItem3.Name = "layoutControlItem3";
             layoutControlItem3.OptionsTableLayoutItem.ColumnSpan = 2;
@@ -132,7 +140,7 @@
             layoutControlItem3.TextSize = new Size(0, 0);
             layoutControlItem3.TextVisible = false;
             // 
-            // XhsSchemeBasicInfoPage
+            // XhsProjectSimulationInfoPage
             // 
             Appearance.BackColor = SystemColors.Control;
             Appearance.Options.UseBackColor = true;
@@ -140,13 +148,14 @@
             AutoScaleMode = AutoScaleMode.Font;
             Controls.Add(layoutControl1);
             Margin = new Padding(2);
-            Name = "XhsSchemeBasicInfoPage";
+            Name = "XhsProjectSimulationInfoPage";
             Size = new Size(951, 587);
             ((ISupportInitialize)layoutControl1).EndInit();
             layoutControl1.ResumeLayout(false);
             ((ISupportInitialize)Root).EndInit();
-            ((ISupportInitialize)layoutControlItem1).EndInit();
             ((ISupportInitialize)layoutControlItem2).EndInit();
+            ((ISupportInitialize)layoutControlItem1).EndInit();
+            ((ISupportInitialize)svgImg32).EndInit();
             ((ISupportInitialize)layoutControlItem3).EndInit();
             ResumeLayout(false);
         }
@@ -154,12 +163,13 @@
         #endregion
 
         private DevExpress.XtraLayout.LayoutControl layoutControl1;
-        private XhsProjectBasicInfoViewCtrl xhsProjectBasicInfoViewCtrl1;
         private DevExpress.XtraLayout.LayoutControlGroup Root;
-        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
-        private XhsProjectBasicInfoBimfaceCtrl xhsProjectBasicInfoBimfaceCtrl1;
+        private XhsProjectSimulationProjectInfoCtrl xhsProjectSimulationProjectInfoCtrl1;
+        private XhsProjectSimulationBimfaceInfoCtrl xhsProjectSimulationBimfaceInfoCtrl1;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
-        private XhsProjectBasicInfoHydroCtrl xhsProjectBasicInfoHydroCtrl1;
+        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
+        private DevExpress.Utils.SvgImageCollection svgImg32;
+        private XhsProjectSimulationHydroInfoCtrl xhsProjectSimulationHydroInfoCtrl1;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
     }
 }

--
Gitblit v1.9.3