mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
281 B
13 lines
281 B
#define IDC_STATIC -1
|
|
|
|
#define IDB_BANNER 0x0100
|
|
|
|
#define IDD_WELCOME 0x1000
|
|
#define IDD_DONE 0x1001
|
|
|
|
#define IDS_WELCOME 0x2000
|
|
#define IDS_WELCOME_SUB 0x2001
|
|
|
|
#define IDS_DONE 0x2100
|
|
#define IDS_DONE_SUB 0x2101
|
|
|