resource.h

来自「HTTP dwonloader,很经典的代码。」· C头文件 代码 · 共 29 行

H
29
字号
#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 + =
减小字号Ctrl + -
显示快捷键?