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.

391 lines
25 KiB

  1. //*********************************************************************
  2. //* Microsoft Windows **
  3. //* Copyright(c) Microsoft Corp., 1994 **
  4. //*********************************************************************
  5. // keep objidl.h from being pulled in, RC compiler chokes on it
  6. #define __objidl_h__
  7. // define as many NOxxxx's as possible to keep windows.h's memory footprint
  8. // small. This greatly speeds up resource compilation time.
  9. //#define WIN32 1
  10. #define NOGDI
  11. #define NONLS
  12. #define NORESOURCE
  13. #define NOSCROLL
  14. #define NOSHOWWINDOW
  15. #define NOWH
  16. #define NODESKTOP
  17. #define NOWINDOWSTATION
  18. #define NOSECURITY
  19. #define NOMSG
  20. #define NOWINOFFSETS
  21. #define NONCMESSAGES
  22. #define NOKEYSTATES
  23. #define NOCLIPBOARD
  24. #define NODEFERWINDOWPOS
  25. #define NOSYSMETRICS
  26. #define NOMENUS
  27. #define NODRAWTEXT
  28. #define NOMB
  29. #define NOCOLOR
  30. #define NOSYSCOMMANDS
  31. #define NOICONS
  32. #define NOWINMESSAGES
  33. #define NOMDI
  34. #define NOHELP
  35. #define NOSYSPARAMSINFO
  36. #define NOLANGUAGE
  37. #define NOTEXTMETRIC
  38. #define NOMETAFILE
  39. #define NOGDICAPMASKS
  40. #define NORASTEROPS
  41. #define NODRIVERS
  42. #define MMNOTIMER
  43. #define MMNOJOY
  44. #define MMNOMMIO
  45. #define MMNOMCI
  46. #define NOMCX
  47. #define NOCOMM
  48. #define NOKANJI
  49. #define NOPROFILER
  50. #define NOKERNEL
  51. #define NOGDI
  52. #define NONLS
  53. #define NOMEMMGR
  54. #define NOTOOLBAR
  55. #define NOTOOLTIPS
  56. #define NOUPDOWN
  57. #define NOSTATUSBAR
  58. #define NOTRACKBAR
  59. #define NOBTNLIST
  60. #define NODRAGLIST
  61. #define NOPROGRESS
  62. #define NOSHELLDEBUG
  63. #define NOMENUHELP
  64. #define NOHOTKEY
  65. #define NOMMIDS
  66. #define NONEWWAVE
  67. #define NONEWRIFF
  68. #define NOBITMAP
  69. #define NOJPEGDIB
  70. #define NONEWIC
  71. #define MMNODRV
  72. #define MMNOSOUND
  73. #define MMNOWAVE
  74. #define MMNOMIDI
  75. #define MMNOMIXER
  76. #define MMNOAUX
  77. #define MMNOTIMER
  78. #define MMNOMMIO
  79. #define MMNOMCI
  80. #define MMNOMMSYSTEM
  81. #define NO_APPLOADER
  82. #define NOUPDOWN
  83. #define NOSTATUSBAR
  84. #define NOMENUHELP
  85. #define NOTRACKBAR
  86. #define NODRAGLIST
  87. #define NOHOTKEY
  88. #define NOHEADER
  89. #define NOIMAGEAPIS
  90. #define NOLISTVIEW
  91. #define NOTREEVIEW
  92. #define NOTABCONTROL
  93. #include <windows.h>
  94. #include <prsht.h> // for WIZ_CXDLG, WIZ_CYDLG
  95. #include <commctrl.h>
  96. #include "ids.h"
  97. #include "wizard.dlg"
  98. STRINGTABLE
  99. BEGIN
  100. IDS_APPNAME, "Internet Connection Wizard"
  101. IDS_QUERYCANCEL, "The Internet Connection Wizard has not finished setting up your Internet connection.\n\nAre you sure you want to close the wizard?"
  102. IDS_ERRFORMAT, "Error %lu occurred."
  103. IDS_RNADLL_FILENAME, "RASAPI32.DLL"
  104. IDS_RNAPHDLL_FILENAME, "RNAPH.DLL"
  105. #if defined(CMBUILD)
  106. IDS_CONFIG95DLL_FILENAME, "CCFG95.DLL"
  107. IDS_CONFIGNTDLL_FILENAME, "CCFGNT.DLL"
  108. #else
  109. IDS_CONFIG95DLL_FILENAME, "ICFG95.DLL"
  110. IDS_CONFIGNTDLL_FILENAME, "ICFGNT.DLL"
  111. IDS_CONFIGNT5DLL_FILENAME, "ICFGNT5.DLL"
  112. #endif
  113. IDS_MAPIDLL_FILENAME, "MAPI32.DLL"
  114. IDS_COUNTRY_FMT, "%s (%d)"
  115. IDS_SHORT_FMT, "%s..."
  116. IDS_DEFAULT_PROFILE_NAME, "Internet Mail Settings"
  117. IDS_GENERIC_RNA_ERROR, "Dial-Up Networking error %lu occurred."
  118. IDS_GENERIC_MAPI_ERROR, "MAPI error 0x%lx occurred."
  119. IDS_HELPFILE_NAME, "INTERWIZ.HLP>medium"
  120. IDS_MSN105_INF_FILE, "mos105.inf"
  121. IDS_MSN105_UNINSTALL_SECT, "Rome.Uninstall"
  122. IDS_MSN100_INF_FILE, "mos.inf"
  123. IDS_MSN100_UNINSTALL_SECT, "MaintMode.Uninstall"
  124. IDS_SCRIPT_FILE_FILTER "All files (*.*)\0*.*\0Dial-Up Script (*.SCP)\0*.SCP\0Text files (*.TXT)\0*.TXT"
  125. END
  126. STRINGTABLE
  127. BEGIN
  128. IDS_INTERNETMAIL_SERVICENAME, "IMAIL"
  129. IDS_MESSAGESTORE_SERVICENAME, "MSPST MS"
  130. IDS_ADDRESSBOOK_SERVICENAME, "MSPST AB"
  131. IDS_INTERNETMAIL_DESCRIPTION, "Internet Mail"
  132. IDS_MESSAGESTORE_DESCRIPTION, "Personal Information Store"
  133. IDS_ADDRESSBOOK_DESCRIPTION, "Personal Address Book"
  134. IDS_MESSAGESTORE_FILENAME, "mailbox.pst"
  135. IDS_MESSAGESTORE_FILENAME1, "mailbox%u.pst"
  136. IDS_ADDRESSBOOK_FILENAME, "personal.pab"
  137. IDS_ADDRESSBOOK_FILENAME1, "persnl%u.pab"
  138. IDS_PROFILENAME, "Internet Mail Settings"
  139. IDS_PROFILENAME1, "Internet Mail Settings #%u"
  140. IDS_CONNECTION "Connection"
  141. IDS_ADDRESS, "Addresses"
  142. IDS_ADVANCE_PROPERTIES, "Advanced Connection Properties"
  143. // IDS_WARN_EMPTY_USERNAME, "Are you sure you want to leave ""Username"" blank?"
  144. IDS_WARN_EMPTY_USERNAME, "You may not be able to connect to your Internet service provider without your user name.\n\nAre you sure you want to continue with a blank user name?"
  145. IDS_WARN_EMPTY_PASSWORD, "You may not be able to connect to your Internet service provider without your password.\n\nAre you sure you want to continue with a blank password?"
  146. IDS_WARN_EMPTY_DNS, "If you do not specify a DNS server, you may not be able to find servers on the Internet. Are you sure you want to continue?"
  147. IDS_WARN_SERVER_BOUND, "File and printer sharing is running on the same TCP/IP connection you will use to access the Internet. Other users on the Internet might %1"
  148. IDS_WARN_SERVER_BOUND1, "be able to access your files.\r\n\r\nDisabling file and printer sharing is strongly recommended. Do you want Windows to disable file and printer sharing on the TCP/IP connection to the Internet?"
  149. IDS_REMOVE_SERVER_BOUND, "File and printer sharing is running on the same TCP/IP connection you will use to access the Internet. Other users on the Internet might %1"
  150. IDS_REMOVE_SERVER_BOUND1, "be able to access your files. You cannot continue unless you disable file and printer sharing.\r\n\r\nWindows will now disable file and printer sharing on the TCP/IP connection to the Internet."
  151. //IDS_NEED_ACCOUNT, "You cannot retrieve e-mail messages without your account name.\n\nEnter your e-mail account name."
  152. //IDS_NEED_NEWS_ACCOUNT_NAME, "You cannot read and post news articles without your news account name.\n\nType your news account name."
  153. IDS_SETUP_PROXY_INTRO "Select the method you would like to use to configure your proxy settings. If you are not sure which option to select, select Automatic discovery or contact your network administrator. Automatic configuration may override manual settings. To ensure the use of manual settings, disable automatic configuration."
  154. IDS_NEED_ISPNAME, "You must enter a name for this dial-up connection (typically the name of your Internet service provider)."
  155. IDS_NEED_PHONENUMBER, "You must enter the phone number you use to connect to your Internet service provider."
  156. IDS_NEED_IPADDR, "You must enter the IP address for your Internet service provider."
  157. IDS_NEED_PROFILENAME, "You must enter a profile name."
  158. IDS_NEED_AREACODE, "You must enter the area code for your Internet service provider."
  159. IDS_DUPLICATE_PROFILENAME, "The profile name you typed is already in use. Type a different name."
  160. //IDS_NEED_ACCTNAME, "You must enter a name for the account you are creating."
  161. //IDS_DUP_ACCTNAME, "An account with this name already exists. Type a different name."
  162. IDS_INVALID_PORTNUM, "The port number you entered is incorrect. Port information can only contain the numbers 0 through 9.\n\nType the port number again."
  163. //IDS_NEED_NEWSSERV, "You cannot use Internet news without selecting a news server.\n\nType the name of your news server."
  164. //IDS_NEED_SERVERNAME "You must enter at least one server name."
  165. IDS_INVALIDPHONE "The phone number you entered contains invalid characters. Only the characters 0123456789ABCDPTW!@$-.()+*#,& and <space> are valid phone number characters."
  166. IDS_INVALID_IPADDR, """%1"" is not a valid IP (Internet Protocol) address. An IP address has four numbers in the range 0-255 separated by periods, such as 123.8.5.1.\r\n\r\nIf you don't know what address to type here, contact your Internet service provider."
  167. IDS_INSTALLING_FILES, "Installing files..."
  168. IDS_ERROutOfMemory, "There is not enough memory to continue. Close one or more programs, and then try again."
  169. IDS_ERRInstallModem, "Windows cannot start the Install New Modem Wizard due to the following error:\r\n%1\r\n\r\nTry installing a modem by double-clicking the Modem icon in Control Panel."
  170. IDS_ERRReadConfig, "Windows cannot get configuration information about your computer due to the following error:\r\n%1"
  171. IDS_ERRCoInitialize, "Windows cannot initialize OLE. Close one or more programs, and then try again."
  172. IDS_ERRLoadRNADll1, "Windows cannot load the Remote Network Access library (RASAPI32.DLL). The following error occurred:\r\n%1"
  173. IDS_ERRLoadRNADll2, "The Remote Network Access library (RASAPI32) on your computer is not the correct version. You may need to install a different version of Windows."
  174. // Normandy 11985 - chrisk
  175. // filenames changed for Win95 and NT
  176. #if defined(CMBUILD)
  177. IDS_ERRLoadConfigDll1, "Windows cannot load the Internet Configuration library (CCFG95.DLL). The following error occurred:\r\n%1"
  178. IDS_ERRLoadConfigDll2, "The Internet Configuration library (CCFG95.DLL) on your computer is not the correct version. You may need to install a different version of Windows."
  179. IDS_ERRLoadConfigDllNT1, "Windows cannot load the Internet Configuration library (CCFGNT.DLL). The following error occurred:\r\n%1"
  180. IDS_ERRLoadConfigDllNT2, "The Internet Configuration library (CCFGNT.DLL) on your computer is not the correct version. You may need to install a different version of Windows."
  181. #else
  182. IDS_ERRLoadConfigDll1, "Windows cannot load the Internet Configuration library (ICFG95.DLL). The following error occurred:\r\n%1"
  183. IDS_ERRLoadConfigDll2, "The Internet Configuration library (ICFG95.DLL) on your computer is not the correct version. You may need to install a different version of Windows."
  184. IDS_ERRLoadConfigDllNT1, "Windows cannot load the Internet Configuration library (ICFGNT.DLL). The following error occurred:\r\n%1"
  185. IDS_ERRLoadConfigDllNT2, "The Internet Configuration library (ICFGNT.DLL) on your computer is not the correct version. You may need to install a different version of Windows."
  186. #endif
  187. IDS_ERRLoadMAPIDll1, "Windows cannot set up your Internet mail because the Mail library could not be loaded. The following error occurred:\r\n%1"
  188. //IDS_ERRLoadMAPIDll1, "Windows cannot set up your Internet mail because the Mail library (%2) could not be loaded. The following error occurred:\r\n%1"
  189. IDS_ERRLoadMAPIDll2, "Windows cannot set up your Internet mail because the Mail library (%1) on your computer is not the correct version. You may need to install a different version of Windows."
  190. IDS_ERRInitMAPI, "Windows cannot initialize MAPI."
  191. IDS_ERRCreateConnectoid, "Windows cannot create a new dial-up networking connection for your Internet service provider.\r\n\r\nTry creating a connection by double-clicking Dial-Up Networking in My Computer."
  192. //IDS_ERRCreateConnectoid, "Windows cannot create a new dial-up networking connection for your Internet service provider. The following error occurred:\r\n%1\r\n\r\nTry creating a connection by double-clicking Dial-Up Networking in My Computer."
  193. IDS_ERRConfigureMail, "Windows cannot configure Microsoft Exchange with your account information. The following error occurred:%\r\n%1\r\n\r\nTry entering your account information by double-clicking the ""Mail and Fax"" icon in Control Panel."
  194. IDS_ERRConnectoidNameNT, """%1"" is not a valid name. The entry name must contain at least one character that is not a space and cannot begin with a period. Choose a different name."
  195. IDS_ERRConnectoidName95, """%1"" is not a valid name. The entry name must contain at least one character that is not a space and cannot contain any of the following characters:\n\n\t\\ / : * ? "" < > |\n\nChoose a different name."
  196. IDS_ERRDuplicateConnectoidName "A connection with this name already exists. Type a different name."
  197. IDS_ERRSetPhoneNumber, "Windows cannot set the Internet phone number because of the following error:\r\n%1\r\n"
  198. IDS_ERRWriteDNS, "Windows cannot set DNS configuration because of the following error:\r\n%1\r\n"
  199. IDS_ERRUninstallMSN, "Windows cannot uninstall the MSN Internet Access Kit because of the following error:\r\n%1\r\n"
  200. IDS_ERREnumModem, "Windows cannot determine if you have a modem because of the following error:\r\n%1\r\n\r\Install a modem by double-clicking the Modem icon in Control Panel."
  201. IDS_ERRConfigureProxy, "Windows cannot configure the proxy server with your account information. The following error occurred:%\r\n%1"
  202. IDS_ERRCorruptConnection, "Windows cannot load configuration information for the selected connection. Select a different connection, or create a new connection."
  203. IDS_ERRCorruptAccount, "Windows cannot load the configuration information for the selected account. Select a different account, or create a new account."
  204. //IDS_ERRInvalidAcctName, "Account names cannot contain a backslash ""\\"". Enter a name without a backslash for the account."
  205. //IDS_ERRMailSetup, "Windows cannot save your Internet mail account information. Reinstall your Internet mail program and try configuring Internet mail again, or contact your Internet service provider or system administrator for assistance."
  206. //IDS_ERRNewsSetup, "Windows cannot save your Internet news account information. Reinstall your Internet news program and try configuring Internet news again, or contact your Internet service provider or system administrator for assistance."
  207. //IDS_ERRDirServSetup, "Windows cannot save your directory service information. Reinstall your Internet mail program and try configuring the directory service again, or contact your Internet service provider or system administrator for assistance."
  208. //IDS_ERRIMNConfig, "Windows cannot determine your existing Internet mail and news account settings. Try reinstalling your Internet mail and news programs on your computer, and then run the Internet Connection Wizard again."
  209. IDS_ERRNoDialOutModem, "Windows cannot find a dial-out modem. Check the Remote Access Service properties and make sure that at least one modem is configured to dial out."
  210. IDS_ERRModifyCSLIP, "The selected connection is a CSLIP connection. The Internet Connection Wizard does not support modifying a CSLIP connection."
  211. IDS_ERRProxyRequired, "You must specify a proxy server to use. Enter a valid server name."
  212. IDS_WARNWillRemoveMSN, "Uninstalling Microsoft Plus! will also uninstall The Microsoft Network. You will have to set up The Microsoft Network again in order to use it."
  213. IDS_OKTOCHANGECONFIG, "Your computer is not completely set up to access the Internet. Would you like Windows to set it up for you now?"
  214. IDS_ABOUTTOCHANGECONFIG1, "Windows will now install files and drivers required to access the Internet. You may be prompted for your Windows CD-ROM or floppy disks.\r\n\r\n%s"
  215. IDS_ABOUTTOCHANGECONFIG2, "Click OK to continue, or click Cancel to quit."
  216. IDS_DEF_CONNECTION_NAME_1, "Internet"
  217. IDS_DEF_CONNECTION_NAME_2, "Internet (Backup)"
  218. IDS_SYSTEM_ALREADY_CONFIGURED, "Your computer is already configured to connect to the Internet. Do you want to keep your current settings?"
  219. IDS_CONFIGAPIFAILED "The Internet Connection Wizard could not configure your computer for the Internet.\n\nYou must manually set up your own TCP/IP protocols, dial-up networking connection, and modem, ISDN line, or other device you use to dial out from your computer."
  220. IDS_SERVICEDISABLED "The Internet Connection Wizard could not start the RRAS services and therefore cannot continue. In Control Panel, double-click the Services icon and make sure these services were installed properly and are not disabled."
  221. IDS_ADMIN_ACCESS_DENIED "You do not have a modem, and you do not have sufficient permissions to install hardware. Please contact your system administrator."
  222. IDS_ADMIN_ACCESS_DENIED_TITLE "Access Denied"
  223. IDS_MODIFYCONNECTION, "You have selected the ""%s"" dial-up connection. Do you want to change the settings for this connection?"
  224. IDS_LOGINSCRIPTINVALID "The logon script you entered could not be located.\n\nEnter a valid script name."
  225. // Normandy 11970 ChrisK - we need a different title if launched from
  226. // mail or news configuration
  227. IDS_BEGINMANUAL_ALTERNATE "Choose Connection Type"
  228. // 3/20/97 ChrisK Olympus 180
  229. IDS_WANTTOREBOOT "In order for the Internet Connection Wizard to continue, you must restart your computer, and then rerun the wizard. To restart your computer now, click Yes. To quit the wizard, click No.\n\nDo you want to restart your computer now?"
  230. // IDS_EXITFAILED "The Internet Connection Wizard could not automatically shut down and restart your computer. Restart your computer manually."
  231. // 5/15/97 jmazner Olympus #1134
  232. // 5/27/97 jmazner superceeded by IE #32717
  233. //IDS_NEEDTOREBOOT "The Internet Connection Wizard installed files and drivers required to access the Internet. To configure your computer for Internet access, restart your computer and then run the Internet Connection Wizard again."
  234. // 4/2/ 97 ChrisK Olympus 209
  235. // Strings for busy dialogs
  236. IDS_WAITCHECKING, "Checking Windows networking setup"
  237. IDS_WAITCONNECT, "Updating connection settings"
  238. // 4/16/97 ChrisK Olympus 239
  239. IDS_MODEM_WIZ_TITLE, "Install New Modem"
  240. IDS_MODEM_CPL_TITLE, "Modems Properties"
  241. // 5/22/97 jmazner Olympus #4698
  242. // Window class for RNAAP.EXE on win95, as reported by Spy++
  243. IDS_RNAAP_TITLE, "RnaEngClass"
  244. IDS_SBCSONLY "Only single-byte characters (SBCS) are allowed in this field.\n\nUse the Input Method Editor (IME) to switch to SBCS."
  245. // 5/17/97 jmazner Olympus #4108
  246. // This is used to build the default connectoid name for the Dial-Up Connection Name screen.
  247. // Make sure it has a trailing <space> character.
  248. IDS_CONNECTIONTO "Connection to %s"
  249. END
  250. STRINGTABLE DISCARDABLE
  251. BEGIN
  252. IDS_HOWTOCONNECT_DESC1 "If you already have an account with an Internet service provider and have obtained all the necessary connection information, "
  253. IDS_HOWTOCONNECT_DESC2 "you can connect to your account using your phone line. If you are connected to a local area network (LAN) that is connected to the Internet, you can access the Internet over the LAN."
  254. IDS_CONNECTION_DESC1 "The dial-up connection contains the settings your computer uses to connect to the Internet. You already have one or more dial-up connections on your computer. "
  255. IDS_CONNECTION_DESC2 "Either create a new dial-up connection or use an existing one. If you choose an existing connection, you can change its settings later."
  256. IDS_USEDIALRULES "&Use area code and dialing rules"
  257. /**
  258. IDS_MAIL_DESC1 "To successfully set up your Internet mail account, you must have already signed up for an e-mail account with an Internet service "
  259. IDS_MAIL_DESC2 "provider and obtained important connection information. If you are missing any information the wizard asks you to provide, contact your Internet service provider."
  260. IDS_NEWS_DESC1 "To successfully set up your Internet news account, you must have already signed up for an account with an Internet service provider and obtained important connection information. If you are missing any information, "
  261. IDS_NEWS_DESC2 "contact your Internet service provider."
  262. IDS_DIR_SERV_DESC1 "To successfully set up your directory service, you must have already signed up for an LDAP account with your service provider and obtained important connection information. "
  263. IDS_DIR_SERV_DESC2 "If you are missing any information, contact your Internet service provider or network administrator."
  264. **/
  265. END
  266. STRINGTABLE
  267. BEGIN
  268. IDS_MAPIERROR_BASE + 0, "Success"
  269. IDS_MAPIERROR_BASE + 1, "A resource is busy or you lack sufficient permissions"
  270. IDS_MAPIERROR_BASE + 2, "Interface not supported"
  271. IDS_MAPIERROR_BASE + 3, "One or more parameters passed by the calling application were not valid"
  272. IDS_MAPIERROR_BASE + 4, "An unexpected error occurred"
  273. IDS_MAPIERROR_BASE + 5, "The requested object does not exist"
  274. IDS_MAPIERROR_BASE + 6, "Call not supported in this implementation"
  275. IDS_MAPIERROR_BASE + 7, "Call succeeded overall, but some errors were returned"
  276. IDS_MAPIERROR_BASE + 8, "Some, but not all, the entries were successfully copied"
  277. IDS_MAPIERROR_BASE + 9, "The MAPI_UNICODE flag was set and this implementation does not support UNICODE"
  278. IDS_MAPIERROR_BASE + 10, "Bad value supplied for a property"
  279. IDS_MAPIERROR_BASE + 11, "The file being accessed was already in use"
  280. IDS_MAPIERROR_BASE + 12, "The folder name being moved is the same as a sub-folder name in the destination"
  281. IDS_MAPIERROR_BASE + 13, "The property cannot be written because it is computed by the destination provider"
  282. IDS_MAPIERROR_BASE + 14, "Some data read from disk is corrupt"
  283. IDS_MAPIERROR_BASE + 15, "Corrupt message store"
  284. IDS_MAPIERROR_BASE + 16, "A disk error has occurred"
  285. IDS_MAPIERROR_BASE + 17, "The folder being deleted contains folders"
  286. IDS_MAPIERROR_BASE + 18, "The folder being deleted contains messages"
  287. IDS_MAPIERROR_BASE + 19, "Invalid EntryID"
  288. IDS_MAPIERROR_BASE + 20, "Invalid object"
  289. IDS_MAPIERROR_BASE + 21, "Logon failed due to bad credentials"
  290. IDS_MAPIERROR_BASE + 22, "A network error prevented successful completion of the operation"
  291. IDS_MAPIERROR_BASE + 23, "It will take longer than expected to submit the message"
  292. IDS_MAPIERROR_BASE + 24, "Not enough space on disk to complete"
  293. IDS_MAPIERROR_BASE + 25, "Insufficient memory to complete operation"
  294. IDS_MAPIERROR_BASE + 26, "Insufficient resources to complete operation"
  295. IDS_MAPIERROR_BASE + 27, "The message was not in the outgoing queue"
  296. IDS_MAPIERROR_BASE + 28, "The message has changed since it was opened"
  297. IDS_MAPIERROR_BASE + 29, "The folder was deleted since it was opened"
  298. IDS_MAPIERROR_BASE + 30, "The string is longer than the maximum allowable length"
  299. IDS_MAPIERROR_BASE + 31, "The message has already been submitted"
  300. IDS_MAPIERROR_BASE + 32, "There are more than 15000 property names"
  301. IDS_MAPIERROR_BASE + 33, "Unable to abort the submission"
  302. IDS_MAPIERROR_BASE + 34, "The service provider has not been configured"
  303. IDS_MAPIERROR_BASE + 35, "Unexpected property type given to GetProps or SetProps"
  304. IDS_MAPIERROR_BASE + 36, "Unknown flags given to the method"
  305. IDS_MAPIERROR_BASE + 37, "The user cancelled the operation"
  306. IDS_MAPIERROR_BASE + 38, "The provider version will not work with the MAPI version"
  307. END
  308. STRINGTABLE DISCARDABLE
  309. BEGIN
  310. IDS_CHOOSEMODEM_TITLE, "Choose Modem"
  311. IDS_CONNECTION_TITLE, "Dial-Up Connection"
  312. IDS_MODIFYCONNECTION_TITLE, "Dial-Up Connection Settings"
  313. IDS_CONNECTIONNAME_TITLE, "Step 3 of 3: Configuring Your Computer" //"Dial-Up Connection Name"
  314. IDS_PHONENUMBER_TITLE, "Step 1 of 3: Internet Account Connection Information" //"Phone Number"
  315. IDS_NAMEANDPASSWORD_TITLE, "Step 2 of 3: Internet Account Logon Information" //"User Name and Password"
  316. IDS_ADVANCED_TITLE, "Advanced Settings"
  317. IDS_CONNECTIONPROTOCOL_TITLE, "Connection Type"
  318. IDS_LOGINSCRIPT_TITLE, "Logon Procedure"
  319. IDS_USEPROXY_TITLE, "Proxy Server"
  320. IDS_PROXYSERVERS_TITLE, "Proxy Server Name"
  321. IDS_PROXYEXCEPTIONS_TITLE, "Proxy Server Exceptions"
  322. IDS_IPADDRESS_TITLE, "IP Address"
  323. IDS_DNSADDRESS_TITLE, "DNS Server Address"
  324. IDS_LCPEXTENSIONS_TITLE, "LCP Extensions"
  325. IDS_HOWTOCONNECT_TITLE, "Choose Connection Type"
  326. IDS_CONNECTEDOK_TITLE, "Complete Configuration"
  327. IDS_SETUP_PROXY_TITLE, "Proxy Configuration"
  328. IDS_LAN_INETCFG_TITLE, "Local Area Network Internet Configuration"
  329. END
  330. STRINGTABLE DISCARDABLE
  331. BEGIN
  332. IDS_WIZ97_TITLE_FONT_FACE "Verdana"
  333. END
  334. //
  335. // Icons
  336. //
  337. IDI_WORLD ICON "world.ico"
  338. IDI_MODEM ICON "modem.ico"
  339. IDB_WATERMARK256 BITMAP "wizard.bmp"
  340. IDB_WATERMARK16 BITMAP "wizard.bmp"
  341. IDB_BANNER256 BITMAP "globe.bmp"
  342. IDB_BANNER16 BITMAP "globe.bmp"
  343. IDB_BMP_WELCOME BITMAP "w_bordr.bmp"
  344. //
  345. // Animation
  346. //
  347. IDA_WAITINGCONFIG AVI DISCARDABLE "waitcfg.avi"
  348. //
  349. // Version stamp
  350. //
  351. RCINCLUDE wizard.rcv