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.

52 lines
1.5 KiB

  1. #include "resource.h"
  2. /////////////////////////////////////////////////////////////////////////////
  3. //
  4. // Icon
  5. //
  6. // Icon with lowest ID value placed first to ensure application icon
  7. // remains consistent on all systems.
  8. IDI_PSTORE ICON DISCARDABLE "pstoreex.ico"
  9. IDI_PROVIDER ICON DISCARDABLE "provider.ico"
  10. IDI_ITEM ICON DISCARDABLE "item.ico"
  11. IDI_FOLDER ICON DISCARDABLE "folder.ico"
  12. IDI_FOLDEROPEN ICON DISCARDABLE "folderop.ico"
  13. IDI_GLOBAL ICON DISCARDABLE "global.ico"
  14. /////////////////////////////////////////////////////////////////////////////
  15. //
  16. // String Table
  17. //
  18. STRINGTABLE DISCARDABLE
  19. BEGIN
  20. IDS_PSTORE_TITLE "Protected Storage: "
  21. IDS_MI_REGISTRY "&Test"
  22. IDS_MI_MESSAGE1 "&Message 1"
  23. IDS_TB_MESSAGE1 "Message 1"
  24. IDS_MI_MESSAGE2 "&Message 2"
  25. IDS_TB_MESSAGE2 "Message 2"
  26. IDS_MI_VIEW_IETB "Show IExplorerToolbar"
  27. IDS_COLUMN1 "Name"
  28. IDS_COLUMN2 "Data"
  29. IDS_DEFAULT "(Default)"
  30. IDS_NODATA "(value not set)"
  31. END
  32. #include <windows.h>
  33. #include <ntverp.h>
  34. #define VER_FILETYPE VFT_APP
  35. #define VER_FILESUBTYPE VFT2_UNKNOWN
  36. #define VER_FILEDESCRIPTION_STR "Protected Storage Explorer"
  37. #define VER_INTERNALNAME_STR "Protected Storage Explorer"
  38. #undef VER_PRODUCTVERSION
  39. #undef VER_FILEVERSION
  40. #undef VER_PRODUCTVERSION_STR
  41. #undef VER_FILEVERSION_STR
  42. #include "common.ver"