gxc
2020-01-02 00ab3ddb140ba8bb88b5cf572b004a85e1da85e9
ZigbeeApp/Shared/Phone/UserCenter/Device/DoorLock/DoorLockScreeningTypeForm.cs
@@ -154,9 +154,6 @@
            this.InitUserSelectControl(dicUser, detailBackFrame, btnLine.Bottom);
            //初始化选择开锁方式控件
            this.InitUnLockSelectControl(detailBackFrame, btnLine.Bottom);
            //动画效果
            frameTransparent.Animate = Animate.DownToUp;
        }
        #endregion
@@ -306,7 +303,7 @@
        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)
            {
@@ -367,7 +364,7 @@
        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)
            {