namespace HStation.WinFrmUI { partial class SimulationPumpParallelCtrl { /// /// 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() { ComponentResourceManager resources = new ComponentResourceManager(typeof(SimulationPumpParallelCtrl)); sidePanel1 = new SidePanel(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); imageComboBoxEdit1 = new ImageComboBoxEdit(); hydroPumpQueryPointListGridCtrl1 = new HydroPumpQueryPointListGridCtrl(); hydroPumpDesignPointListGridCtrl1 = new HydroPumpDesignPointListGridCtrl(); hydroPumpListExtendGridCtrl1 = new HydroPumpListExtendGridCtrl(); btnSave = new SimpleButton(); btnDesign = new SimpleButton(); txtDesignH = new TextEdit(); txtDesignQ = new TextEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); groupForDesignPoint = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); groupForOperation = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); simpleLabelItem1 = new DevExpress.XtraLayout.SimpleLabelItem(); itemForPumpGroup = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); simpleLabelItem2 = new DevExpress.XtraLayout.SimpleLabelItem(); simpleLabelItem3 = new DevExpress.XtraLayout.SimpleLabelItem(); pumpParallelChart1 = new Yw.WinFrmUI.Phart.PumpParallelChart(); sidePanel1.SuspendLayout(); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)imageComboBoxEdit1.Properties).BeginInit(); ((ISupportInitialize)txtDesignH.Properties).BeginInit(); ((ISupportInitialize)txtDesignQ.Properties).BeginInit(); ((ISupportInitialize)Root).BeginInit(); ((ISupportInitialize)groupForDesignPoint).BeginInit(); ((ISupportInitialize)layoutControlItem1).BeginInit(); ((ISupportInitialize)layoutControlItem2).BeginInit(); ((ISupportInitialize)layoutControlItem3).BeginInit(); ((ISupportInitialize)groupForOperation).BeginInit(); ((ISupportInitialize)layoutControlItem4).BeginInit(); ((ISupportInitialize)simpleLabelItem1).BeginInit(); ((ISupportInitialize)itemForPumpGroup).BeginInit(); ((ISupportInitialize)layoutControlItem5).BeginInit(); ((ISupportInitialize)layoutControlItem7).BeginInit(); ((ISupportInitialize)layoutControlItem6).BeginInit(); ((ISupportInitialize)simpleLabelItem2).BeginInit(); ((ISupportInitialize)simpleLabelItem3).BeginInit(); SuspendLayout(); // // sidePanel1 // sidePanel1.Controls.Add(layoutControl1); sidePanel1.Dock = DockStyle.Right; sidePanel1.Location = new Point(640, 0); sidePanel1.Name = "sidePanel1"; sidePanel1.Size = new Size(465, 663); sidePanel1.TabIndex = 1; sidePanel1.Text = "sidePanel1"; // // layoutControl1 // layoutControl1.Controls.Add(imageComboBoxEdit1); layoutControl1.Controls.Add(hydroPumpQueryPointListGridCtrl1); layoutControl1.Controls.Add(hydroPumpDesignPointListGridCtrl1); layoutControl1.Controls.Add(hydroPumpListExtendGridCtrl1); layoutControl1.Controls.Add(btnSave); layoutControl1.Controls.Add(btnDesign); layoutControl1.Controls.Add(txtDesignH); layoutControl1.Controls.Add(txtDesignQ); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(1, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(230, 425, 650, 400); layoutControl1.Root = Root; layoutControl1.Size = new Size(464, 663); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // imageComboBoxEdit1 // imageComboBoxEdit1.Location = new Point(307, 70); imageComboBoxEdit1.Name = "imageComboBoxEdit1"; imageComboBoxEdit1.Properties.AutoHeight = false; imageComboBoxEdit1.Properties.Buttons.AddRange(new EditorButton[] { new EditorButton(ButtonPredefines.Combo) }); imageComboBoxEdit1.Size = new Size(155, 20); imageComboBoxEdit1.StyleController = layoutControl1; imageComboBoxEdit1.TabIndex = 8; imageComboBoxEdit1.SelectedValueChanged += imageComboBoxEdit1_SelectedValueChanged; // // hydroPumpQueryPointListGridCtrl1 // hydroPumpQueryPointListGridCtrl1.Location = new Point(0, 533); hydroPumpQueryPointListGridCtrl1.Name = "hydroPumpQueryPointListGridCtrl1"; hydroPumpQueryPointListGridCtrl1.Size = new Size(464, 130); hydroPumpQueryPointListGridCtrl1.TabIndex = 7; // // hydroPumpDesignPointListGridCtrl1 // hydroPumpDesignPointListGridCtrl1.Location = new Point(0, 383); hydroPumpDesignPointListGridCtrl1.Name = "hydroPumpDesignPointListGridCtrl1"; hydroPumpDesignPointListGridCtrl1.Size = new Size(464, 130); hydroPumpDesignPointListGridCtrl1.TabIndex = 6; // // hydroPumpListExtendGridCtrl1 // hydroPumpListExtendGridCtrl1.Location = new Point(0, 92); hydroPumpListExtendGridCtrl1.Name = "hydroPumpListExtendGridCtrl1"; hydroPumpListExtendGridCtrl1.Size = new Size(464, 271); hydroPumpListExtendGridCtrl1.TabIndex = 5; // // btnSave // btnSave.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary; btnSave.Appearance.ForeColor = Color.White; btnSave.Appearance.Options.UseBackColor = true; btnSave.Appearance.Options.UseForeColor = true; btnSave.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True; btnSave.ImageOptions.ImageToTextAlignment = ImageAlignToText.LeftCenter; btnSave.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnSave.ImageOptions.SvgImage"); btnSave.ImageOptions.SvgImageSize = new Size(16, 16); btnSave.Location = new Point(356, 34); btnSave.Name = "btnSave"; btnSave.Size = new Size(96, 22); btnSave.StyleController = layoutControl1; btnSave.TabIndex = 4; btnSave.Text = "保存"; btnSave.Click += btnSave_Click; // // btnDesign // btnDesign.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True; btnDesign.ImageOptions.ImageToTextAlignment = ImageAlignToText.LeftCenter; btnDesign.ImageOptions.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("btnDesign.ImageOptions.SvgImage"); btnDesign.ImageOptions.SvgImageSize = new Size(16, 16); btnDesign.Location = new Point(236, 34); btnDesign.Name = "btnDesign"; btnDesign.Size = new Size(96, 22); btnDesign.StyleController = layoutControl1; btnDesign.TabIndex = 3; btnDesign.Text = "设置"; btnDesign.Click += btnDesign_Click; // // txtDesignH // txtDesignH.Location = new Point(164, 35); txtDesignH.Name = "txtDesignH"; txtDesignH.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; txtDesignH.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; txtDesignH.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtDesignH.Properties.NullValuePrompt = "m"; txtDesignH.Size = new Size(68, 20); txtDesignH.StyleController = layoutControl1; txtDesignH.TabIndex = 2; // // txtDesignQ // txtDesignQ.Location = new Point(52, 35); txtDesignQ.Name = "txtDesignQ"; txtDesignQ.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; txtDesignQ.Properties.EditFormat.FormatType = DevExpress.Utils.FormatType.Numeric; txtDesignQ.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtDesignQ.Properties.NullValuePrompt = "m³/h"; txtDesignQ.Size = new Size(68, 20); txtDesignQ.StyleController = layoutControl1; txtDesignQ.TabIndex = 0; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { groupForDesignPoint, groupForOperation, simpleLabelItem1, itemForPumpGroup, layoutControlItem5, layoutControlItem7, layoutControlItem6, simpleLabelItem2, simpleLabelItem3 }); Root.Name = "Root"; Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); Root.Size = new Size(464, 663); Root.TextVisible = false; // // groupForDesignPoint // groupForDesignPoint.GroupStyle = DevExpress.Utils.GroupStyle.Title; groupForDesignPoint.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3 }); groupForDesignPoint.Location = new Point(0, 0); groupForDesignPoint.Name = "groupForDesignPoint"; groupForDesignPoint.Size = new Size(344, 68); groupForDesignPoint.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); groupForDesignPoint.Text = "设计点"; // // layoutControlItem1 // layoutControlItem1.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutControlItem1.Control = txtDesignQ; layoutControlItem1.Location = new Point(0, 0); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(112, 26); layoutControlItem1.Text = "流量:"; layoutControlItem1.TextSize = new Size(28, 14); // // layoutControlItem2 // layoutControlItem2.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutControlItem2.Control = txtDesignH; layoutControlItem2.Location = new Point(112, 0); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(112, 26); layoutControlItem2.Text = "扬程:"; layoutControlItem2.TextSize = new Size(28, 14); // // layoutControlItem3 // layoutControlItem3.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutControlItem3.Control = btnDesign; layoutControlItem3.Location = new Point(224, 0); layoutControlItem3.MaxSize = new Size(100, 26); layoutControlItem3.MinSize = new Size(100, 26); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.Size = new Size(100, 26); layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem3.TextSize = new Size(0, 0); layoutControlItem3.TextVisible = false; // // groupForOperation // groupForOperation.GroupStyle = DevExpress.Utils.GroupStyle.Title; groupForOperation.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem4 }); groupForOperation.Location = new Point(344, 0); groupForOperation.Name = "groupForOperation"; groupForOperation.Size = new Size(120, 68); groupForOperation.Spacing = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); groupForOperation.Text = "操作"; // // layoutControlItem4 // layoutControlItem4.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; layoutControlItem4.Control = btnSave; layoutControlItem4.Location = new Point(0, 0); layoutControlItem4.MaxSize = new Size(100, 26); layoutControlItem4.MinSize = new Size(100, 26); layoutControlItem4.Name = "layoutControlItem4"; layoutControlItem4.Size = new Size(100, 26); layoutControlItem4.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem4.TextSize = new Size(0, 0); layoutControlItem4.TextVisible = false; // // simpleLabelItem1 // simpleLabelItem1.AllowHotTrack = false; simpleLabelItem1.AppearanceItemCaption.BackColor = Color.WhiteSmoke; simpleLabelItem1.AppearanceItemCaption.Font = new Font("Tahoma", 9F, FontStyle.Bold, GraphicsUnit.Point); simpleLabelItem1.AppearanceItemCaption.Options.UseBackColor = true; simpleLabelItem1.AppearanceItemCaption.Options.UseFont = true; simpleLabelItem1.Location = new Point(0, 68); simpleLabelItem1.MaxSize = new Size(0, 20); simpleLabelItem1.MinSize = new Size(48, 20); simpleLabelItem1.Name = "simpleLabelItem1"; simpleLabelItem1.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); simpleLabelItem1.Size = new Size(305, 24); simpleLabelItem1.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; simpleLabelItem1.Text = " 水泵列表"; simpleLabelItem1.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; simpleLabelItem1.TextSize = new Size(64, 14); // // itemForPumpGroup // itemForPumpGroup.AppearanceItemCaption.BackColor = Color.WhiteSmoke; itemForPumpGroup.AppearanceItemCaption.Options.UseBackColor = true; itemForPumpGroup.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center; itemForPumpGroup.Control = imageComboBoxEdit1; itemForPumpGroup.Location = new Point(305, 68); itemForPumpGroup.MaxSize = new Size(159, 0); itemForPumpGroup.MinSize = new Size(159, 24); itemForPumpGroup.Name = "itemForPumpGroup"; itemForPumpGroup.Size = new Size(159, 24); itemForPumpGroup.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; itemForPumpGroup.Text = "分组:"; itemForPumpGroup.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; itemForPumpGroup.TextSize = new Size(0, 0); itemForPumpGroup.TextToControlDistance = 0; itemForPumpGroup.TextVisible = false; // // layoutControlItem5 // layoutControlItem5.Control = hydroPumpListExtendGridCtrl1; layoutControlItem5.Location = new Point(0, 92); layoutControlItem5.MinSize = new Size(1, 1); layoutControlItem5.Name = "layoutControlItem5"; layoutControlItem5.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlItem5.Size = new Size(464, 271); layoutControlItem5.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem5.TextSize = new Size(0, 0); layoutControlItem5.TextVisible = false; // // layoutControlItem7 // layoutControlItem7.Control = hydroPumpQueryPointListGridCtrl1; layoutControlItem7.Location = new Point(0, 533); layoutControlItem7.MaxSize = new Size(0, 130); layoutControlItem7.MinSize = new Size(5, 130); layoutControlItem7.Name = "layoutControlItem7"; layoutControlItem7.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlItem7.Size = new Size(464, 130); layoutControlItem7.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem7.TextSize = new Size(0, 0); layoutControlItem7.TextVisible = false; // // layoutControlItem6 // layoutControlItem6.Control = hydroPumpDesignPointListGridCtrl1; layoutControlItem6.Location = new Point(0, 383); layoutControlItem6.MaxSize = new Size(0, 130); layoutControlItem6.MinSize = new Size(5, 130); layoutControlItem6.Name = "layoutControlItem6"; layoutControlItem6.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); layoutControlItem6.Size = new Size(464, 130); layoutControlItem6.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; layoutControlItem6.TextSize = new Size(0, 0); layoutControlItem6.TextVisible = false; // // simpleLabelItem2 // simpleLabelItem2.AllowHotTrack = false; simpleLabelItem2.AppearanceItemCaption.BackColor = Color.WhiteSmoke; simpleLabelItem2.AppearanceItemCaption.Font = new Font("Tahoma", 9F, FontStyle.Bold, GraphicsUnit.Point); simpleLabelItem2.AppearanceItemCaption.Options.UseBackColor = true; simpleLabelItem2.AppearanceItemCaption.Options.UseFont = true; simpleLabelItem2.Location = new Point(0, 363); simpleLabelItem2.MaxSize = new Size(0, 20); simpleLabelItem2.MinSize = new Size(51, 20); simpleLabelItem2.Name = "simpleLabelItem2"; simpleLabelItem2.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); simpleLabelItem2.Size = new Size(464, 20); simpleLabelItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; simpleLabelItem2.Text = " 设计点"; simpleLabelItem2.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; simpleLabelItem2.TextSize = new Size(51, 14); // // simpleLabelItem3 // simpleLabelItem3.AllowHotTrack = false; simpleLabelItem3.AppearanceItemCaption.BackColor = Color.WhiteSmoke; simpleLabelItem3.AppearanceItemCaption.Font = new Font("Tahoma", 9F, FontStyle.Bold, GraphicsUnit.Point); simpleLabelItem3.AppearanceItemCaption.Options.UseBackColor = true; simpleLabelItem3.AppearanceItemCaption.Options.UseFont = true; simpleLabelItem3.Location = new Point(0, 513); simpleLabelItem3.MaxSize = new Size(0, 20); simpleLabelItem3.MinSize = new Size(52, 20); simpleLabelItem3.Name = "simpleLabelItem3"; simpleLabelItem3.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); simpleLabelItem3.Size = new Size(464, 20); simpleLabelItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom; simpleLabelItem3.Text = " 查询点"; simpleLabelItem3.TextAlignMode = DevExpress.XtraLayout.TextAlignModeItem.AutoSize; simpleLabelItem3.TextSize = new Size(51, 14); // // 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(pumpParallelChart1); Controls.Add(sidePanel1); Name = "SimulationPumpParallelCtrl"; Size = new Size(1105, 663); sidePanel1.ResumeLayout(false); ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)imageComboBoxEdit1.Properties).EndInit(); ((ISupportInitialize)txtDesignH.Properties).EndInit(); ((ISupportInitialize)txtDesignQ.Properties).EndInit(); ((ISupportInitialize)Root).EndInit(); ((ISupportInitialize)groupForDesignPoint).EndInit(); ((ISupportInitialize)layoutControlItem1).EndInit(); ((ISupportInitialize)layoutControlItem2).EndInit(); ((ISupportInitialize)layoutControlItem3).EndInit(); ((ISupportInitialize)groupForOperation).EndInit(); ((ISupportInitialize)layoutControlItem4).EndInit(); ((ISupportInitialize)simpleLabelItem1).EndInit(); ((ISupportInitialize)itemForPumpGroup).EndInit(); ((ISupportInitialize)layoutControlItem5).EndInit(); ((ISupportInitialize)layoutControlItem7).EndInit(); ((ISupportInitialize)layoutControlItem6).EndInit(); ((ISupportInitialize)simpleLabelItem2).EndInit(); ((ISupportInitialize)simpleLabelItem3).EndInit(); ResumeLayout(false); } #endregion private SidePanel sidePanel1; private DevExpress.XtraLayout.LayoutControl layoutControl1; private SimpleButton btnDesign; private TextEdit txtDesignH; private TextEdit txtDesignQ; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private SimpleButton btnSave; private DevExpress.XtraLayout.LayoutControlGroup groupForDesignPoint; private DevExpress.XtraLayout.LayoutControlGroup groupForOperation; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private HydroPumpListExtendGridCtrl hydroPumpListExtendGridCtrl1; private HydroPumpQueryPointListGridCtrl hydroPumpQueryPointListGridCtrl1; private HydroPumpDesignPointListGridCtrl hydroPumpDesignPointListGridCtrl1; private Yw.WinFrmUI.Phart.PumpParallelChart pumpParallelChart1; private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem1; private ImageComboBoxEdit imageComboBoxEdit1; private DevExpress.XtraLayout.LayoutControlItem itemForPumpGroup; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem2; private DevExpress.XtraLayout.SimpleLabelItem simpleLabelItem3; } }