| | |
| | | Button btnShowPassword = new Button () { |
| | | X = etPasswrod.Right - Application.GetRealWidth (80), |
| | | Y = etPasswrod.Y + Application.GetRealHeight (12), |
| | | Width = Application.GetRealWidth (73), |
| | | Height = Application.GetRealHeight (60), |
| | | Width = Application.GetMinRealAverage (73), |
| | | Height = Application.GetMinRealAverage (60), |
| | | SelectedImagePath = "CrabtreeAdd/ShowPW.png", |
| | | UnSelectedImagePath = "CrabtreeAdd/HidePW.png", |
| | | BorderColor = SkinStyle.Current.Transparent, |
| | |
| | | Button btnShowPassword2 = new Button () { |
| | | X = etPasswrod.Right - Application.GetRealWidth (80), |
| | | Y = etConfirmPassword.Y + Application.GetRealHeight (12), |
| | | Width = Application.GetRealWidth (73), |
| | | Height = Application.GetRealHeight (60), |
| | | Width = Application.GetMinRealAverage (73), |
| | | Height = Application.GetMinRealAverage (60), |
| | | SelectedImagePath = "CrabtreeAdd/ShowPW.png", |
| | | UnSelectedImagePath = "CrabtreeAdd/HidePW.png", |
| | | BorderColor = SkinStyle.Current.Transparent, |