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.

28 lines
764 B

  1. //******************************************************************************
  2. //
  3. // Copyright (c) 1999 Microsoft Corporation
  4. //
  5. // Module Name:
  6. // resource.h
  7. //
  8. // Abstract:
  9. // This file contains the definition of the constants used to describe
  10. // resources.
  11. //
  12. // Revision History:
  13. // Davide Massarenti (Dmassare) 08/07/99
  14. // created
  15. //
  16. //******************************************************************************
  17. #define IDS_PROJNAME 100
  18. #define IDR_HC 101
  19. #define IDI_HELPCENTER 200
  20. #define IDB_TB_DEF_24 300
  21. #define IDB_TB_HOT_24 301
  22. #define IDB_TB_DEF_16 302
  23. #define IDB_TB_HOT_16 303