| | |
| | | //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); |
| | |
| | | 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), |
| | | }; |
| | |
| | | //etAccount.Text = "crabtreel12019@gmail.com"; |
| | | // etAccount.Text = "2791308028@qq.com"; |
| | | //etAccount.Text = "551775569@qq.com"; |
| | | etAccount.Text = "saravanaselvarajeee@gmail.com"; |
| | | // etAccount.Text = "saravanaselvarajeee@gmail.com"; |
| | | |
| | | //etAccount.Text = "cjl@hdlchina.com.cn"; |
| | | //etAccount.Text = "2791308028@qq.com"; |
| | | etAccount.Text = "2791308028@qq.com"; |
| | | //etAccount.Text = "jai.panghal2201@gmail.com"; |
| | | //etAccount.Text = "858539859@qq.com"; |
| | | #endif |
| | |
| | | }; |
| | | #if DEBUG |
| | | //etPasswrod.Text = "123456"; |
| | | //etPasswrod.Text = "123456-Aa"; |
| | | etPasswrod.Text = "Dacintellia@123"; |
| | | etPasswrod.Text = "123456-Bb"; |
| | | //etPasswrod.Text = "Haryana@2201"; |
| | | #endif |
| | | passwrodView.AddChidren (etPasswrod); |
| | | |