From 00ab3ddb140ba8bb88b5cf572b004a85e1da85e9 Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期四, 02 一月 2020 19:51:56 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/dev-tzy' into DEV_GXC --- ZigbeeApp/Shared/Common/ZigbeeColor.cs | 37 ++++++++++++++++++++++++++++++++----- 1 files changed, 32 insertions(+), 5 deletions(-) diff --git a/ZigbeeApp/Shared/Common/ZigbeeColor.cs b/ZigbeeApp/Shared/Common/ZigbeeColor.cs index 002ca22..6a28d03 100644 --- a/ZigbeeApp/Shared/Common/ZigbeeColor.cs +++ b/ZigbeeApp/Shared/Common/ZigbeeColor.cs @@ -263,9 +263,36 @@ /// </summary> public uint GXCSeekBarBackground = 0xFFF5F5F5; /// <summary> - /// 鐢ㄤ簬绌鸿皟鐨勯�変腑鏂囧瓧棰滆壊 + /// 鐢ㄤ簬绌鸿皟椋庨�熺殑閫変腑鏂囧瓧棰滆壊 + /// 0xFF99D619 /// </summary> - public uint GXCACSelectedTextColor = 0xFF99D619; + public uint GXCACSelectedTextColor_FanModel = 0xFF99D619; + /// <summary> + /// 鐢ㄤ簬绌鸿皟鎵鐨勯�変腑鏂囧瓧棰滆壊 + /// 0xFF8162FE + /// </summary> + public uint GXCACSelectedTextColor2 = 0xFF8162FE; + /// <summary> + /// 鐢ㄤ簬绌鸿皟妯″紡鐨勯�変腑鏂囧瓧棰滆壊 + /// 0xFF445BF9 + /// </summary> + public uint GXCACSelectedTextColor_Cool = 0xFF445BF9; + /// <summary> + /// 鐢ㄤ簬绌鸿皟妯″紡鐨勯�変腑鏂囧瓧棰滆壊 + /// 0xFFFB744A + /// </summary> + public uint GXCACSelectedTextColor_Heat = 0xFFFB744A; + /// <summary> + /// 鐢ㄤ簬绌鸿皟妯″紡鐨勯�変腑鏂囧瓧棰滆壊 + /// 0xFFFFB400 + /// </summary> + public uint GXCACSelectedTextColor_Dry = 0xFFFFB400; + /// <summary> + /// 鐢ㄤ簬绌鸿皟妯″紡鐨勯�変腑鏂囧瓧棰滆壊 + /// 0xFF99D619 + /// </summary> + public uint GXCACSelectedTextColor_Fan = 0xFF99D619; + /// <summary> /// 寮�濮嬮鑹� /// </summary> @@ -278,7 +305,7 @@ public uint GXCButtonBlueColor = 0xFF00AAF0; - + #endregion #region --Logic瀹氫箟鐨勯鑹�-- @@ -292,7 +319,7 @@ public uint LogicDelBackgroundColor = 0xFFFF0000; public uint LogicEditBlackColor = 0xFF00aaf0; public uint LogicTimeViewColor = 0xFFFFFFFF; - public uint LogicTimeViewSaveButton = 0xFF121212; + public uint LogicTimeViewSaveButton = 0xFF121212; //鏈�鏂癠I棰滆壊 public uint LogicTopBackgroundColor = 0xFFF9F9F9; public uint LogicMiddleBackgroundColor = 0xFFF5F6FA; @@ -321,4 +348,4 @@ #endregion } -} \ No newline at end of file +} -- Gitblit v1.8.0