| | |
| | | /// <summary> |
| | | /// 登录界面 |
| | | /// </summary> |
| | | public class AccountLogin : FrameLayout |
| | | public class AccountLogin : FrameLayoutBase
|
| | | {
|
| | | #region ■ 变量声明___________________________ |
| | | |
| | |
| | | private void AddServiceAgreementControl(FrameLayout frameBack)
|
| | | {
|
| | | var frameRow = new FrameLayout();
|
| | | frameRow.Height = Application.GetMinRealAverage(110);
|
| | | frameRow.Height = this.GetPictrueRealSize(110);
|
| | | frameRow.Y = Application.GetRealHeight(959);
|
| | | frameRow.Gravity = Gravity.CenterHorizontal;
|
| | |
|
| | |
| | | btnIcon.SelectedImagePath = "Item/Check1Selected.png";
|
| | |
|
| | | //计算行控件的宽度
|
| | | frameRow.Width = fontWidth + Application.GetMinRealAverage(42) + Application.GetRealWidth(23) - speceilValue * 3;
|
| | | frameRow.Width = fontWidth + this.GetPictrueRealSize(42) + Application.GetRealWidth(23) - speceilValue * 3;
|
| | | frameBack.AddChidren(frameRow);
|
| | |
|
| | | //图标控件初始化
|