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.

130 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 "winnt.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""winnt.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "1 TYPELIB ""smtpadm.tlb""\r\n"
  36. "\0"
  37. END
  38. #endif // APSTUDIO_INVOKED
  39. /////////////////////////////////////////////////////////////////////////////
  40. //
  41. // Version
  42. //
  43. #define OLEREGISTER
  44. #define RC_VERSION_FILE_DESCRIPTION "SMTP OLE Admin Interface DLL\0"
  45. #define RC_VERSION_INTERNAL_NAME "smtpadm.dll\0"
  46. #define RC_VERSION_ORIGINAL_FILE_NAME "smtpadm.dll\0"
  47. #include <bldver.rc>
  48. /////////////////////////////////////////////////////////////////////////////
  49. //
  50. // String Table
  51. //
  52. STRINGTABLE DISCARDABLE
  53. BEGIN
  54. IDS_SMTPADMIN_DESC "SmtpAdmin Class"
  55. IDS_SMTPADMIN_SERVICE_DESC "SmtpAdminService Class"
  56. IDS_SMTPADMIN_VIRTUALSERVER_DESC "SmtpAdminVirtualServer Class"
  57. IDS_SMTPADMIN_VIRTUALDIRECTORY_DESC "SmtpAdminVirtualDirectory Class"
  58. IDS_SMTPADMIN_SESSIONS_DESC "SmtpAdminSessions Class"
  59. IDS_SMTPADMIN_ALIAS_DESC "SmtpAdminAlias Class"
  60. IDS_SMTPADMIN_USER_DESC "SmtpAdminUser Class"
  61. IDS_SMTPADMIN_DL_DESC "SmtpAdminDL Class"
  62. IDS_SMTPADMIN_DOMAIN_DESC "SmtpAdminDomain Class"
  63. IDS_TCPACCESS_DESC "TcpAccess Class"
  64. IDS_TCPACCESSEXCEPTIONS_DESC "TcpAccessExceptions Class"
  65. IDS_TCPACCESSEXCEPTION_DESC "TcpAccessException Class"
  66. END
  67. STRINGTABLE DISCARDABLE
  68. BEGIN
  69. IDS_SMTPEXCEPTION_DIDNT_ENUMERATE
  70. "You must call Enumerate before calling this property"
  71. IDS_SMTPEXCEPTION_DIDNT_SET_CURSOR
  72. "You must call GetNth before calling this property"
  73. IDS_SMTPEXCEPTION_INVALID_INDEX
  74. "The index is out of range. The index must be >= 0 and < Count"
  75. IDS_SMTPEXCEPTION_MUST_SUPPLY_USERNAME_OR_IPADDRESS
  76. "You must supply a value for either Username or IpAddress"
  77. IDS_SMTPEXCEPTION_SERVICE_INSTANCE_CANT_BE_ZERO
  78. "The ServiceInstance property must be set to a non-zero value before calling this method."
  79. IDS_SMTPEXCEPTION_DIDNT_CALL_GET
  80. "You must call the Get method before calling the Set method"
  81. IDS_SMTPEXCEPTION_STRING_TOO_LONG "The string is too long."
  82. IDS_SMTPEXCEPTION_PROPERTY_OUT_OF_RANGE
  83. "The property value is not within the correct range."
  84. END
  85. STRINGTABLE DISCARDABLE
  86. BEGIN
  87. IDS_SMTPEXCEPTION_DIDNT_FIND
  88. "You must call Find before calling this method"
  89. END
  90. STRINGTABLE DISCARDABLE
  91. BEGIN
  92. IDS_UNKNOWN_ERROR "Unknown Error (%1!d!)"
  93. IDS_SMTPEXCEPTION_INVALID_ADDRESS "Invalid email address."
  94. IDS_SMTPEXCEPTION_CANT_DEL_DEFAULT_DOMAIN "Can'e remove default domain."
  95. END
  96. #endif // English (U.S.) resources
  97. /////////////////////////////////////////////////////////////////////////////
  98. #ifndef APSTUDIO_INVOKED
  99. /////////////////////////////////////////////////////////////////////////////
  100. //
  101. // Generated from the TEXTINCLUDE 3 resource.
  102. //
  103. 1 TYPELIB "smtpadm.tlb"
  104. /////////////////////////////////////////////////////////////////////////////
  105. #endif // not APSTUDIO_INVOKED