lixiaojun
2024-11-08 b4a3cd00731396b2a032e19c1ef968316f051709
WinFrmUI/Yw.WinFrmUI.Hydro.Core/10-working/04-flowmeter/SetHydroFlowmeterWorkingInfoCtrl.Designer.cs
copy from WinFrmUI/Yw.WinFrmUI.Hydro.Core/10-prefix/01-waterbox/SetHydroWaterboxCalcuPrefixCtrl.Designer.cs copy to WinFrmUI/Yw.WinFrmUI.Hydro.Core/10-working/04-flowmeter/SetHydroFlowmeterWorkingInfoCtrl.Designer.cs
Îļþ´Ó WinFrmUI/Yw.WinFrmUI.Hydro.Core/10-prefix/01-waterbox/SetHydroWaterboxCalcuPrefixCtrl.Designer.cs ¸´ÖÆ
@@ -1,6 +1,6 @@
namespace Yw.WinFrmUI
{
    partial class SetHydroWaterboxCalcuPrefixCtrl
    partial class SetHydroFlowmeterWorkingInfoCtrl
    {
        /// <summary> 
        /// Required designer variable.
@@ -29,15 +29,15 @@
        private void InitializeComponent()
        {
            DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions buttonImageOptions1 = new DevExpress.XtraEditors.ButtonsPanelControl.ButtonImageOptions();
            ComponentResourceManager resources = new ComponentResourceManager(typeof(SetHydroWaterboxCalcuPrefixCtrl));
            ComponentResourceManager resources = new ComponentResourceManager(typeof(SetHydroFlowmeterWorkingInfoCtrl));
            layoutControl1 = new DevExpress.XtraLayout.LayoutControl();
            txtInitLevel = new DevExpress.XtraEditors.TextEdit();
            txtCurrentFlow = new DevExpress.XtraEditors.TextEdit();
            Root = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutGroupCaption = new DevExpress.XtraLayout.LayoutControlGroup();
            layoutControlItem2 = new DevExpress.XtraLayout.LayoutControlItem();
            ((ISupportInitialize)layoutControl1).BeginInit();
            layoutControl1.SuspendLayout();
            ((ISupportInitialize)txtInitLevel.Properties).BeginInit();
            ((ISupportInitialize)txtCurrentFlow.Properties).BeginInit();
            ((ISupportInitialize)Root).BeginInit();
            ((ISupportInitialize)layoutGroupCaption).BeginInit();
            ((ISupportInitialize)layoutControlItem2).BeginInit();
@@ -45,27 +45,27 @@
            // 
            // layoutControl1
            // 
            layoutControl1.Controls.Add(txtInitLevel);
            layoutControl1.Controls.Add(txtCurrentFlow);
            layoutControl1.Dock = DockStyle.Fill;
            layoutControl1.Location = new Point(0, 0);
            layoutControl1.Name = "layoutControl1";
            layoutControl1.Root = Root;
            layoutControl1.Size = new Size(243, 72);
            layoutControl1.Size = new Size(199, 74);
            layoutControl1.TabIndex = 0;
            layoutControl1.Text = "layoutControl1";
            // 
            // txtInitLevel
            // txtCurrentFlow
            // 
            txtInitLevel.Location = new Point(78, 37);
            txtInitLevel.Name = "txtInitLevel";
            txtInitLevel.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.False;
            txtInitLevel.Properties.DisplayFormat.FormatString = "{0}m";
            txtInitLevel.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            txtInitLevel.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
            txtInitLevel.Properties.NullValuePrompt = "m";
            txtInitLevel.Size = new Size(151, 20);
            txtInitLevel.StyleController = layoutControl1;
            txtInitLevel.TabIndex = 6;
            txtCurrentFlow.Location = new Point(78, 38);
            txtCurrentFlow.Name = "txtCurrentFlow";
            txtCurrentFlow.Properties.AllowNullInput = DevExpress.Utils.DefaultBoolean.True;
            txtCurrentFlow.Properties.DisplayFormat.FormatString = "{0}m³/h";
            txtCurrentFlow.Properties.DisplayFormat.FormatType = DevExpress.Utils.FormatType.Custom;
            txtCurrentFlow.Properties.MaskSettings.Set("MaskManagerType", typeof(DevExpress.Data.Mask.NumericMaskManager));
            txtCurrentFlow.Properties.NullValuePrompt = "m³/h";
            txtCurrentFlow.Size = new Size(107, 20);
            txtCurrentFlow.StyleController = layoutControl1;
            txtCurrentFlow.TabIndex = 6;
            // 
            // Root
            // 
@@ -76,7 +76,7 @@
            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(243, 72);
            Root.Size = new Size(199, 74);
            Root.TextVisible = false;
            // 
            // layoutGroupCaption
@@ -88,30 +88,32 @@
            layoutGroupCaption.Items.AddRange(new DevExpress.XtraLayout.BaseLayoutItem[] { layoutControlItem2 });
            layoutGroupCaption.Location = new Point(0, 0);
            layoutGroupCaption.Name = "layoutGroupCaption";
            layoutGroupCaption.Size = new Size(243, 72);
            layoutGroupCaption.Text = "æ°´ç®±";
            layoutGroupCaption.Size = new Size(199, 74);
            layoutGroupCaption.Text = "流量计";
            layoutGroupCaption.CustomButtonClick += layoutGroupCaption_CustomButtonClick;
            // 
            // layoutControlItem2
            // 
            layoutControlItem2.Control = txtInitLevel;
            layoutControlItem2.ContentHorzAlignment = DevExpress.Utils.HorzAlignment.Center;
            layoutControlItem2.ContentVertAlignment = DevExpress.Utils.VertAlignment.Center;
            layoutControlItem2.Control = txtCurrentFlow;
            layoutControlItem2.Location = new Point(0, 0);
            layoutControlItem2.Name = "layoutControlItem2";
            layoutControlItem2.OptionsTableLayoutItem.RowIndex = 2;
            layoutControlItem2.Size = new Size(219, 25);
            layoutControlItem2.Text = "初始水位:";
            layoutControlItem2.Size = new Size(175, 27);
            layoutControlItem2.Text = "当前流量:";
            layoutControlItem2.TextSize = new Size(52, 14);
            // 
            // SetHydroWaterboxCalcuPrefixCtrl
            // SetHydroFlowmeterWorkingInfoCtrl
            // 
            AutoScaleDimensions = new SizeF(7F, 14F);
            AutoScaleMode = AutoScaleMode.Font;
            Controls.Add(layoutControl1);
            Name = "SetHydroWaterboxCalcuPrefixCtrl";
            Size = new Size(243, 72);
            Name = "SetHydroFlowmeterWorkingInfoCtrl";
            Size = new Size(199, 74);
            ((ISupportInitialize)layoutControl1).EndInit();
            layoutControl1.ResumeLayout(false);
            ((ISupportInitialize)txtInitLevel.Properties).EndInit();
            ((ISupportInitialize)txtCurrentFlow.Properties).EndInit();
            ((ISupportInitialize)Root).EndInit();
            ((ISupportInitialize)layoutGroupCaption).EndInit();
            ((ISupportInitialize)layoutControlItem2).EndInit();
@@ -122,7 +124,7 @@
        private DevExpress.XtraLayout.LayoutControl layoutControl1;
        private DevExpress.XtraLayout.LayoutControlGroup Root;
        private DevExpress.XtraEditors.TextEdit txtInitLevel;
        private DevExpress.XtraEditors.TextEdit txtCurrentFlow;
        private DevExpress.XtraLayout.LayoutControlItem layoutControlItem2;
        private DevExpress.XtraLayout.LayoutControlGroup layoutGroupCaption;
    }