23 lines
675 B
C
23 lines
675 B
C
|
// 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_TARGET_FLASH 1510
|
||
|
#define IDS_TARGET_HTML 1511
|
||
|
#define IDS_FLASH_LOCALIZED 1520
|