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.

462 lines
18 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 "commctrl.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 ""faxadmin.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 Service MMC Administrator Module"
  50. #define VER_INTERNALNAME_STR "faxadmin.dll"
  51. #define VER_ORIGINALFILENAME_STR "faxadmin.dll"
  52. #include "common.ver"
  53. #endif // !_MAC
  54. /////////////////////////////////////////////////////////////////////////////
  55. //
  56. // REGISTRY
  57. //
  58. IDR_FAXSNAPIN REGISTRY DISCARDABLE "FaxSnapin.rgs"
  59. /////////////////////////////////////////////////////////////////////////////
  60. //
  61. // Dialog
  62. //
  63. // Select Computer wizard
  64. IDP_IS_PAGE0 DIALOG DISCARDABLE 0, 0, 250, 82
  65. STYLE WS_CHILD
  66. FONT 8, "MS Shell Dlg"
  67. BEGIN
  68. LTEXT "Select the computer you want this Snap-in to manage.",IDDI_STATIC,7,10,171,8
  69. GROUPBOX "This snap-in will always manage:",IDDI_STATIC,7,23,236,53
  70. CONTROL "&Local computer: (the computer this console is running on)",IDDI_LOCAL_COMPUTER,"Button",BS_AUTORADIOBUTTON,15,37,195,10
  71. CONTROL "&Another computer:",IDDI_REMOTE_COMPUTER,"Button",BS_AUTORADIOBUTTON,15,53,74,10
  72. EDITTEXT IDDI_COMPNAME,95,52,141,14,ES_AUTOHSCROLL
  73. END
  74. // Device default property page
  75. IDP_DEVICE_PROP_PAGE_1 DIALOG DISCARDABLE 0, 0, 252, 218
  76. STYLE WS_CHILD | WS_CAPTION
  77. CAPTION "General"
  78. FONT 8, "MS Shell Dlg"
  79. BEGIN
  80. GROUPBOX "Se&nd",IDC_DEVICE_SEND_GRP,7,6,238,75,WS_GROUP
  81. CONTROL "Enable &send",IDC_SEND,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,20,81,12
  82. LTEXT "&TSID:",IDC_STATIC_TSID,14,38,20,8
  83. EDITTEXT IDDI_DEVICE_PROP_EDIT_TSID,39,36,197,14,ES_AUTOHSCROLL
  84. LTEXT "The Transmitting Station Identifier (TSID) is a text line identifying the sender of a fax, and usually includes the sender's fax number." IDC_STATIC_TSID1,14,54,227,16
  85. GROUPBOX "Recei&ve",IDC_DEVICE_RECEIVE_GRP,7,84,238,79,WS_GROUP
  86. CONTROL "Enable &receive",IDC_RECEIVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,14,94,74,11
  87. LTEXT "&CSID:",IDC_STATIC_CSID,15,110,20,8
  88. EDITTEXT IDDI_DEVICE_PROP_EDIT_CSID,39,108,197,14,ES_AUTOHSCROLL
  89. LTEXT "The Called Station Identifer (CSID) is a text line identifying the recipient of a fax, and usually includes the recipient's fax number." IDC_STATIC_CSID1,14,126,227,16
  90. LTEXT "Rings &before answer:",IDC_STATIC_RINGS,111,148,68,8
  91. EDITTEXT IDDI_DEVICE_PROP_EDIT_RINGS,182,146,43,14,ES_AUTOHSCROLL | ES_NUMBER
  92. CONTROL "Spin3",IDDI_DEVICE_PROP_SPIN_RINGS,"msctls_updown32",UDS_SETBUDDYINT | UDS_ALIGNRIGHT | UDS_AUTOBUDDY | UDS_ARROWKEYS,226,146,11,14
  93. END
  94. // General property page
  95. IDP_GENERAL_PROPS DIALOG DISCARDABLE 0, 0, 252, 218
  96. STYLE WS_CHILD | WS_CAPTION
  97. CAPTION "General"
  98. FONT 8, "MS Shell Dlg"
  99. BEGIN
  100. GROUPBOX "Retry Characteristics",IDC_RETRY_GRP,7,7,238,68
  101. LTEXT "Number of &retries:",IDC_STATIC_RETRY,15,21,56,8
  102. EDITTEXT IDC_RETRY_COUNT,94,19,35,14,ES_AUTOHSCROLL | ES_NUMBER
  103. LTEXT "Minutes &between retries:",IDC_STATIC_RETRY_MINUTES,15,38,90,8
  104. EDITTEXT IDC_RETRY_DELAY,94,36,35,14,ES_AUTOHSCROLL | ES_NUMBER
  105. LTEXT "Days unsent fax is &kept:",IDC_STATIC_KEEPDAYS,15,54,76,8
  106. EDITTEXT IDC_KEEP_DAYS,94,53,35,14,ES_AUTOHSCROLL | ES_NUMBER
  107. GROUPBOX "Send Settings",IDC_SEND_GRP,7,79,238,93
  108. CONTROL "&Print banner on top of each sent page",IDC_PRINT_BANNER,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,91,135,10
  109. CONTROL "Use the sending &device TSID",IDC_USE_TSID,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,103,109,10
  110. CONTROL "Don't allow personal &cover pages",IDC_FORCESERVERCP,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,114,117,10
  111. CONTROL "Archive &outgoing faxes in:",IDC_ARCHIVE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,129,97,10
  112. EDITTEXT IDC_ARCHIVE_PATH,118,129,103,14,ES_AUTOHSCROLL
  113. PUSHBUTTON "...",IDC_ARCHIVE_BROWSE,224,129,13,14
  114. LTEXT "Discount period &starts:",IDC_DISCOUNT_START_STATIC,15,152,71,8
  115. CONTROL "",IDC_TIMESTART,"SysDateTimePick32",WS_TABSTOP|DTS_TIMEFORMAT,90,149,60,14
  116. LTEXT "&ends:",IDC_DISCOUNT_END_STATIC,156,152,18,8
  117. CONTROL "",IDC_TIMEEND,"SysDateTimePick32",WS_TABSTOP|DTS_TIMEFORMAT,178,149,59,14
  118. LTEXT "E&-mail profile name:",IDC_STATIC_MAPI_PROFILE,15,183,61,8
  119. COMBOBOX IDC_SERVER_MAPI_PROFILE,90,181,155,41,CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
  120. END
  121. // Routing Extension Priority page
  122. IDD_ROUTE_PRI DIALOG DISCARDABLE 0, 0, 252, 218
  123. STYLE WS_CHILD | WS_DISABLED | WS_CAPTION
  124. CAPTION "Routing Priority"
  125. FONT 8, "MS Shell Dlg"
  126. BEGIN
  127. LTEXT "&Incoming faxes will be routed using the extensions listed in the following priority:",IDC_ROUTEPRI_TITLE,6,7,189,18
  128. LISTBOX IDC_ROUTE_EXTS,7,26,182,165,LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
  129. PUSHBUTTON "Move &Up",IDC_ROUTEPRI_UP,196,26,49,15
  130. PUSHBUTTON "Move &Down",IDC_ROUTEPRI_DOWN,196,43,49,15
  131. END
  132. /////////////////////////////////////////////////////////////////////////////
  133. //
  134. // Icon
  135. //
  136. // Icon with lowest ID value placed first to ensure application icon
  137. // remains consistent on all systems.
  138. IDI_NODEICON ICON DISCARDABLE "res\\nodeicon.ico"
  139. IDI_COVERPG ICON DISCARDABLE "res\\coverpg.ico"
  140. IDI_DIALING ICON DISCARDABLE "res\\dialing.ico"
  141. IDI_FAXOPTIONS ICON DISCARDABLE "res\\faxopts.ico"
  142. IDI_FAXING ICON DISCARDABLE "res\\faxing.ico"
  143. IDI_FAXSVR ICON DISCARDABLE "res\\faxsvr.ico"
  144. IDI_FAXUSER ICON DISCARDABLE "res\\faxuser.ico"
  145. IDI_LOGGING ICON DISCARDABLE "res\\logging.ico"
  146. IDI_PRIORITY ICON DISCARDABLE "res\\priority.ico"
  147. IDI_RECEIVE ICON DISCARDABLE "res\\receive.ico"
  148. IDI_SEND ICON DISCARDABLE "res\\send.ico"
  149. IDI_STATUS ICON DISCARDABLE "res\\status.ico"
  150. IDI_USERINFO ICON DISCARDABLE "res\\userinfo.ico"
  151. IDI_UP ICON DISCARDABLE "res\\up.ico"
  152. IDI_DOWN ICON DISCARDABLE "res\\down.ico"
  153. IDI_SECURITY ICON DISCARDABLE "res\\status.ico"
  154. /////////////////////////////////////////////////////////////////////////////
  155. //
  156. // Bitmap
  157. //
  158. IDB_MAINLARGE BITMAP DISCARDABLE "res\\mainbig.bmp"
  159. IDB_MAINSMALL BITMAP DISCARDABLE "res\\mainsmall.bmp"
  160. IDB_UP BITMAP DISCARDABLE "res\\up.bmp"
  161. IDB_DOWN BITMAP DISCARDABLE "res\\down.bmp"
  162. /////////////////////////////////////////////////////////////////////////////
  163. //
  164. // DESIGNINFO
  165. //
  166. #ifdef APSTUDIO_INVOKED
  167. GUIDELINES DESIGNINFO DISCARDABLE
  168. BEGIN
  169. IDP_IS_PAGE0, DIALOG
  170. BEGIN
  171. VERTGUIDE, 7
  172. VERTGUIDE, 14
  173. VERTGUIDE, 236
  174. VERTGUIDE, 243
  175. HORZGUIDE, 10
  176. HORZGUIDE, 17
  177. HORZGUIDE, 25
  178. HORZGUIDE, 46
  179. HORZGUIDE, 52
  180. HORZGUIDE, 63
  181. HORZGUIDE, 78
  182. END
  183. IDP_DEVICE_PROP_PAGE_1, DIALOG
  184. BEGIN
  185. VERTGUIDE, 14
  186. VERTGUIDE, 39
  187. HORZGUIDE, 18
  188. HORZGUIDE, 28
  189. HORZGUIDE, 58
  190. HORZGUIDE, 66
  191. HORZGUIDE, 74
  192. END
  193. IDP_GENERAL_PROPS, DIALOG
  194. BEGIN
  195. VERTGUIDE, 7
  196. VERTGUIDE, 14
  197. VERTGUIDE, 83
  198. VERTGUIDE, 90
  199. VERTGUIDE, 118
  200. VERTGUIDE, 150
  201. VERTGUIDE, 172
  202. VERTGUIDE, 178
  203. VERTGUIDE, 237
  204. VERTGUIDE, 245
  205. HORZGUIDE, 14
  206. HORZGUIDE, 26
  207. HORZGUIDE, 67
  208. HORZGUIDE, 75
  209. HORZGUIDE, 90
  210. HORZGUIDE, 102
  211. HORZGUIDE, 110
  212. HORZGUIDE, 116
  213. HORZGUIDE, 124
  214. HORZGUIDE, 157
  215. HORZGUIDE, 160
  216. HORZGUIDE, 166
  217. HORZGUIDE, 180
  218. HORZGUIDE, 200
  219. HORZGUIDE, 208
  220. END
  221. IDD_ROUTE_PRI, DIALOG
  222. BEGIN
  223. VERTGUIDE, 189
  224. VERTGUIDE, 196
  225. HORZGUIDE, 26
  226. END
  227. END
  228. #endif // APSTUDIO_INVOKED
  229. /////////////////////////////////////////////////////////////////////////////
  230. //
  231. // String Table
  232. //
  233. STRINGTABLE DISCARDABLE
  234. BEGIN
  235. IDS_PROJNAME "Fax MMC Snapin"
  236. IDS_ROOTNODENAME "Fax Service on "
  237. IDS_COVERPAGESNODENAME "Cover Pages"
  238. IDS_DEVICESNODENAME "Devices"
  239. IDS_LOGGINGNODENAME "Logging"
  240. IDS_PRINTERSNODENAME "Printers"
  241. IDS_PRIORITYNODENAME "Priority"
  242. IDS_STATUSNODENAME "Status"
  243. IDS_LOCALMACHINE "Local Computer"
  244. END
  245. STRINGTABLE DISCARDABLE
  246. BEGIN
  247. IDS_LOG_CATEGORY "Category "
  248. IDS_LOG_LEVEL "Level of detail"
  249. IDS_LOG_LEVEL_DESC "Set the logging detail level for the selected event type."
  250. IDS_LOG_LEVEL_NONE "None"
  251. IDS_LOG_LEVEL_NONE_DESC "Do not log this type of event."
  252. IDS_LOG_LEVEL_MIN "Minimum"
  253. IDS_LOG_LEVEL_MIN_DESC "Log this event type at the minimum detail level."
  254. IDS_LOG_LEVEL_MED "Medium"
  255. IDS_LOG_LEVEL_MED_DESC "Log this event type at a medium detail level."
  256. IDS_LOG_LEVEL_MAX "Maximum"
  257. IDS_LOG_LEVEL_MAX_DESC "Log this event type at the maximum detail level."
  258. END
  259. STRINGTABLE DISCARDABLE
  260. BEGIN
  261. IDS_CVRPG_NAME "Name "
  262. IDS_CVRPG_DESC "Description "
  263. IDS_FAX_COVERPAGE_LOC "\\FAX$\\coverpg\\*.cov"
  264. END
  265. STRINGTABLE DISCARDABLE
  266. BEGIN
  267. IDS_DEVICE_NAME "Device Name "
  268. IDS_DEVICE_TSID "TSID "
  269. IDS_DEVICE_CSID "CSID "
  270. IDS_DEVICE_SEND_EN "Send"
  271. IDS_DEVICE_RECV_EN "Receive"
  272. IDS_DEVICE_STATUS "Device Status "
  273. IDS_DEVICE_STATUS_DIALING "Dialing"
  274. IDS_DEVICE_STATUS_SENDING "Sending"
  275. IDS_DEVICE_STATUS_RECEIVING "Receiving"
  276. IDS_DEVICE_STATUS_COMPLETED "Completed"
  277. IDS_DEVICE_STATUS_HANDLED "Handled"
  278. IDS_DEVICE_STATUS_UNAVAILABLE "Unavailable"
  279. IDS_DEVICE_STATUS_BUSY "Busy"
  280. IDS_DEVICE_STATUS_NO_ANSWER "No answer"
  281. IDS_DEVICE_STATUS_BAD_ADDRESS "Bad address"
  282. IDS_DEVICE_STATUS_NO_DIAL_TONE "No dial tone"
  283. IDS_DEVICE_STATUS_DISCONNECTED "Disconnected"
  284. IDS_DEVICE_STATUS_FATAL_ERROR "Fatal error"
  285. IDS_DEVICE_STATUS_NOT_FAX_CALL "Not a fax call"
  286. IDS_DEVICE_STATUS_CALL_DELAYED "Call delayed"
  287. IDS_DEVICE_STATUS_CALL_BLACKLIST "Call blacklisted"
  288. IDS_DEVICE_STATUS_INITIALIZING "Initializing"
  289. IDS_DEVICE_STATUS_OFFLINE "Offline"
  290. IDS_DEVICE_STATUS_RINGING "Ringing"
  291. IDS_DEVICE_STATUS_AVAILABLE "Available"
  292. IDS_DEVICE_STATUS_ABORTING "Aborting"
  293. IDS_DEVICE_STATUS_ROUTING "Routing"
  294. IDS_DEVICE_STATUS_ANSWERED "Answered"
  295. IDS_DEVICE_STATUS_UNKNOWN "Unknown"
  296. IDS_DEVICE_CMENU_ENABLE "Enable"
  297. IDS_DEVICE_CMENU_ENABLE_DESC "Enable receive or send."
  298. IDS_DEVICE_SEND_EN_DESC "Enable Send on the selected device."
  299. IDS_DEVICE_RECV_EN_DESC "Enable Receive on the selected device."
  300. END
  301. STRINGTABLE DISCARDABLE
  302. BEGIN
  303. IDS_ROOT_NAME "Name "
  304. IDS_ROOT_DESC "Description "
  305. IDS_LOGGING_FOLDER_DESC_ROOT "Change the logging levels for fax events."
  306. IDS_DEVICES_FOLDER_DESC_ROOT "Set a fax device to send or receive faxes or change its TSID and CSID."
  307. IDS_PRIORITY_FOLDER_DESC_ROOT "Change the priority of a fax device."
  308. IDS_SECURITY_FOLDER_DESC_ROOT "Set the security settings for the Fax Service."
  309. IDS_GENERIC_NODE "Node"
  310. IDS_RECONNECT "Reconnect"
  311. IDS_RECONNECT_DESC "Reconnect to the fax service."
  312. END
  313. STRINGTABLE DISCARDABLE
  314. BEGIN
  315. IDS_SECURITY_NODENAME "Security"
  316. IDS_SECURITY_CAT_NODE_DESC "Fax Security ACL"
  317. IDS_SECURITY_HEADER1 "Access Right "
  318. IDS_SECURITY_HEADER2 "Object "
  319. IDS_ALLOW "Allow"
  320. IDS_FAXSEC_JOB_QRY "View fax jobs"
  321. IDS_FAXSEC_JOB_SUB "Submit fax jobs"
  322. IDS_FAXSEC_JOB_MNG "Manage fax jobs"
  323. IDS_FAXSEC_CONFIG_QRY "View fax service"
  324. IDS_FAXSEC_CONFIG_SET "Manage fax service"
  325. IDS_FAXSEC_PORT_QRY "View fax devices"
  326. IDS_FAXSEC_PORT_SET "Manage fax devices"
  327. END
  328. STRINGTABLE DISCARDABLE
  329. BEGIN
  330. IDS_ERR_TITLE "Fax Service Management"
  331. IDS_WRN_TITLE "Fax Service Management"
  332. IDS_OUT_OF_MEMORY "Out of Memory"
  333. IDS_CORRUPT_DATAOBJECT "Could not communicate with MMC."
  334. IDS_FAX_CONNECT_SERVER_FAIL
  335. "Could not open a connection to the fax service.\r\n\r\nThe fax service might not be started, or the computer name may be incorrect."
  336. IDS_LOADSTATE_ERR "Could not restore snapin state."
  337. IDS_SAVESTATE_ERR "Could not save snapin state."
  338. IDS_FAX_RETR_CAT_FAIL "Could not retrieve logging information.\r\n\r\nThe fax service may be down."
  339. IDS_FAX_RETR_DEV_FAIL "Could not retrieve device information.\r\n\r\nThe fax service may be down."
  340. IDS_YES "Yes"
  341. IDS_NO "No"
  342. IDS_NO_ARCHIVE_PATH "You must specify an archive location."
  343. IDS_BAD_ARCHIVE_PATH "The archive location you chose could not be created.\r\nPlease select a different location."
  344. IDS_ERR_LOCK_SERVICE_DB "Could not lock the service control database."
  345. IDS_ERR_QUERY_LOCK "Could not query lock status on the service control database."
  346. IDS_QUERY_LOCK "Could not lock the service control database. \r\n It has been locked by %s for %d seconds."
  347. IDS_ERR_OPEN_SERVICE "Could not open the fax service for startup configuration changes."
  348. IDS_ERR_CHANGE_SERVICE "Could not change the fax service startup configuration."
  349. IDS_ERR_CONNECT_SCM "Could not connect to the service control manager. \r\n The machine may be down or you may not have sufficient security privileges."
  350. IDS_PROP_SHEET_STILL_UP "Please close all Fax Service Management property sheets."
  351. IDS_TIME_FORMAT "h : mm tt"
  352. IDS_24HTIME_FORMAT "H : mm"
  353. IDS_RTLTIME_FORMAT "tt h : mm"
  354. IDS_NO_MAPI "<None>"
  355. END
  356. STRINGTABLE DISCARDABLE
  357. BEGIN
  358. IDS_SNAPIN_DESCRIPTION "Fax service management."
  359. IDS_SNAPIN_PROVIDER "Microsoft Corporation"
  360. IDS_SNAPIN_VERSION "1.0"
  361. END
  362. STRINGTABLE DISCARDABLE
  363. BEGIN
  364. IDP_IS_PAGE0_TITLE "Connect to Computer"
  365. IDP_DEVICE_PROP_PAGE_1_TITLE "General"
  366. IDP_GENERAL_PROPS_TITLE "General"
  367. END
  368. STRINGTABLE DISCARDABLE
  369. BEGIN
  370. IDS_GET_ARCHIVE_DIRECTORY "Select Archive Directory"
  371. IDS_DIR_TOO_LONG "The directory name is too long.\r\nPlease select a different archive location."
  372. IDS_ERR_ASCII_ONLY "The CSID and TSID may only contain ASCII characters."
  373. IDS_ERR_ID_REQD "You must enter a CSID and TSID."
  374. IDS_DEVICE_INUSE "Could not change settings for this device because it is in use. Please try again when the device is idle."
  375. IDS_DEVICE_MANUALANSWER "Manual Answer is enabled for this device. The new receive settings will take effect when Manual Answer is disabled."
  376. IDS_ERR_INVALID_RING "The rings before answer must be in the range 1-99."
  377. END
  378. STRINGTABLE DISCARDABLE
  379. BEGIN
  380. IDS_BTN_RAISE_PRI "Raise Priority"
  381. IDS_BTN_RAISE_PRI_TOOLTIP "Raise the send priority of this device."
  382. IDS_BTN_LOWER_PRI "Lower Priority"
  383. IDS_BTN_LOWER_PRI_TOOLTIP "Lower the send priority of this device."
  384. IDS_DEVICE_PRI "Send Priority"
  385. END
  386. STRINGTABLE DISCARDABLE
  387. BEGIN
  388. IDD_ROUTE_PRI_TITLE "Routing Priority"
  389. IDS_ROUTE_MTD_LISTBOX_FORMAT "%s"
  390. IDS_ROUTE_MTD_LISTBOX_ENABLED " "
  391. IDS_ROUTE_MTD_LISTBOX_DISABLED " [Disabled] "
  392. END
  393. #endif // English (U.S.) resources
  394. /////////////////////////////////////////////////////////////////////////////
  395. #ifndef APSTUDIO_INVOKED
  396. /////////////////////////////////////////////////////////////////////////////
  397. //
  398. // Generated from the TEXTINCLUDE 3 resource.
  399. //
  400. 1 TYPELIB "faxadmin.tlb"
  401. /////////////////////////////////////////////////////////////////////////////
  402. #endif // not APSTUDIO_INVOKED