namespace Yw.WinFrmUI { partial class SetPumpCalcuPrefixCtrl { /// /// 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() { DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions1 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions(); ComponentResourceManager resources = new ComponentResourceManager(typeof(SetPumpCalcuPrefixCtrl)); DevExpress.XtraLayout.ColumnDefinition columnDefinition1 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.ColumnDefinition columnDefinition2 = new DevExpress.XtraLayout.ColumnDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition1 = new DevExpress.XtraLayout.RowDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition2 = new DevExpress.XtraLayout.RowDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition3 = new DevExpress.XtraLayout.RowDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition4 = new DevExpress.XtraLayout.RowDefinition(); DevExpress.XtraLayout.RowDefinition rowDefinition5 = new DevExpress.XtraLayout.RowDefinition(); layoutControl1 = new DevExpress.XtraLayout.LayoutControl(); btnEditCurve = new DevExpress.XtraEditors.ButtonEdit(); txtRatedHz = new DevExpress.XtraEditors.TextEdit(); txtRatedN = new DevExpress.XtraEditors.TextEdit(); txtRatedH = new DevExpress.XtraEditors.TextEdit(); txtRatedQ = new DevExpress.XtraEditors.TextEdit(); txtRatedP = new DevExpress.XtraEditors.TextEdit(); txtCurrentHz = new DevExpress.XtraEditors.TextEdit(); imgCmbPumpStatus = new DevExpress.XtraEditors.ImageComboBoxEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutGroupCaption = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem(); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)btnEditCurve.Properties).BeginInit(); ((ISupportInitialize)txtRatedHz.Properties).BeginInit(); ((ISupportInitialize)txtRatedN.Properties).BeginInit(); ((ISupportInitialize)txtRatedH.Properties).BeginInit(); ((ISupportInitialize)txtRatedQ.Properties).BeginInit(); ((ISupportInitialize)txtRatedP.Properties).BeginInit(); ((ISupportInitialize)txtCurrentHz.Properties).BeginInit(); ((ISupportInitialize)imgCmbPumpStatus.Properties).BeginInit(); ((ISupportInitialize)Root).BeginInit(); ((ISupportInitialize)layoutGroupCaption).BeginInit(); ((ISupportInitialize)layoutControlItem1).BeginInit(); ((ISupportInitialize)layoutControlItem2).BeginInit(); ((ISupportInitialize)layoutControlItem3).BeginInit(); ((ISupportInitialize)layoutControlItem4).BeginInit(); ((ISupportInitialize)layoutControlItem5).BeginInit(); ((ISupportInitialize)layoutControlItem6).BeginInit(); ((ISupportInitialize)layoutControlItem7).BeginInit(); ((ISupportInitialize)layoutControlItem9).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(btnEditCurve); layoutControl1.Controls.Add(txtRatedHz); layoutControl1.Controls.Add(txtRatedN); layoutControl1.Controls.Add(txtRatedH); layoutControl1.Controls.Add(txtRatedQ); layoutControl1.Controls.Add(txtRatedP); layoutControl1.Controls.Add(txtCurrentHz); layoutControl1.Controls.Add(imgCmbPumpStatus); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.Root = Root; layoutControl1.Size = new Size(441, 144); layoutControl1.TabIndex = 0; layoutControl1.Text = "layoutControl1"; // // btnEditCurve // btnEditCurve.Location = new Point(286, 109); btnEditCurve.Name = "btnEditCurve"; btnEditCurve.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton() }); btnEditCurve.Properties.TextEditStyle = DevExpress.XtraEditors.Controls.TextEditStyles.DisableTextEditor; btnEditCurve.Properties.ButtonClick += btnEditCurve_Properties_ButtonClick; btnEditCurve.Size = new Size(141, 20); btnEditCurve.StyleController = layoutControl1; btnEditCurve.TabIndex = 12; btnEditCurve.ButtonClick += btnEditCurve_Properties_ButtonClick; // // txtRatedHz // txtRatedHz.Location = new Point(78, 109); txtRatedHz.Name = "txtRatedHz"; txtRatedHz.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtRatedHz.Properties.NullValuePrompt = "hz"; txtRatedHz.Size = new Size(140, 20); txtRatedHz.StyleController = layoutControl1; txtRatedHz.TabIndex = 10; // // txtRatedN // txtRatedN.Location = new Point(286, 85); txtRatedN.Name = "txtRatedN"; txtRatedN.Properties.DisplayFormat.FormatString = "{0}r/min"; txtRatedN.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; txtRatedN.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtRatedN.Properties.NullValuePrompt = "r/min"; txtRatedN.Size = new Size(141, 20); txtRatedN.StyleController = layoutControl1; txtRatedN.TabIndex = 9; // // txtRatedH // txtRatedH.Location = new Point(78, 85); txtRatedH.Name = "txtRatedH"; txtRatedH.Properties.DisplayFormat.FormatString = "{0}m"; txtRatedH.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; txtRatedH.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtRatedH.Properties.NullValuePrompt = "m"; txtRatedH.Size = new Size(140, 20); txtRatedH.StyleController = layoutControl1; txtRatedH.TabIndex = 8; // // txtRatedQ // txtRatedQ.Location = new Point(286, 61); txtRatedQ.Name = "txtRatedQ"; txtRatedQ.Properties.DisplayFormat.FormatString = "{0}m³/h"; txtRatedQ.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; txtRatedQ.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtRatedQ.Properties.NullValuePrompt = "m³/h"; txtRatedQ.Size = new Size(141, 20); txtRatedQ.StyleController = layoutControl1; txtRatedQ.TabIndex = 7; // // txtRatedP // txtRatedP.Location = new Point(78, 61); txtRatedP.Name = "txtRatedP"; txtRatedP.Properties.DisplayFormat.FormatString = "{0}kW"; txtRatedP.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; txtRatedP.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtRatedP.Properties.NullValuePrompt = "kW"; txtRatedP.Size = new Size(140, 20); txtRatedP.StyleController = layoutControl1; txtRatedP.TabIndex = 6; // // txtCurrentHz // txtCurrentHz.Location = new Point(286, 37); txtCurrentHz.Name = "txtCurrentHz"; txtCurrentHz.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtCurrentHz.Properties.NullValuePrompt = "hz"; txtCurrentHz.Size = new Size(141, 20); txtCurrentHz.StyleController = layoutControl1; txtCurrentHz.TabIndex = 5; // // imgCmbPumpStatus // imgCmbPumpStatus.Location = new Point(78, 37); imgCmbPumpStatus.Name = "imgCmbPumpStatus"; imgCmbPumpStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); imgCmbPumpStatus.Size = new Size(140, 20); imgCmbPumpStatus.StyleController = layoutControl1; imgCmbPumpStatus.TabIndex = 4; // // Root // Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutGroupCaption }); Root.Name = "Root"; Root.Padding = new DevExpress.XtraLayout.Utils.Padding(0, 0, 0, 0); Root.Size = new Size(441, 144); Root.TextVisible = false; // // layoutGroupCaption // layoutGroupCaption.AppearanceItemCaption.Options.UseTextOptions = true; layoutGroupCaption.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; buttonImageOptions1.SvgImage = (DevExpress.Utils.Svg.SvgImage)resources.GetObject("buttonImageOptions1.SvgImage"); buttonImageOptions1.SvgImageSize = new Size(24, 20); layoutGroupCaption.CustomHeaderButtons.AddRange(new DevExpress.XtraEditors.ButtonPanel.IBaseButton[] { new DevExpress.XtraEditors.ButtonsPanelControl.GroupBoxButton("查看", false, buttonImageOptions1, DevExpress.XtraBars.Docking2010.ButtonStyle.PushButton, "", -1, true, null, true, false, true, null, -1) }); layoutGroupCaption.HeaderButtonsLocation = DevExpress.Utils.GroupElementLocation.AfterText; layoutGroupCaption.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem2, layoutControlItem3, layoutControlItem4, layoutControlItem5, layoutControlItem6, layoutControlItem7, layoutControlItem9 }); layoutGroupCaption.LayoutMode = DevExpress.XtraLayout.Utils.LayoutMode.Table; layoutGroupCaption.Location = new Point(0, 0); layoutGroupCaption.Name = "layoutGroupCaption"; columnDefinition1.SizeType = SizeType.Percent; columnDefinition1.Width = 100D; columnDefinition2.SizeType = SizeType.Percent; columnDefinition2.Width = 100D; layoutGroupCaption.OptionsTableLayoutGroup.ColumnDefinitions.AddRange(new DevExpress.XtraLayout.ColumnDefinition[] { columnDefinition1, columnDefinition2 }); rowDefinition1.Height = 24D; rowDefinition1.SizeType = SizeType.AutoSize; rowDefinition2.Height = 24D; rowDefinition2.SizeType = SizeType.AutoSize; rowDefinition3.Height = 24D; rowDefinition3.SizeType = SizeType.AutoSize; rowDefinition4.Height = 24D; rowDefinition4.SizeType = SizeType.AutoSize; rowDefinition5.Height = 100D; rowDefinition5.SizeType = SizeType.Percent; layoutGroupCaption.OptionsTableLayoutGroup.RowDefinitions.AddRange(new DevExpress.XtraLayout.RowDefinition[] { rowDefinition1, rowDefinition2, rowDefinition3, rowDefinition4, rowDefinition5 }); layoutGroupCaption.Size = new Size(441, 144); layoutGroupCaption.Text = "水泵"; layoutGroupCaption.CustomButtonClick += layoutGroupCaption_CustomButtonClick; // // layoutControlItem1 // layoutControlItem1.Control = imgCmbPumpStatus; layoutControlItem1.Location = new Point(0, 0); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(208, 24); layoutControlItem1.Text = "运行状态:"; layoutControlItem1.TextSize = new Size(52, 14); // // layoutControlItem2 // layoutControlItem2.Control = txtCurrentHz; layoutControlItem2.Location = new Point(208, 0); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.OptionsTableLayoutItem.ColumnIndex = 1; layoutControlItem2.Size = new Size(209, 24); layoutControlItem2.Text = "设定频率:"; layoutControlItem2.TextSize = new Size(52, 14); // // layoutControlItem3 // layoutControlItem3.Control = txtRatedP; layoutControlItem3.Location = new Point(0, 24); layoutControlItem3.Name = "layoutControlItem3"; layoutControlItem3.OptionsTableLayoutItem.RowIndex = 1; layoutControlItem3.Size = new Size(208, 24); layoutControlItem3.Text = "额定功率:"; layoutControlItem3.TextSize = new Size(52, 14); // // layoutControlItem4 // layoutControlItem4.Control = txtRatedQ; layoutControlItem4.Location = new Point(208, 24); layoutControlItem4.Name = "layoutControlItem4"; layoutControlItem4.OptionsTableLayoutItem.ColumnIndex = 1; layoutControlItem4.OptionsTableLayoutItem.RowIndex = 1; layoutControlItem4.Size = new Size(209, 24); layoutControlItem4.Text = "额定流量:"; layoutControlItem4.TextSize = new Size(52, 14); // // layoutControlItem5 // layoutControlItem5.Control = txtRatedH; layoutControlItem5.Location = new Point(0, 48); layoutControlItem5.Name = "layoutControlItem5"; layoutControlItem5.OptionsTableLayoutItem.RowIndex = 2; layoutControlItem5.Size = new Size(208, 24); layoutControlItem5.Text = "额定扬程:"; layoutControlItem5.TextSize = new Size(52, 14); // // layoutControlItem6 // layoutControlItem6.Control = txtRatedN; layoutControlItem6.Location = new Point(208, 48); layoutControlItem6.Name = "layoutControlItem6"; layoutControlItem6.OptionsTableLayoutItem.ColumnIndex = 1; layoutControlItem6.OptionsTableLayoutItem.RowIndex = 2; layoutControlItem6.Size = new Size(209, 24); layoutControlItem6.Text = "额定转速:"; layoutControlItem6.TextSize = new Size(52, 14); // // layoutControlItem7 // layoutControlItem7.Control = txtRatedHz; layoutControlItem7.Location = new Point(0, 72); layoutControlItem7.Name = "layoutControlItem7"; layoutControlItem7.OptionsTableLayoutItem.RowIndex = 3; layoutControlItem7.Size = new Size(208, 24); layoutControlItem7.Text = "额定频率:"; layoutControlItem7.TextSize = new Size(52, 14); // // layoutControlItem9 // layoutControlItem9.Control = btnEditCurve; layoutControlItem9.Location = new Point(208, 72); layoutControlItem9.Name = "layoutControlItem9"; layoutControlItem9.OptionsTableLayoutItem.ColumnIndex = 1; layoutControlItem9.OptionsTableLayoutItem.RowIndex = 3; layoutControlItem9.Size = new Size(209, 24); layoutControlItem9.Text = "性能曲线:"; layoutControlItem9.TextSize = new Size(52, 14); // // SetPumpCalcuPrefixCtrl // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; Controls.Add(layoutControl1); Name = "SetPumpCalcuPrefixCtrl"; Size = new Size(441, 144); ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)btnEditCurve.Properties).EndInit(); ((ISupportInitialize)txtRatedHz.Properties).EndInit(); ((ISupportInitialize)txtRatedN.Properties).EndInit(); ((ISupportInitialize)txtRatedH.Properties).EndInit(); ((ISupportInitialize)txtRatedQ.Properties).EndInit(); ((ISupportInitialize)txtRatedP.Properties).EndInit(); ((ISupportInitialize)txtCurrentHz.Properties).EndInit(); ((ISupportInitialize)imgCmbPumpStatus.Properties).EndInit(); ((ISupportInitialize)Root).EndInit(); ((ISupportInitialize)layoutGroupCaption).EndInit(); ((ISupportInitialize)layoutControlItem1).EndInit(); ((ISupportInitialize)layoutControlItem2).EndInit(); ((ISupportInitialize)layoutControlItem3).EndInit(); ((ISupportInitialize)layoutControlItem4).EndInit(); ((ISupportInitialize)layoutControlItem5).EndInit(); ((ISupportInitialize)layoutControlItem6).EndInit(); ((ISupportInitialize)layoutControlItem7).EndInit(); ((ISupportInitialize)layoutControlItem9).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraEditors.TextEdit txtRatedHz; private DevExpress.XtraEditors.TextEdit txtRatedN; private DevExpress.XtraEditors.TextEdit txtRatedH; private DevExpress.XtraEditors.TextEdit txtRatedQ; private DevExpress.XtraEditors.TextEdit txtRatedP; private DevExpress.XtraEditors.TextEdit txtCurrentHz; private DevExpress.XtraEditors.ImageComboBoxEdit imgCmbPumpStatus; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraEditors.ButtonEdit btnEditCurve; private DevExpress.XtraLayout.LayoutControlGroup layoutGroupCaption; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9; } }