From d14b23dfc213c131efcf76cee206cff79e261294 Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期四, 05 十二月 2024 16:22:56 +0800 Subject: [PATCH] 修改单独查看曲线界面 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/09-energy/SimulationSingleWorkingEnergyCtrl.Designer.cs | 29 +++++++++++++++-------------- 1 files changed, 15 insertions(+), 14 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 7b60c64..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 @@ -30,7 +30,6 @@ { layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); panelControl1 = new PanelControl(); - singlePumpCalcCtrl1 = new Xhs.SinglePumpCalcCtrl(); txtE = new TextEdit(); txtP = new TextEdit(); txtH = new TextEdit(); @@ -50,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(); @@ -94,21 +94,12 @@ // panelControl1 // panelControl1.BorderStyle = BorderStyles.Simple; - panelControl1.Controls.Add(singlePumpCalcCtrl1); + 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; - // - // singlePumpCalcCtrl1 - // - singlePumpCalcCtrl1.Dock = DockStyle.Fill; - singlePumpCalcCtrl1.Location = new Point(3, 3); - singlePumpCalcCtrl1.Margin = new Padding(2, 2, 2, 2); - singlePumpCalcCtrl1.Name = "singlePumpCalcCtrl1"; - singlePumpCalcCtrl1.Size = new Size(772, 524); - singlePumpCalcCtrl1.TabIndex = 0; // // txtE // @@ -150,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; // @@ -299,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); @@ -350,9 +350,10 @@ private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; private PanelControl panelControl1; - private Xhs.SinglePumpCalcCtrl singlePumpCalcCtrl1; + 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