From 407fae6f07a2a982a2a814c2f145c40733c966cb Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期三, 12 一月 2022 15:29:34 +0800 Subject: [PATCH] 2022-01-12 1.更新 --- Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs | 16 ++++++++-------- 1 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs b/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs index b9de394..8793a4f 100644 --- a/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs +++ b/Crabtree/SmartHome/UI/SimpleControl/Phone/Register/AccountLogin.cs @@ -47,8 +47,8 @@ //AddChidren (buttonView); Button btnLogo = new Button () { - Y = Application.GetRealHeight (30), - Height = Application.GetRealHeight (430), + Y = Application.GetRealHeight (60), + Height = Application.GetRealWidth (430), UnSelectedImagePath = MainPage.RegisterLogoString, }; logoView.AddChidren (btnLogo); @@ -57,7 +57,7 @@ Width = Application.GetRealWidth (500), Height = Application.GetRealWidth (85), X = Application.GetRealWidth (70), - Y = btnLogo.Bottom + Application.GetRealHeight (30), + Y = btnLogo.Bottom + Application.GetRealHeight (10), BackgroundImagePath = "Register/Register_Email_Address.png", Radius = (uint)Application.GetRealHeight (0), }; @@ -80,11 +80,11 @@ //etAccount.Text = "crabtreel12019@gmail.com"; // etAccount.Text = "2791308028@qq.com"; //etAccount.Text = "551775569@qq.com"; - //etAccount.Text = "18824864143"; + // etAccount.Text = "saravanaselvarajeee@gmail.com"; //etAccount.Text = "cjl@hdlchina.com.cn"; - //etAccount.Text = "2791308028@qq.com"; - etAccount.Text = "jai.panghal2201@gmail.com"; + etAccount.Text = "2791308028@qq.com"; + //etAccount.Text = "jai.panghal2201@gmail.com"; //etAccount.Text = "858539859@qq.com"; #endif @@ -139,8 +139,8 @@ }; #if DEBUG //etPasswrod.Text = "123456"; - //etPasswrod.Text = "123456-Aa"; - etPasswrod.Text = "Haryana@2201"; + etPasswrod.Text = "123456-Bb"; + //etPasswrod.Text = "Haryana@2201"; #endif passwrodView.AddChidren (etPasswrod); -- Gitblit v1.8.0