📄 resource.h
字号:
#define IDD_FORM 101
#define IDC_URL 1000
#define IDC_NAMELIST 1002
#define IDC_OK 1003
#define IDC_CANCEL 1004
#define IDC_STATIC -1
#define IDC_GROUP 1005
#define IDC_URLOK 1006
#define IDC_CANCELURL 1007
#define DS_MODALFRAME 0x80
#define DS_3DLOOK 4
#define DS_CENTER 0x800
#define WS_POPUP 0x80000000
#define WS_VISIBLE 0x10000000
#define WS_CAPTION 0xC00000
#define WS_SYSMENU 0x80000
#define WS_EX_CLIENTEDGE 0x200
#define ES_AUTOHSCROLL 0x80
#define WS_BORDER 0x800000
#define WS_TABSTOP 0x10000
#define WS_DISABLED 0x8000000
#define LVS_SHOWSELALWAYS 8
#define LVS_LIST 3
#define WS_MINIMIZEBOX 0x20000
#define WS_GROUP 0x20000
#define LVS_REPORT 1
#define LVS_SORTASCENDING 0x10
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -