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.

37 lines
1.0 KiB

  1. #include <windows.h>
  2. #include <ntverp.h>
  3. #define VER_FILETYPE VFT_DLL
  4. #define VER_FILESUBTYPE VFT2_UNKNOWN
  5. #define VER_FILEDESCRIPTION_STR "OLE DocFile Property Page"
  6. #define VER_INTERNALNAME_STR "docprop.dll"
  7. #define VER_ORIGINALFILENAME_STR "docprop.dll"
  8. #include "common.ver"
  9. #include <winuser.h>
  10. #include "resource.h"
  11. //#include "propdlg.dlg"
  12. #include "propdlg.rc"
  13. #include "strings.rc"
  14. #if 0
  15. STRINGTABLE {
  16. SZ_NOINFO, "No summary information is available."
  17. SZ_PASSWORD, "This document is password-protected."
  18. SZ_READONLY, "This document is read-only."
  19. iszBYTES, "Bytes: "
  20. iszPAGES, "Pages: "
  21. iszPARA, "Paragraphs: "
  22. iszLINES, "Lines: "
  23. iszWORDS, "Words: "
  24. iszCHARS, "Characters: "
  25. iszSLIDES, "Slides: "
  26. iszNOTES, "Notes: "
  27. iszHIDDENSLIDES,"Hidden Slides: "
  28. iszMMCLIPS, "Multimedia Clips: "
  29. iszFORMAT, "Presentation Format: "
  30. }
  31. #endif