Source code of Windows XP (NT5)
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.

141 lines
3.9 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "winres.h"
  10. #include <windows.h>
  11. #include <ntverp.h>
  12. /////////////////////////////////////////////////////////////////////////////
  13. #undef APSTUDIO_READONLY_SYMBOLS
  14. /////////////////////////////////////////////////////////////////////////////
  15. // English (U.S.) resources
  16. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  17. #ifdef _WIN32
  18. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  19. #pragma code_page(1252)
  20. #endif //_WIN32
  21. #ifdef APSTUDIO_INVOKED
  22. /////////////////////////////////////////////////////////////////////////////
  23. //
  24. // TEXTINCLUDE
  25. //
  26. 1 TEXTINCLUDE DISCARDABLE
  27. BEGIN
  28. "resource.h\0"
  29. END
  30. 2 TEXTINCLUDE DISCARDABLE
  31. BEGIN
  32. "#include ""winres.h""\r\n"
  33. "#include <ntverp.h>\r\n"
  34. "\0"
  35. END
  36. 3 TEXTINCLUDE DISCARDABLE
  37. BEGIN
  38. "1 TYPELIB ""routeext.tlb""\r\n"
  39. "\0"
  40. END
  41. #endif // APSTUDIO_INVOKED
  42. #ifndef _MAC
  43. /////////////////////////////////////////////////////////////////////////////
  44. //
  45. // Version
  46. //
  47. #define VER_FILETYPE VFT_DLL
  48. #define VER_FILESUBTYPE VFT2_UNKNOWN
  49. #define VER_FILEDESCRIPTION_STR "Fax routing extension"
  50. #define VER_INTERNALNAME_STR "routeext.dll"
  51. #define VER_ORIGINALFILENAME_STR "routeext.dll"
  52. #include "common.ver"
  53. #endif // !_MAC
  54. /////////////////////////////////////////////////////////////////////////////
  55. //
  56. // Bitmap
  57. //
  58. /////////////////////////////////////////////////////////////////////////////
  59. //
  60. // Dialog
  61. //
  62. IDD_ROUTE DIALOG DISCARDABLE 0, 0, 252, 218
  63. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  64. CAPTION "Property Page"
  65. FONT 8, "MS Shell Dlg"
  66. BEGIN
  67. LTEXT "Do this when I receive a fax:",IDC_ROUTE_TITLE,4,7,150,12
  68. CONTROL "&Print on:",IDC_PRINT,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,5,20,51,12
  69. COMBOBOX IDC_PRINT_TO,72,20,173,41,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP
  70. CONTROL "Save in &folder:",IDC_SAVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,5,39,60,12
  71. EDITTEXT IDC_DEST_FOLDER,72,39,157,14,ES_AUTOHSCROLL
  72. PUSHBUTTON "...",IDC_BROWSE_DIR,233,39,12,14
  73. CONTROL "Send to local e-mail &inbox",IDC_INBOX,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,5,58,95,12
  74. LTEXT "Profile &name:",IDC_INBOX_LABEL,105,60,45,12
  75. COMBOBOX IDC_INBOX_PROFILE,147,58,98,33,CBS_DROPDOWN | CBS_SORT | WS_VSCROLL | WS_TABSTOP
  76. CONTROL "&E-mail",IDC_EMAIL,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,5,77,77,12
  77. END
  78. /////////////////////////////////////////////////////////////////////////////
  79. //
  80. // REGISTRY
  81. //
  82. IDR_ROUTE REGISTRY DISCARDABLE "Route.rgs"
  83. /////////////////////////////////////////////////////////////////////////////
  84. //
  85. // String Table
  86. //
  87. STRINGTABLE DISCARDABLE
  88. BEGIN
  89. IDS_PROJNAME "Routeext"
  90. IDS_ERROR_DLGTITLE "Error"
  91. IDS_EMAIL_PROFILE "Please select an e-mail profile."
  92. IDS_INBOX_PROFILE "Please select inbox profile."
  93. IDS_DEST_FOLDER "Please enter a folder name."
  94. IDS_CANT_SAVE "Cannot save routing information."
  95. IDS_DIR_TOO_LONG "The directory name you selected is too long.\n"
  96. IDS_INBOUND_DIR "Select Destination Directory for Inbound Fax\n"
  97. IDS_TITLE "Received Faxes"
  98. IDS_PRINT_TO "Please select a printer."
  99. IDS_ONE_ENABLE "At least one routing option must be enabled."
  100. END
  101. #endif // English (U.S.) resources
  102. /////////////////////////////////////////////////////////////////////////////
  103. #ifndef APSTUDIO_INVOKED
  104. /////////////////////////////////////////////////////////////////////////////
  105. //
  106. // Generated from the TEXTINCLUDE 3 resource.
  107. //
  108. 1 TYPELIB "routeext.tlb"
  109. /////////////////////////////////////////////////////////////////////////////
  110. #endif // not APSTUDIO_INVOKED