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.

45 lines
1.5 KiB

  1. #include <windows.h>
  2. #include "wowfaxui.h"
  3. STRINGTABLE
  4. BEGIN
  5. WOWFAX_UNKNOWN_PROB_STR "Unknown print problem"
  6. WOWFAX_SELF_CONFIG_STR "This driver is self configuring. No setup is needed."
  7. WOWFAX_NAME_STR "Windows 3.1 Compatible Fax Driver"
  8. WOWFAX_NOWOW_STR "Unable to start WOW. Verify the ability to run a Win 16 application and retry."
  9. WOWFAX_ENABLE_CONFIG_STR "Please click the OK button to enable the configuration settings for the 16-bit Fax Driver."
  10. END
  11. IDD_DOCPROP DIALOG DISCARDABLE 0, 0, 252, 216
  12. STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
  13. CAPTION "WowFax Options"
  14. FONT 8, "MS Shell Dlg"
  15. BEGIN
  16. LTEXT "Please press the Configure button to set default options for the 16-bit Fax Driver.",IDC_STATIC,8,12,240,24
  17. LTEXT "", IDC_FEEDBACK, 8, 84, 240, 24
  18. PUSHBUTTON "Configure", IDOK, 8, 48, 64, 14, WS_GROUP | WS_TABSTOP
  19. END
  20. IDD_NULLPROP DIALOG DISCARDABLE 0, 0, 252, 216
  21. STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
  22. CAPTION "WowFax"
  23. FONT 8, "MS Shell Dlg"
  24. BEGIN
  25. LTEXT "Global configuration of 16-bit fax drivers is not supported",
  26. IDC_STATIC,10,15,230,32
  27. END
  28. #include <ntverp.h>
  29. #define VER_FILEVERSION 0, 2, 0, 0
  30. #define VER_FILETYPE VFT_DRV
  31. #define VER_FILESUBTYPE VFT2_DRV_PRINTER
  32. #define VER_FILEDESCRIPTION_STR "Windows 3.1 Compatible Fax Driver UI DLL"
  33. #define VER_INTERNALNAME_STR "wowfaxui.dll"
  34. #define VER_ORIGINALFILENAME_STR "wowfaxui.dll"
  35. #include "common.ver"