From c47c3ec2488961b3a006aaebcb03dba582f8b19b Mon Sep 17 00:00:00 2001 From: WJC <wjc@hdlchina.com.cn> Date: 星期四, 12 三月 2020 17:08:42 +0800 Subject: [PATCH] 2020-03-12-1 --- ZigbeeApp/Shared/Phone/UserCenter/Device/DoorLock/DoorLockScreeningTypeForm.cs | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/ZigbeeApp/Shared/Phone/UserCenter/Device/DoorLock/DoorLockScreeningTypeForm.cs b/ZigbeeApp/Shared/Phone/UserCenter/Device/DoorLock/DoorLockScreeningTypeForm.cs index 996b9ef..90cfa37 100755 --- a/ZigbeeApp/Shared/Phone/UserCenter/Device/DoorLock/DoorLockScreeningTypeForm.cs +++ b/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) { -- Gitblit v1.8.0