Leaked source code of windows server 2003
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
823 B

  1. /*++
  2. Resources for AWD viewer stub.
  3. Copyright (c) 1997 Microsoft Corporation
  4. Author:
  5. Brian Dewey (t-briand) 1997-8-18
  6. --*/
  7. #include <windows.h>
  8. #include "resource.h"
  9. #define VER_FILETYPE VFT_APP
  10. #define VER_FILEDESCRIPTION_STR "Fax AWD Viewer"
  11. #define VER_INTERNALNAME_STR "AWDVSTUB.EXE"
  12. #define VER_ORIGINALFILENAME_STR "AWDVSTUB.EXE"
  13. #include "cvernum.h"
  14. #include "cometver.rc"
  15. STRINGTABLE
  16. BEGIN
  17. IDS_USEAGE "Usage:\r\nawdvstub [/c] <awd file> [<tiff file>]"
  18. IDS_TITLE "AWD to TIFF converter"
  19. IDS_NOVIEW "There is no TIFF viewer on this system."
  20. IDS_ERRCONV "Error converting AWD file to TIFF."
  21. IDS_NOTEMPPATH "Error: No location to store temporary files."
  22. END