From f25c6122eb7e26be5e7f036cf29b9019c4953be2 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期一, 21 十二月 2020 19:44:02 +0800
Subject: [PATCH] Merge branch 'WJC' into NewFilePath

---
 HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPage.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPage.cs b/HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPage.cs
index 0b35fe5..b0587b9 100644
--- a/HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPage.cs
+++ b/HDL_ON/UI/UI2/FuntionControlView/FoolHeating/FloorHeatingPage.cs
@@ -143,7 +143,9 @@
                 OpenAngle = 160,
                 ThumbImagePath = fh.trait_on_off.curValue.ToString() == "on" ? "FunctionIcon/AC/DiyThumbIconOn.png" : "FunctionIcon/AC/DiyThumbIcon.png",
                 ThumbImageHeight = Application.GetRealWidth(50),
-                ProgressBarColor = fh.trait_on_off.curValue.ToString() == "on" ? CSS_Color.MainColor : CSS_Color.PromptingColor2, // 0xFFFC9C04 : CSS_Color.PromptingColor2,
+                ProgressBarColor = CSS_Color.MainColor ,//: CSS_Color.PromptingColor2, // 0xFFFC9C04 : CSS_Color.PromptingColor2,
+                OfflineProgressBarColor = CSS_Color.PromptingColor2,
+                IsOffline = fh.trait_on_off.curValue.ToString() == "on",
                 MinValue = 5,
                 MaxValue = 35,
                 IsClickable = fh.trait_on_off.curValue.ToString() == "on",
@@ -219,7 +221,7 @@
                 X = Application.GetRealWidth(275),
                 Y = Application.GetRealHeight(263),
                 Width = Application.GetRealWidth(32),
-                Height = Application.GetRealWidth(32),
+               Height = Application.GetRealWidth(32),
                 UnSelectedImagePath = "Public/PlusSignIcon.png",
             };
             controlView.AddChidren(btnPlus);
@@ -275,8 +277,6 @@
                 Width = Application.GetRealWidth(160),
                 Height = Application.GetRealHeight(287),
                 BackgroundImagePath = "FunctionIcon/AC/DivBg1.png",
-                AnimateSpeed = 0.3f,
-                Animate = Animate.DownToUp,
             };
             dialogView.AddChidren(modeChangeView);
 

--
Gitblit v1.8.0