duheng
2024-11-05 21dd2ae9704c484d5d75b2ed980e5402505da7dc
WinFrmUI/Yw.WinFrmUI.Hydro.Core/06-parter/16-pump/SetHydroPumpDlg.Designer.cs
ÎļþÃû´Ó WinFrmUI/Yw.WinFrmUI.Hydro.Core/06-parter/16-pump/HydroPumpBulkSetDlg.Designer.cs ÐÞ¸Ä
@@ -1,6 +1,6 @@
namespace Yw.WinFrmUI
{
    partial class HydroPumpBulkSetDlg
    partial class SetHydroPumpDlg
    {
        /// <summary>
        /// Required designer variable.
@@ -30,44 +30,44 @@
        {
            components = new Container();
            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            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();
            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();
            dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
            ((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)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();
            ((ISupportInitialize)dxErrorProvider1).BeginInit();
            SuspendLayout();
            // 
            // layoutControl1
@@ -85,15 +85,94 @@
            layoutControl1.Name = "layoutControl1";
            layoutControl1.OptionsCustomizationForm.DesignTimeCustomizationFormPositionAndSize = new Rectangle(670, 266, 650, 400);
            layoutControl1.Root = Root;
            layoutControl1.Size = new Size(487, 118);
            layoutControl1.Size = new Size(465, 128);
            layoutControl1.TabIndex = 1;
            layoutControl1.Text = "layoutControl1";
            //
            // 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.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(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.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(155, 20);
            txtCurrentHz.StyleController = layoutControl1;
            txtCurrentHz.TabIndex = 4;
            //
            // 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(154, 20);
            imgCmbLinkStatus.StyleController = layoutControl1;
            imgCmbLinkStatus.TabIndex = 0;
            // 
            // btnOk
            // 
            btnOk.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Primary;
            btnOk.Appearance.Options.UseBackColor = true;
            btnOk.Location = new Point(301, 84);
            btnOk.Location = new Point(279, 84);
            btnOk.Name = "btnOk";
            btnOk.Size = new Size(85, 22);
            btnOk.StyleController = layoutControl1;
@@ -106,7 +185,7 @@
            btnCancel.Appearance.BackColor = DevExpress.LookAndFeel.DXSkinColors.FillColors.Warning;
            btnCancel.Appearance.Options.UseBackColor = true;
            btnCancel.DialogResult = DialogResult.Cancel;
            btnCancel.Location = new Point(390, 84);
            btnCancel.Location = new Point(368, 84);
            btnCancel.Name = "btnCancel";
            btnCancel.Size = new Size(85, 22);
            btnCancel.StyleController = layoutControl1;
@@ -121,17 +200,17 @@
            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.Size = new Size(465, 128);
            Root.TextVisible = false;
            // 
            // layoutControlItem2
            // 
            layoutControlItem2.Control = btnCancel;
            layoutControlItem2.Location = new Point(378, 72);
            layoutControlItem2.Location = new Point(356, 72);
            layoutControlItem2.MaxSize = new Size(89, 26);
            layoutControlItem2.MinSize = new Size(89, 26);
            layoutControlItem2.Name = "layoutControlItem2";
            layoutControlItem2.Size = new Size(89, 26);
            layoutControlItem2.Size = new Size(89, 36);
            layoutControlItem2.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            layoutControlItem2.TextSize = new Size(0, 0);
            layoutControlItem2.TextVisible = false;
@@ -139,11 +218,11 @@
            // layoutControlItem3
            // 
            layoutControlItem3.Control = btnOk;
            layoutControlItem3.Location = new Point(289, 72);
            layoutControlItem3.Location = new Point(267, 72);
            layoutControlItem3.MaxSize = new Size(89, 26);
            layoutControlItem3.MinSize = new Size(89, 26);
            layoutControlItem3.Name = "layoutControlItem3";
            layoutControlItem3.Size = new Size(89, 26);
            layoutControlItem3.Size = new Size(89, 36);
            layoutControlItem3.SizeConstraintsType = DevExpress.XtraLayout.SizeConstraintsType.Custom;
            layoutControlItem3.TextSize = new Size(0, 0);
            layoutControlItem3.TextVisible = false;
@@ -153,175 +232,96 @@
            emptySpaceItem1.AllowHotTrack = false;
            emptySpaceItem1.Location = new Point(0, 72);
            emptySpaceItem1.Name = "emptySpaceItem1";
            emptySpaceItem1.Size = new Size(289, 26);
            emptySpaceItem1.Size = new Size(267, 36);
            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.Size = new Size(222, 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.Location = new Point(222, 0);
            layoutControlItem1.Name = "layoutControlItem1";
            layoutControlItem1.Size = new Size(234, 24);
            layoutControlItem1.Size = new Size(223, 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.Size = new Size(222, 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.Location = new Point(222, 24);
            layoutControlItem5.Name = "layoutControlItem5";
            layoutControlItem5.Size = new Size(234, 24);
            layoutControlItem5.Size = new Size(223, 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.Size = new Size(222, 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.Location = new Point(222, 48);
            layoutControlItem7.Name = "layoutControlItem7";
            layoutControlItem7.Size = new Size(234, 24);
            layoutControlItem7.Size = new Size(223, 24);
            layoutControlItem7.Text = "额定转速:";
            layoutControlItem7.TextSize = new Size(52, 14);
            // 
            // HydroPumpBulkSetDlg
            // dxErrorProvider1
            //
            dxErrorProvider1.ContainerControl = this;
            //
            // SetHydroPumpDlg
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            ClientSize = new Size(487, 118);
            ClientSize = new Size(465, 128);
            Controls.Add(layoutControl1);
            MaximizeBox = false;
            Name = "HydroPumpBulkSetDlg";
            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)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();
            ((ISupportInitialize)dxErrorProvider1).EndInit();
            ResumeLayout(false);
        }