黄学彪
2020-12-16 0d9f64668fd7350d6a21fd157e32009a96d98134
ZigbeeApp/Shared/Phone/Common/Controls/BaseCommonControl/Base/ButtonBase.cs
File was renamed from ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/BaseCommonControl/Base/ButtonBase.cs
@@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Text;
namespace Shared.Phone.UserCenter
namespace Shared.Phone
{
    /// <summary>
    /// Botton的最初原型(不建议修改和直接使用):标准字体和颜色,文字向左靠齐,14号字
@@ -131,7 +131,7 @@
                i_Width = Application.GetRealWidth(i_Width);
            }
            this.Height = ControlCommonResourse.NormalControlHeight;
            this.Height = HdlControlResourse.NormalControlHeight;
            this.Width = i_Width;
        }
@@ -188,7 +188,7 @@
                return;
            }
            //2020.05.14追加IsFormAdding:界面还在加载中,不能再点击
            if (CanClick == true && ControlCommonResourse.IsFormAdding == false)
            if (CanClick == true && HdlControlResourse.IsFormAdding == false)
            {
                //Log出力
                this.WriteLog(0);