| | |
| | | public uint HorizontalSeekBarThumbColor = 0xFFFFFFFF; |
| | | public uint TimeVerticalScrolViewLayout = 0xff121212; |
| | | #endregion |
| | | |
| | | |
| | | |
| | | #region --郭雪城定义的颜色-- |
| | | public uint GXCBackgroundColor = 0xFFFFFFFF; |
| | | public uint GXCTopViewBackgroundColor = 0xFFF2F4F5; |
| | | public uint GXCTextBlueColor = 0xFF00AAF0; |
| | | public uint GXCTextBlackColor = 0xFF333333; |
| | | /// <summary> |
| | | /// 白色字体 0xFFFFFFFF |
| | | /// </summary> |
| | | public uint GXCTextWhiteColor = 0xFFFFFFFF; |
| | | public uint GXCBorderColor = 0xFF333333; |
| | | /// <summary> |
| | | /// 字体颜色 0xFF666666 |
| | | /// </summary> |
| | | public uint GXCTextColor = 0xFF666666; |
| | | /// <summary> |
| | | /// 字体颜色 0xFF000000 |
| | | /// </summary> |
| | | public uint GXCTextDeepBlackColor = 0xFF000000; |
| | | /// <summary> |
| | | /// 字体红色 0xFFF75858 |
| | | /// </summary> |
| | | public uint GXCTextRed = 0xFFF75858; |
| | | /// <summary> |
| | | /// 字体黑色 0xFF333333 |
| | | /// </summary> |
| | | public uint GXCTextBlackColor = 0xFF333333; |
| | | /// <summary> |
| | | /// 字体黑色 0xFF232323 |
| | | /// </summary> |
| | | public uint GXCTextBlackColor2 = 0xFF232323; |
| | | /// <summary> |
| | | /// 字体浅色 0xFF999999 |
| | | /// </summary> |
| | | public uint GXCTextGrayColor = 0xFF999999; |
| | | /// <summary> |
| | | /// 字体浅色 0xFFCCCCCC |
| | | /// </summary> |
| | | public uint GXCTextGrayColor2 = 0xFFCCCCCC; |
| | | /// <summary> |
| | | /// 字体浅色 0xFFCBCACA |
| | | /// </summary> |
| | | public uint GXCTextGrayColor3 = 0xFFCBCACA; |
| | | /// <summary> |
| | | /// 字体浅色 0xFF666666 |
| | | /// </summary> |
| | | public uint GXCTextGrayColor4 = 0xFF666666; |
| | | /// <summary> |
| | | /// 字体选中颜色 0xFFFC744B |
| | | /// </summary> |
| | | public uint GXCTextSelectedColor = 0xFFFC744B; |
| | | /// <summary> |
| | | /// 字体选中颜色 0xFFFB744A |
| | | /// </summary> |
| | | public uint GXCTextSelectedColor2 = 0xFFFB744A; |
| | | /// <summary> |
| | | /// 字体选中颜色 0xFFFFB400 |
| | | /// </summary> |
| | | public uint GXCTextSelectedColor3 = 0xFFFFB400; |
| | | /// <summary> |
| | | /// 底部未选中颜色 0xFF8E8E93 |
| | | /// </summary> |
| | | public uint GXCTextBottomUnSelectedColor = 0xFF8E8E93; |
| | | /// <summary> |
| | | /// 白色背景 0xFFFFFFFF |
| | | /// </summary> |
| | | public uint GXCBackgroundColor = 0xFFFFFFFF; |
| | | /// <summary> |
| | | /// 浅白背景 0xFFF5F6FA |
| | | /// </summary> |
| | | public uint GXCGrayBackgroundColor = 0xFFF5F6FA; |
| | | /// <summary> |
| | | /// 黑色背景 0xFF232323 |
| | | /// </summary> |
| | | public uint GXCBlackBackgroundColor = 0xFF232323; |
| | | /// <summary> |
| | | /// 黑色背景 0xFF333333 |
| | | /// </summary> |
| | | public uint GXCBlackBackgroundColor2 = 0xFF333333; |
| | | /// <summary> |
| | | /// functionView 0x1AFC744B |
| | | /// </summary> |
| | | public uint GXCForFunctionUnSelectedBackgroundColor = 0x1AFC744B; |
| | | /// <summary> |
| | | /// functionView 0xFFFC744B |
| | | /// </summary> |
| | | public uint GXCForFunctionBackgroundColor = 0xFFFC744B; |
| | | /// <summary> |
| | | /// 0xFFFEF1ED |
| | | /// </summary> |
| | | public uint GXCSelectedBackgroundColor = 0xFFFEF1ED; |
| | | /// <summary> |
| | | /// 编辑背景色 0xFF4A4A4A |
| | | /// </summary> |
| | | public uint GXCEditBackGroundColor = 0xFF4A4A4A; |
| | | /// <summary> |
| | | /// 按钮选中颜色 0xFFFC744B |
| | | /// </summary> |
| | | public uint GXCButtonSelectedColor = 0xFFFC744B; |
| | | /// <summary> |
| | | /// 未选中颜色 0xFFF5F6FA |
| | | /// </summary> |
| | | public uint GXCButtonUnSelectedColor3 = 0xFFF5F6FA; |
| | | /// <summary> |
| | | /// 选中颜色 0xFF232323 |
| | | /// </summary> |
| | | public uint GXCButtonBlackSelectedColor = 0xFF232323; |
| | | /// <summary> |
| | | /// red 0xFFF75858 |
| | | /// </summary> |
| | | public uint GXCRedColor = 0xFFF75858; |
| | | /// <summary> |
| | | /// 占位字体颜色 0xFFCCCCCC |
| | | /// </summary> |
| | | public uint GXCPlaceHolderTextColor = 0xFFCCCCCC; |
| | | /// <summary> |
| | | /// 占位字体颜色 0xFF999999 |
| | | /// </summary> |
| | | public uint GXCPlaceHolderTextColor2 = 0xFF999999; |
| | | /// <summary> |
| | | /// 线条颜色 0xFF979797 |
| | | /// </summary> |
| | | public uint GXCLineColor = 0xFF979797; |
| | | /// <summary> |
| | | /// 线条颜色 0xFFFC744B |
| | | /// </summary> |
| | | public uint GXCSelectedLineColor = 0xFFFC744B; |
| | | /// <summary> |
| | | /// 浅色线条 0xFFF5F6FA; |
| | | /// </summary> |
| | | public uint GXCGrayLineColor = 0xFFF5F6FA; |
| | | /// <summary> |
| | | /// 浅色线条 0x66CCCCCC |
| | | /// </summary> |
| | | public uint GXCGrayLineColor2 = 0x66CCCCCC; |
| | | /// <summary> |
| | | /// 按钮未选中状态 0xFF656565; |
| | | /// </summary> |
| | | public uint GXCButtonUnSelectedColor = 0xFF656565; |
| | | /// <summary> |
| | | /// 按钮未选中状态 0x80FFFFFF |
| | | /// </summary> |
| | | public uint GXCButtonDisableColor = 0xFFFEBCA9; |
| | | /// <summary> |
| | | /// 边框颜色 0xFFBFC1C2 |
| | | /// </summary> |
| | | public uint GXCBorderColor = 0xFFBFC1C2; |
| | | /// <summary> |
| | | /// 未选中颜色 0xFFFFA184 |
| | | /// </summary> |
| | | public uint GXCBorderUnSelectedColor = 0xFFFFA184; |
| | | /// <summary> |
| | | /// 行选中颜色 0xFFFC744B |
| | | /// </summary> |
| | | public uint GXCRowSelectedColor = 0x0FFC744B; |
| | | /// <summary> |
| | | /// 弹出框背景色.0x80000000 |
| | | /// </summary> |
| | | public uint GXCDailogBackGroundColor = 0x80000000; |
| | | /// <summary> |
| | | /// topview color 0xD1F8F8F8 |
| | | /// </summary> |
| | | public uint GXCTopViewBackgroundColor = 0xFFF9F9F9; |
| | | /// <summary> |
| | | /// title color 0xFF030303 |
| | | /// </summary> |
| | | public uint GXCTitleBlackTitle = 0xFF030303; |
| | | /// <summary> |
| | | /// 透明 |
| | | /// </summary> |
| | | public uint GXCClearColor = 0x00FFFFFF; |
| | | /// <summary> |
| | | /// 底部颜色 0xE6FAFAFA |
| | | /// </summary> |
| | | public uint GXCBottomColor = 0xE6FAFAFA; |
| | | /// <summary> |
| | | /// 底部线条颜色 0xFFBABABA |
| | | /// </summary> |
| | | public uint GXCBottomLineColor = 0xFFBABABA; |
| | | /// <summary> |
| | | /// GXCWaveSeekBarUnSelectedColor 0xFFEBEBED |
| | | /// </summary> |
| | | public uint GXCWaveSeekBarUnSelectedColor = 0xFFEBEBED; |
| | | /// <summary> |
| | | /// GXCWaveSeekBarColor 0xFFFE4F35 |
| | | /// </summary> |
| | | public uint GXCWaveSeekBarColor = 0xFFFE4F35; |
| | | |
| | | |
| | | |
| | | |
| | | public uint GXCTextBlueColor = 0xFF00AAF0; |
| | | |
| | | |
| | | |
| | | public uint GXCBorderRedColor = 0xFFF44D4D; |
| | | public uint GXCPlaceHolderTextColor = 0xffadadad; |
| | | |
| | | |
| | | public uint GXCButtonBlueColor = 0xFF00AAF0; |
| | | public uint GXCButtonUnselectedColor = 0xFFAAAAAA; |
| | | public uint GXCTextUnselectedColor= 0xFFD5D6D7; |
| | | public uint GXCLineColor = 0xFFD5D6D7; |
| | | /// <summary> |
| | | /// 弹出框背景色. |
| | | /// </summary> |
| | | public uint GXCDailogBackGroundColor = 0x33333333; |
| | | |
| | | |
| | | public uint GXCSelectedColor = 0xFFFE5E00;//选中颜色 |
| | | public uint GXCButtonhardWhiteColor = 0xFFE0E0E0;//房间btn半透明背景色 |
| | | public uint GXCRedColor = 0xFFFF0000; |
| | | |
| | | /// <summary> |
| | | /// 30%透明度黑色 |
| | | /// </summary> |
| | |
| | | public uint LogicTextBlueColor = 0xFF00AAF0; |
| | | public uint LogicDelBackgroundColor = 0xFFFF0000; |
| | | public uint LogicEditBlackColor = 0xFF00aaf0; |
| | | public uint LogicTimeViewColor = 0xFFFFFFFF; |
| | | public uint LogicTimeViewSaveButton = 0xFF121212; |
| | | public uint LogicTimeViewColor= 0xFFFFFFFF; |
| | | public uint LogicTimeViewSaveButton = 0xFF121212;
|
| | | #endregion |
| | |
|
| | | public uint XMTopFrameLayout = 0xfff9f9f9; |
| | | public uint XMTopTitleText = 0xff333333; |
| | | public uint XMMidFrameLayout = 0xfff5f6fa; |
| | | public uint XMWhite = 0xffffffff; |
| | | public uint XMBlack = 0xff000000; |
| | | public uint XMGray1 = 0xff232323; |
| | | public uint XMGray2 = 0xff666666; |
| | | public uint XMGray3 = 0xff999999; |
| | | public uint XMOrange = 0xfffc744b; |
| | | public uint XMVerticalSeekBar = 0xffececec; |
| | | public uint XMDel = 0xffF75858; |
| | | public uint XMUnSelect = 0x4d232323; |
| | | |
| | | //阴影 |
| | | public uint XMTitleLine = 0x40000000; |
| | | public uint XMInVisibleLine = 0x00000000; |
| | | public uint XMRowLine = 0x66CCCCCC; |
| | | } |
| | | } |