| | |
| | | |
| | | var btnRight = new Button() |
| | | { |
| | | Height = Application.GetRealHeight(60), |
| | | Width = Application.GetRealWidth(60), |
| | | Height = Application.GetMinRealAverage(60), |
| | | Width = Application.GetMinRealAverage(60), |
| | | X = Application.GetRealWidth(72), |
| | | Y = Application.GetRealHeight(32), |
| | | UnSelectedImagePath = "DoorLock/RightIcon.png", |
| | |
| | | btnText.Text = Language.StringByID(R.MyInternationalizationString.FrozenUser); |
| | | btnRight.X = Application.GetRealWidth(50); |
| | | btnRight.Y = Application.GetRealHeight(32); |
| | | btnRight.Height = Application.GetRealHeight(63); |
| | | btnRight.Width = Application.GetRealWidth(104); |
| | | btnRight.Height = Application.GetMinRealAverage(63); |
| | | btnRight.Width = Application.GetMinRealAverage(104); |
| | | btnRight.UnSelectedImagePath = "DoorLock/Switch.png"; |
| | | btnRight.SelectedImagePath = "DoorLock/SwitchOn.png"; |
| | | var result = doorLock.IsFreezeAccount[curAccountObj.SubAccountDistributedMark]; |
| | |
| | | btnText.Text = Language.StringByID(R.MyInternationalizationString.TempUnlockPermission); |
| | | btnRight.X = Application.GetRealWidth(50); |
| | | btnRight.Y = Application.GetRealHeight(32); |
| | | btnRight.Height = Application.GetRealHeight(63); |
| | | btnRight.Width = Application.GetRealWidth(104); |
| | | btnRight.Height = Application.GetMinRealAverage(63); |
| | | btnRight.Width = Application.GetMinRealAverage(104); |
| | | btnRight.UnSelectedImagePath = "DoorLock/Switch.png"; |
| | | btnRight.SelectedImagePath = "DoorLock/SwitchOn.png"; |
| | | line2.Visible = false; |