mirror of https://github.com/lianthony/NT4.0
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.
46 lines
1.4 KiB
46 lines
1.4 KiB
// Define dialogs boxes
|
|
#define DLG_WELCOME_FIRST_BOOT 100
|
|
#define DLG_WELCOME 101
|
|
|
|
// Define bitmaps
|
|
#define IDB_WELCOME_TITLE 0x4210
|
|
#define IDB_WELCOME_MON 0x4211
|
|
|
|
// Icons
|
|
#define IDI_WELCOME_LIGHTBULB 0x4220
|
|
|
|
// Controls
|
|
|
|
#define IDC_WELCOME_TOUR 0x4201
|
|
#define IDC_WELCOME_WIN31 0x4202
|
|
#define IDC_WELCOME_REGISTER 0x4203
|
|
#define IDC_WELCOME_MSPRODS 0x4204
|
|
|
|
#ifdef WINNT
|
|
#define IDC_HELP_CONTENTS 0x4205
|
|
#define IDC_WELCOME_NEXTTIP 0x4206
|
|
#else
|
|
#define IDC_WELCOME_NEXTTIP 0x4205
|
|
#endif
|
|
|
|
#define IDC_WELCOME_SHOWNEXTTIME 0x4207
|
|
|
|
#define IDC_WELCOME_BITMAP 0x4208
|
|
#define IDC_WELCOME_TIPS 0x4209
|
|
#define IDC_WELCOME_TITLE 0x420a
|
|
|
|
#define IDC_WELCOME_PROGRESS 0x420b
|
|
|
|
#define IDC_WELCOME_SUNKEN 0x420c
|
|
#define IDC_WELCOME_MON 0x420d
|
|
#define IDC_WELCOME_YOUKNOW 0x420e
|
|
|
|
// And Strings
|
|
#define IDS_WELCOME 0x1000
|
|
#define IDS_NOTOUR 0x0101
|
|
#define IDS_NOONLINE 0x0102
|
|
#define IDS_NOALIBABA 0x0103
|
|
#define IDS_NOCDROMS 0x0104
|
|
#define IDS_NEEDINSTALLDISK 0x0105
|
|
#define IDS_TOURRELPATH 0x0106
|
|
#define IDS_RUNFAILED 0x0107
|