| | |
| | | Button btnResetPasswordRight; |
| | | #endregion |
| | | #endregion |
| | | |
| | | #endregion |
| | | |
| | | #region 解锁设置区域 |
| | |
| | | LoadEventList(); |
| | | } |
| | | |
| | | |
| | | |
| | | /// <summary> |
| | | /// 加载图标选择选项 |
| | | /// </summary> |
| | |
| | | Radius = (uint)Application.GetRealWidth(12), |
| | | AnimateSpeed = 0.3f, |
| | | Animate = Animate.DownToUp, |
| | | ScrollEnabled = false, |
| | | }; |
| | | pictureOptionView.AddChidren(optionView); |
| | | |
| | |
| | | Radius = (uint)Application.GetRealWidth(6), |
| | | TextID = StringId.Cancel, |
| | | TextColor = CSS_Color.WarningColor, |
| | | Animate = Animate.DownToUp |
| | | AnimateSpeed = 0.3f, |
| | | Animate = Animate.DownToUp, |
| | | }; |
| | | pictureOptionView.AddChidren(btnCancel); |
| | | |
| | | |
| | | LoadEvent_PictureOptionViewEventList(); |
| | | } |
| | | |
| | | } |
| | | } |