lixiaojun
2025-01-20 bef933e7e166b085ba7e46e38ea62d9ae0129ec6
WinFrmUI/Yw.WinFrmUI.Hydro.Core/06-visual/02-tank/SetHydroTankDlg.Designer.cs
@@ -28,7 +28,6 @@
        /// </summary>
        private void InitializeComponent()
        {
            components = new Container();
            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            generalOkAndCancelCtrl1 = new GeneralOkAndCancelCtrl();
            txtDN = new DevExpress.XtraEditors.TextEdit();
@@ -43,8 +42,8 @@
            layoutControlItem4 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem6 = new DevExpress.XtraLayout.LayoutControlItem();
            layoutControlItem9 = new DevExpress.XtraLayout.LayoutControlItem();
            dxErrorProvider1 = new DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider(components);
            emptySpaceItem1 = new DevExpress.XtraLayout.EmptySpaceItem();
            txtMinVol = new DevExpress.XtraEditors.TextEdit();
            layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            ((ISupportInitialize)layoutControl1).BeginInit();
            layoutControl1.SuspendLayout();
            ((ISupportInitialize)txtDN.Properties).BeginInit();
@@ -59,12 +58,13 @@
            ((ISupportInitialize)layoutControlItem4).BeginInit();
            ((ISupportInitialize)layoutControlItem6).BeginInit();
            ((ISupportInitialize)layoutControlItem9).BeginInit();
            ((ISupportInitialize)dxErrorProvider1).BeginInit();
            ((ISupportInitialize)emptySpaceItem1).BeginInit();
            ((ISupportInitialize)txtMinVol.Properties).BeginInit();
            ((ISupportInitialize)layoutControlItem2).BeginInit();
            SuspendLayout();
            // 
            // layoutControl1
            // 
            layoutControl1.Controls.Add(txtMinVol);
            layoutControl1.Controls.Add(generalOkAndCancelCtrl1);
            layoutControl1.Controls.Add(txtDN);
            layoutControl1.Controls.Add(txtMaxLevel);
@@ -95,6 +95,7 @@
            // 
            txtDN.Location = new Point(76, 60);
            txtDN.Name = "txtDN";
            txtDN.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
            txtDN.Properties.DisplayFormat.FormatString = "{0}m";
            txtDN.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            txtDN.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
@@ -107,6 +108,7 @@
            // 
            txtMaxLevel.Location = new Point(272, 36);
            txtMaxLevel.Name = "txtMaxLevel";
            txtMaxLevel.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
            txtMaxLevel.Properties.DisplayFormat.FormatString = "{0}m";
            txtMaxLevel.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            txtMaxLevel.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
@@ -119,6 +121,7 @@
            // 
            txtMinLevel.Location = new Point(76, 36);
            txtMinLevel.Name = "txtMinLevel";
            txtMinLevel.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
            txtMinLevel.Properties.DisplayFormat.FormatString = "{0}m";
            txtMinLevel.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            txtMinLevel.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
@@ -131,6 +134,7 @@
            // 
            txtInitLevel.Location = new Point(272, 12);
            txtInitLevel.Name = "txtInitLevel";
            txtInitLevel.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
            txtInitLevel.Properties.DisplayFormat.FormatString = "{0}m";
            txtInitLevel.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            txtInitLevel.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
@@ -143,6 +147,7 @@
            // 
            txtPoolElev.Location = new Point(76, 12);
            txtPoolElev.Name = "txtPoolElev";
            txtPoolElev.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
            txtPoolElev.Properties.DisplayFormat.FormatString = "{0}m";
            txtPoolElev.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            txtPoolElev.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
@@ -155,7 +160,7 @@
            // 
            Root.EnableIndentsWithoutBorders = DevExpress.Utils.DefaultBoolean.True;
            Root.GroupBordersVisible = false;
            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem5, layoutControlItem7, layoutControlItem4, layoutControlItem6, layoutControlItem9, emptySpaceItem1 });
            Root.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem1, layoutControlItem5, layoutControlItem7, layoutControlItem4, layoutControlItem6, layoutControlItem9, layoutControlItem2 });
            Root.Name = "Root";
            Root.Size = new Size(413, 122);
            Root.TextVisible = false;
@@ -214,17 +219,27 @@
            layoutControlItem9.TextSize = new Size(0, 0);
            layoutControlItem9.TextVisible = false;
            // 
            // dxErrorProvider1
            // txtMinVol
            // 
            dxErrorProvider1.ContainerControl = this;
            txtMinVol.Location = new Point(272, 60);
            txtMinVol.Name = "txtMinVol";
            txtMinVol.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
            txtMinVol.Properties.DisplayFormat.FormatString = "{0}m³";
            txtMinVol.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            txtMinVol.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
            txtMinVol.Properties.MaskSettings.Set("MaskManagerSignature", "allowNull=False");
            txtMinVol.Size = new Size(129, 20);
            txtMinVol.StyleController = layoutControl1;
            txtMinVol.TabIndex = 6;
            // 
            // emptySpaceItem1
            // layoutControlItem2
            // 
            emptySpaceItem1.AllowHotTrack = false;
            emptySpaceItem1.Location = new Point(196, 48);
            emptySpaceItem1.Name = "emptySpaceItem1";
            emptySpaceItem1.Size = new Size(197, 24);
            emptySpaceItem1.TextSize = new Size(0, 0);
            layoutControlItem2.Control = txtMinVol;
            layoutControlItem2.Location = new Point(196, 48);
            layoutControlItem2.Name = "layoutControlItem2";
            layoutControlItem2.Size = new Size(197, 24);
            layoutControlItem2.Text = "最小容积:";
            layoutControlItem2.TextSize = new Size(52, 14);
            // 
            // SetHydroTankDlg
            // 
@@ -250,8 +265,8 @@
            ((ISupportInitialize)layoutControlItem4).EndInit();
            ((ISupportInitialize)layoutControlItem6).EndInit();
            ((ISupportInitialize)layoutControlItem9).EndInit();
            ((ISupportInitialize)dxErrorProvider1).EndInit();
            ((ISupportInitialize)emptySpaceItem1).EndInit();
            ((ISupportInitialize)txtMinVol.Properties).EndInit();
            ((ISupportInitialize)layoutControlItem2).EndInit();
            ResumeLayout(false);
        }
@@ -261,7 +276,6 @@
        private DevExpress.XtraEditors.TextEdit txtPoolElev;
        private DevExpress.XtraLayout.LayoutControlGroup Root;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem1;
        private DevExpress.XtraEditors.DXErrorProvider.DXErrorProvider dxErrorProvider1;
        private DevExpress.XtraEditors.TextEdit txtMaxLevel;
        private DevExpress.XtraEditors.TextEdit txtMinLevel;
        private DevExpress.XtraEditors.TextEdit txtInitLevel;
@@ -272,6 +286,7 @@
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem7;
        private GeneralOkAndCancelCtrl generalOkAndCancelCtrl1;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem9;
        private DevExpress.XtraLayout.EmptySpaceItem emptySpaceItem1;
        private DevExpress.XtraEditors.TextEdit txtMinVol;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
    }
}