From 9904031f5291daaf56985146bb671f25e18ebbdf Mon Sep 17 00:00:00 2001 From: 黄学彪 <hxb@hdlchina.com.cn> Date: 星期四, 02 四月 2020 19:51:31 +0800 Subject: [PATCH] 最新代码 --- ZigbeeApp/Shared/Common/ZigbeeColor.cs | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/ZigbeeApp/Shared/Common/ZigbeeColor.cs b/ZigbeeApp/Shared/Common/ZigbeeColor.cs index 5010dce..409e662 100755 --- a/ZigbeeApp/Shared/Common/ZigbeeColor.cs +++ b/ZigbeeApp/Shared/Common/ZigbeeColor.cs @@ -46,13 +46,13 @@ public uint XMInVisibleLine = 0x00000000; public uint XMRowLine = 0x66CCCCCC; /// <summary> - /// 0xFF232323 - /// </summary> - public uint XMSeekBarBackgroundColor = 0xFF232323; - /// <summary> /// 0xFFECECEC /// </summary> - public uint XMProgressBarColor = 0xFFECECEC; + public uint XMSeekBarBackgroundColor = 0xFFECECEC; + /// <summary> + /// 0xFF232323 + /// </summary> + public uint XMProgressBarColor = 0xFF232323; /// <summary> /// 0xFFF5F6FA /// </summary> -- Gitblit v1.8.0