| | |
| | | var btnCode = new NormalViewControl(302, 127, true);
|
| | | btnCode.X = rowPhone.Right + Application.GetRealWidth(35);
|
| | | btnCode.Y = Application.GetRealHeight(23);
|
| | | btnCode.Radius = (uint)Application.GetMinRealAverage(4);
|
| | | btnCode.RadiusEx = 12;
|
| | | btnCode.TextID = R.MyInternationalizationString.uGetVerificationCode;
|
| | | btnCode.TextColor = UserCenterColor.Current.White;
|
| | | btnCode.BackgroundColor = UserCenterColor.Current.TextOrangeColor;
|
| | |
| | | if (frameTran.Visible == false)
|
| | | {
|
| | | frameTran.Visible = true;
|
| | | //动画效果
|
| | | frameAnimate.Animate = Animate.UpToDown;
|
| | | }
|
| | | };
|
| | | }
|