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.

48 lines
1.4 KiB

  1. ///////////////////////////////////////////////////////////////////////////////
  2. //
  3. // the following resources are defined once for the whole app
  4. //
  5. ///////////////////////////////////////////////////////////////////////////////
  6. // waveforms
  7. #define IDW_STARTAPP 1
  8. #define IDW_INSTALL 4
  9. #define IDW_DEMO 5
  10. // bitmaps
  11. #define IDB_4BPP_BACKDROP 200
  12. #define IDB_8BPP_BACKDROP 201
  13. #define IDB_8BPP_BUTTONS 202
  14. // strings
  15. #define IDS_APPTITLE 1
  16. #define IDS_NEEDCDROM 2
  17. #define IDS_LABELFONT 8
  18. #define IDS_LABELHEIGHT 9
  19. #define IDS_STARTPAGE 10
  20. #define IDS_SEARCHPAGE 11
  21. #define IDS_IERUNNINGMSG 13
  22. #define IDS_MAINTEXT 21
  23. // string group helpers
  24. #define IDS_TITLE(item) ((item) + 1)
  25. #define IDS_INFO(item) ((item) + 2)
  26. #define IDS_CMD(item) ((item) + 3)
  27. #define IDS_DIR(item) ((item) + 4)
  28. #define IDI_ICON(item) (MAKEINTRESOURCE(item))
  29. //
  30. // string groups
  31. // resource compiler doesn't expand macros
  32. // so all these are declared as separate ids
  33. //
  34. #define IEFROMCD 100
  35. #define IDS_TITLE_IEFROMCD 101
  36. #define IDS_CMD_IEFROMCD 103
  37. #define IDS_DIR_IEFROMCD 104
  38. #define IESETUP 110
  39. #define IDS_TITLE_IESETUP 111
  40. #define IDS_CMD_IESETUP 113
  41. #define IDS_DIR_IESETUP 114
  42. #define IDS_CMD_MSN 141