namespace Yw.WinFrmUI
{
partial class HydroPumpBulkSetDlg
{
///
/// 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()
{
components = new Container();
layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
btnOk = new DevExpress.XtraEditors.SimpleButton();
btnCancel = new DevExpress.XtraEditors.SimpleButton();
Root = new DevExpress.XtraLayout.LayoutControlGroup();
layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
layoutControlItem3 = new DevExpress.XtraLayout.LayoutControlItem();
emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
imgCmbLinkStatus = new DevExpress.XtraEditors.ImageComboBoxEdit();
layoutControlItem10 = new DevExpress.XtraLayout.LayoutControlItem();
txtCurrentHz = new DevExpress.XtraEditors.TextEdit();
layoutControlItem1 = new DevExpress.XtraLayout.LayoutControlItem();
txtRatedQ = new DevExpress.XtraEditors.TextEdit();
layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
txtRatedH = new DevExpress.XtraEditors.TextEdit();
layoutControlItem5 = new DevExpress.XtraLayout.LayoutControlItem();
txtRatedP = new DevExpress.XtraEditors.TextEdit();
layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
txtRatedN = new DevExpress.XtraEditors.TextEdit();
layoutControlItem7 = new DevExpress.XtraLayout.LayoutControlItem();
((ISupportInitialize)layoutControl1).BeginInit();
layoutControl1.SuspendLayout();
((ISupportInitialize)Root).BeginInit();
((ISupportInitialize)layoutControlItem2).BeginInit();
((ISupportInitialize)layoutControlItem3).BeginInit();
((ISupportInitialize)emptySpaceItem1).BeginInit();
((ISupportInitialize)dxErrorProvider1).BeginInit();
((ISupportInitialize)imgCmbLinkStatus.Properties).BeginInit();
((ISupportInitialize)layoutControlItem10).BeginInit();
((ISupportInitialize)txtCurrentHz.Properties).BeginInit();
((ISupportInitialize)layoutControlItem1).BeginInit();
((ISupportInitialize)txtRatedQ.Properties).BeginInit();
((ISupportInitialize)layoutControlItem4).BeginInit();
((ISupportInitialize)txtRatedH.Properties).BeginInit();
((ISupportInitialize)layoutControlItem5).BeginInit();
((ISupportInitialize)txtRatedP.Properties).BeginInit();
((ISupportInitialize)layoutControlItem6).BeginInit();
((ISupportInitialize)txtRatedN.Properties).BeginInit();
((ISupportInitialize)layoutControlItem7).BeginInit();
SuspendLayout();
//
// layoutControl1
//
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.Controls.Add(btnOk);
layoutControl1.Controls.Add(btnCancel);
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(487, 118);
layoutControl1.TabIndex = 1;
layoutControl1.Text = "layoutControl1";
//
// btnOk
//
btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
btnOk.Appearance.Options.UseBackColor = true;
btnOk.Location = new Point(301, 84);
btnOk.Name = "btnOk";
btnOk.Size = new Size(85, 22);
btnOk.StyleController = layoutControl1;
btnOk.TabIndex = 2;
btnOk.Text = "确定";
btnOk.Click += btnOk_Click;
//
// btnCancel
//
btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
btnCancel.Appearance.Options.UseBackColor = true;
btnCancel.DialogResult = DialogResult.Cancel;
btnCancel.Location = new Point(390, 84);
btnCancel.Name = "btnCancel";
btnCancel.Size = new Size(85, 22);
btnCancel.StyleController = layoutControl1;
btnCancel.TabIndex = 3;
btnCancel.Text = "取消";
//
// 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[] { layoutControlItem2, layoutControlItem3, emptySpaceItem1, layoutControlItem10, layoutControlItem1, layoutControlItem4, layoutControlItem5, layoutControlItem6, layoutControlItem7 });
Root.Name = "Root";
Root.Size = new Size(487, 118);
Root.TextVisible = false;
//
// layoutControlItem2
//
layoutControlItem2.Control = btnCancel;
layoutControlItem2.Location = new Point(378, 72);
layoutControlItem2.MaxSize = new Size(89, 26);
layoutControlItem2.MinSize = new Size(89, 26);
layoutControlItem2.Name = "layoutControlItem2";
layoutControlItem2.Size = new Size(89, 26);
layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem2.TextSize = new Size(0, 0);
layoutControlItem2.TextVisible = false;
//
// layoutControlItem3
//
layoutControlItem3.Control = btnOk;
layoutControlItem3.Location = new Point(289, 72);
layoutControlItem3.MaxSize = new Size(89, 26);
layoutControlItem3.MinSize = new Size(89, 26);
layoutControlItem3.Name = "layoutControlItem3";
layoutControlItem3.Size = new Size(89, 26);
layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
layoutControlItem3.TextSize = new Size(0, 0);
layoutControlItem3.TextVisible = false;
//
// emptySpaceItem1
//
emptySpaceItem1.AllowHotTrack = false;
emptySpaceItem1.Location = new Point(0, 72);
emptySpaceItem1.Name = "emptySpaceItem1";
emptySpaceItem1.Size = new Size(289, 26);
emptySpaceItem1.TextSize = new Size(0, 0);
//
// dxErrorProvider1
//
dxErrorProvider1.ContainerControl = this;
//
// imgCmbLinkStatus
//
imgCmbLinkStatus.Location = new Point(76, 12);
imgCmbLinkStatus.Name = "imgCmbLinkStatus";
imgCmbLinkStatus.Properties.Buttons.AddRange(new DevExpress.XtraEditors.Controls.EditorButton[] { new DevExpress.XtraEditors.Controls.EditorButton(DevExpress.XtraEditors.Controls.ButtonPredefines.Combo) });
imgCmbLinkStatus.Size = new Size(165, 20);
imgCmbLinkStatus.StyleController = layoutControl1;
imgCmbLinkStatus.TabIndex = 0;
//
// layoutControlItem10
//
layoutControlItem10.Control = imgCmbLinkStatus;
layoutControlItem10.Location = new Point(0, 0);
layoutControlItem10.Name = "layoutControlItem10";
layoutControlItem10.Size = new Size(233, 24);
layoutControlItem10.Text = "开机状态:";
layoutControlItem10.TextSize = new Size(52, 14);
//
// txtCurrentHz
//
txtCurrentHz.Location = new Point(309, 12);
txtCurrentHz.Name = "txtCurrentHz";
txtCurrentHz.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
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(166, 20);
txtCurrentHz.StyleController = layoutControl1;
txtCurrentHz.TabIndex = 4;
//
// layoutControlItem1
//
layoutControlItem1.Control = txtCurrentHz;
layoutControlItem1.Location = new Point(233, 0);
layoutControlItem1.Name = "layoutControlItem1";
layoutControlItem1.Size = new Size(234, 24);
layoutControlItem1.Text = "设定频率:";
layoutControlItem1.TextSize = new Size(52, 14);
//
// 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(165, 20);
txtRatedQ.StyleController = layoutControl1;
txtRatedQ.TabIndex = 5;
//
// layoutControlItem4
//
layoutControlItem4.Control = txtRatedQ;
layoutControlItem4.Location = new Point(0, 24);
layoutControlItem4.Name = "layoutControlItem4";
layoutControlItem4.Size = new Size(233, 24);
layoutControlItem4.Text = "额定流量:";
layoutControlItem4.TextSize = new Size(52, 14);
//
// txtRatedH
//
txtRatedH.Location = new Point(309, 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(166, 20);
txtRatedH.StyleController = layoutControl1;
txtRatedH.TabIndex = 6;
//
// layoutControlItem5
//
layoutControlItem5.Control = txtRatedH;
layoutControlItem5.Location = new Point(233, 24);
layoutControlItem5.Name = "layoutControlItem5";
layoutControlItem5.Size = new Size(234, 24);
layoutControlItem5.Text = "额定扬程:";
layoutControlItem5.TextSize = new Size(52, 14);
//
// txtRatedP
//
txtRatedP.Location = new Point(76, 60);
txtRatedP.Name = "txtRatedP";
txtRatedP.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
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(165, 20);
txtRatedP.StyleController = layoutControl1;
txtRatedP.TabIndex = 7;
//
// layoutControlItem6
//
layoutControlItem6.Control = txtRatedP;
layoutControlItem6.Location = new Point(0, 48);
layoutControlItem6.Name = "layoutControlItem6";
layoutControlItem6.Size = new Size(233, 24);
layoutControlItem6.Text = "额定功率:";
layoutControlItem6.TextSize = new Size(52, 14);
//
// txtRatedN
//
txtRatedN.Location = new Point(309, 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(166, 20);
txtRatedN.StyleController = layoutControl1;
txtRatedN.TabIndex = 8;
//
// layoutControlItem7
//
layoutControlItem7.Control = txtRatedN;
layoutControlItem7.Location = new Point(233, 48);
layoutControlItem7.Name = "layoutControlItem7";
layoutControlItem7.Size = new Size(234, 24);
layoutControlItem7.Text = "额定转速:";
layoutControlItem7.TextSize = new Size(52, 14);
//
// HydroPumpBulkSetDlg
//
AutoScaleDimensions = new SizeF(7F, 14F);
AutoScaleMode = AutoScaleMode.Font;
ClientSize = new Size(487, 118);
Controls.Add(layoutControl1);
MaximizeBox = false;
Name = "HydroPumpBulkSetDlg";
StartPosition = FormStartPosition.CenterParent;
Text = "设置";
((ISupportInitialize)layoutControl1).EndInit();
layoutControl1.ResumeLayout(false);
((ISupportInitialize)Root).EndInit();
((ISupportInitialize)layoutControlItem2).EndInit();
((ISupportInitialize)layoutControlItem3).EndInit();
((ISupportInitialize)emptySpaceItem1).EndInit();
((ISupportInitialize)dxErrorProvider1).EndInit();
((ISupportInitialize)imgCmbLinkStatus.Properties).EndInit();
((ISupportInitialize)layoutControlItem10).EndInit();
((ISupportInitialize)txtCurrentHz.Properties).EndInit();
((ISupportInitialize)layoutControlItem1).EndInit();
((ISupportInitialize)txtRatedQ.Properties).EndInit();
((ISupportInitialize)layoutControlItem4).EndInit();
((ISupportInitialize)txtRatedH.Properties).EndInit();
((ISupportInitialize)layoutControlItem5).EndInit();
((ISupportInitialize)txtRatedP.Properties).EndInit();
((ISupportInitialize)layoutControlItem6).EndInit();
((ISupportInitialize)txtRatedN.Properties).EndInit();
((ISupportInitialize)layoutControlItem7).EndInit();
ResumeLayout(false);
}
#endregion
private DevExpress.XtraLayout.LayoutControl layoutControl1;
private DevExpress.XtraEditors.SimpleButton btnOk;
private DevExpress.XtraEditors.SimpleButton btnCancel;
private DevExpress.XtraLayout.LayoutControlGroup Root;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
private DevExpress.XtraLayout.LayoutControlItem layoutControlItem3;
private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
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;
}
}