lixiaojun
2024-12-02 f54adb8f368def21b9aa01e466b09bed6cd8347c
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
            // 
@@ -161,6 +151,7 @@
            btnDesign.StyleController = layoutControl1;
            btnDesign.TabIndex = 3;
            btnDesign.Text = "设置";
            btnDesign.Click += btnDesign_Click;
            // 
            // txtDesignH
            // 
@@ -325,15 +316,25 @@
            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.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 +357,6 @@
        }
        #endregion
        private PictureEdit pictureEdit1;
        private SidePanel sidePanel1;
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
        private SimpleButton btnDesign;
@@ -380,5 +379,6 @@
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6;
        private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup5;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
        private Yw.WinFrmUI.Phart.PumpParallelChart pumpParallelChart1;
    }
}