WJC
2020-03-12 c47c3ec2488961b3a006aaebcb03dba582f8b19b
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)
            {