📄 resource.h.bak
字号:
#ifndef __RESOURCE_H__
#define __RESOURCE_H__
////////////////////控件ID/////////////////////////
#define ID_MainListBox 100 //主列表框ID
#define ID_MainStatus 101 //状态条ID
#define ID_MainTimeStatus 102 //状态条时间ID
/*#define ID_MainButtonCtrl 103 //按钮ID*/
#define ID_SetDate_TextCtrl 1001 //设置日期的文本框
#define ID_SetTime_TextCtrl 1002 //设置时间的文本框
#define ID_SetYear_TextCtrl 1003
#define ID_SetMonth_TextCtrl 1004
#define ID_SetDay_TextCtrl 1005
/*#define ID_SetHour_TextCtrl 1006
#define ID_SetMinute_TextCtrl 1007
#define ID_SetSecond_TextCtrl 1008*/
#define MAIN_FUNCTION_NUM 3 //主菜单的选项数目
#define TIMEZONE_FUNCTION_NUM 50
#define MAIN_MENU 0
/*#define MAIN_SHOWBMP 1*/
#define MAIN_SETTIME 1
/*#define MAIN_USBDOWNLOAD 3*/
#define MAIN_CHECKTIME 2
#define MAIN_TIMEZONE 3
#define MAIN_CHECKTIMEDONE 4
/*U32 mainstatus;*/
#define TIMEZONE_ZHONGTUDAODONE 56
#define TIMEZONE_BEIJING 6
#define TIMEZONE_HONGKONG 7
#define TIMEZONE_ZHONGTUDAO 8
#define TIMEZONE_XIAWEIYI 9
#define TIMEZONE_ALASIJIA 10
#define TIMEZONE_LUOSHANJI 11
#define TIMEZONE_JIUJINSHAN 12
#define TIMEZONE_ZHIJIAGE 13
#define TIMEZONE_NIUYUE 14
#define TIMEZONE_HUASHENGDUN 15
#define TIMEZONE_SHENGDIYAGE 16
#define TIMEZONE_BAXILIYA 17
#define TIMEZONE_GELINLAN 18
#define TIMEZONE_FODEJIAO 19
#define TIMEZONE_DUBOLIN 20
#define TIMEZONE_AIDINGBAO 21
#define TIMEZONE_LUNDUN 22
#define TIMEZONE_LISIBEN 23
#define TIMEZONE_BOGEDA 24
#define TIMEZONE_BALI 25
#define TIMEZONE_LUOMA 26
#define TIMEZONE_BOLIN 27
#define TIMEZONE_MADELI 28
#define TIMEZONE_HUASHA 29
#define TIMEZONE_YADIAN 30
#define TIMEZONE_KAILUO 31
#define TIMEZONE_YELUSALENG 32
#define TIMEZONE_MOSIKE 33
#define TIMEZONE_SHENGBIDEBAO 34
#define TIMEZONE_BAGEDA 35
#define TIMEZONE_KEWEITE 36
#define TIMEZONE_ABUZHABI 37
#define TIMEZONE_YISILANBAO 38
#define TIMEZONE_TASHIGAN 39
#define TIMEZONE_ALAMUTU 40
#define TIMEZONE_DAKA 41
#define TIMEZONE_MANGU 42
#define TIMEZONE_HENEI 43
#define TIMEZONE_YAJIADA 44
#define TIMEZONE_TAIBEI 45
#define TIMEZONE_JILONGPO 46
#define TIMEZONE_XINJIAPO 47
#define TIMEZONE_DONGJING 48
#define TIMEZONE_HANCHENG 49
#define TIMEZONE_GUANDAO 50
#define TIMEZONE_KANPEILA 51
#define TIMEZONE_MOERBEN 52
#define TIMEZONE_XINI 53
#define TIMEZONE_FEIJI 54
#define TIMEZONE_HUILINGDUN 55
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -