From adb12dcdbb2ddaeac687c3aa9e57bb7ed459ab7e Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期三, 24 六月 2020 15:26:46 +0800
Subject: [PATCH] 2020.06.24.01

---
 ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameRowControl.cs |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameRowControl.cs b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameRowControl.cs
index 8905b4b..037155f 100755
--- a/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameRowControl.cs
+++ b/ZigbeeApp/Shared/Phone/UserCenter/CommonBase/Controls/FrameLayoutControls/FrameRowControl.cs
@@ -98,7 +98,7 @@
                 i_width = Application.GetRealWidth(i_width);
             }
             var contr = this.AddLeftCaption(i_caption, i_width, this.Height, false);
-            this.AddChidren(contr, ChidrenBindMode.BindEventOnly);
+            this.AddChidren(contr, ChidrenBindMode.BindEvent);
             if (chidrenYaxis != 0)
             {
                 contr.Y += chidrenYaxis;
@@ -179,7 +179,7 @@
             var btnIcon = new IconViewControl(i_Iconsize);
             btnIcon.X = ControlCommonResourse.XXLeft + LeftOffset;
             btnIcon.Gravity = Gravity.CenterVertical;
-            this.AddChidren(btnIcon, ChidrenBindMode.BindEventOnly);
+            this.AddChidren(btnIcon, ChidrenBindMode.BindEvent);
             if (chidrenYaxis != 0)
             {
                 btnIcon.Y += chidrenYaxis;
@@ -202,7 +202,7 @@
             btnRight.Gravity = Gravity.CenterVertical;
             btnRight.X =this.Width - btnRight.IconSize - ControlCommonResourse.XXLeft + RightOffset;
             btnRight.UnSelectedImagePath = "Item/RightNext.png";
-            this.AddChidren(btnRight, ChidrenBindMode.BindEventOnly);
+            this.AddChidren(btnRight, ChidrenBindMode.BindEvent);
 
             if (chidrenYaxis != 0)
             {
@@ -227,7 +227,7 @@
             this.AddChidren(btnContr, ChidrenBindMode.NotBind);
             btnContr.InitControl();
             //澶嶅悎鎺т欢闇�瑕佺壒娈婂鐞�
-            this.ChangedChidrenBindMode(btnContr, ChidrenBindMode.BindEventOnly);
+            this.ChangedChidrenBindMode(btnContr, ChidrenBindMode.BindEvent);
             if (RightOffset != 0)
             {
                 btnContr.X += RightOffset;
@@ -278,7 +278,7 @@
                 i_width = Application.GetRealWidth(i_width);
             }
             var btnContr = AddMostRightView(i_text, i_width, this.Height, false);
-            this.AddChidren(btnContr, ChidrenBindMode.BindEventOnly);
+            this.AddChidren(btnContr, ChidrenBindMode.BindEvent);
             if (chidrenYaxis != 0)
             {
                 btnContr.Y += chidrenYaxis;
@@ -333,7 +333,7 @@
             contr.TextSize = 15;
             //褰撴寚瀹氬疄闄呭潗鏍囨椂,杩欓噷闇�瑕佺殑鍋忕Щ閲忎负2鍊�
             contr.Y = Application.GetRealHeight(12) + this.chidrenYaxis * 2;
-            this.AddChidren(contr, ChidrenBindMode.BindEventOnly);
+            this.AddChidren(contr, ChidrenBindMode.BindEvent);
 
             return contr;
         }
@@ -360,7 +360,7 @@
             contr.Y = Application.GetRealHeight(72) + this.chidrenYaxis * 2;
             contr.TextSize = 12;
             contr.TextColor = UserCenterColor.Current.TextGrayColor1;
-            this.AddChidren(contr, ChidrenBindMode.BindEventOnly);
+            this.AddChidren(contr, ChidrenBindMode.BindEvent);
 
             return contr;
         }

--
Gitblit v1.8.0