duheng
2024-10-14 05d57af48f51d2ac8292bc3faaa01ca753763790
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/06-simulation/01-matching/03-valve/01-valvesinglematching/ValveSingleMatchingDlg.Designer.cs
@@ -1,4 +1,4 @@
namespace HStation.WinFrmUI.Xhs
namespace HStation.WinFrmUI
    partial class ValveSingleMatchingDlg
    {
@@ -29,7 +29,7 @@
        private void InitializeComponent()
        {
            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            xtraUserControl11 = new ValveSingleMatchingForm();
            xtraUserControl11 = new ValveSingleMatchingCtrl();
            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 = "ValveMainCurveChoiceDlg";
            Name = "AssetsValveMainCurveChoiceDlg";
            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 ValveSingleMatchingForm xtraUserControl11;
        private ValveSingleMatchingCtrl xtraUserControl11;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
    }
}