From 66a9965c44ecc32a6696abca876ab9d1cd091584 Mon Sep 17 00:00:00 2001 From: gxc <guoxuecheng@guoxuechengdeMacBook-Pro.local> Date: 星期五, 28 二月 2020 15:25:13 +0800 Subject: [PATCH] 2020.2.28 --- ZigbeeApp/Shared/Common/ZigbeeColor.cs | 14 ++++++++------ 1 files changed, 8 insertions(+), 6 deletions(-) diff --git a/ZigbeeApp/Shared/Common/ZigbeeColor.cs b/ZigbeeApp/Shared/Common/ZigbeeColor.cs index 6a28d03..79b9ea8 100644 --- a/ZigbeeApp/Shared/Common/ZigbeeColor.cs +++ b/ZigbeeApp/Shared/Common/ZigbeeColor.cs @@ -251,9 +251,13 @@ /// </summary> public uint GXCWaveSeekBarUnSelectedColor = 0xFFEBEBED; /// <summary> - /// GXCWaveSeekBarColor 0xFFFE4F35 + /// GXCWaveSeekBarColor_Start 0xFFFF6C2C /// </summary> - public uint GXCWaveSeekBarColor = 0xFFFE4F35; + public uint GXCWaveSeekBarColor_Start = 0xFFFF6C2C; + /// <summary> + /// GXCWaveSeekBarColor_End 0xFFFD3040 + /// </summary> + public uint GXCWaveSeekBarColor_End = 0xFFFD3040; /// <summary> /// 0xFFFDB500 /// </summary> @@ -294,15 +298,13 @@ public uint GXCACSelectedTextColor_Fan = 0xFF99D619; /// <summary> - /// 寮�濮嬮鑹� + /// 寮�濮嬮鑹� 0xFF495AF4 /// </summary> public uint GXCArcScaleSeekBarStartColor = 0xFF495AF4; /// <summary> - /// 缁撴潫棰滆壊 + /// 缁撴潫棰滆壊 0xFFAE50A8 /// </summary> public uint GXCArcScaleSeekBarEndColor = 0xFFAE50A8; - - public uint GXCButtonBlueColor = 0xFF00AAF0; -- Gitblit v1.8.0