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.

41 lines
650 B

  1. #ifndef _RES_H_
  2. #define _RES_H_
  3. /*++
  4. Copyright (c) 2000 Microsoft Corporation
  5. Module Name:
  6. RES.H
  7. Abstract:
  8. Resource symbols for keymgr application
  9. Author:
  10. 990518 dane Created.
  11. georgema 000310 updated
  12. Environment:
  13. Win98, Win2000
  14. Revision History:
  15. --*/
  16. #define IDI_UPGRADE 100
  17. #define IDS_APP_NAME 500
  18. #define IDS_APP_DESCRIPTION 504
  19. // NEXT CONTROL VALUE 1091
  20. // NEXT RESOURCE VALUE ?
  21. // NEXT COMMAND VALUE ?
  22. // NEXT SYMED VALUE ?
  23. #endif // _RES_H_
  24. //
  25. ///// End of file: Res.h ////////////////////////////////////////////////