From 4607e20cecf567ee2e86f9a07158deaa1b74d622 Mon Sep 17 00:00:00 2001
From: lixiaojun <1287241240@qq.com>
Date: 星期一, 09 十二月 2024 15:05:19 +0800
Subject: [PATCH] 方案修改

---
 WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/09-energy/SimulationSingleWorkingEnergyCtrl.Designer.cs |   24 ++++++++++++++++++------
 1 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/09-energy/SimulationSingleWorkingEnergyCtrl.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/09-energy/SimulationSingleWorkingEnergyCtrl.Designer.cs
index 2a564d4..e23b288 100644
--- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/09-energy/SimulationSingleWorkingEnergyCtrl.Designer.cs
+++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/09-energy/SimulationSingleWorkingEnergyCtrl.Designer.cs
@@ -29,7 +29,7 @@
         private void InitializeComponent()
         {
             layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
-            panelControl1 = new PanelControl(); 
+            panelControl1 = new PanelControl();
             txtE = new TextEdit();
             txtP = new TextEdit();
             txtH = new TextEdit();
@@ -49,6 +49,7 @@
             layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
             layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
             layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
+            pumpRunViewChart1 = new Yw.WinFrmUI.Phart.PumpRunViewChart();
             ((ISupportInitialize)layoutControl1).BeginInit();
             layoutControl1.SuspendLayout();
             ((ISupportInitialize)panelControl1).BeginInit();
@@ -92,13 +93,14 @@
             // 
             // panelControl1
             // 
-            panelControl1.BorderStyle = BorderStyles.Simple; 
+            panelControl1.BorderStyle = BorderStyles.Simple;
+            panelControl1.Controls.Add(pumpRunViewChart1);
             panelControl1.Location = new Point(232, 71);
             panelControl1.Name = "panelControl1";
             panelControl1.Padding = new Padding(1);
             panelControl1.Size = new Size(778, 530);
             panelControl1.TabIndex = 11;
-            //  
+            // 
             // txtE
             // 
             txtE.Location = new Point(734, 35);
@@ -139,10 +141,10 @@
             txtQ.StyleController = layoutControl1;
             txtQ.TabIndex = 2;
             // 
-            // hydroPumpRunStatusListCtrl1
+            // hydroPumpListStateViewCtrl1
             // 
             hydroPumpListStateViewCtrl1.Location = new Point(5, 148);
-            hydroPumpListStateViewCtrl1.Name = "hydroPumpRunStatusListCtrl1";
+            hydroPumpListStateViewCtrl1.Name = "hydroPumpListStateViewCtrl1";
             hydroPumpListStateViewCtrl1.Size = new Size(210, 450);
             hydroPumpListStateViewCtrl1.TabIndex = 6;
             // 
@@ -288,6 +290,15 @@
             layoutControlItem3.TextSize = new Size(0, 0);
             layoutControlItem3.TextVisible = false;
             // 
+            // pumpRunViewChart1
+            // 
+            pumpRunViewChart1.Dock = DockStyle.Fill;
+            pumpRunViewChart1.Location = new Point(3, 3);
+            pumpRunViewChart1.Margin = new Padding(2, 2, 2, 2);
+            pumpRunViewChart1.Name = "pumpRunViewChart1";
+            pumpRunViewChart1.Size = new Size(772, 524);
+            pumpRunViewChart1.TabIndex = 0;
+            // 
             // SimulationSingleWorkingEnergyCtrl
             // 
             AutoScaleDimensions = new SizeF(7F, 14F);
@@ -339,9 +350,10 @@
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
         private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
         private PanelControl panelControl1;
- 
+
         private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
         private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
+        private Yw.WinFrmUI.Phart.PumpRunViewChart pumpRunViewChart1;
     }
 }

--
Gitblit v1.9.3