duheng
2024-12-22 51e66d3bc5ef0fe491800ccdce292a8d58300efa
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/07-matching/02-pump/01-pumpsinglematching/SimulationPumpSingleMatchingDlg.Designer.cs
@@ -28,6 +28,7 @@
        /// </summary>
        private void InitializeComponent()
        {
            components = new Container();
            ComponentResourceManager resources = new ComponentResourceManager(typeof(SimulationPumpSingleMatchingDlg));
            ribbon = new DevExpress.XtraBars.Ribbon.RibbonControl();
            barEditSearch = new DevExpress.XtraBars.BarEditItem();
@@ -45,7 +46,6 @@
            barBtnOK = new DevExpress.XtraBars.BarButtonItem();
            ribbonPage1 = new DevExpress.XtraBars.Ribbon.RibbonPage();
            ribbonPageGroup1 = new DevExpress.XtraBars.Ribbon.RibbonPageGroup();
            xtrPerform2dChart1 = new Yw.WinFrmUI.Phart.PumpViewChart();
            sidePanel1 = new SidePanel();
            sidePanel3 = new SidePanel();
            layoutControl3 = new DevExpress.XtraLayout.LayoutControl();
@@ -63,9 +63,11 @@
            layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            pumpChartViewCtrl1 = new PumpChartViewCtrl();
            Root = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
            phartViewModelBindingSource = new BindingSource(components);
            ((ISupportInitialize)ribbon).BeginInit();
            ((ISupportInitialize)repSearchCtrl).BeginInit();
            ((ISupportInitialize)gridControlPumpMain).BeginInit();
@@ -90,6 +92,7 @@
            ((ISupportInitialize)Root).BeginInit();
            ((ISupportInitialize)layoutControlGroup1).BeginInit();
            ((ISupportInitialize)layoutControlItem1).BeginInit();
            ((ISupportInitialize)phartViewModelBindingSource).BeginInit();
            SuspendLayout();
            // 
            // ribbon
@@ -257,14 +260,6 @@
            ribbonPageGroup1.Name = "ribbonPageGroup1";
            ribbonPageGroup1.Text = "搜索";
            // 
            // xtrPerform2dChart1
            //
            xtrPerform2dChart1.Location = new Point(0, 22);
            xtrPerform2dChart1.Margin = new Padding(1);
            xtrPerform2dChart1.Name = "xtrPerform2dChart1";
            xtrPerform2dChart1.Size = new Size(526, 636);
            xtrPerform2dChart1.TabIndex = 3;
            //
            // sidePanel1
            // 
            sidePanel1.BorderThickness = 0;
@@ -302,6 +297,7 @@
            // 
            // gridControlCurve
            // 
            gridControlCurve.DataSource = phartViewModelBindingSource;
            gridControlCurve.Location = new Point(0, 22);
            gridControlCurve.MainView = gridViewCurve;
            gridControlCurve.Margin = new Padding(0);
@@ -429,7 +425,7 @@
            // 
            // layoutControl1
            // 
            layoutControl1.Controls.Add(xtrPerform2dChart1);
            layoutControl1.Controls.Add(pumpChartViewCtrl1);
            layoutControl1.Dock = DockStyle.Fill;
            layoutControl1.Location = new Point(718, 57);
            layoutControl1.Margin = new Padding(2);
@@ -439,6 +435,14 @@
            layoutControl1.Size = new Size(526, 658);
            layoutControl1.TabIndex = 6;
            layoutControl1.Text = "layoutControl1";
            //
            // pumpChartViewCtrl1
            //
            pumpChartViewCtrl1.Location = new Point(2, 24);
            pumpChartViewCtrl1.Margin = new Padding(2, 2, 2, 2);
            pumpChartViewCtrl1.Name = "pumpChartViewCtrl1";
            pumpChartViewCtrl1.Size = new Size(522, 632);
            pumpChartViewCtrl1.TabIndex = 4;
            // 
            // Root
            // 
@@ -463,13 +467,16 @@
            // 
            // layoutControlItem1
            // 
            layoutControlItem1.Control = xtrPerform2dChart1;
            layoutControlItem1.Control = pumpChartViewCtrl1;
            layoutControlItem1.Location = new Point(0, 0);
            layoutControlItem1.Name = "layoutControlItem1";
            layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            layoutControlItem1.Size = new Size(526, 636);
            layoutControlItem1.TextSize = new Size(0, 0);
            layoutControlItem1.TextVisible = false;
            //
            // phartViewModelBindingSource
            //
            phartViewModelBindingSource.DataSource = typeof(PhartViewModel);
            // 
            // SimulationPumpSingleMatchingDlg
            // 
@@ -480,7 +487,7 @@
            Controls.Add(sidePanel1);
            Controls.Add(ribbon);
            Margin = new Padding(2);
            Name = "PumpMatchingDlg";
            Name = "SimulationPumpSingleMatchingDlg";
            Ribbon = ribbon;
            StartPosition = FormStartPosition.CenterScreen;
            Text = "选择泵型号";
@@ -508,6 +515,7 @@
            ((ISupportInitialize)Root).EndInit();
            ((ISupportInitialize)layoutControlGroup1).EndInit();
            ((ISupportInitialize)layoutControlItem1).EndInit();
            ((ISupportInitialize)phartViewModelBindingSource).EndInit();
            ResumeLayout(false);
            PerformLayout();
        }
@@ -519,7 +527,6 @@
        private DevExpress.XtraEditors.Repository.RepositoryItemSearchControl repSearchCtrl;
        private DevExpress.XtraBars.Ribbon.RibbonPage ribbonPage1;
        private DevExpress.XtraBars.Ribbon.RibbonPageGroup ribbonPageGroup1;
        private Yw.WinFrmUI.Phart.PumpViewChart xtrPerform2dChart1;
        private SidePanel sidePanel1;
        private SidePanel sidePanel3;
        private DevExpress.XtraLayout.LayoutControl layoutControl3;
@@ -550,6 +557,8 @@
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
        private DevExpress.XtraLayout.LayoutControlGroup Root;
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1;
        private PumpChartViewCtrl pumpChartViewCtrl1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
        private BindingSource phartViewModelBindingSource;
    }
}