From e79b65b97a8ae1eae5ee172dea1b52d041006599 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期三, 02 九月 2020 17:24:32 +0800
Subject: [PATCH] 2020-09-02-3
---
ZigbeeApp/Shared/Phone/MainPage/Controls/DeviceFunctionUnallocatedControl.cs | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/ZigbeeApp/Shared/Phone/MainPage/Controls/DeviceFunctionUnallocatedControl.cs b/ZigbeeApp/Shared/Phone/MainPage/Controls/DeviceFunctionUnallocatedControl.cs
index 3bd2403..ede1a4a 100755
--- a/ZigbeeApp/Shared/Phone/MainPage/Controls/DeviceFunctionUnallocatedControl.cs
+++ b/ZigbeeApp/Shared/Phone/MainPage/Controls/DeviceFunctionUnallocatedControl.cs
@@ -54,7 +54,7 @@
btnBackGroud.Gravity = Gravity.CenterHorizontal;
btnBackGroud.UnSelectedImagePath = "Item/Category_FunctionBG.png";
btnBackGroud.SelectedImagePath = "Item/Category_FunctionBGSelected.png";
- this.AddChidren(btnBackGroud, ChidrenBindMode.BindEventOnly);
+ this.AddChidren(btnBackGroud, ChidrenBindMode.BindEvent);
//璁惧鍥炬爣
this.btnDeviceIcon = new IconViewControl(84);
@@ -62,7 +62,7 @@
btnDeviceIcon.UnSelectedImagePath = unSelectPath;
btnDeviceIcon.SelectedImagePath = selectPath;
btnDeviceIcon.Gravity = Gravity.CenterHorizontal;
- this.AddChidren(btnDeviceIcon, ChidrenBindMode.BindEventOnly);
+ this.AddChidren(btnDeviceIcon, ChidrenBindMode.BindEvent);
//鏂囨湰
this.btnDeviceName = new NormalViewControl(170, 60, true);
@@ -73,7 +73,7 @@
btnDeviceName.TextSize = 11;
btnDeviceName.Text = text;
btnDeviceName.TextAlignment = TextAlignment.Center;
- this.AddChidren(btnDeviceName, ChidrenBindMode.BindEventOnly);
+ this.AddChidren(btnDeviceName, ChidrenBindMode.BindEvent);
}
#endregion
--
Gitblit v1.8.0