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.

65 lines
1.7 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #define APSTUDIO_READONLY_SYMBOLS
  4. /////////////////////////////////////////////////////////////////////////////
  5. //
  6. // Generated from the TEXTINCLUDE 2 resource.
  7. //
  8. #include "winnt.h"
  9. #include "winres.h"
  10. #include "res.h"
  11. /////////////////////////////////////////////////////////////////////////////
  12. #undef APSTUDIO_READONLY_SYMBOLS
  13. /////////////////////////////////////////////////////////////////////////////
  14. // English (U.S.) resources
  15. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  16. #ifdef _WIN32
  17. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  18. #pragma code_page(1252)
  19. #endif //_WIN32
  20. #ifndef _MAC
  21. /////////////////////////////////////////////////////////////////////////////
  22. //
  23. // Version
  24. //
  25. #include "ntverp.h"
  26. #define VER_FILETYPE VFT_DLL
  27. #define VER_FILESUBTYPE VFT_UNKNOWN
  28. #define VER_FILEDESCRIPTION_STR "Keyring Manager Application"
  29. #define VER_INTERNALNAME_STR "keymgr.cpl"
  30. #include "common.ver"
  31. #endif // !_MAC
  32. /////////////////////////////////////////////////////////////////////////////
  33. //
  34. // Icon
  35. //
  36. // Icon with lowest ID value placed first to ensure application icon
  37. // remains consistent on all systems.
  38. IDI_UPGRADE ICON DISCARDABLE "res\\keymgr.ico"
  39. IDI_SMALL ICON DISCARDABLE "res\\icon16.ico"
  40. /////////////////////////////////////////////////////////////////////////////
  41. //
  42. // String Table
  43. //
  44. STRINGTABLE DISCARDABLE
  45. BEGIN
  46. IDS_APP_NAME "Stored User Names and Passwords"
  47. IDS_APP_DESCRIPTION "Manages stored credentials for network servers."
  48. END
  49. #endif // English (U.S.) resources
  50. /////////////////////////////////////////////////////////////////////////////