From 43b0d5870d528f23ecd6aeceb6cfd4325188b46f Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 01 七月 2021 15:50:43 +0800
Subject: [PATCH] Revert "1"

---
 HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPage.cs |   18 +++++++++---------
 1 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPage.cs b/HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPage.cs
index 55ef055..5f1adf2 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/Curtain/RollingShutterPage.cs
@@ -127,12 +127,12 @@
                 UnSelectedImagePath = "Collection/CollectionGrayIcon.png",
                 IsSelected = function.collect
             };
-            //controlView.AddChidren(btnCollection);
+            controlView.AddChidren(btnCollection);
             //2020-12-16 濡傛灉鏄垚鍛橀殣钘忔敹钘忓姛鑳�
-            if (!DB_ResidenceData.Instance.CurrentRegion.IsOthreShare)
-            {
-                controlView.AddChidren(btnCollection);
-            }
+            //if (!DB_ResidenceData.Instance.CurrentRegion.isOtherShare)
+            //{
+            //    controlView.AddChidren(btnCollection);
+            //}
 
             curtainSeekBar = new CurtainRollSeekBarOn()
             {
@@ -201,8 +201,8 @@
                 Y = Application.GetRealHeight(466),
                 Width = Application.GetMinRealAverage(32),
                 Height = Application.GetMinRealAverage(32),
-                UnSelectedImagePath = "FunctionIcon/Curtain/CurtainCloseIcon.png",
-                SelectedImagePath = "FunctionIcon/Curtain/CurtainCloseOnIcon.png",
+                UnSelectedImagePath = "FunctionIcon/Curtain/CurtainDownIcon.png",
+                SelectedImagePath = "FunctionIcon/Curtain/CurtainDownIconOn.png",
                 IsSelected = function.GetAttrState(FunctionAttributeKey.Percent) == "0",
             };
             controlView.AddChidren(btnCurtainClose);
@@ -224,8 +224,8 @@
                 Y = Application.GetRealHeight(466),
                 Width = Application.GetMinRealAverage(32),
                 Height = Application.GetMinRealAverage(32),
-                UnSelectedImagePath = "FunctionIcon/Curtain/CurtainOpenIcon.png",
-                SelectedImagePath = "FunctionIcon/Curtain/CurtainOpenOnIcon.png",
+                UnSelectedImagePath = "FunctionIcon/Curtain/CurtainUpIcon.png",
+                SelectedImagePath = "FunctionIcon/Curtain/CurtainUpIconOn.png",
                 IsSelected = function.GetAttrState(FunctionAttributeKey.Percent) != "0",
             };
             controlView.AddChidren(btnCurtainOpen);

--
Gitblit v1.8.0