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.

46 lines
1.6 KiB

  1. //+----------------------------------------------------------------------------
  2. //
  3. // File: resource.h
  4. //
  5. // Module: PBASETUP.EXE
  6. //
  7. // Synopsis: Resource ID definitions
  8. //
  9. // Copyright (c) 1999 Microsoft Corporation
  10. //
  11. // Author: v-vijayb Created 06/04/99
  12. //
  13. //+----------------------------------------------------------------------------
  14. #define IDS_UNSUCCESSFULUPGRADE 101
  15. //#define IDS_CMAKSTPTITLE 102
  16. #define IDS_DISKFULL 103
  17. #define IDS_NOACCESS 104
  18. //#define IDS_NTOPTITLE 105
  19. //#define IDS_PWSTITLE 106
  20. #define IDS_ICSTITLE 107
  21. #define IDS_HELPDIR 108
  22. #define IDS_APP_TITLE 109
  23. #define IDS_FOUNDNEWERINSTALL 110
  24. #define IDS_NOT_NT5 111
  25. #define IDS_SUCCESSFUL 112
  26. #define IDS_INUSE_MSG 113
  27. #define IDS_USAGE_MSG 114
  28. #define IDS_BINARY_NOT_ALPHA 115
  29. #define IDS_NO_NT5_SRV_INST 116
  30. #define IDS_CM_TOO_NEW 117
  31. #define IDS_REMOVEPBA 118
  32. #define IDS_REMOVESUCCESSFUL 119
  33. #define IDS_NOPERMS_MSG 120
  34. #define EXE_ICON 200
  35. // Next default values for new objects
  36. //
  37. #ifdef APSTUDIO_INVOKED
  38. #ifndef APSTUDIO_READONLY_SYMBOLS
  39. #define _APS_NEXT_RESOURCE_VALUE 101
  40. #define _APS_NEXT_COMMAND_VALUE 40001
  41. #define _APS_NEXT_CONTROL_VALUE 1000
  42. #define _APS_NEXT_SYMED_VALUE 101
  43. #endif
  44. #endif