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
2.0 KiB

  1. #ifndef _RESOURCE_HXX_
  2. #define _RESOURCE_HXX_
  3. //
  4. // Constants for various resource strings in W3CORE.DLL
  5. //
  6. #define STR_RES_ID_BASE 0
  7. //
  8. // Directory browsing strings
  9. //
  10. #define IDS_DIRBROW_TOPARENT (STR_RES_ID_BASE+2000)
  11. #define IDS_DIRBROW_DIRECTORY (STR_RES_ID_BASE+2001)
  12. //
  13. // Mini HTML URL Moved document
  14. //
  15. #define IDS_URL_MOVED (STR_RES_ID_BASE+2100)
  16. #define IDS_SITE_ACCESS_DENIED (STR_RES_ID_BASE+2101)
  17. #define IDS_BAD_CGI_APP (STR_RES_ID_BASE+2102)
  18. #define IDS_CGI_APP_TIMEOUT (STR_RES_ID_BASE+2103)
  19. //
  20. // Various error messages
  21. //
  22. #define IDS_TOO_MANY_USERS (STR_RES_ID_BASE+2122)
  23. #define IDS_OUT_OF_LICENSES (STR_RES_ID_BASE+2123)
  24. #define IDS_READ_ACCESS_DENIED (STR_RES_ID_BASE+2124)
  25. #define IDS_EXECUTE_ACCESS_DENIED (STR_RES_ID_BASE+2125)
  26. #define IDS_SSL_REQUIRED (STR_RES_ID_BASE+2126)
  27. #define IDS_WRITE_ACCESS_DENIED (STR_RES_ID_BASE+2127)
  28. #define IDS_PUT_RANGE_UNSUPPORTED (STR_RES_ID_BASE+2128)
  29. #define IDS_CERT_REQUIRED (STR_RES_ID_BASE+2129)
  30. #define IDS_ADDR_REJECT (STR_RES_ID_BASE+2130)
  31. #define IDS_SSL128_REQUIRED (STR_RES_ID_BASE+2131)
  32. #define IDS_INVALID_CNFG (STR_RES_ID_BASE+2132)
  33. #define IDS_PWD_CHANGE (STR_RES_ID_BASE+2133)
  34. #define IDS_MAPPER_DENY_ACCESS (STR_RES_ID_BASE+2134)
  35. #define IDS_ERROR_FOOTER (STR_RES_ID_BASE+2135)
  36. #define IDS_URL_TOO_LONG (STR_RES_ID_BASE+2136)
  37. #define IDS_CANNOT_DETERMINE_LENGTH (STR_RES_ID_BASE+2137)
  38. #define IDS_UNSUPPORTED_CONTENT_TYPE (STR_RES_ID_BASE+2138)
  39. #define IDS_CAL_EXCEEDED (STR_RES_ID_BASE+2139)
  40. #define IDS_HOST_REQUIRED (STR_RES_ID_BASE+2140)
  41. #define IDS_METHOD_NOT_SUPPORTED (STR_RES_ID_BASE+2141)
  42. #define IDS_CERT_REVOKED (STR_RES_ID_BASE+2142)
  43. #define IDS_CERT_BAD (STR_RES_ID_BASE+2143)
  44. #define IDS_CERT_TIME_INVALID (STR_RES_ID_BASE+2144)
  45. #define IDS_DIR_LIST_DENIED (STR_RES_ID_BASE+2145)
  46. #endif