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.

19 lines
635 B

  1. // ---------------------------------------------------------------------------
  2. // RESOURCE.H
  3. // ---------------------------------------------------------------------------
  4. // Copyright (c) 1999 Microsoft Corporation
  5. //
  6. // ---------------------------------------------------------------------------
  7. #pragma once
  8. #define CCHMAX_STRINGRES 512
  9. // String Resource IDs
  10. #define IDS_FIRST 1000
  11. #define IDS_PRODUCTID (IDS_FIRST + 1)
  12. #define IDS_COMPANY (IDS_FIRST + 2)
  13. #define IDS_PHONE (IDS_FIRST + 3)
  14. #define IDS_URL (IDS_FIRST + 4)
  15. #define IDS_INSTRUCTIONS (IDS_FIRST + 5)