From 477be839d94e42de8bef6c4fa55496253d4ceb7a Mon Sep 17 00:00:00 2001 From: duheng <2784771470@qq.com> Date: 星期一, 09 十二月 2024 16:20:42 +0800 Subject: [PATCH] 修改引用dll路径 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/11-pump/03-analy/SimulationMultiWorkingPumpAnalyCtrl.Designer.cs | 18 +++++++++--------- 1 files changed, 9 insertions(+), 9 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/11-pump/03-analy/SimulationMultiWorkingPumpAnalyCtrl.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/11-pump/03-analy/SimulationMultiWorkingPumpAnalyCtrl.Designer.cs index 56755aa..06d943e 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/11-pump/03-analy/SimulationMultiWorkingPumpAnalyCtrl.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/11-pump/03-analy/SimulationMultiWorkingPumpAnalyCtrl.Designer.cs @@ -32,7 +32,7 @@ hydroWorkingCheckedListHorizCtrl1 = new HydroWorkingCheckedListHorizCtrl(); hydroPumpListViewCtrl1 = new HydroPumpListViewCtrl(); panelControl1 = new PanelControl(); - pumpVariableSpeedViewChart1 = new Yw.WinFrmUI.Phart.PumpRunViewChart(); + pumpRunViewChart1 = new Yw.WinFrmUI.Phart.PumpRunViewChart(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); @@ -84,7 +84,7 @@ // panelControl1 // panelControl1.BorderStyle = BorderStyles.Simple; - panelControl1.Controls.Add(pumpVariableSpeedViewChart1); + panelControl1.Controls.Add(pumpRunViewChart1); panelControl1.Location = new Point(245, 63); panelControl1.Name = "panelControl1"; panelControl1.Padding = new Padding(1); @@ -93,12 +93,12 @@ // // pumpVariableSpeedViewChart1 // - pumpVariableSpeedViewChart1.Dock = DockStyle.Fill; - pumpVariableSpeedViewChart1.Location = new Point(3, 3); - pumpVariableSpeedViewChart1.Margin = new Padding(2, 2, 2, 2); - pumpVariableSpeedViewChart1.Name = "pumpVariableSpeedViewChart1"; - pumpVariableSpeedViewChart1.Size = new Size(768, 486); - pumpVariableSpeedViewChart1.TabIndex = 0; + pumpRunViewChart1.Dock = DockStyle.Fill; + pumpRunViewChart1.Location = new Point(3, 3); + pumpRunViewChart1.Margin = new Padding(2, 2, 2, 2); + pumpRunViewChart1.Name = "pumpVariableSpeedViewChart1"; + pumpRunViewChart1.Size = new Size(768, 486); + pumpRunViewChart1.TabIndex = 0; // // Root // @@ -198,7 +198,7 @@ private HydroWorkingCheckedListHorizCtrl hydroWorkingCheckedListHorizCtrl1; private HydroPumpListViewCtrl hydroPumpListViewCtrl1; private PanelControl panelControl1; - private Yw.WinFrmUI.Phart.PumpRunViewChart pumpVariableSpeedViewChart1; + private Yw.WinFrmUI.Phart.PumpRunViewChart pumpRunViewChart1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; -- Gitblit v1.9.3