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.

37 lines
866 B

  1. /*++
  2. Copyright (C) 1999-2000 Microsoft Corporation
  3. Module Name:
  4. strids.h
  5. Abstract:
  6. This file contains constants for all of the resource strings. It must
  7. parallel file strings.rc which contains the strings themselves.
  8. Constants of the form IDS_*_BASE are not strings but are base values
  9. for use in indexing within the string group. The base value must match the
  10. ID of the first string and the order of the strings must not be changed.
  11. --*/
  12. #ifndef _STRIDS_H_
  13. #define _STRIDS_H_
  14. #define HTML_MIN_ID 200
  15. // Error Messages
  16. #define IDS_HTML_FILE 210
  17. #define IDS_HTML_EXTENSION 211
  18. #define IDS_HTML_FILE_HEADER1 212
  19. #define IDS_HTML_FILE_HEADER2 213
  20. #define IDS_HTML_FILE_FOOTER 214
  21. #define IDS_HTML_FILE_OVERWRITE 215
  22. #define RCSTRING_MIN_ID 400
  23. #endif // _STRIDS_H_