HDL Home App 第二版本 旧平台金堂用 正在使用
黄学彪
2020-12-14 e90209beae6a4e822cecb18e6889f8bda23f630e
ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/NormalControls/NormalViewControl.cs
old mode 100755 new mode 100644
@@ -1,14 +1,14 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Shared.Phone.UserCenter
{
    /// <summary>
    /// 平凡普通的控件,基本只是用来显示✩
    /// </summary>
    public class NormalViewControl : ButtonBase
    {
using System;
using System.Collections.Generic;
using System.Text;
namespace Shared.Phone.UserCenter
{
    /// <summary>
    /// 平凡普通的控件,基本只是用来显示✩
    /// </summary>
    public class NormalViewControl : ButtonBase
    {
        /// <summary>
        /// 平凡普通的控件,基本只是用来显示(正常文本字体颜色,文字向左靠齐)
        /// </summary>
@@ -28,6 +28,6 @@
        public NormalViewControl(int i_Width, bool real)
        {
            this.InitSize(i_Width, real);
        }
    }
}
        }
    }
}