| | |
| | | |
| | | namespace Shared.Phone.Device.Login |
| | | { |
| | | public class PhoneZone : FrameLayout |
| | | public class PhoneZone : UserCenter.FrameLayoutBase |
| | | { |
| | | #region ◆ 变量____________________________ |
| | | /// <summary> |
| | |
| | | }; |
| | | phoneZoneSelectedShowView.AddChidren(phoneZoneListView); |
| | | |
| | | var okBtn = new CommonForm.CompleteButton(1166, 668, 127); |
| | | phoneZoneSelectedShowView.AddChidren(okBtn); |
| | | okBtn.MouseUpEventHandler += (sender, e) => |
| | | var btnOk = new UserCenter.BottomClickButton(668); |
| | | btnOk.Y = Application.GetRealHeight(1166); |
| | | btnOk.TextID = R.MyInternationalizationString.Complete; |
| | | phoneZoneSelectedShowView.AddChidren(btnOk); |
| | | btnOk.ButtonClickEvent += (sender, e) => |
| | | { |
| | | ActionSelectedZone?.Invoke(CommonPage.PhoneZoneStr); |
| | | ActionSelectedZone = null; |
| | | RemoveFromParent(); |
| | | }; |
| | | phoneZoneSelectedShowView.AddChidren(okBtn); |
| | | var cancleBtn = new Button() |
| | | { |
| | | Y = Application.GetRealHeight(1719), |
| | | Height = Application.GetMinRealAverage(86), |
| | | Width = Application.GetMinRealAverage(86), |
| | | Height = this.GetPictrueRealSize(86), |
| | | Width = this.GetPictrueRealSize(86), |
| | | UnSelectedImagePath = "Account/Cancle.png", |
| | | Gravity = Gravity.CenterHorizontal |
| | | }; |