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.

235 lines
13 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 <windows.h>
  10. #include <commctrl.h>
  11. #include <shlobj.h>
  12. #include "icwhelp.rcv"
  13. /////////////////////////////////////////////////////////////////////////////
  14. #undef APSTUDIO_READONLY_SYMBOLS
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  18. #ifdef _WIN32
  19. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  20. #pragma code_page(1252)
  21. #endif //_WIN32
  22. #ifdef APSTUDIO_INVOKED
  23. /////////////////////////////////////////////////////////////////////////////
  24. //
  25. // TEXTINCLUDE
  26. //
  27. 1 TEXTINCLUDE DISCARDABLE
  28. BEGIN
  29. "resource.h\0"
  30. END
  31. 2 TEXTINCLUDE DISCARDABLE
  32. BEGIN
  33. "#include <windows.h>\r\n"
  34. "#include <commctrl.h>\r\n"
  35. "#include <shlobj.h>\r\n"
  36. "#include ""icwhelp.rcv""\r\n"
  37. "\r\n"
  38. "\0"
  39. END
  40. 3 TEXTINCLUDE DISCARDABLE
  41. BEGIN
  42. "1 TYPELIB ""icwhelp.tlb""\r\n"
  43. "\0"
  44. END
  45. #endif // APSTUDIO_INVOKED
  46. /////////////////////////////////////////////////////////////////////////////
  47. //
  48. // Dialog
  49. //
  50. IDD_CHOOSEMODEMNAME DIALOG DISCARDABLE 0, 0, 204, 80
  51. STYLE DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | WS_VISIBLE |
  52. WS_CAPTION
  53. CAPTION "Choose Modem"
  54. FONT 8, "MS Shell Dlg"
  55. BEGIN
  56. LTEXT "Select a &modem to use to connect to the Internet:",
  57. IDC_STATIC,12,10,180,8
  58. ICON IDI_PHONE,IDC_STATIC,12,23,18,20
  59. COMBOBOX IDC_MODEM,40,27,155,48,CBS_DROPDOWNLIST | CBS_SORT |
  60. WS_VSCROLL | WS_TABSTOP
  61. DEFPUSHBUTTON "OK",IDC_CMDOK,40,50,50,14
  62. PUSHBUTTON "Cancel",IDC_CMDCANCEL,104,50,50,14
  63. END
  64. IDD_AUTODISCONNECT DIALOG DISCARDABLE 0, 0, 229, 98
  65. STYLE DS_MODALFRAME | DS_SETFOREGROUND | DS_3DLOOK | DS_CENTER | WS_POPUP |
  66. WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  67. CAPTION "Auto Disconnect"
  68. FONT 8, "MS Shell Dlg"
  69. BEGIN
  70. ICON IDI_PHONE,IDC_STATIC,7,7,20,20
  71. LTEXT "The connection has been idle for 5 minutes.",
  72. IDC_IDLE_TEXT,40,11,156,11
  73. LTEXT "Windows will disconnect it in",IDC_DISCONNECT_TEXT,39,43,94,11
  74. GROUPBOX "",IDC_STATIC,134,34,24,22
  75. LTEXT "30",IDC_SECONDS,141,43,12,9
  76. LTEXT "seconds.",IDC_SEC_TEXT,164,43,36,8
  77. DEFPUSHBUTTON "Disconnect &Now",IDCANCEL,49,74,78,14
  78. PUSHBUTTON "&Stay Connected",IDOK,135,74,83,14
  79. END
  80. /////////////////////////////////////////////////////////////////////////////
  81. //
  82. // REGISTRY
  83. //
  84. IDR_REFDIAL REGISTRY DISCARDABLE "RefDial.rgs"
  85. IDR_DIALERR REGISTRY DISCARDABLE "DialErr.rgs"
  86. IDR_SMARTSTART REGISTRY DISCARDABLE "SmStart.rgs"
  87. IDR_ICWSYSTEMCONFIG REGISTRY DISCARDABLE "icwcfg.rgs"
  88. IDR_TAPILOCATIONINFO REGISTRY DISCARDABLE "TapiLocationInfo.rgs"
  89. IDR_USERINFO REGISTRY DISCARDABLE "UserInfo.rgs"
  90. IDR_WEBGATE REGISTRY DISCARDABLE "WebGate.rgs"
  91. IDR_INSHANDLER REGISTRY DISCARDABLE "inshandler.rgs"
  92. /////////////////////////////////////////////////////////////////////////////
  93. //
  94. // Icon
  95. //
  96. // Icon with lowest ID value placed first to ensure application icon
  97. // remains consistent on all systems.
  98. IDI_PHONE ICON DISCARDABLE "phone.ico"
  99. IDI_IE ICON DISCARDABLE "ie.ico"
  100. /////////////////////////////////////////////////////////////////////////////
  101. //
  102. // MISC
  103. //
  104. // CREDITS_RESOURCE 23 DISCARDABLE "credits.htm"
  105. /////////////////////////////////////////////////////////////////////////////
  106. //
  107. // String Table
  108. //
  109. STRINGTABLE DISCARDABLE
  110. BEGIN
  111. IDS_PROJNAME "Icwhelp"
  112. IDS_OUTOFMEMORY "There is not enough memory available to perform this task. Close one or more programs and then try again."
  113. IDS_TITLE "Internet Connection Wizard"
  114. IDS_TMPVAR "TMP"
  115. IDS_TEMPVAR "TEMP"
  116. IDS_CANTREADMSDUNFILE "The Internet Connection Wizard could not set up a dial-up networking connection for the Microsoft ISP referral server. The dial-up networking file (.DUN) may be missing or corrupt."
  117. IDS_CANTREADTHISFILE "The Internet Connection Wizard could not set up a dial-up networking connection for the Microsoft ISP referral server. The '%s' file may be missing or corrupted."
  118. IDS_NODIALOUT "The Internet Connection Wizard could not detect any modems configured for dial-out. Go to the network option in the control panel, select the remote access service from the Services tab and configure a modem for dial-out."
  119. IDS_NOPHONEENTRY "A phone book entry could not be found. Either the file is missing, or the disk is full."
  120. IDS_CANTREADMSNSUISP "The Internet Connection Wizard could not read the Msicw.isp file."
  121. IDS_CANTSAVEKEY "The Internet Connection Wizard cannot save Internet connection information."
  122. IDS_CANTREADKEY "The Internet Connection Wizard cannot read Internet connection information."
  123. END
  124. STRINGTABLE DISCARDABLE
  125. BEGIN
  126. IDS_RAS_LOCATING "Locating server..."
  127. IDS_RAS_HANGINGUP "Hanging up..."
  128. IDS_RAS_CONNECTING "Connecting to service..."
  129. IDS_RECEIVING_RESPONSE "Downloading information about Internet service providers in your area..."
  130. IDS_CANTLOADCONFIGAPI "The version of Inetcfg.dll on your computer is not valid."
  131. IDS_EXITFAILED "The Internet Connection Wizard could not automatically shut down and restart your computer. Restart your computer manually."
  132. IDS_CONFIGAPIFAILED "The Internet Connection Wizard could not configure your computer to connect to the Internet.\n\nYou must manually set up your own TCP/IP protocols, Dial-Up Networking, and modem, ISDN line, or other dial-out device."
  133. IDS_CONFIGAPIFAILEDRETRY
  134. "The Internet Connection Wizard could not configure your computer to connect to the Internet.\n\nYou must manually set up your own TCP/IP protocols, Dial-Up Networking, and modem, ISDN line, or other dial-out device."
  135. IDS_CONFIGURENTFAILED "The Internet Connection Wizard could not configure your computer to connect to the Internet. You may not have the correct permissions to alter settings. \n\nYou must manually set up your own TCP/IP protocols, Dial-Up Networking, and modem, ISDN line, or other dial-out device."
  136. IDS_CONFIGURENTFAILEDRETRY
  137. "The Internet Connection Wizard could not configure your computer to connect to the Internet. You may not have the correct permissions to alter settings. \n\nYou must manually set up your own TCP/IP protocols, Dial-Up Networking, and modem, ISDN line, or other dial-out device."
  138. IDS_CANNOTPROCESSINS "The wizard cannot process the Internet Signup file."
  139. IDS_MAILFAILED "The wizard cannot install Windows Messaging and Internet Mail. You will need to install this before you can use Internet Mail services. Please contact your provider for assistance."
  140. IDS_BADSETTINGS "The wizard received corrupted Internet signup parameters. Internet signup has been canceled."
  141. IDS_EXECFAILED "The wizard cannot execute %s.\n\nInternet signup has been canceled."
  142. IDS_PASSWORD "Please record the following information for future use.\n\nAccount Name: %s\nPassword: %s"
  143. END
  144. STRINGTABLE DISCARDABLE
  145. BEGIN
  146. IDS_WANTTOEXIT "The Internet Connection Wizard has not finished setting up your Internet connection.\n\nAre you sure you want to close the wizard?"
  147. IDS_AREACODEREQUIRED "Type your area code or city code. This information is needed to find a sign-up phone number."
  148. IDS_EXCHCODEREQUIRED "Type the first three digits of your phone number. This information is required."
  149. IDS_CANTINITPHONEBOOK "The Internet Connection Wizard cannot open the phone book."
  150. IDS_CONNECTED_TO "Connected to %s"
  151. IDS_CONNECTED "Connected to "
  152. IDS_REDIAL "&Redial"
  153. IDS_REESTABLISH "Reestablish Connection"
  154. IDS_CANTLOADINETCFG "The Internet Connection Wizard cannot load the %s file."
  155. IDS_MSNSU_WRONG "The service provider file is missing information required to continue setting up your Internet connection."
  156. IDS_CORRUPTPHONEBOOK "The phone book was not properly installed or has been corrupted."
  157. IDS_INVALIDPN "The phone number you entered was not valid. Select a phone number from the numbers listed."
  158. IDS_RAS_DIALING "Dialing..."
  159. IDS_RAS_PORTOPENED "Dialing..."
  160. IDS_RAS_OPENPORT "Dialing..."
  161. IDS_RAS_REDIALING "Redialing..."
  162. IDS_RAS_CONNECTED "Connected"
  163. IDS_DOWNLOADING "Downloading information about Internet service providers in your area..."
  164. IDS_DOWNLOAD_COMPLETE "Complete"
  165. END
  166. STRINGTABLE DISCARDABLE
  167. BEGIN
  168. IDS_SIGNUPCANCELLED "Internet signup has been canceled."
  169. IDS_PPPRANDOMFAILURE "The Internet Connection Wizard could not establish a connection. Click Next to try again."
  170. IDS_TIMEOUT "The Internet Connection Wizard could not establish a connection because the connection timed out. Click Next to try again."
  171. IDS_NOANSWER "The Internet Connection Wizard could not establish a connection. Click Next to try again, or click Dialing Properties to change how the number is dialed. Click Help for more information."
  172. IDS_RASNOCARRIER "The Internet Connection Wizard could not establish a connection. Click Next to try again, or click Dialing Properties to change how the number is dialed. Click Help for more information."
  173. IDS_TCPINSTALLERROR "The TCP/IP protocols may not have been installed correctly. Restart your computer and then run the wizard again."
  174. IDS_PHONEBUSY "The phone number the Internet Connection Wizard is trying to dial is currently busy. Please wait a few minutes, and then click Next to try again. Click Help for more information."
  175. IDS_NODIALTONE "The Internet Connection Wizard could not detect a dial tone. Make sure that your phone line is connected to your modem, and then click Next. Click Help for more information."
  176. IDS_NODEVICE "The Internet Connection Wizard could not detect your modem. It may be turned off, currently in use, or not installed properly. Click Help for more information."
  177. IDS_USERCANCELEDDIAL "The Internet Connection Wizard was interrupted. Click Next to redial or Cancel to close the wizard."
  178. IDS_DOWNLOAD_NOT_FOUND "The Internet Connection Wizard cannot load the Icwdl.dll file."
  179. IDS_CANTDOWNLOAD "The Internet Connection Wizard could not copy the required information to your computer. Click Next to try again."
  180. IDS_MEDIAINIERROR "Dial-up Networking may be incompletely installed on your computer. Click Cancel to exit the wizard, and then restart your computer. After your computer has restarted, run the wizard again."
  181. IDS_SERVICEDISABLED "The Internet Connection Wizard could not start the RAS services and therefore cannot continue. Check the Services control panel to make sure these services were installed properly and are not disabled."
  182. IDS_SUPPORTMSG "For automated support, call: "
  183. IDS_INVALIDPHONE "The phone number you entered contains invalid characters. Only the characters 0123456789ABCDPTW!@$-.()+*#,& and <space> are valid phone number characters."
  184. IDS_SBCSONLY "Only single-byte characters (SBCS) are allowed in this field.\n\nUse the Input Method Editor (IME) to switch to SBCS."
  185. END
  186. STRINGTABLE DISCARDABLE
  187. BEGIN
  188. IDS_INSTALLFAILED "The Internet Connection Wizard could not configure your computer for the Internet.\n\nYou will need to manually set up your own TCP/IP protocols, Dial-Up Networking, and modem, ISDN line, or other device you use to dial out from your computer."
  189. IDS_SBSCFGERROR "Your small business server cannot process your Internet service information. Contact your Internet service provider for help."
  190. IDS_PWCACHE_DISABLED1 "The Internet Connection Wizard is unable to continue because password caching\nhas been disabled."
  191. IDS_PWCACHE_DISABLED2 "\n\nContact your system administrator to have this setting enabled and then restart the\nInternet Connection Wizard."
  192. END
  193. #endif // English (U.S.) resources
  194. /////////////////////////////////////////////////////////////////////////////
  195. #ifndef APSTUDIO_INVOKED
  196. /////////////////////////////////////////////////////////////////////////////
  197. //
  198. // Generated from the TEXTINCLUDE 3 resource.
  199. //
  200. 1 TYPELIB "icwhelp.tlb"
  201. /////////////////////////////////////////////////////////////////////////////
  202. #endif // not APSTUDIO_INVOKED