lixiaojun
2024-12-09 3380b689a6121b2a3b3de749d48b4a59525c6267
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/11-pump/03-analy/SimulationSingleWorkingPumpAnalyCtrl.Designer.cs
@@ -29,23 +29,23 @@
        private void InitializeComponent()
        {
            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            hydroPumpListStateViewCtrl1 = new HydroPumpListStateViewCtrl();
            panelControl1 = new PanelControl();
            pumpRunViewChart1 = new Yw.WinFrmUI.Phart.PumpRunViewChart();
            Root = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
            layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
            hydroPumpListStateViewCtrl1 = new HydroPumpListStateViewCtrl();
            layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            pumpVariableSpeedViewChart1 = new Yw.WinFrmUI.Phart.PumpRunViewChart();
            ((ISupportInitialize)layoutControl1).BeginInit();
            layoutControl1.SuspendLayout();
            ((ISupportInitialize)panelControl1).BeginInit();
            panelControl1.SuspendLayout();
            ((ISupportInitialize)Root).BeginInit();
            ((ISupportInitialize)layoutControlGroup1).BeginInit();
            ((ISupportInitialize)layoutControlItem2).BeginInit();
            ((ISupportInitialize)splitterItem1).BeginInit();
            ((ISupportInitialize)layoutControlItem3).BeginInit();
            ((ISupportInitialize)layoutControlItem2).BeginInit();
            SuspendLayout();
            // 
            // layoutControl1
@@ -61,15 +61,31 @@
            layoutControl1.TabIndex = 1;
            layoutControl1.Text = "layoutControl1";
            // 
            // hydroPumpListStateViewCtrl1
            //
            hydroPumpListStateViewCtrl1.Location = new Point(2, 24);
            hydroPumpListStateViewCtrl1.Name = "hydroPumpListStateViewCtrl1";
            hydroPumpListStateViewCtrl1.Size = new Size(199, 544);
            hydroPumpListStateViewCtrl1.TabIndex = 8;
            //
            // panelControl1
            // 
            panelControl1.BorderStyle = BorderStyles.Simple;
            panelControl1.Controls.Add(pumpVariableSpeedViewChart1);
            panelControl1.Controls.Add(pumpRunViewChart1);
            panelControl1.Location = new Point(215, 2);
            panelControl1.Name = "panelControl1";
            panelControl1.Padding = new Padding(1);
            panelControl1.Size = new Size(674, 566);
            panelControl1.TabIndex = 7;
            //
            // pumpRunViewChart1
            //
            pumpRunViewChart1.Dock = DockStyle.Fill;
            pumpRunViewChart1.Location = new Point(3, 3);
            pumpRunViewChart1.Margin = new Padding(2, 2, 2, 2);
            pumpRunViewChart1.Name = "pumpRunViewChart1";
            pumpRunViewChart1.Size = new Size(668, 560);
            pumpRunViewChart1.TabIndex = 0;
            // 
            // Root
            // 
@@ -91,6 +107,16 @@
            layoutControlGroup1.Size = new Size(203, 570);
            layoutControlGroup1.Text = "水泵列表";
            // 
            // layoutControlItem2
            //
            layoutControlItem2.Control = hydroPumpListStateViewCtrl1;
            layoutControlItem2.Location = new Point(0, 0);
            layoutControlItem2.Name = "layoutControlItem2";
            layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            layoutControlItem2.Size = new Size(199, 544);
            layoutControlItem2.TextSize = new Size(0, 0);
            layoutControlItem2.TextVisible = false;
            //
            // splitterItem1
            // 
            splitterItem1.AllowHotTrack = true;
@@ -109,32 +135,6 @@
            layoutControlItem3.TextSize = new Size(0, 0);
            layoutControlItem3.TextVisible = false;
            // 
            // hydroPumpListStateViewCtrl1
            //
            hydroPumpListStateViewCtrl1.Location = new Point(2, 24);
            hydroPumpListStateViewCtrl1.Name = "hydroPumpListStateViewCtrl1";
            hydroPumpListStateViewCtrl1.Size = new Size(199, 544);
            hydroPumpListStateViewCtrl1.TabIndex = 8;
            //
            // layoutControlItem2
            //
            layoutControlItem2.Control = hydroPumpListStateViewCtrl1;
            layoutControlItem2.Location = new Point(0, 0);
            layoutControlItem2.Name = "layoutControlItem2";
            layoutControlItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0);
            layoutControlItem2.Size = new Size(199, 544);
            layoutControlItem2.TextSize = new Size(0, 0);
            layoutControlItem2.TextVisible = false;
            //
            // pumpVariableSpeedViewChart1
            //
            pumpVariableSpeedViewChart1.Dock = DockStyle.Fill;
            pumpVariableSpeedViewChart1.Location = new Point(3, 3);
            pumpVariableSpeedViewChart1.Margin = new Padding(2, 2, 2, 2);
            pumpVariableSpeedViewChart1.Name = "pumpVariableSpeedViewChart1";
            pumpVariableSpeedViewChart1.Size = new Size(668, 560);
            pumpVariableSpeedViewChart1.TabIndex = 0;
            //
            // SimulationSingleWorkingPumpAnalyCtrl
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
@@ -148,9 +148,9 @@
            panelControl1.ResumeLayout(false);
            ((ISupportInitialize)Root).EndInit();
            ((ISupportInitialize)layoutControlGroup1).EndInit();
            ((ISupportInitialize)layoutControlItem2).EndInit();
            ((ISupportInitialize)splitterItem1).EndInit();
            ((ISupportInitialize)layoutControlItem3).EndInit();
            ((ISupportInitialize)layoutControlItem2).EndInit();
            ResumeLayout(false);
        }
@@ -164,6 +164,6 @@
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
        private HydroPumpListStateViewCtrl hydroPumpListStateViewCtrl1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
        private Yw.WinFrmUI.Phart.PumpRunViewChart pumpVariableSpeedViewChart1;
        private Yw.WinFrmUI.Phart.PumpRunViewChart pumpRunViewChart1;
    }
}