lixiaojun
2024-10-12 f2333318a31e92f6cbc3a572d8eb9fae9da0f892
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/01-pumpsinglematching/PumpSingleMatchingDlg.Designer.cs
@@ -1,4 +1,4 @@
namespace HStation.WinFrmUI.Xhs
namespace HStation.WinFrmUI
    partial class PumpSingleMatchingDlg
    {
@@ -29,7 +29,7 @@
        private void InitializeComponent()
        {
            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            xtraUserControl11 = new PumpSingleMatchingForm();
            xtraUserControl11 = new PumpSingleMatchingCtrl();
            btnComplete = new SimpleButton();
            btnCancel = new SimpleButton();
            Root = new DevExpress.XtraLayout.LayoutControlGroup();
@@ -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 xtraUserControl11;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
    }
}