| | |
| | | var btnUserPswText = rowUserPsw.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uUserPassword), 700);
|
| | | btnUserPswText.TextSize = 15;
|
| | | //向右的图标
|
| | | rowUserPsw.AddRightIconControl();
|
| | | rowUserPsw.AddRightArrow();
|
| | | //底线
|
| | | rowUserPsw.AddBottomLine();
|
| | | rowUserPsw.ButtonClickEvent +=async (sender, e) =>
|
| | |
| | | var btnCoercePswText = rowCoercePsw.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uCoercePassword), 700);
|
| | | btnCoercePswText.TextSize = 15;
|
| | | //向右的图标
|
| | | rowCoercePsw.AddRightIconControl();
|
| | | rowCoercePsw.AddRightArrow();
|
| | | rowCoercePsw.ButtonClickEvent += async (sender, e) =>
|
| | | {
|
| | | //打开画面之前,先校验管理员密码
|