lixiaojun
2025-02-13 bfd1b73be85fd66ee37031eadcd4d09e7dafb52f
WinFrmUI/HStation.WinFrmUI.Xhs.Core/03-simulation/11-pump/01-parallel/SimulationPumpParallelCtrl.Designer.cs
@@ -29,7 +29,6 @@
        private void InitializeComponent()
        {
            ComponentResourceManager resources = new ComponentResourceManager(typeof(SimulationPumpParallelCtrl));
            pictureEdit1 = new PictureEdit();
            sidePanel1 = new SidePanel();
            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            hydroPumpQueryPointListGridCtrl1 = new HydroPumpQueryPointListGridCtrl();
@@ -52,7 +51,7 @@
            layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlGroup5 = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
            ((ISupportInitialize)pictureEdit1.Properties).BeginInit();
            pumpParallelChart1 = new Yw.WinFrmUI.Phart.PumpParallelChart();
            sidePanel1.SuspendLayout();
            ((ISupportInitialize)layoutControl1).BeginInit();
            layoutControl1.SuspendLayout();
@@ -72,15 +71,6 @@
            ((ISupportInitialize)layoutControlGroup5).BeginInit();
            ((ISupportInitialize)layoutControlItem7).BeginInit();
            SuspendLayout();
            //
            // pictureEdit1
            //
            pictureEdit1.Dock = DockStyle.Fill;
            pictureEdit1.Location = new Point(0, 0);
            pictureEdit1.Name = "pictureEdit1";
            pictureEdit1.Properties.ShowCameraMenuItem = CameraMenuItemVisibility.Auto;
            pictureEdit1.Size = new Size(640, 663);
            pictureEdit1.TabIndex = 0;
            // 
            // sidePanel1
            // 
@@ -104,7 +94,7 @@
            layoutControl1.Dock = DockStyle.Fill;
            layoutControl1.Location = new Point(1, 0);
            layoutControl1.Name = "layoutControl1";
            layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1270, 374, 650, 400);
            layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(604, 372, 650, 400);
            layoutControl1.Root = Root;
            layoutControl1.Size = new Size(464, 663);
            layoutControl1.TabIndex = 0;
@@ -161,6 +151,7 @@
            btnDesign.StyleController = layoutControl1;
            btnDesign.TabIndex = 3;
            btnDesign.Text = "设置";
            btnDesign.Click += btnDesign_Click;
            // 
            // txtDesignH
            // 
@@ -325,15 +316,28 @@
            layoutControlItem7.TextSize = new Size(0, 0);
            layoutControlItem7.TextVisible = false;
            // 
            // pumpParallelChart1
            //
            pumpParallelChart1.Dock = DockStyle.Fill;
            pumpParallelChart1.LineNameVisible = true;
            pumpParallelChart1.LineVisible = false;
            pumpParallelChart1.Location = new Point(0, 0);
            pumpParallelChart1.Margin = new Padding(2, 2, 2, 2);
            pumpParallelChart1.Name = "pumpParallelChart1";
            pumpParallelChart1.QEFeatType = Yw.Ahart.eFeatType.Cubic;
            pumpParallelChart1.QHFeatType = Yw.Ahart.eFeatType.Cubic;
            pumpParallelChart1.QPFeatType = Yw.Ahart.eFeatType.Cubic;
            pumpParallelChart1.Size = new Size(640, 663);
            pumpParallelChart1.TabIndex = 2;
            //
            // SimulationPumpParallelCtrl
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(pictureEdit1);
            Controls.Add(pumpParallelChart1);
            Controls.Add(sidePanel1);
            Name = "SimulationPumpParallelCtrl";
            Size = new Size(1105, 663);
            ((ISupportInitialize)pictureEdit1.Properties).EndInit();
            sidePanel1.ResumeLayout(false);
            ((ISupportInitialize)layoutControl1).EndInit();
            layoutControl1.ResumeLayout(false);
@@ -356,8 +360,6 @@
        }
        #endregion
        private PictureEdit pictureEdit1;
        private SidePanel sidePanel1;
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
        private SimpleButton btnDesign;
@@ -380,5 +382,6 @@
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup5;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
        private Yw.WinFrmUI.Phart.PumpParallelChart pumpParallelChart1;
    }
}