📄 resource.h
字号:
#ifndef __CPL_RESOURCE_H
#define __CPL_RESOURCE_H
/* CPL file info */
#define IDC_CPLICON 1
#define IDC_FLAGS 2
#define IDC_ICON1 3
#define IDS_CPLNAME 10
#define IDS_CPLDESCRIPTION 11
/* Region page options */
#define IDD_REGOPTSPAGE 100
#define IDC_GROUPBOX 101
#define IDC_STATIC 102
#define IDC_SETREG_COMBO 103
#define IDC_SETUP_BUTTON 104
#define IDC_NUMSAMPLE_EDIT 105
#define IDC_MONEYSAMPLE_EDIT 106
#define IDC_TIMESAMPLE_EDIT 107
#define IDC_SHORTTIMESAMPLE_EDIT 108
#define IDC_FULLTIMESAMPLE_EDIT 109
#define IDC_LOCATION_COMBO 110
/* Extra page options */
#define IDD_EXTRAOPTSPAGE 200
#define IDC_LANGUAGE_COMBO 103
/* Other page options */
// ... something
#endif /* __CPL_RESOURCE_H */
/* EOF */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -