From 2e52cbf466d081ca4647c88df17f4b4aac5416ab Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期四, 24 十月 2024 13:17:30 +0800 Subject: [PATCH] 使用最新模型 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/01-pumpsinglematching/PumpSingleMatchingForm.Designer.cs | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/01-pumpsinglematching/PumpSingleMatchingForm.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/01-pumpsinglematching/PumpSingleMatchingForm.Designer.cs index a56d3af..d041c79 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/01-pumpsinglematching/PumpSingleMatchingForm.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/01-pumpsinglematching/PumpSingleMatchingForm.Designer.cs @@ -1,6 +1,6 @@ -锘縩amespace HStation.WinFrmUI.Xhs +锘縩amespace HStation.WinFrmUI { - partial class PumpSingleMatchingForm + partial class PumpSingleMatchingCtrl { /// <summary> /// Required designer variable. @@ -42,7 +42,7 @@ colRatedEfficiency = new DevExpress.XtraGrid.Columns.GridColumn(); colRatedPower = new DevExpress.XtraGrid.Columns.GridColumn(); colRatedSpeed = new DevExpress.XtraGrid.Columns.GridColumn(); - xtrPerform2dChart1 = new Yw.WinFrmUI.Phart.PumpPerform2dChart(); + xtrPerform2dChart1 = new Yw.WinFrmUI.Phart.PumpPerformChart(); searchControl1 = new SearchControl(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); @@ -340,12 +340,12 @@ gridColumn3.Visible = true; gridColumn3.VisibleIndex = 2; // - // PumpMainForm + // AssetsPumpMainForm // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); - Name = "PumpMainForm"; + Name = "AssetsPumpMainForm"; Size = new Size(1343, 607); ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); @@ -374,7 +374,7 @@ private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraEditors.SearchControl searchControl1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; - private Yw.WinFrmUI.Phart.PumpPerform2dChart xtrPerform2dChart1; + private Yw.WinFrmUI.Phart.PumpPerformChart xtrPerform2dChart1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraGrid.GridControl gridControl2; private DevExpress.XtraGrid.Views.Grid.GridView gridView2; -- Gitblit v1.9.3