gxc
2020-01-06 509e7b543f8a8770cf09dff97000acf78140c119
ZigbeeApp/Shared/Common/ZigbeeColor.cs
@@ -294,18 +294,16 @@
        public uint GXCACSelectedTextColor_Fan = 0xFF99D619;
        /// <summary>
        /// 开始颜色
        /// 开始颜色 0xFF495AF4
        /// </summary>
        public uint GXCArcScaleSeekBarStartColor = 0xFF495AF4;
        /// <summary>
        /// 结束颜色
        /// 结束颜色 0xFFAE50A8
        /// </summary>
        public uint GXCArcScaleSeekBarEndColor = 0xFFAE50A8;
        public uint GXCButtonBlueColor = 0xFF00AAF0;
        #endregion
        #region --Logic定义的颜色--
@@ -319,7 +317,7 @@
        public uint LogicDelBackgroundColor = 0xFFFF0000;
        public uint LogicEditBlackColor = 0xFF00aaf0;
        public uint LogicTimeViewColor = 0xFFFFFFFF;
        public uint LogicTimeViewSaveButton = 0xFF121212;
        public uint LogicTimeViewSaveButton = 0xFF121212;
        //最新UI颜色
        public uint LogicTopBackgroundColor = 0xFFF9F9F9;
        public uint LogicMiddleBackgroundColor = 0xFFF5F6FA;
@@ -348,4 +346,4 @@
        #endregion
    }
}
}