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.

64 lines
2.3 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #include "..\mmc\hlpres.h"
  5. /////////////////////////////////////////////////////////////////////////////
  6. // English (U.S.) resources
  7. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  8. #ifdef _WIN32
  9. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  10. #pragma code_page(1252)
  11. #endif //_WIN32
  12. /////////////////////////////////////////////////////////////////////////////
  13. //
  14. // Icons
  15. //
  16. IDI_T30_INFO ICON DISCARDABLE "info.ico"
  17. IDI_T30_SNAPIN ICON DISCARDABLE "..\\mmc\\res\\device.ico"
  18. /////////////////////////////////////////////////////////////////////////////
  19. //
  20. // Dialog
  21. //
  22. IDD_T30CONFIG DIALOGEX DISCARDABLE 0, 0, 252, 218
  23. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  24. CAPTION "Property Page"
  25. FONT 8, "MS Shell Dlg"
  26. BEGIN
  27. ICON IDI_T30_INFO,IDC_INFO_ICON,7,7,20,20
  28. LTEXT "Some modems support adaptive answering to distinguish between incoming data and fax calls.\r\n\
  29. If your modem supports this feature, the Fax Service accepts only incoming fax calls, and data calls are automatically handled by Remote Access Service (RAS).",
  30. IDC_INFO_TEXT,40,12,199,48
  31. CONTROL "&Enable adaptive answering if supported by the modem",IDC_ADAPTIVE_ANSWERING,
  32. "Button",BS_AUTOCHECKBOX | BS_MULTILINE | WS_TABSTOP,7,69,234,10,0,HIDC_ADAPTIVE_ANSWERING
  33. LTEXT "Setting this check box enables adaptive answering if supported by your modem.\r\n\
  34. If after enabling this feature the fax modem does not answer incoming fax calls, uncheck this box to disable adaptive answering.",
  35. IDC_ADAPTIVE_ANSWERING_WARN,20,85,199,60
  36. END
  37. /////////////////////////////////////////////////////////////////////////////
  38. //
  39. // String Table
  40. //
  41. STRINGTABLE DISCARDABLE
  42. BEGIN
  43. IDS_T30CONFIG_DESC "This snap-in helps you configure settings for the Microsoft Fax Modem Service Provider."
  44. IDS_T30CONFIG_PROVIDER "Microsoft Corporation"
  45. IDS_T30PAGE_TITLE "Microsoft Modem FSP"
  46. IDS_ERR_BAD_T30_CONFIGURATION "The Microsoft Modem FSP Configuration is corrputed."
  47. IDS_FAX_T30_SNAPIN_NAME "Microsoft Fax Modem Service Provider"
  48. END
  49. #endif // English (U.S.) resources
  50. /////////////////////////////////////////////////////////////////////////////