From 80ec78f9c85466b09ac4a4101d5073c26f37021e Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期一, 06 一月 2025 09:14:32 +0800
Subject: [PATCH] 水力计算bug修复

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/03-q3d/XhsProjectSimulationQ3dCtrl.Designer.cs |   17 +----------------
 1 files changed, 1 insertions(+), 16 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/03-q3d/XhsProjectSimulationQ3dCtrl.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/03-q3d/XhsProjectSimulationQ3dCtrl.Designer.cs
index 3363200..4c63f0b 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/03-q3d/XhsProjectSimulationQ3dCtrl.Designer.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/03-q3d/XhsProjectSimulationQ3dCtrl.Designer.cs
@@ -29,27 +29,12 @@
         private void InitializeComponent()
         {
             ComponentResourceManager resources = new ComponentResourceManager(typeof(XhsProjectSimulationQ3dCtrl));
-            drawer1 = new Yw.WinFrmUI.Q3d.Drawer();
             SuspendLayout();
-            // 
-            // drawer1
-            // 
-            drawer1.BackColor = Color.Transparent;
-            drawer1.Dock = DockStyle.Fill;
-            drawer1.IsEditMode = true;
-            drawer1.Location = new Point(0, 0);
-            drawer1.MapCenter = (PointF)resources.GetObject("drawer1.MapCenter");
-            drawer1.mapOption = (Yw.WinFrmUI.Q3d.MapDimensions)resources.GetObject("drawer1.mapOption");
-            drawer1.Name = "drawer1";
-            drawer1.Size = new Size(889, 597);
-            drawer1.TabIndex = 0;
-            drawer1.zoom = 1F;
             // 
             // XhsProjectHydroQ3dCtrl
             // 
             AutoScaleDimensions = new SizeF(7F, 14F);
             AutoScaleMode = AutoScaleMode.Font;
-            Controls.Add(drawer1);
             Name = "XhsProjectHydroQ3dCtrl";
             Size = new Size(889, 597);
             ResumeLayout(false);
@@ -57,6 +42,6 @@
 
         #endregion
 
-        private Yw.WinFrmUI.Q3d.Drawer drawer1;
+
     }
 }

--
Gitblit v1.9.3