lixiaojun
2024-12-02 f460fd2c628ab56db7450d70f3b7ad4b3524e6c8
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/09-energy/SimulationSingleWorkingEnergyCtrl.Designer.cs
@@ -35,7 +35,7 @@
            txtP = new TextEdit();
            txtH = new TextEdit();
            txtQ = new TextEdit();
            hydroPumpRunStatusListCtrl1 = new HydroPumpRunListCtrl();
            hydroPumpListStateViewCtrl1 = new HydroPumpListStateViewCtrl();
            hydroEnergyTotalViewCtrl1 = new HydroEnergyTotalViewCtrl();
            Root = new DevExpress.XtraLayout.LayoutControlGroup();
            splitterItem1 = new DevExpress.XtraLayout.SplitterItem();
@@ -80,7 +80,7 @@
            layoutControl1.Controls.Add(txtP);
            layoutControl1.Controls.Add(txtH);
            layoutControl1.Controls.Add(txtQ);
            layoutControl1.Controls.Add(hydroPumpRunStatusListCtrl1);
            layoutControl1.Controls.Add(hydroPumpListStateViewCtrl1);
            layoutControl1.Controls.Add(hydroEnergyTotalViewCtrl1);
            layoutControl1.Dock = DockStyle.Fill;
            layoutControl1.Location = new Point(0, 0);
@@ -152,10 +152,10 @@
            // 
            // hydroPumpRunStatusListCtrl1
            // 
            hydroPumpRunStatusListCtrl1.Location = new Point(5, 148);
            hydroPumpRunStatusListCtrl1.Name = "hydroPumpRunStatusListCtrl1";
            hydroPumpRunStatusListCtrl1.Size = new Size(210, 450);
            hydroPumpRunStatusListCtrl1.TabIndex = 6;
            hydroPumpListStateViewCtrl1.Location = new Point(5, 148);
            hydroPumpListStateViewCtrl1.Name = "hydroPumpRunStatusListCtrl1";
            hydroPumpListStateViewCtrl1.Size = new Size(210, 450);
            hydroPumpListStateViewCtrl1.TabIndex = 6;
            // 
            // hydroEnergyTotalViewCtrl1
            // 
@@ -194,7 +194,7 @@
            // 
            // layoutControlItem2
            // 
            layoutControlItem2.Control = hydroPumpRunStatusListCtrl1;
            layoutControlItem2.Control = hydroPumpListStateViewCtrl1;
            layoutControlItem2.Location = new Point(0, 0);
            layoutControlItem2.Name = "layoutControlItem2";
            layoutControlItem2.Size = new Size(214, 454);
@@ -338,7 +338,7 @@
        private TextEdit txtP;
        private TextEdit txtH;
        private TextEdit txtQ;
        private HydroPumpRunListCtrl hydroPumpRunStatusListCtrl1;
        private HydroPumpListStateViewCtrl hydroPumpListStateViewCtrl1;
        private HydroEnergyTotalViewCtrl hydroEnergyTotalViewCtrl1;
        private DevExpress.XtraLayout.SplitterItem splitterItem1;
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup2;