Source code of Windows XP (NT5)
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.

22 lines
675 B

  1. // icon for the app
  2. #define IDI_WIZ_ICON 100
  3. // dialog IDs
  4. #define IDD_INTRO 101
  5. // bitmap iDs
  6. #define IDB_WATERMARK 200
  7. // dialog control ids
  8. #define IDC_TEXT_WELCOME 1000
  9. #define IDC_TEXT_HEADER 1001
  10. #define IDC_RADIO_FLASH 1010
  11. #define IDC_RADIO_HTML 1011
  12. // stringtable ids
  13. #define IDS_DISPLAYNAME 1
  14. #define IDS_INFOTIP 2
  15. #define IDS_TITLELOGFONT 1500
  16. #define IDS_TARGET_FLASH 1510
  17. #define IDS_TARGET_HTML 1511
  18. #define IDS_FLASH_LOCALIZED 1520