Leaked source code of windows server 2003
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.
|
|
// icon for the app
#define IDI_WIZ_ICON 100
// dialog IDs
#define IDD_INTRO 101
// bitmap iDs
#define IDB_WATERMARK 200
// dialog control ids
#define IDC_TEXT_WELCOME 1000
#define IDC_TEXT_HEADER 1001
#define IDC_RADIO_FLASH 1010
#define IDC_RADIO_HTML 1011
// stringtable ids
#define IDS_DISPLAYNAME 1
#define IDS_INFOTIP 2
#define IDS_TITLELOGFONT 1500
#define IDS_DIR_FLASH 1510
#define IDS_DIR_HTML 1511
#define IDS_EXE_FLASH 1512
#define IDS_EXE_HTML 1513
#define IDS_FLASH_LOCALIZED 1520
|