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.

55 lines
1.5 KiB

  1. /*++
  2. Copyright (c) 1994 Microsoft Corporation
  3. Module Name:
  4. PutInGrp.H
  5. Abstract:
  6. Application constants used by PutInGrp.C
  7. Author:
  8. Bob Watson (a-robw)
  9. Revision History:
  10. 12 Jun 1994 Created
  11. --*/
  12. //
  13. // Resource File Constants:
  14. //
  15. #define APP_ICON 0x0800
  16. //
  17. #define STRING_BASE 0x1000
  18. #define APP_SERVER (STRING_BASE + 1)
  19. #define APP_TOPIC (STRING_BASE + 2)
  20. #define APP_PROGMAN_TITLE (STRING_BASE + 3)
  21. #define FORMAT_BASE 0x2000
  22. #define APP_CREATE_AND_SHOW_FMT (FORMAT_BASE + 1)
  23. #define APP_RESTORE_GROUP_FMT (FORMAT_BASE + 2)
  24. #define APP_ADD_PROGRAM_FMT (FORMAT_BASE + 3)
  25. #define APP_RELOAD_GROUP_FMT (FORMAT_BASE + 4)
  26. #define APP_ADD_SUCCESS_FMT (FORMAT_BASE + 5)
  27. #define APP_ADD_ERROR_FMT (FORMAT_BASE + 6)
  28. #define APP_DDE_EXECUTE_ERROR_FMT (FORMAT_BASE + 7)
  29. #define APP_CB_WAITING (FORMAT_BASE + 8)
  30. #define APP_USAGE_START 0x3000
  31. #define APP_USAGE_0 (APP_USAGE_START + 0)
  32. #define APP_USAGE_1 (APP_USAGE_START + 1)
  33. #define APP_USAGE_2 (APP_USAGE_START + 2)
  34. #define APP_USAGE_3 (APP_USAGE_START + 3)
  35. #define APP_USAGE_4 (APP_USAGE_START + 4)
  36. #define APP_USAGE_5 (APP_USAGE_START + 5)
  37. #define APP_USAGE_6 (APP_USAGE_START + 6)
  38. #define APP_USAGE_7 (APP_USAGE_START + 7)
  39. #define APP_USAGE_8 (APP_USAGE_START + 8)
  40. #define APP_USAGE_END APP_USAGE_8
  41.