Shuxia Ning
2024-10-12 b94da76188b834922d2f13365b22208a4bc4049a
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/01-pumpsinglematching/PumpSingleMatchingDlg.Designer.cs
文件名从 WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/02-pump/01-pumpsinglematching/XhsProjectSimulationPumpSingleMatchingDlg.Designer.cs 修改
@@ -1,6 +1,6 @@
锘縩amespace HStation.WinFrmUI.Xhs 
    partial class PumpMainCurveChoiceDlg
    partial class PumpSingleMatchingDlg
    {
        /// <summary>
        /// Required designer variable.
@@ -29,7 +29,7 @@
        private void InitializeComponent()
        {
            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            xtraUserControl11 = new Core.XhsProjectSimulationPumpSingleMatchingForm();
            xtraUserControl11 = new PumpSingleMatchingForm();
            btnComplete = new SimpleButton();
            btnCancel = new SimpleButton();
            Root = new DevExpress.XtraLayout.LayoutControlGroup();
@@ -148,7 +148,7 @@
            layoutControlItem1.TextSize = new Size(0, 0);
            layoutControlItem1.TextVisible = false;
            // 
            // PumpMainCurveChoiceDlg
            // PumpSingleMatchingDlg
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
@@ -176,7 +176,7 @@
        private DevExpress.XtraLayout.LayoutControlItem itemForComplete;
        private DevExpress.XtraLayout.LayoutControlItem itemForCancel;
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
        private Core.XhsProjectSimulationPumpSingleMatchingForm xtraUserControl11;
        private PumpSingleMatchingForm xtraUserControl11;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
    }
}