From 8eb1a19c55846f70b3b6bf43e32c2e94333d52e7 Mon Sep 17 00:00:00 2001 From: lixiaojun <1287241240@qq.com> Date: 星期六, 30 十一月 2024 13:07:34 +0800 Subject: [PATCH] epanet 计算完善 --- WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/01-pumpsinglematching/PumpSingleMatchingDlg.Designer.cs | 22 +++++++++++----------- 1 files changed, 11 insertions(+), 11 deletions(-) diff --git a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/01-pumpsinglematching/PumpSingleMatchingDlg.Designer.cs b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/01-pumpsinglematching/PumpSingleMatchingDlg.Designer.cs index 9f84252..13354de 100644 --- a/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/01-pumpsinglematching/PumpSingleMatchingDlg.Designer.cs +++ b/WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/01-pumpsinglematching/PumpSingleMatchingDlg.Designer.cs @@ -1,4 +1,4 @@ -锘縩amespace HStation.WinFrmUI.Xhs +锘縩amespace HStation.WinFrmUI { partial class PumpSingleMatchingDlg { @@ -29,7 +29,7 @@ private void InitializeComponent() { layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); - xtraUserControl11 = new PumpSingleMatchingForm(); + pumpSingleMatchingCtrl = new PumpSingleMatchingCtrl(); btnComplete = new SimpleButton(); btnCancel = new SimpleButton(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); @@ -48,7 +48,7 @@ // // layoutControl1 // - layoutControl1.Controls.Add(xtraUserControl11); + layoutControl1.Controls.Add(pumpSingleMatchingCtrl); layoutControl1.Controls.Add(btnComplete); layoutControl1.Controls.Add(btnCancel); layoutControl1.Dock = DockStyle.Fill; @@ -62,11 +62,11 @@ // // xtraUserControl11 // - xtraUserControl11.Location = new Point(0, 0); - xtraUserControl11.Margin = new Padding(0); - xtraUserControl11.Name = "xtraUserControl11"; - xtraUserControl11.Size = new Size(1347, 677); - xtraUserControl11.TabIndex = 7; + pumpSingleMatchingCtrl.Location = new Point(0, 0); + pumpSingleMatchingCtrl.Margin = new Padding(0); + pumpSingleMatchingCtrl.Name = "xtraUserControl11"; + pumpSingleMatchingCtrl.Size = new Size(1347, 677); + pumpSingleMatchingCtrl.TabIndex = 7; // // btnComplete // @@ -140,7 +140,7 @@ // // layoutControlItem1 // - layoutControlItem1.Control = xtraUserControl11; + layoutControlItem1.Control = pumpSingleMatchingCtrl; layoutControlItem1.Location = new Point(0, 0); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); @@ -154,7 +154,7 @@ AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(1347, 703); Controls.Add(layoutControl1); - Name = "PumpMainCurveChoiceDlg"; + Name = "AssetsPumpMainCurveChoiceDlg"; StartPosition = FormStartPosition.CenterScreen; Text = "娉垫洸绾块�夋嫨"; ((ISupportInitialize)layoutControl1).EndInit(); @@ -176,7 +176,7 @@ private DevExpress.XtraLayout.LayoutControlItem itemForComplete; private DevExpress.XtraLayout.LayoutControlItem itemForCancel; private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1; - private PumpSingleMatchingForm xtraUserControl11; + private PumpSingleMatchingCtrl pumpSingleMatchingCtrl; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; } } \ No newline at end of file -- Gitblit v1.9.3