| | |
| | | /// </summary> |
| | | public uint GXCSelectedLineColor = 0xFFFC744B; |
| | | /// <summary> |
| | | /// 浅色线条 0xFFF5F6FA; |
| | | /// 浅色线条 0x80CCCCCC |
| | | /// </summary> |
| | | public uint GXCGrayLineColor = 0xFFF5F6FA; |
| | | public uint GXCGrayLineColor = 0x80CCCCCC; |
| | | /// <summary> |
| | | /// 浅色线条 0x66CCCCCC |
| | | /// </summary> |
| | | public uint GXCGrayLineColor2 = 0x66CCCCCC; |
| | | ///// <summary> |
| | | ///// 浅色线条 0xFFEBEBEB |
| | | ///// </summary> |
| | | //public uint GXCGrayLineColor2 = 0xFFEBEBEB; |
| | | /// <summary> |
| | | /// 浅色线条 0xFFB7B8BB |
| | | /// </summary> |
| | | public uint GXCGrayLineColor3 = 0xFFB7B8BB; |
| | | /// <summary> |
| | | /// 0x40000000 |
| | | /// </summary> |
| | | public uint GXCGrayLineColor4 = 0x40000000; |
| | | |
| | | /// <summary> |
| | | /// 按钮未选中状态 0xFF656565; |