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
1.3 KiB

  1. #include <windows.h>
  2. #include "resource.h"
  3. IDD_WHERE_DID_MY_FAX_GO DIALOG DISCARDABLE 0, 0, 247, 146
  4. STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_3DLOOK | DS_CENTER | WS_POPUP | WS_VISIBLE | WS_CAPTION
  5. CAPTION "Where did my Fax go?"
  6. FONT 8, "MS Shell Dlg"
  7. BEGIN
  8. DEFPUSHBUTTON "&OK",IDOK,191,127,50,14
  9. ICON IDI_QUESTION,IDC_WHERE_DID_MY_FAX_GO_ICON,7,7,20,20
  10. LTEXT "This Fax application had been replaced by Windows Server 2003 Fax application.\n\n\
  11. To access the new Fax application click Start, click All Programs, point to Accessories, \
  12. point to Communications, and then point to Fax.",IDC_WHERE_DID_MY_FAX_GO_TXT,36,9,200,81
  13. CONTROL "&Remove this link from my Start Menu",IDC_REMOVE_LINK,
  14. "Button",BS_AUTOCHECKBOX | WS_TABSTOP,36,101,151,10
  15. END
  16. /////////////////////////////////////////////////////////////////////////////
  17. //
  18. // String Table
  19. //
  20. STRINGTABLE DISCARDABLE
  21. BEGIN
  22. IDS_CLIENT_NOT_INSTALLED_TITLE "Fax Client Setup"
  23. IDS_CLIENT_NOT_INSTALLED "You have chosen to send a fax via the fax printer.\nYou need to install the fax client software to monitor the progress of faxes sent using a fax printer.\nDo you want to install the fax client software now?"
  24. END