| | |
| | | { |
| | | public static class TextSize |
| | | { |
| | | public static int TopLine = 1; |
| | | public static int MiddleLine =1; |
| | | public static int DownLine = 1; |
| | | public const int TopLine = 1; |
| | | public const int MiddleLine =1; |
| | | public const int DownLine = 1; |
| | | |
| | | |
| | | |
| | | public static int Text24 = 24; |
| | | public static int Text20 = 20; |
| | | public static int Text18 = 18; |
| | | public static int Text16 = 16; |
| | | public static int Text14 = 14; |
| | | public static int Text12 = 12; |
| | | public static int Text10 = 10; |
| | | public const int Text24 = 24; |
| | | public const int Text20 = 20; |
| | | public const int Text18 = 18; |
| | | public const int Text16 = 16; |
| | | public const int Text14 = 14; |
| | | public const int Text12 = 12; |
| | | public const int Text10 = 10; |
| | | |
| | | } |
| | | public static class MusicColor |
| | |
| | | /// <summary> |
| | | /// 顶部背景颜色 |
| | | /// </summary> |
| | | public static uint TopViewColor = 0xFFF7F7F7; |
| | | public const uint TopViewColor = 0xFFF7F7F7; |
| | | /// <summary> |
| | | /// 界面背景颜色 |
| | | /// </summary> |
| | | public static uint ViewColor = 0xFFF2F3F7; |
| | | public const uint ViewColor = 0xFFF2F3F7; |
| | | /// <summary> |
| | | /// 白色背景颜色 |
| | | /// </summary> |
| | | public static uint WhiteColor = 0xFFFFFFFF; |
| | | public const uint WhiteColor = 0xFFFFFFFF; |
| | | /// <summary> |
| | | /// 红色背景颜色 |
| | | /// </summary> |
| | | public static uint RedColor = 0xFFFF4747; |
| | | public const uint RedColor = 0xFFFF4747; |
| | | |
| | | /// <summary> |
| | | /// 线条颜色 |
| | | /// </summary> |
| | | public static uint LineColor =0xFFECEDEE; |
| | | public const uint LineColor =0xFFECEDEE; |
| | | /// <summary> |
| | | /// 弹窗背景颜色 |
| | | /// </summary> |
| | | public static uint PopupBackgroundColor = 0x90000000; |
| | | public const uint PopupBackgroundColor = 0x90000000; |
| | | |
| | | /// <summary> |
| | | /// 线条颜色 |
| | | /// </summary> |
| | | public static uint MusicEditColor = 0xFFFC9C04; |
| | | public const uint MusicEditColor = 0xFFFC9C04; |
| | | /// <summary> |
| | | /// 弹窗背景颜色 |
| | | /// </summary> |
| | | public static uint MusicDelColor = 0xFFFF7474; |
| | | public const uint MusicDelColor = 0xFFFF7474; |
| | | |
| | | public static uint Text18Color = 0xFF1B2D4D; |
| | | public static uint MusicTxet14SelectedColor = 0xFF4484F4; |
| | | public static uint MusicTxet14Color = 0xFF1B2D4D; |
| | | public static uint MusicTxet12SelectedColor = 0xFF4484F4; |
| | | public const uint Text18Color = 0xFF1B2D4D; |
| | | public const uint MusicTxet14SelectedColor = 0xFF4484F4; |
| | | public const uint MusicTxet14Color = 0xFF1B2D4D; |
| | | public const uint MusicTxet12SelectedColor = 0xFF4484F4; |
| | | |
| | | public static uint MusicNoTxetColor = 0xFFC0C7D4; |
| | | public static uint TextColor = 0xFF1B2D4D; |
| | | public static uint SelectedColor = 0xFF4484F4; |
| | | public const uint MusicNoTxetColor = 0xFFC0C7D4; |
| | | public const uint TextColor = 0xFF1B2D4D; |
| | | public const uint SelectedColor = 0xFF4484F4; |
| | | |
| | | public static uint TextTimeColor = 0xFF798394; |
| | | public const uint TextTimeColor = 0xFF798394; |
| | | |
| | | public static uint TextCancelColor = 0xFF798394; |
| | | public const uint TextCancelColor = 0xFF798394; |
| | | |
| | | } |
| | | |
| | |
| | | /// <summary> |
| | | /// app高度 |
| | | /// </summary> |
| | | public static int H = 667; |
| | | public const int H = 667; |
| | | /// <summary> |
| | | /// app宽度 |
| | | /// </summary> |
| | | public static int W = 375; |
| | | public const int W = 375; |
| | | /// <summary> |
| | | /// 顶部高度 |
| | | /// </summary> |
| | | public static int T_Height = 64; |
| | | public const int T_Height = 64; |
| | | |
| | | /// <summary> |
| | | /// 线高度 |
| | | /// </summary> |
| | | public static int Line = 1; |
| | | public const int Line = 1; |
| | | } |
| | | |
| | | |