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.

100 lines
4.1 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. // Icon
  15. //
  16. // Icon with lowest ID value placed first to ensure application icon
  17. // remains consistent on all systems.
  18. IDI_SMTP ICON DISCARDABLE "E-mail.ico"
  19. IDI_STORE ICON DISCARDABLE "Save.ico"
  20. IDI_PRINT ICON DISCARDABLE "Print.ico"
  21. IDI_SNAPIN ICON DISCARDABLE "..\\..\\mmc\\res\\inmethod.ico"
  22. /////////////////////////////////////////////////////////////////////////////
  23. //
  24. // Dialog
  25. //
  26. IDD_STORE DIALOGEX DISCARDABLE 0, 0, 252, 218
  27. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  28. CAPTION "Store in Folder"
  29. FONT 8, "MS Shell Dlg"
  30. BEGIN
  31. ICON IDI_STORE,IDC_STATIC,7,7,20,20
  32. LTEXT "Specify the folder where incoming faxes should be stored.",
  33. IDC_STATIC,38,12,202,24
  34. GROUPBOX "&Store in folder:",IDC_STATIC,7,33,238,51
  35. EDITTEXT IDC_EDIT_FOLDER,14,45,224,14,ES_AUTOHSCROLL,0,HIDC_IN_ROUTE_FOLDER
  36. PUSHBUTTON "&Browse...",IDC_BUT_BROWSE,180,63,58,14,0,0,HIDC_IN_ROUTE_FOLDER_BROWSE
  37. END
  38. IDD_PRINT DIALOGEX DISCARDABLE 0, 0, 252, 218
  39. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  40. CAPTION "Print"
  41. FONT 8, "MS Shell Dlg"
  42. BEGIN
  43. ICON IDI_PRINT,IDC_STATIC,7,7,20,20
  44. LTEXT "Specify a printer for printing incoming faxes.",
  45. IDC_STATIC,38,12,198,24
  46. GROUPBOX "&Printer name:",IDC_STATIC,7,52,232,30
  47. COMBOBOX IDC_PRINTERS_COMBO,14,64,213,56,CBS_DROPDOWN |
  48. CBS_SORT | WS_VSCROLL | WS_TABSTOP,0,HIDC_IN_ROUTE_PRINT
  49. END
  50. IDD_EMAIL DIALOGEX DISCARDABLE 0, 0, 252, 218
  51. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  52. CAPTION "E-mail"
  53. FONT 8, "MS Shell Dlg"
  54. BEGIN
  55. ICON IDI_SMTP,IDC_STATIC,7,7,20,20
  56. LTEXT "Specify an e-mail address to receive incoming faxes.",
  57. IDC_STATIC,38,12,201,32
  58. LTEXT "To use this method, specify an e-mail recipient address, and on the Receipts tab of the Fax Properties sheet, verify SMTP settings and select the option to use these settings for this routing method.",
  59. IDC_STATIC,7,32,231,48
  60. GROUPBOX "&Mail to:",IDC_STATIC,7,76,232,30
  61. EDITTEXT IDC_EDIT_MAILTO,14,87,220,14,ES_AUTOHSCROLL,0,HIDC_IN_ROUTE_MAILTO
  62. END
  63. /////////////////////////////////////////////////////////////////////////////
  64. //
  65. // String Table
  66. //
  67. STRINGTABLE DISCARDABLE
  68. BEGIN
  69. IDS_ROUTINGMETHODCONFIG_DESC "This snap-in helps you configure settings for the Microsoft Fax Routing Extension."
  70. IDS_ROUTINGMETHODCONFIG_PROVIDER "Microsoft Corporation"
  71. IDS_ERR_BAD_ROUTINGMETHOD_CONFIGURATION
  72. "The configuration for the Microsoft SMTP Mail Routing Method is corrupted."
  73. IDS_STORE_TITLE "Folder"
  74. IDS_PRINT_TITLE "Printer"
  75. IDS_EMAIL_TITLE "Send to"
  76. IDS_FOLDER_EMPTY "The specified folder is empty"
  77. IDS_FOLDER_INVALID "The specified folder is invalid"
  78. IDS_PRINTER_INVALID "The specified printer is invalid"
  79. IDS_EMAIL_ADDR_INVALID "The specified e-mail address is invalid"
  80. IDS_FAIL2LOADPRINTERLIST "The action to load the printers list failed."
  81. IDS_FAIL2READPRINTER "The action to read the printer name failed."
  82. IDS_EMPTY_PRINTERNAME "The printer name entry must display a valid printer name.\r\n\r\nSelect from the list, or type a valid printer name."
  83. IDS_SELECT_FOLDER "Select a folder for routed incoming faxes:"
  84. IDS_FAX_ROUTING_SNAPIN_NAME "Microsoft Fax Routing Extension"
  85. END
  86. #endif // English (U.S.) resources
  87. /////////////////////////////////////////////////////////////////////////////