JLChen
2020-07-17 b7591dba0127890e24eb1ae41e150a0ad8ee1a51
Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs
@@ -78,10 +78,10 @@
            };
#if DEBUG
            //etAccount.Text = "18926269190@189.cn";
            etAccount.Text = "18926269190@189.cn";
            //etAccount.Text = "721343314@qq.com";
            //etAccount.Text = "crabtreel12019@gmail.com";
            etAccount.Text = "2791308028@qq.com";
            //etAccount.Text = "2791308028@qq.com";
#endif
            accountView.AddChidren (etAccount);
@@ -141,8 +141,8 @@
            Button btnShowPassword = new Button () {
                X = etPasswrod.Right,
                Y = etPasswrod.Y + Application.GetRealHeight (12),
                Width = Application.GetRealWidth (73),
                Height = Application.GetRealHeight (60),
                Width = Application.GetMinRealAverage (73),
                Height = Application.GetMinRealAverage (60),
                UnSelectedImagePath = "CrabtreeAdd/HidePW.png",
                SelectedImagePath = "CrabtreeAdd/ShowPW.png", 
                BorderColor = SkinStyle.Current.Transparent,