namespace HStation.WinFrmUI { partial class SimulationPumpFeatCtrl { /// /// 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(); pumpOperationChart1 = new Yw.WinFrmUI.Phart.PumpOperationChart(); hydroPumpListStateEditCtrl1 = new HydroPumpListStateEditCtrl(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlGroup1 = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); splitterItem1 = new DevExpress.XtraLayout.SplitterItem(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)panelControl1).BeginInit(); panelControl1.SuspendLayout(); ((ISupportInitialize)Root).BeginInit(); ((ISupportInitialize)layoutControlGroup1).BeginInit(); ((ISupportInitialize)layoutControlItem1).BeginInit(); ((ISupportInitialize)splitterItem1).BeginInit(); ((ISupportInitialize)layoutControlItem3).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(panelControl1); layoutControl1.Controls.Add(hydroPumpListStateEditCtrl1); 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(952, 597); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // panelControl1 // panelControl1.BorderStyle = BorderStyles.Simple; panelControl1.Controls.Add(pumpOperationChart1); panelControl1.Location = new Point(229, 2); panelControl1.Name = "panelControl1"; panelControl1.Padding = new Padding(1); panelControl1.Size = new Size(721, 593); panelControl1.TabIndex = 7; // // pumpOperationChart1 // pumpOperationChart1.Dock = DockStyle.Fill; pumpOperationChart1.LineNameVisible = true; pumpOperationChart1.LineVisible = false; pumpOperationChart1.Location = new Point(3, 3); pumpOperationChart1.Margin = new Padding(2, 2, 2, 2); pumpOperationChart1.Name = "pumpOperationChart1"; pumpOperationChart1.Size = new Size(715, 587); pumpOperationChart1.TabIndex = 0; // // hydroPumpListStateEditCtrl1 // hydroPumpListStateEditCtrl1.Location = new Point(2, 24); hydroPumpListStateEditCtrl1.Name = "hydroPumpListStateEditCtrl1"; hydroPumpListStateEditCtrl1.Size = new Size(213, 571); hydroPumpListStateEditCtrl1.TabIndex = 4; // // 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(952, 597); Root.TextVisible = false; // // layoutControlGroup1 // layoutControlGroup1.GroupStyle = DevExpress.Utils.GroupStyle.Title; layoutControlGroup1.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1 }); layoutControlGroup1.Location = new Point(0, 0); layoutControlGroup1.Name = "layoutControlGroup1"; layoutControlGroup1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlGroup1.Size = new Size(217, 597); layoutControlGroup1.Text = "水泵列表"; // // layoutControlItem1 // layoutControlItem1.Control = hydroPumpListStateEditCtrl1; layoutControlItem1.Location = new Point(0, 0); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlItem1.Size = new Size(213, 571); layoutControlItem1.TextSize = new Size(0, 0); layoutControlItem1.TextVisible = false; // // splitterItem1 // splitterItem1.AllowHotTrack = true; splitterItem1.Location = new Point(217, 0); splitterItem1.Name = "splitterItem1"; splitterItem1.Size = new Size(10, 597); // // layoutControlItem3 // layoutControlItem3.Control = panelControl1; layoutControlItem3.Location = new Point(227, 0); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlItem3.Size = new Size(725, 597); layoutControlItem3.Spacing = new DevExpress.XtraLayout.Utils.Padding(2, 2, 2, 2); layoutControlItem3.TextSize = new Size(0, 0); layoutControlItem3.TextVisible = false; // // SimulationPumpFeatCtrl // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); Name = "SimulationPumpFeatCtrl"; Size = new Size(952, 597); ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)panelControl1).EndInit(); panelControl1.ResumeLayout(false); ((ISupportInitialize)Root).EndInit(); ((ISupportInitialize)layoutControlGroup1).EndInit(); ((ISupportInitialize)layoutControlItem1).EndInit(); ((ISupportInitialize)splitterItem1).EndInit(); ((ISupportInitialize)layoutControlItem3).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private HydroPumpListStateEditCtrl hydroPumpListStateEditCtrl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlGroup layoutControlGroup1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.SplitterItem splitterItem1; private PanelControl panelControl1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private Yw.WinFrmUI.Phart.PumpOperationChart pumpOperationChart1; } }