From 48ba446936b51fffafa7c3600c0dadc6ac0e8c20 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期五, 10 七月 2020 10:52:13 +0800
Subject: [PATCH] 2020-07-10-01

---
 ZigbeeApp/Shared/Phone/MainPage/Controls/ListRoomCardControl.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/MainPage/Controls/ListRoomCardControl.cs b/ZigbeeApp/Shared/Phone/MainPage/Controls/ListRoomCardControl.cs
index 319a7f6..6c4e949 100755
--- a/ZigbeeApp/Shared/Phone/MainPage/Controls/ListRoomCardControl.cs
+++ b/ZigbeeApp/Shared/Phone/MainPage/Controls/ListRoomCardControl.cs
@@ -8,7 +8,7 @@
     /// <summary>
     /// 宸︽粦鐨勬埧闂村垪琛ㄧ晫闈㈤噷闈㈢殑鎴块棿鍗$墖鎺т欢
     /// </summary>
-    public class ListRoomCardControl : FrameLayoutControl
+    public class ListRoomCardControl : FrameLayoutStatuControl
     {
         #region 鈻� 鍙橀噺澹版槑___________________________
 
@@ -68,13 +68,13 @@
             frameBack.Gravity = picRoom.Gravity;
             frameBack.Radius = picRoom.Radius;
             frameBack.BackgroundColor = 0x33000000;
-            this.AddChidren(picRoom, ChidrenBindMode.BindEventOnly);
+            this.AddChidren(picRoom, ChidrenBindMode.BindEvent);
 
             //鎴块棿鍚嶅瓧鐨勮儗鏅�
             this.btnRoomNameBackGroud = new NormalViewControl(HdlControlLogic.Current.GetPictrueRealSize(141), Application.GetRealHeight(84), false);
             btnRoomNameBackGroud.X = HdlControlLogic.Current.GetPictrueRealSize(14);
             btnRoomNameBackGroud.BackgroundColor = 0x80000000;
-            this.AddChidren(btnRoomNameBackGroud, ChidrenBindMode.BindEventOnly);
+            this.AddChidren(btnRoomNameBackGroud, ChidrenBindMode.BindEvent);
 
             //鎴块棿鍚嶅瓧
             this.btnRoomName = new NormalViewControl(50, Application.GetRealHeight(84), false);
@@ -83,7 +83,7 @@
             btnRoomName.IsBold = true;
             btnRoomName.TextAlignment = TextAlignment.Center;
             btnRoomName.TextColor = UserCenterColor.Current.White;
-            this.AddChidren(btnRoomName, ChidrenBindMode.BindEventOnly);
+            this.AddChidren(btnRoomName, ChidrenBindMode.BindEvent);
 
             //鍒锋柊鎺т欢淇℃伅
             this.RefreshControl();

--
Gitblit v1.8.0