From 18dcc85b17b351cf7948e22908d5128231aea2e0 Mon Sep 17 00:00:00 2001
From: WJC <wjc@hdlchina.com.cn>
Date: 星期二, 29 十月 2019 14:32:12 +0800
Subject: [PATCH] 2019-10-29-2

---
 ZigbeeApp/Shared/Phone/Device/Logic/AddLogicPage.cs |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/ZigbeeApp/Shared/Phone/Device/Logic/AddLogicPage.cs b/ZigbeeApp/Shared/Phone/Device/Logic/AddLogicPage.cs
old mode 100755
new mode 100644
index 5fc1f2c..7c92a85
--- a/ZigbeeApp/Shared/Phone/Device/Logic/AddLogicPage.cs
+++ b/ZigbeeApp/Shared/Phone/Device/Logic/AddLogicPage.cs
@@ -80,7 +80,7 @@
                 BackgroundColor = ZigbeeColor.Current.LogicBlankBackgroundColor,
             };
             middle.AddChidren(timeframelayout);
-
+            
 
             var timeiconBtn = new Button
             {
@@ -161,7 +161,7 @@
             };
             deviceframelayout.AddChidren(devicerow);
 
-
+          
             ///璁惧鐘舵�佹潯浠�
             var btndevice = new Button {
                 //Text = "璁惧鐘舵�佹潯浠�",
@@ -355,7 +355,7 @@
             existencerowlayout.MouseUpEventHandler += logicclick;
             #endregion
 
-
+            
 
             #endregion
 
@@ -696,7 +696,7 @@
                 UserView.HomePage.Instance.PageIndex += 1;
                 logicCommunalPage.Show(() => { });
             };
-
+           
         }
         /// <summary>
         /// 鍦扮悊鍥存爮View
@@ -780,7 +780,7 @@
             typeRow.AddChidren(Btncomplete);
             #endregion
 
-            #region  ------鍦ㄥ   绂诲
+            #region  ------鍦ㄥ   绂诲  
             #region ------鍦ㄥ
 
             var athomeFrameLayout = new FrameLayout
@@ -814,7 +814,7 @@
             athomeRowLayout.AddChidren(athomeSelected);
             #endregion
 
-            #region -------绂诲
+            #region -------绂诲 
             var leavehomeFrameLayout = new FrameLayout
             {
                 Height = Application.GetRealHeight(160),
@@ -1058,14 +1058,14 @@
                 Width = Application.GetRealWidth(200),
                 TextAlignment = TextAlignment.CenterRight,
                 X = Btntitle.Right + Application.GetRealWidth(100),
-
+                
             };
             timetype.AddChidren(Btncomplete);
             #endregion
 
             #region  -------绔嬪嵆鎵ц   鏃堕棿鑼冨洿
 
-            #region  -------绔嬪嵆鎵ц
+            #region  -------绔嬪嵆鎵ц 
             var timepointFrameLayout = new FrameLayout
             {
                 Height = Application.GetRealHeight(160),
@@ -1131,7 +1131,7 @@
             time1row.AddChidren(timeSelected);
             #endregion
 
-
+        
             ///绔嬪嵆鎵ц鐐瑰嚮浜嬩欢
             EventHandler<MouseEventArgs> timepointclick = (sedner14, e14) =>
             {

--
Gitblit v1.8.0