namespace Yw.WinFrmUI { partial class SetHydroPumpDlg { /// /// 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 Windows Form 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(); generalOkAndCancelCtrl1 = new GeneralOkAndCancelCtrl(); txtRatedN = new DevExpress.XtraEditors.TextEdit(); txtRatedP = new DevExpress.XtraEditors.TextEdit(); txtRatedH = new DevExpress.XtraEditors.TextEdit(); txtRatedQ = new DevExpress.XtraEditors.TextEdit(); txtCurrentHz = new DevExpress.XtraEditors.TextEdit(); imgCmbLinkStatus = new DevExpress.XtraEditors.ImageComboBoxEdit(); Root = new DevExpress.XtraLayout.LayoutControlGroup(); layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem(); layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem(); ((ISupportInitialize)layoutControl1).BeginInit(); layoutControl1.SuspendLayout(); ((ISupportInitialize)txtRatedN.Properties).BeginInit(); ((ISupportInitialize)txtRatedP.Properties).BeginInit(); ((ISupportInitialize)txtRatedH.Properties).BeginInit(); ((ISupportInitialize)txtRatedQ.Properties).BeginInit(); ((ISupportInitialize)txtCurrentHz.Properties).BeginInit(); ((ISupportInitialize)imgCmbLinkStatus.Properties).BeginInit(); ((ISupportInitialize)Root).BeginInit(); ((ISupportInitialize)layoutControlItem10).BeginInit(); ((ISupportInitialize)layoutControlItem1).BeginInit(); ((ISupportInitialize)layoutControlItem4).BeginInit(); ((ISupportInitialize)layoutControlItem5).BeginInit(); ((ISupportInitialize)layoutControlItem6).BeginInit(); ((ISupportInitialize)layoutControlItem7).BeginInit(); ((ISupportInitialize)layoutControlItem2).BeginInit(); SuspendLayout(); // // layoutControl1 // layoutControl1.Controls.Add(generalOkAndCancelCtrl1); layoutControl1.Controls.Add(txtRatedN); layoutControl1.Controls.Add(txtRatedP); layoutControl1.Controls.Add(txtRatedH); layoutControl1.Controls.Add(txtRatedQ); layoutControl1.Controls.Add(txtCurrentHz); layoutControl1.Controls.Add(imgCmbLinkStatus); layoutControl1.Dock = DockStyle.Fill; layoutControl1.Location = new Point(0, 0); layoutControl1.Name = "layoutControl1"; layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(670, 266, 650, 400); layoutControl1.Root = Root; layoutControl1.Size = new Size(465, 125); layoutControl1.TabIndex = 1; layoutControl1.Text = "layoutControl1"; // // generalOkAndCancelCtrl1 // generalOkAndCancelCtrl1.ButtonCancelMaxSize = new Size(100, 26); generalOkAndCancelCtrl1.ButtonCancelMinSize = new Size(100, 26); generalOkAndCancelCtrl1.ButtonOkMaxSize = new Size(100, 26); generalOkAndCancelCtrl1.ButtonOkMinSize = new Size(100, 26); generalOkAndCancelCtrl1.Location = new Point(12, 84); generalOkAndCancelCtrl1.Name = "generalOkAndCancelCtrl1"; generalOkAndCancelCtrl1.Size = new Size(441, 29); generalOkAndCancelCtrl1.TabIndex = 9; // // txtRatedN // txtRatedN.Location = new Point(298, 60); txtRatedN.Name = "txtRatedN"; txtRatedN.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; 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.MaskSettings.Set("MaskManagerSignature", "allowNull=False"); txtRatedN.Properties.NullValuePrompt = "r/min"; txtRatedN.Size = new Size(155, 20); txtRatedN.StyleController = layoutControl1; txtRatedN.TabIndex = 8; // // txtRatedP // txtRatedP.Location = new Point(76, 60); txtRatedP.Name = "txtRatedP"; txtRatedP.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; 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.MaskSettings.Set("MaskManagerSignature", "allowNull=False"); txtRatedP.Properties.NullValuePrompt = "kW"; txtRatedP.Size = new Size(154, 20); txtRatedP.StyleController = layoutControl1; txtRatedP.TabIndex = 7; // // txtRatedH // txtRatedH.Location = new Point(298, 36); txtRatedH.Name = "txtRatedH"; txtRatedH.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; 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.MaskSettings.Set("MaskManagerSignature", "allowNull=False"); txtRatedH.Properties.NullValuePrompt = "m"; txtRatedH.Size = new Size(155, 20); txtRatedH.StyleController = layoutControl1; txtRatedH.TabIndex = 6; // // txtRatedQ // txtRatedQ.Location = new Point(76, 36); txtRatedQ.Name = "txtRatedQ"; txtRatedQ.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; 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.MaskSettings.Set("MaskManagerSignature", "allowNull=False"); txtRatedQ.Properties.NullValuePrompt = "m³/h"; txtRatedQ.Size = new Size(154, 20); txtRatedQ.StyleController = layoutControl1; txtRatedQ.TabIndex = 5; // // txtCurrentHz // txtCurrentHz.Location = new Point(298, 12); txtCurrentHz.Name = "txtCurrentHz"; txtCurrentHz.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; txtCurrentHz.Properties.DisplayFormat.FormatString = "{0}hz"; txtCurrentHz.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom; txtCurrentHz.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager)); txtCurrentHz.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False"); txtCurrentHz.Properties.NullValuePrompt = "hz"; txtCurrentHz.Size = new Size(155, 20); txtCurrentHz.StyleController = layoutControl1; txtCurrentHz.TabIndex = 4; // // imgCmbLinkStatus // imgCmbLinkStatus.Location = new Point(76, 12); imgCmbLinkStatus.Name = "imgCmbLinkStatus"; imgCmbLinkStatus.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True; imgCmbLinkStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) }); imgCmbLinkStatus.Size = new Size(154, 20); imgCmbLinkStatus.StyleController = layoutControl1; imgCmbLinkStatus.TabIndex = 0; // // Root // Root.AppearanceItemCaption.Options.UseTextOptions = true; Root.AppearanceItemCaption.TextOptions.HAlignment = DevExpress.Utils.HorzAlignment.Far; Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True; Root.GroupBordersVisible = false; Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem10, layoutControlItem1, layoutControlItem4, layoutControlItem5, layoutControlItem6, layoutControlItem7, layoutControlItem2 }); Root.Name = "Root"; Root.Size = new Size(465, 125); Root.TextVisible = false; // // layoutControlItem10 // layoutControlItem10.Control = imgCmbLinkStatus; layoutControlItem10.Location = new Point(0, 0); layoutControlItem10.Name = "layoutControlItem10"; layoutControlItem10.Size = new Size(222, 24); layoutControlItem10.Text = "开机状态:"; layoutControlItem10.TextSize = new Size(52, 14); // // layoutControlItem1 // layoutControlItem1.Control = txtCurrentHz; layoutControlItem1.Location = new Point(222, 0); layoutControlItem1.Name = "layoutControlItem1"; layoutControlItem1.Size = new Size(223, 24); layoutControlItem1.Text = "设定频率:"; layoutControlItem1.TextSize = new Size(52, 14); // // layoutControlItem4 // layoutControlItem4.Control = txtRatedQ; layoutControlItem4.Location = new Point(0, 24); layoutControlItem4.Name = "layoutControlItem4"; layoutControlItem4.Size = new Size(222, 24); layoutControlItem4.Text = "额定流量:"; layoutControlItem4.TextSize = new Size(52, 14); // // layoutControlItem5 // layoutControlItem5.Control = txtRatedH; layoutControlItem5.Location = new Point(222, 24); layoutControlItem5.Name = "layoutControlItem5"; layoutControlItem5.Size = new Size(223, 24); layoutControlItem5.Text = "额定扬程:"; layoutControlItem5.TextSize = new Size(52, 14); // // layoutControlItem6 // layoutControlItem6.Control = txtRatedP; layoutControlItem6.Location = new Point(0, 48); layoutControlItem6.Name = "layoutControlItem6"; layoutControlItem6.Size = new Size(222, 24); layoutControlItem6.Text = "额定功率:"; layoutControlItem6.TextSize = new Size(52, 14); // // layoutControlItem7 // layoutControlItem7.Control = txtRatedN; layoutControlItem7.Location = new Point(222, 48); layoutControlItem7.Name = "layoutControlItem7"; layoutControlItem7.Size = new Size(223, 24); layoutControlItem7.Text = "额定转速:"; layoutControlItem7.TextSize = new Size(52, 14); // // layoutControlItem2 // layoutControlItem2.Control = generalOkAndCancelCtrl1; layoutControlItem2.Location = new Point(0, 72); layoutControlItem2.Name = "layoutControlItem2"; layoutControlItem2.Size = new Size(445, 33); layoutControlItem2.TextSize = new Size(0, 0); layoutControlItem2.TextVisible = false; // // SetHydroPumpDlg // AutoScaleDimensions = new SizeF(7F, 14F); AutoScaleMode = AutoScaleMode.Font; ClientSize = new Size(465, 125); Controls.Add(layoutControl1); MaximizeBox = false; Name = "SetHydroPumpDlg"; StartPosition = FormStartPosition.CenterParent; Text = "设置"; ((ISupportInitialize)layoutControl1).EndInit(); layoutControl1.ResumeLayout(false); ((ISupportInitialize)txtRatedN.Properties).EndInit(); ((ISupportInitialize)txtRatedP.Properties).EndInit(); ((ISupportInitialize)txtRatedH.Properties).EndInit(); ((ISupportInitialize)txtRatedQ.Properties).EndInit(); ((ISupportInitialize)txtCurrentHz.Properties).EndInit(); ((ISupportInitialize)imgCmbLinkStatus.Properties).EndInit(); ((ISupportInitialize)Root).EndInit(); ((ISupportInitialize)layoutControlItem10).EndInit(); ((ISupportInitialize)layoutControlItem1).EndInit(); ((ISupportInitialize)layoutControlItem4).EndInit(); ((ISupportInitialize)layoutControlItem5).EndInit(); ((ISupportInitialize)layoutControlItem6).EndInit(); ((ISupportInitialize)layoutControlItem7).EndInit(); ((ISupportInitialize)layoutControlItem2).EndInit(); ResumeLayout(false); } #endregion private DevExpress.XtraLayout.LayoutControl layoutControl1; private DevExpress.XtraLayout.LayoutControlGroup Root; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem6; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem8; private DevExpress.XtraEditors.ImageComboBoxEdit imgCmbLinkStatus; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem10; private DevExpress.XtraEditors.TextEdit txtRatedN; private DevExpress.XtraEditors.TextEdit txtRatedP; private DevExpress.XtraEditors.TextEdit txtRatedH; private DevExpress.XtraEditors.TextEdit txtRatedQ; private DevExpress.XtraEditors.TextEdit txtCurrentHz; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem4; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem5; private GeneralOkAndCancelCtrl generalOkAndCancelCtrl1; private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2; } }