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.

395 lines
20 KiB

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. wizard.rc
  5. Abstract:
  6. This file contains all resources for faxwiz.dll
  7. Author:
  8. Wesley Witt (wesw) 16-Feb-1996
  9. Environment:
  10. User Mode
  11. --*/
  12. #include <windows.h>
  13. #include <commctrl.h>
  14. #include <ntverp.h>
  15. #include "resource.h"
  16. acmeicon ICON "acmsetup.ico"
  17. IDB_FAXWIZ_BITMAP BITMAP "faxg.bmp"
  18. IDB_CHECKSTATES BITMAP "chkboxs.bmp"
  19. IDB_WATERMARK16 BITMAP "wiz16.bmp"
  20. IDB_WATERMARK256 BITMAP "wiz256.bmp"
  21. #define VER_FILETYPE VFT_APP
  22. #define VER_FILESUBTYPE VFT2_UNKNOWN
  23. #define VER_FILEDESCRIPTION_STR "Fax Setup"
  24. #define VER_INTERNALNAME_STR "faxwiz.dll\0"
  25. #define VER_ORIGINALFILENAME_STR "faxwiz.dll\0"
  26. #include "common.ver"
  27. STRINGTABLE
  28. BEGIN
  29. IDS_TITLE_WKS "Microsoft Personal Fax for Windows"
  30. IDS_TITLE_SRV "Microsoft Fax Server"
  31. IDS_TITLE_PP "Microsoft Fax Client"
  32. IDS_TITLE_RA "Microsoft Fax Remote Administration"
  33. IDS_COPYING "Copying to: "
  34. IDS_COPY_WAITMSG "Please wait while the %s files are copied."
  35. IDS_COULD_NOT_DELETE_FAX_PRINTER "The fax printer %s could not be deleted."
  36. IDS_COULD_NOT_DELETE_FILES "Could not remove the files"
  37. IDS_CREATING_FAXPRT "Creating fax printer..."
  38. IDS_CREATING_GROUPS "Creating program groups..."
  39. IDS_DEFAULT_PRINTER "<Default Printer>"
  40. IDS_DEFAULT_SHARE "Fax"
  41. IDS_DEFAULT_PRINTER_NAME "Fax"
  42. IDS_DELETE_WAITMSG "Please wait while the %s files are deleted."
  43. IDS_DELETING "Deleting: "
  44. IDS_DELETING_FAX_PRINTERS "Deleting all fax printers..."
  45. IDS_DELETING_FAX_SERVICE "Deleting the fax service..."
  46. IDS_DELETING_GROUPS "Deleting program groups..."
  47. IDS_DELETING_REGISTRY "Deleting registry entries..."
  48. IDS_DEVICEINIT_LABEL01 "Please wait while %s searches for compatible fax devices."
  49. IDS_ERR_TITLE "%s Setup Error"
  50. IDS_FAXCLIENT_SETUP "Fax Client Setup Wizard"
  51. IDS_FAX_PRINTER_PENDING_DELETION "The fax printer %s is pending deletion. Please delete everything in its queue."
  52. IDS_FAX_SHARE_COMMENT "Microsoft Fax Printer"
  53. IDS_INBOUND_DIR "Select Destination Directory for Inbound Faxes"
  54. IDS_INIT_TAPI "Initializing TAPI..."
  55. IDS_INSTALLING_FAXSVC "Installing fax service..."
  56. IDS_INVALID_DIRECTORY "Failed to create directory. Make sure name does not contain any of these characters:\n\t<> !,"
  57. IDS_INVALID_LOCAL_PRINTER_NAME "Local printer names cannot contain '\\', '!', and ',' characters. Please specify a new printer name."
  58. IDS_LABEL01_LAST "%s is successfully installed. You are now ready to send and receive faxes.\n\nTo administer your fax software, use the Fax Configuration applet, which is accessible from the Control Panel."
  59. IDS_LABEL02_LAST "%s is successfully installed. You are now ready to administer remote fax servers.\n\nTo administer your fax server(s), use the Remote Administration application, which is accessible from the Fax program group."
  60. IDS_LABEL_PRINTERNAME "Please enter a name for your fax printer or click Next to use the suggested name. You will be able to send faxes by printing to this printer. This printer will also be used by Windows Messaging when sending a message to a fax address."
  61. IDS_LASTUNINSTALL_LABEL01 "%s has been removed from your system.\n\nTo reinstall the software please run the fax setup program."
  62. IDS_NO_MODEM "There are not any fax devices attached to the system. Would you like to add a fax modem?"
  63. IDS_351_MODEM "There are not any fax devices attached to the system, however it was detected that you have a modem that was upgraded from a Windows NT 3.51 system. The modem must be installed as a Windows NT 4.0 modem. To do this you must run the modem control panel applet and then reconfigure RAS by deleting the old modem and adding the new modem."
  64. IDS_QUERY_CANCEL "Are you sure that you want to quit setup?"
  65. IDS_QUERY_UNINSTALL "Are you sure that you want to remove the %s software from your system?"
  66. IDS_SETTING_REGISTRY "Setting fax registry values..."
  67. IDS_SHARE_FAX_PRINTER "The fax printer could not be shared for network access. Please check to see that you have the networking service installed and running. You may manually share the fax printer at a later time."
  68. IDS_STARTING_FAXSVC "Starting fax service..."
  69. IDS_INSTALLING_EXCHANGE "Installing Windows Messaging..."
  70. IDS_TITLE "%s Setup"
  71. IDS_WELCOME_LABEL01 "Welcome to the %s installation program."
  72. IDS_WELCOME_LABEL02 "You may install %s on a single computer. Some Microsoft products are provided with additional rights, which are stated in the End User License Agreement included with your software."
  73. IDS_WRN_SPOOLER "The fax installation must restart the spooler. This will terminate all print jobs. Please be sure that all print jobs have finished and then press Ok."
  74. IDS_WRN_TITLE "%s Warning"
  75. IDS_PRINTER_NAME "A fax printer name is required"
  76. IDS_CSID "A fax phone number is required"
  77. IDS_TSID "A TSID (Transmitting Subscriber Id) is required"
  78. IDS_DEST_DIR "A destination directory is required"
  79. IDS_PROFILE "A profile name is required"
  80. IDS_ACCOUNTNAME "A account name is required"
  81. IDS_PASSWORD "The password entered must match the confirm password"
  82. IDS_NO_TAPI_DEVICES "There were no fax devices detected. If you have just installed a modem, you may need to shutdown and restart prior to using the modem."
  83. IDS_NO_CLASS1 "%s only supports class 1 fax modems. You need to install a class 1 fax modem to use this software."
  84. IDS_USER_MUST_BE_ADMIN "You must be logged on as an administrator to install %s."
  85. IDS_COULD_NOT_INSTALL_FAX_SERVICE "Could not install the fax service"
  86. IDS_COULD_NOT_START_FAX_SERVICE "Could not start the fax service"
  87. IDS_COULD_NOT_CREATE_PRINTER "Could not create the fax printer"
  88. IDS_PERMISSION_CREATE_PRINTER "Could not create the fax printer because you do not have permission"
  89. IDS_COULD_SET_REG_DATA "Could not set the service registry data"
  90. IDS_INVALID_USER "The account name and password is invalid"
  91. IDS_INVALID_USER_NAME "A user name is required"
  92. IDS_INVALID_AREA_CODE "An area code is required"
  93. IDS_INVALID_PHONE_NUMBER "A phone number is required"
  94. IDS_ROUTING_REQUIRED "You did not choose a routing option from the inbound fax routing wizard pages. A routing option is required. Please choose a routing option."
  95. IDS_COULD_NOT_COPY_FILES "Could not copy the files"
  96. IDS_CANT_USE_FAX_PRINTER "You cannot use a fax printer for routing inbound faxes"
  97. IDS_CANT_SET_SERVICE_ACCOUNT "The account name and password could not be changed"
  98. IDS_EXCHANGE_IS_RUNNING "Windows Messaging is currently running on your system. Please exit and restart Windows Messaging for the Fax Windows Messaging installation changes to take effect."
  99. IDS_LARGEFONTNAME "MS Serif"
  100. IDS_LARGEFONTSIZE "16"
  101. IDS_UAA_MODE "New"
  102. IDS_UAA_PRINTER_NAME "Fax"
  103. IDS_UAA_FAX_PHONE "Fax"
  104. IDS_UAA_DEST_PROFILENAME ""
  105. IDS_UAA_ROUTE_PROFILENAME ""
  106. IDS_UAA_PLATFORM_LIST ""
  107. IDS_UAA_DEST_PRINTERLIST ""
  108. IDS_UAA_ACCOUNT_NAME "Administrator"
  109. IDS_UAA_PASSWORD ""
  110. IDS_UAA_DEST_DIRPATH "%windir%\\faxreceive"
  111. IDS_UAA_SERVER_NAME ""
  112. IDS_UAA_SENDER_NAME ""
  113. IDS_UAA_SENDER_FAX_AREA_CODE ""
  114. IDS_UAA_SENDER_FAX_NUMBER ""
  115. IDS_W95_INF_NAME "%windir%\\fax95upg.inf"
  116. END
  117. IDD_SERVER_NAME_PAGE DIALOG DISCARDABLE 0, 0, WIZARD_WIDTH, WIZARD_HEIGTH
  118. STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
  119. FONT 8, "MS Shell Dlg"
  120. BEGIN
  121. CONTROL IDB_FAXWIZ_BITMAP,IDC_WIZBMP,"Static",SS_BITMAP | SS_CENTERIMAGE |
  122. SS_SUNKEN,0,0,80,140
  123. LTEXT "",IDC_LABEL_PRINTERNAME,85,5,175,45,NOT WS_GROUP
  124. LTEXT "&Fax Printer Name:",IDC_STATIC,85,71,66,8
  125. EDITTEXT IDC_PRINTER_NAME,155,65,115,14,ES_AUTOHSCROLL
  126. END
  127. IDD_SERVER_PLATFORMS_PAGE DIALOG DISCARDABLE 0, 0, WIZARD_WIDTH, WIZARD_HEIGTH
  128. STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
  129. FONT 8, "MS Shell Dlg"
  130. BEGIN
  131. CONTROL IDB_FAXWIZ_BITMAP,IDC_WIZBMP,"Static",SS_BITMAP | SS_CENTERIMAGE |
  132. SS_SUNKEN,0,0,80,140
  133. CONTROL "List1",IDC_PLATFORM_LIST,"SysListView32",LVS_SINGLESEL | LVS_REPORT |
  134. WS_BORDER | WS_TABSTOP,85,50,185,85
  135. LTEXT "Select the operating systems platforms that you would like available from the Windows NT Fax Server.",
  136. IDC_STATIC,85,5,175,25
  137. END
  138. IDD_WORKSTATION_DEVICE_SELECT DIALOG DISCARDABLE 0, 0, WIZARD_WIDTH, WIZARD_HEIGTH
  139. STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
  140. FONT 8, "MS Shell Dlg"
  141. BEGIN
  142. CONTROL IDB_FAXWIZ_BITMAP,IDC_WIZBMP,"Static",SS_BITMAP | SS_CENTERIMAGE |
  143. SS_SUNKEN,0,0,80,140
  144. CONTROL "List1",IDC_DEVICE_LIST,"SysListView32",LVS_SINGLESEL | LVS_REPORT |
  145. WS_BORDER | WS_TABSTOP,85,50,185,85
  146. LTEXT "You may use only one fax device on Personal Fax for Windows. Please select the desired fax device from the list below.",
  147. IDC_STATIC,85,5,175,25
  148. END
  149. IDD_FILE_COPY_PAGE DIALOG DISCARDABLE 0, 0, WIZARD_WIDTH, WIZARD_HEIGTH
  150. STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
  151. FONT 8, "MS Shell Dlg"
  152. BEGIN
  153. CONTROL IDB_FAXWIZ_BITMAP,IDC_WIZBMP,"Static",SS_BITMAP | SS_CENTERIMAGE |
  154. SS_SUNKEN,0,0,80,140
  155. CONTROL "Progress1",IDC_COPY_PROGRESS,"msctls_progress32",
  156. WS_BORDER,85,64,185,15
  157. LTEXT "",IDC_FC_WAITMSG,85,5,180,25
  158. CONTROL "",IDC_PROGRESS_TEXT,"Static",SS_LEFTNOWORDWRAP |
  159. WS_GROUP,85,44,185,10
  160. END
  161. IDD_DEVICE_INIT_PAGE DIALOG DISCARDABLE 0, 0, WIZARD_WIDTH, WIZARD_HEIGTH
  162. STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
  163. FONT 8, "MS Shell Dlg"
  164. BEGIN
  165. CONTROL IDB_FAXWIZ_BITMAP,IDC_WIZBMP,"Static",SS_BITMAP | SS_CENTERIMAGE |
  166. SS_SUNKEN,0,0,80,140
  167. CONTROL "Progress1",IDC_DEVICE_PROGRESS,"msctls_progress32",
  168. WS_BORDER,85,80,185,15
  169. CONTROL "",IDC_DEVICEINIT_LABEL01,"Static",SS_LEFT,85,5,180,25
  170. CONTROL "",IDC_DEVICE_PROGRESS_TEXT,"Static",SS_LEFTNOWORDWRAP |
  171. WS_GROUP,85,60,185,10
  172. END
  173. IDD_STATIONID_PAGE DIALOG DISCARDABLE 0, 0, WIZARD_WIDTH, WIZARD_HEIGTH
  174. STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
  175. FONT 8, "MS Shell Dlg"
  176. BEGIN
  177. CONTROL IDB_FAXWIZ_BITMAP,IDC_WIZBMP,"Static",SS_BITMAP | SS_CENTERIMAGE |
  178. SS_SUNKEN,0,0,80,140
  179. LTEXT "Please enter your fax phone number.",IDC_STATIC,85,5,
  180. 175,12
  181. LTEXT "Fax Phone Number:",IDC_STATIC,85,38,64,8
  182. EDITTEXT IDC_FAX_PHONE,155,35,113,14,ES_AUTOHSCROLL
  183. END
  184. IDD_ROUTE_PRINT_PAGE DIALOG DISCARDABLE 0, 0, WIZARD_WIDTH, WIZARD_HEIGTH
  185. STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
  186. FONT 8, "MS Shell Dlg"
  187. BEGIN
  188. CONTROL IDB_FAXWIZ_BITMAP,IDC_WIZBMP,"Static",SS_BITMAP | SS_CENTERIMAGE |
  189. SS_SUNKEN,0,0,80,140
  190. LTEXT "Incoming faxes can also be automatically printed.",
  191. IDC_STATIC,85,5,170,8
  192. CONTROL "&Do not print",IDC_ANS_NO,"Button",BS_AUTORADIOBUTTON,
  193. 85,35,60,10
  194. CONTROL "&Print",IDC_ANS_YES,"Button",BS_AUTORADIOBUTTON,85,55,
  195. 60,10
  196. LTEXT "Printer:",IDC_STATIC,98,70,100,10
  197. COMBOBOX IDC_DEST_PRINTERLIST,98,85,135,64,CBS_DROPDOWNLIST |
  198. WS_VSCROLL | WS_TABSTOP
  199. END
  200. IDD_ROUTE_STOREDIR_PAGE DIALOG DISCARDABLE 0, 0, WIZARD_WIDTH, WIZARD_HEIGTH
  201. STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
  202. FONT 8, "MS Shell Dlg"
  203. BEGIN
  204. CONTROL IDB_FAXWIZ_BITMAP,IDC_WIZBMP,"Static",
  205. SS_BITMAP | SS_CENTERIMAGE | SS_SUNKEN,0,0,80,140
  206. LTEXT "Incoming faxes can be automatically stored in a folder.",
  207. IDC_STATIC,85,5,180,15
  208. CONTROL "&Do not store",IDC_ANS_NO,"Button",BS_AUTORADIOBUTTON,
  209. 85,35,80,10
  210. CONTROL "&Store",IDC_ANS_YES,"Button",BS_AUTORADIOBUTTON,85,55,
  211. 80,10
  212. LTEXT "Folder:",IDC_STATIC,98,70,50,14
  213. EDITTEXT IDC_DEST_DIRPATH,98,85,113,14,ES_AUTOHSCROLL
  214. PUSHBUTTON "B&rowse",IDC_BROWSE_DIR,216,85,37,14
  215. END
  216. IDD_ROUTE_INBOX_PAGE DIALOG DISCARDABLE 0, 0, WIZARD_WIDTH, WIZARD_HEIGTH
  217. STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
  218. FONT 8, "MS Shell Dlg"
  219. BEGIN
  220. CONTROL IDB_FAXWIZ_BITMAP,IDC_WIZBMP,"Static",SS_BITMAP | SS_CENTERIMAGE |
  221. SS_SUNKEN,0,0,80,140
  222. LTEXT "Incoming faxes can also be automatically stored in a Windows Messaging personal folder.",
  223. IDC_STATIC,85,5,180,20
  224. CONTROL "&Do not store",IDC_ANS_NO,"Button",BS_AUTORADIOBUTTON,
  225. 85,35,95,10
  226. CONTROL "&Store",IDC_ANS_YES,"Button",BS_AUTORADIOBUTTON,85,55,
  227. 90,10
  228. LTEXT "Windows Messaging profile name:",IDC_STATIC,98,70,111,13
  229. COMBOBOX IDC_DEST_PROFILENAME,98,85,135,64,CBS_DROPDOWNLIST |
  230. WS_VSCROLL | WS_TABSTOP
  231. END
  232. IDD_EXCHANGE_PAGE DIALOG DISCARDABLE 0, 0, WIZARD_WIDTH, WIZARD_HEIGTH
  233. STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
  234. FONT 8, "MS Shell Dlg"
  235. BEGIN
  236. CONTROL IDB_FAXWIZ_BITMAP,IDC_WIZBMP,"Static",SS_BITMAP | SS_CENTERIMAGE |
  237. SS_SUNKEN,0,0,80,140
  238. LTEXT "You can use Windows Messaging to specify fax recipients and send faxes via email.",
  239. IDC_STATIC,85,5,180,20
  240. CONTROL "&Do not use Windows Messaging",IDC_ANS_NO,"Button",
  241. BS_AUTORADIOBUTTON | WS_TABSTOP,85,35,120,10
  242. CONTROL "&Use Windows Messaging",IDC_ANS_YES,"Button",BS_AUTORADIOBUTTON | WS_TABSTOP,85,55,135,10
  243. LTEXT "Profile name:",IDC_STATIC,98,70,120,10
  244. COMBOBOX IDC_DEST_PROFILENAME,98,85,135,64,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
  245. END
  246. IDD_ROUTE_USERPASS_PAGE DIALOG DISCARDABLE 0, 0, WIZARD_WIDTH, WIZARD_HEIGTH
  247. STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
  248. FONT 8, "MS Shell Dlg"
  249. BEGIN
  250. CONTROL IDB_FAXWIZ_BITMAP,IDC_WIZBMP,"Static",SS_BITMAP | SS_CENTERIMAGE |
  251. SS_SUNKEN,0,0,80,140
  252. LTEXT "Please provide an account name and password that allows access to the previously specified printer, directory, and Windows Messaging Mailbox.",
  253. IDC_STATIC,85,5,160,25
  254. LTEXT "&Account Name:",IDC_STATIC,85,46,55,8
  255. LTEXT "&Password:",IDC_STATIC,85,67,55,8
  256. LTEXT "&Confirm password:",IDC_STATIC,85,86,60,8
  257. EDITTEXT IDC_ACCOUNT_NAME,150,40,115,14,ES_AUTOHSCROLL
  258. EDITTEXT IDC_PASSWORD,150,61,115,14,ES_PASSWORD | ES_AUTOHSCROLL
  259. EDITTEXT IDC_PASSWORD2,150,80,115,14,ES_PASSWORD | ES_AUTOHSCROLL
  260. END
  261. IDD_LAST_WIZARD_PAGE DIALOG DISCARDABLE 0, 0, WIZARD_WIDTH, WIZARD_HEIGTH
  262. STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
  263. FONT 8, "MS Shell Dlg"
  264. BEGIN
  265. CONTROL IDB_FAXWIZ_BITMAP,IDC_WIZBMP,"Static",SS_BITMAP | SS_CENTERIMAGE |
  266. SS_SUNKEN,0,0,80,140
  267. CONTROL "",IDC_LAST_LABEL01,"Static",SS_LEFT | WS_GROUP,85,5,175,76
  268. END
  269. IDD_LAST_UNINSTALL_PAGE DIALOG DISCARDABLE 0, 0, WIZARD_WIDTH, WIZARD_HEIGTH
  270. STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
  271. FONT 8, "MS Shell Dlg"
  272. BEGIN
  273. CONTROL IDB_FAXWIZ_BITMAP,IDC_WIZBMP,"Static",SS_BITMAP | SS_CENTERIMAGE |
  274. SS_SUNKEN,0,0,80,140
  275. CONTROL "",IDC_LASTUNINSTALL_LABEL01,"Static",SS_LEFT | WS_GROUP,85,5,175,105
  276. END
  277. IDD_CLIENT_SERVER_NAME_PAGE DIALOG DISCARDABLE 0, 0, WIZARD_WIDTH, WIZARD_HEIGTH
  278. STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
  279. FONT 8, "MS Shell Dlg"
  280. BEGIN
  281. CONTROL IDB_FAXWIZ_BITMAP,IDC_WIZBMP,"Static",SS_BITMAP | SS_CENTERIMAGE |
  282. SS_SUNKEN,0,0,80,140
  283. LTEXT "Enter the name of the remote fax printer that you want to use to send faxes (e.g., \\\\SERVERNAME\\FAXPRINTERNAME).",
  284. IDC_STATIC,85,5,175,34
  285. LTEXT "Fax &Server Name:",IDC_STATIC,85,61,66,8
  286. EDITTEXT IDC_SERVER_NAME,155,55,115,14,ES_AUTOHSCROLL
  287. END
  288. IDD_CLIENT_USER_INFO_PAGE DIALOG DISCARDABLE 0, 0, WIZARD_WIDTH, WIZARD_HEIGTH
  289. STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
  290. FONT 8, "MS Shell Dlg"
  291. BEGIN
  292. CONTROL IDB_FAXWIZ_BITMAP,IDC_WIZBMP,"Static",SS_BITMAP | SS_CENTERIMAGE |
  293. SS_SUNKEN,0,0,80,140
  294. LTEXT "&Your full name:",IDC_STATIC,85,48,55,10
  295. EDITTEXT IDC_SENDER_NAME,140,45,115,13,ES_AUTOHSCROLL | WS_GROUP
  296. LTEXT "&Fax number:",IDC_STATIC,85,70,44,8
  297. LTEXT "(",IDC_STATIC,140,67,8,10
  298. EDITTEXT IDC_SENDER_FAX_AREA_CODE,144,65,28,13,ES_AUTOHSCROLL |
  299. WS_GROUP | ES_NUMBER
  300. LTEXT ")",IDC_STATIC,173,67,8,12
  301. EDITTEXT IDC_SENDER_FAX_NUMBER,185,65,70,13,ES_AUTOHSCROLL |
  302. WS_GROUP
  303. LTEXT "Enter your personal information. This will automatically appear on fax cover pages.",
  304. IDC_STATIC,85,5,159,20
  305. END
  306. IDD_CLIENT_LAST_PAGE DIALOG DISCARDABLE 0, 0, WIZARD_WIDTH, WIZARD_HEIGTH
  307. STYLE WS_CHILD | WS_VISIBLE | WS_CAPTION
  308. FONT 8, "MS Shell Dlg"
  309. BEGIN
  310. CONTROL IDB_FAXWIZ_BITMAP,IDC_WIZBMP,"Static",SS_BITMAP | SS_CENTERIMAGE |
  311. SS_SUNKEN,0,0,80,140
  312. LTEXT "The Windows NT Fax Network Client is successfully installed. You are now ready to send faxes.\n\nTo administer your Windows NT Fax Network Client, use the Fax Configuration applet, which is accessible from the Control Panel.",
  313. IDC_STATIC,85,5,175,110
  314. END
  315. IDD_SECURITY_ERROR DIALOG DISCARDABLE 0, 0, 287, 151
  316. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  317. CAPTION "Microsoft Personal Fax for Windows Setup Security Error"
  318. FONT 8, "MS Shell Dlg"
  319. BEGIN
  320. LTEXT "The account name and password you entered is invalid. Please reenter your account name and password.",
  321. IDC_STATIC,30,5,215,33
  322. LTEXT "&Account Name:",IDC_STATIC,10,56,55,8
  323. EDITTEXT IDC_ACCOUNT_NAME,70,50,120,14,ES_AUTOHSCROLL
  324. LTEXT "&Password:",IDC_STATIC,10,77,55,8
  325. EDITTEXT IDC_PASSWORD,70,71,120,14,ES_PASSWORD | ES_AUTOHSCROLL
  326. LTEXT "&Confirm:",IDC_STATIC,10,96,55,8
  327. EDITTEXT IDC_PASSWORD2,70,90,120,14,ES_PASSWORD | ES_AUTOHSCROLL
  328. DEFPUSHBUTTON "OK",IDOK,85,130,50,14
  329. PUSHBUTTON "Cancel",IDCANCEL,151,130,50,14
  330. END
  331. IDD_PRINTER_NAME DIALOG DISCARDABLE 0, 0, 287, 151
  332. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  333. CAPTION "Printer Setup Error"
  334. FONT 8, "MS Shell Dlg"
  335. BEGIN
  336. LTEXT "The printer name you entered is invalid. Please enter a valid fax printer name. A valid name contains a server name and a printer name, example: \\\\SERVERNAME\\FAXPRINTERNAME.",
  337. IDC_STATIC,10,10,255,35
  338. LTEXT "Fax &printer:",IDC_STATIC,15,71,66,8
  339. EDITTEXT IDC_SERVER_NAME,85,65,180,14,ES_AUTOHSCROLL
  340. DEFPUSHBUTTON "OK",IDOK,85,130,50,14
  341. PUSHBUTTON "Cancel",IDCANCEL,151,130,50,14
  342. END
  343. IDD_FAX_MODEM_INSTALL DIALOG DISCARDABLE 0, 0, 287, 151
  344. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  345. CAPTION "Fax Modem Installation"
  346. FONT 8, "MS Shell Dlg"
  347. BEGIN
  348. CONTROL 502,IDC_WIZBMP,"Static",SS_BITMAP | SS_CENTERIMAGE |
  349. SS_SUNKEN,0,0,80,140
  350. LTEXT "You have just installed a valid fax capable modem. Would you like to use this modem to send and receive faxes?",
  351. IDC_STATIC,85,14,197,24
  352. DEFPUSHBUTTON "Yes",IDOK,129,127,50,14
  353. PUSHBUTTON "No",IDCANCEL,195,127,50,14
  354. END