namespace HStation.WinFrmUI { partial class SimulationSingleWorkingPumpAnalyCtrl { /// /// Required designer variable. /// private System.ComponentModel.IContainer components = null; /// /// Clean up any resources being used. /// /// true if managed resources should be disposed; otherwise, false. protected override void Dispose(bool disposing) { if (disposing && (components != null)) { components.Dispose(); } base.Dispose(disposing); } #region Component Designer generated code /// /// Required method for Designer support - do not modify /// the contents of this method with the code editor. /// private void InitializeComponent() { layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); panelControl1 = new PanelControl(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); splitterItem1 = new DevExpress.XtraLayout.SplitterItem(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); hydroPumpListStateViewCtrl1 = new HydroPumpListStateViewCtrl(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); pumpRunViewChart1 = new Yw.WinFrmUI.Phart.PumpRunViewChart(); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)panelControl1).BeginInit(); panelControl1.SuspendLayout(); ((ISupportInitialize)Root).BeginInit(); ((ISupportInitialize)layoutControlGroup1).BeginInit(); ((ISupportInitialize)splitterItem1).BeginInit(); ((ISupportInitialize)layoutControlItem3).BeginInit(); ((ISupportInitialize)layoutControlItem2).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(hydroPumpListStateViewCtrl1); layoutControl1.Controls.Add(panelControl1); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(1055, 304, 650, 400); layoutControl1.Root = Root; layoutControl1.Size = new Size(891, 570); layoutControl1.TabIndex = 1; layoutControl1.Text = "layoutControl1"; // // panelControl1 // panelControl1.BorderStyle = BorderStyles.Simple; 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; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlGroup1, splitterItem1, layoutControlItem3 }); Root.Name = "Root"; Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); Root.Size = new Size(891, 570); Root.TextVisible = false; // // layoutControlGroup1 // layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Title; layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2 }); layoutControlGroup1.Location = new Point(0, 0); layoutControlGroup1.Name = "layoutControlGroup1"; layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlGroup1.Size = new Size(203, 570); layoutControlGroup1.Text = "水泵列表"; // // splitterItem1 // splitterItem1.AllowHotTrack = true; splitterItem1.Location = new Point(203, 0); splitterItem1.Name = "splitterItem1"; splitterItem1.Size = new Size(10, 570); // // layoutControlItem3 // layoutControlItem3.Control = panelControl1; layoutControlItem3.Location = new Point(213, 0); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlItem3.Size = new Size(678, 570); layoutControlItem3.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2); 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 // pumpRunViewChart1.Dock = DockStyle.Fill; pumpRunViewChart1.Location = new Point(3, 3); pumpRunViewChart1.Margin = new Padding(2, 2, 2, 2); pumpRunViewChart1.Name = "pumpVariableSpeedViewChart1"; pumpRunViewChart1.Size = new Size(668, 560); pumpRunViewChart1.TabIndex = 0; // // SimulationSingleWorkingPumpAnalyCtrl // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); Name = "SimulationSingleWorkingPumpAnalyCtrl"; Size = new Size(891, 570); ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)panelControl1).EndInit(); panelControl1.ResumeLayout(false); ((ISupportInitialize)Root).EndInit(); ((ISupportInitialize)layoutControlGroup1).EndInit(); ((ISupportInitialize)splitterItem1).EndInit(); ((ISupportInitialize)layoutControlItem3).EndInit(); ((ISupportInitialize)layoutControlItem2).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private PanelControl panelControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraLayout.SplitterItem splitterItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private HydroPumpListStateViewCtrl hydroPumpListStateViewCtrl1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private Yw.WinFrmUI.Phart.PumpRunViewChart pumpRunViewChart1; } }