| | |
| | | private void InitializeComponent() |
| | | { |
| | | ComponentResourceManager resources = new ComponentResourceManager(typeof(SimulationPumpParallelCtrl)); |
| | | pictureEdit1 = new PictureEdit(); |
| | | sidePanel1 = new SidePanel(); |
| | | layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); |
| | | hydroPumpQueryPointListGridCtrl1 = new HydroPumpQueryPointListGridCtrl(); |
| | |
| | | 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(); |
| | |
| | | ((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 |
| | | // |
| | |
| | | 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; |
| | |
| | | btnDesign.StyleController = layoutControl1; |
| | | btnDesign.TabIndex = 3; |
| | | btnDesign.Text = "设置"; |
| | | btnDesign.Click += btnDesign_Click; |
| | | // |
| | | // txtDesignH |
| | | // |
| | |
| | | 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); |
| | |
| | | } |
| | | |
| | | #endregion |
| | | |
| | | private PictureEdit pictureEdit1; |
| | | private SidePanel sidePanel1; |
| | | private DevExpress.XtraLayout.LayoutControl layoutControl1; |
| | | private SimpleButton btnDesign; |
| | |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; |
| | | private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup5; |
| | | private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; |
| | | private Yw.WinFrmUI.Phart.PumpParallelChart pumpParallelChart1; |
| | | } |
| | | } |