| | |
| | | this.InitUserSelectControl(dicUser, detailBackFrame, btnLine.Bottom);
|
| | | //初始化选择开锁方式控件
|
| | | this.InitUnLockSelectControl(detailBackFrame, btnLine.Bottom);
|
| | |
|
| | | //动画效果
|
| | | frameTransparent.Animate = Animate.DownToUp;
|
| | | }
|
| | |
|
| | | #endregion
|
| | |
| | | private NormalViewControl InitUserSelectButton(bool select)
|
| | | {
|
| | | var btnContr = new NormalViewControl(207, 63, true);
|
| | | btnContr.Radius = 6;
|
| | | btnContr.RadiusEx = 17;
|
| | | btnContr.TextAlignment = TextAlignment.Center;
|
| | | if (select == false)
|
| | | {
|
| | |
| | | private NormalViewControl InitLockSelectButton(bool select)
|
| | | {
|
| | | var btnContr = new NormalViewControl(207, 63, true);
|
| | | btnContr.Radius = 6;
|
| | | btnContr.RadiusEx = 17;
|
| | | btnContr.TextAlignment = TextAlignment.Center;
|
| | | if (select == false)
|
| | | {
|