HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-12-14 e90209beae6a4e822cecb18e6889f8bda23f630e
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/TextInputControls/TextInputControl.cs
old mode 100755 new mode 100644
@@ -1,20 +1,20 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Shared.Phone.UserCenter
{
    /// <summary>
    /// 做成一个输入框控件
    /// </summary>
    public class TextInputControl : TextInputBase
    {
        #region ■ 变量声明___________________________
        #endregion
        #region ■ 初始化_____________________________
using System;
using System.Collections.Generic;
using System.Text;
namespace Shared.Phone.UserCenter
{
    /// <summary>
    /// 做成一个输入框控件
    /// </summary>
    public class TextInputControl : TextInputBase
    {
        #region ■ 变量声明___________________________
        #endregion
        #region ■ 初始化_____________________________
        /// <summary>
        /// 做成一个输入框控件(正常文本字体颜色)
        /// </summary>
@@ -24,19 +24,19 @@
        public TextInputControl(int i_Width, int i_Height, bool real = false)
        {
            this.InitSize(i_Width, i_Height, real);
        }
        }
        /// <summary>
        /// 做成一个输入框控件(正常文本字体颜色),高度为标准高度
        /// </summary>
        /// <param name="i_Width">宽度</param>
        /// <param name="real">是否计算真实值</param>
        public TextInputControl(int i_Width, bool real = false)
        {
        {
            this.InitSize(i_Width, real);
        }
        #endregion
    }
}
        }
        #endregion
    }
}