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.

317 lines
11 KiB

  1. /*-----------------------------------------------------------------------------
  2. icwconn2.rc
  3. Resource descriptions for ICWCONN2
  4. Copyright (C) 1996 Microsoft Corporation
  5. All rights reserved
  6. Authors:
  7. ChrisK Chris Kauffman
  8. History:
  9. 7/22/96 ChrisK Cleaned and formatted
  10. 7/23/96 VetriV Made changes for WIN16
  11. NOTE:
  12. DO NOT EDIT THESE RESOURCES WITH MSVC
  13. -----------------------------------------------------------------------------*/
  14. #ifdef APSTUDIO_INVOKED
  15. #error DO NOT EDIT THIS WITH MSVC
  16. #endif
  17. #include "resource.h"
  18. #include "..\inc\icwerr.h"
  19. #include "..\inc\icwerr.rc"
  20. #include <windows.h>
  21. #if defined(WIN16)
  22. #include <ctl3d.h>
  23. #endif
  24. /////////////////////////////////////////////////////////////////////////////
  25. // English (U.S.) resources
  26. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  27. #if defined(_WIN32) && !defined(WIN16)
  28. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  29. #pragma code_page(1252)
  30. #endif //_WIN32 && !WIN16
  31. #if defined(WIN16)
  32. #include <comctlie.h>
  33. #define DS_3DLOOK 0x0004L
  34. #define DS_CENTER 0x0800L // ;Internal 4.0
  35. #define BS_MULTILINE 0x00002000L // ;Internal 4.0
  36. #define SS_ETCHEDHORZ 0x00000010L // ;Internal 4.0
  37. #define SS_ETCHEDVERT 0x00000011L // ;Internal 4.0
  38. #define SS_ETCHEDFRAME 0x00000012L // ;Internal 4.0
  39. #endif
  40. /////////////////////////////////////////////////////////////////////////////
  41. //
  42. // Version
  43. //
  44. #include "icwconn2.rcv"
  45. /////////////////////////////////////////////////////////////////////////////
  46. //
  47. // Dialog
  48. //
  49. IDD_PROGRESS DIALOG DISCARDABLE 0, 0, 183, 92
  50. STYLE DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | WS_VISIBLE |
  51. WS_CAPTION
  52. CAPTION "Internet Connection Wizard"
  53. FONT 8, "MS Shell Dlg"
  54. BEGIN
  55. PUSHBUTTON "Cancel",IDC_CMDCANCEL,64,70,50,14
  56. CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER,8,
  57. 30,168,14
  58. LTEXT "Copying information to your computer",IDC_STATIC,16,10,
  59. 144,10
  60. LTEXT "Waiting for a response from the server",IDC_LBLSTATUS,
  61. 16,50,200,10
  62. END
  63. IDD_BACK DIALOG DISCARDABLE 0, 0, 183, 92
  64. STYLE WS_POPUP
  65. FONT 8, "MS Shell Dlg"
  66. BEGIN
  67. END
  68. IDD_DONE DIALOG DISCARDABLE 0, 0, 317, 213
  69. STYLE DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | WS_VISIBLE |
  70. WS_CAPTION
  71. CAPTION "Internet Connection Wizard"
  72. FONT 8, "MS Shell Dlg"
  73. BEGIN
  74. CONTROL 108,IDC_STATIC,"Static",SS_BITMAP,5,2,32,25
  75. LTEXT "Congratulations",IDC_LBLTITLE,104,6,136,10
  76. LTEXT "Your computer is now set up to connect to the Internet. A world of information and community is just a click away!",
  77. IDC_CLICK,104,30,200,30
  78. LTEXT "To begin exploring the Internet, click Explore Now!",
  79. IDC_EXPLORE,104,60,200,8
  80. DEFPUSHBUTTON "Explore Now!",IDC_CMDEXPLORE,104,80,56,15
  81. PUSHBUTTON "Close",IDC_CMDCLOSE,256,195,56,15
  82. LTEXT "",IDC_LBLEXPLORE,104,105,200,30
  83. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,8,186,302,1
  84. END
  85. IDD_DONEREBOOT DIALOG DISCARDABLE 0, 0, 317, 213
  86. STYLE DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | WS_VISIBLE |
  87. WS_CAPTION
  88. CAPTION "Internet Connection Wizard"
  89. FONT 8, "MS Shell Dlg"
  90. BEGIN
  91. CONTROL 108,IDC_STATIC,"Static",SS_BITMAP,5,2,32,25
  92. LTEXT "Congratulations",IDC_LBLTITLE,104,6,136,10
  93. LTEXT "Your computer is now set up to connect to the Internet. A world of information and community is just a click away!",
  94. IDC_CLICK2,104,30,200,30
  95. LTEXT "You must restart your computer before you can use your Internet connection. To restart Windows, click Restart.",
  96. IDC_RESTART,104,60,200,18
  97. DEFPUSHBUTTON "Restart",IDC_CMDEXPLORE,102,89,56,15
  98. LTEXT "",IDC_LBLEXPLORE,104,120,200,30
  99. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDHORZ,8,186,302,1
  100. END
  101. IDD_DIALING DIALOGEX 0, 0, 317, 213
  102. STYLE DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | WS_VISIBLE |
  103. WS_CAPTION
  104. CAPTION "Internet Connection Wizard"
  105. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  106. BEGIN
  107. CONTROL 108,IDC_STATIC,"Static",SS_BITMAP | SS_SUNKEN,6,6,100,
  108. 172
  109. LTEXT "Connecting",IDC_LBLTITLE,104,6,200,12,NOT WS_GROUP
  110. LTEXT "The Internet Connection Wizard will now connect to your Internet service provider and set up Internet programs.",
  111. IDC_DIALING_TEXT2,104,30,200,35,NOT WS_GROUP
  112. LTEXT "Phone Number: ",IDC_DIALING_TEXT3,104,69,200,8,NOT WS_GROUP
  113. LTEXT " Already connected",IDC_LBLNUMBER,154,69,200,8,NOT
  114. WS_GROUP
  115. LTEXT "",IDC_LBLSTATUS,104,99,200,16,NOT WS_GROUP
  116. PUSHBUTTON "Cancel",IDC_CMDCANCEL,255,193,56,15
  117. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,6,186,305,1
  118. CONTROL "Progress1",IDC_PROGRESS,"msctls_progress32",WS_BORDER,
  119. 104,120,187,12
  120. END
  121. IDD_DIALREALLYCANCEL DIALOGEX 0, 0, 317, 213
  122. STYLE DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | WS_VISIBLE |
  123. WS_CAPTION
  124. CAPTION "Internet Connection Wizard"
  125. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  126. BEGIN
  127. CONTROL 108,IDC_STATIC,"Static",SS_BITMAP | SS_SUNKEN,6,6,100,
  128. 172
  129. LTEXT "Unable to set up Internet programs",IDC_LBLTITLE,104,6,200,12,NOT WS_GROUP
  130. LTEXT "The wizard has set up your Internet connection, but has not finished setting up the Internet programs required to use your Internet provider's services.",
  131. IDC_NOTDONE,104,30,200,24,NOT WS_GROUP
  132. LTEXT "If you exit now, you will need to connect to your Internet provider and set up these programs at a later time. You can connect to your provider by clicking the Internet Explorer icon on the Start menu.",
  133. IDC_EXITNOW,104,62,200,40,NOT WS_GROUP
  134. LTEXT "Click Retry to try setting up these programs again, or click Close to exit.",
  135. IDC_ATTEMPT,104,104,200,35,NOT WS_GROUP
  136. LTEXT "",IDC_LBLCALLHOME,104,136,200,50,NOT WS_GROUP
  137. DEFPUSHBUTTON "&Retry",IDC_CMDNEXT,192,193,56,15
  138. PUSHBUTTON "Close",IDC_CMDCANCEL,255,193,56,15
  139. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,6,186,305,1
  140. END
  141. IDD_DIALERR DIALOGEX 0, 0, 317, 213
  142. STYLE DS_MODALFRAME | DS_3DLOOK | DS_CENTER | WS_POPUP | WS_VISIBLE |
  143. WS_CAPTION
  144. CAPTION "Internet Connection Wizard"
  145. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  146. BEGIN
  147. CONTROL 108,IDC_STATIC,"Static",SS_BITMAP | SS_SUNKEN,6,6,100,
  148. 172
  149. LTEXT "Could Not Connect",IDC_LBLTITLE,104,6,200,12,NOT
  150. WS_GROUP
  151. LTEXT "",IDC_LBLERRMSG,104,30,200,55,NOT WS_GROUP
  152. LTEXT "&Number to be dialed:",IDC_DIALERR_TEXT1,104,
  153. 89,200,8,NOT WS_GROUP
  154. EDITTEXT IDC_TEXTNUMBER,181,87,123,12,ES_AUTOHSCROLL
  155. LTEXT "The current &modem is:",IDC_DIALERR_TEXT2,104,119,200,8,NOT
  156. WS_GROUP
  157. COMBOBOX IDC_CMBMODEMS,181,117,123,85,CBS_DROPDOWNLIST |
  158. CBS_AUTOHSCROLL | WS_VSCROLL | WS_TABSTOP
  159. LTEXT "Change how the number is dialed:",IDC_DIALERR_TEXT3,104,149,
  160. 200,8,NOT WS_GROUP
  161. PUSHBUTTON "&Dialing Properties",IDC_CMDDIALPROP,238,149,66,15
  162. DEFPUSHBUTTON "&Redial",IDC_CMDNEXT,128,193,56,15
  163. PUSHBUTTON "&Help",IDC_CMDHELP,192,193,56,15
  164. PUSHBUTTON "Cancel",IDC_CMDCANCEL,255,193,56,15
  165. CONTROL "",IDC_STATIC,"Static",SS_ETCHEDFRAME,6,186,305,1
  166. END
  167. /////////////////////////////////////////////////////////////////////////////
  168. //
  169. // DESIGNINFO
  170. //
  171. #ifdef APSTUDIO_INVOKED
  172. GUIDELINES DESIGNINFO DISCARDABLE
  173. BEGIN
  174. IDD_PROGRESS, DIALOG
  175. BEGIN
  176. LEFTMARGIN, 7
  177. RIGHTMARGIN, 176
  178. TOPMARGIN, 7
  179. BOTTOMMARGIN, 85
  180. END
  181. IDD_BACK, DIALOG
  182. BEGIN
  183. LEFTMARGIN, 7
  184. RIGHTMARGIN, 176
  185. TOPMARGIN, 7
  186. BOTTOMMARGIN, 85
  187. END
  188. IDD_CONTEXT, DIALOG
  189. BEGIN
  190. LEFTMARGIN, 7
  191. TOPMARGIN, 7
  192. END
  193. IDD_STEPTWO, DIALOG
  194. BEGIN
  195. LEFTMARGIN, 7
  196. RIGHTMARGIN, 310
  197. TOPMARGIN, 7
  198. BOTTOMMARGIN, 206
  199. END
  200. END
  201. #endif // APSTUDIO_INVOKED
  202. #ifdef APSTUDIO_INVOKED
  203. /////////////////////////////////////////////////////////////////////////////
  204. //
  205. // TEXTINCLUDE
  206. //
  207. 1 TEXTINCLUDE DISCARDABLE
  208. BEGIN
  209. "resource.h\0"
  210. END
  211. 2 TEXTINCLUDE DISCARDABLE
  212. BEGIN
  213. "#include <windows.h>\0"
  214. END
  215. 3 TEXTINCLUDE DISCARDABLE
  216. BEGIN
  217. "\r\n"
  218. "\0"
  219. END
  220. #endif // APSTUDIO_INVOKED
  221. /////////////////////////////////////////////////////////////////////////////
  222. //
  223. // Icon
  224. //
  225. // Icon with lowest ID value placed first to ensure program icon
  226. // remains consistent on all systems.
  227. IDI_PHONE ICON DISCARDABLE "phone.ico"
  228. /////////////////////////////////////////////////////////////////////////////
  229. //
  230. // Bitmap
  231. //
  232. IDB_PHONE BITMAP DISCARDABLE "w_bordr.bmp"
  233. #ifdef WIN16
  234. CTL3D_3DCHECK BITMAP "..\\common\\inc\\3dcheck.bmp"
  235. #endif
  236. /////////////////////////////////////////////////////////////////////////////
  237. //
  238. // String Table
  239. //
  240. STRINGTABLE DISCARDABLE
  241. BEGIN
  242. IDS_TITLE "Internet Connection Wizard"
  243. IDS_CANTDOWNLOAD "The Internet Connection Wizard could not copy the required information to your computer. Click Redial to try again."
  244. IDS_RECEIVING_RESPONSE "Downloading Internet programs..."
  245. IDS_OUTOFMEMORY "There is not enough memory available to perform this task. Close one or more programs and then try again."
  246. IDS_INVALIDPHONE "The phone number you entered contains invalid characters. Only the characters 0123456789ABCDPTW!@$-.()+*#,& and <space> are valid phone number characters."
  247. IDS_CANTEXECUTE "Unable to process the Explore Now! command. Please use the Internet Explorer icon to explore the Internet."
  248. IDS_CONNECTED_TO "Connected to %s"
  249. IDS_MISSING_FILE "The Internet Connection Wizard could not find the file "
  250. IDS_BAD_CMDLINE "The Internet Connection Wizard cannot be started using 'ICWCONN2.EXE'.\n\nTo start the wizard, choose the Connection Wizard icon from the Start menu."
  251. END
  252. STRINGTABLE DISCARDABLE
  253. BEGIN
  254. IDS_WANTTOEXIT "The Internet Connection Wizard has created an Internet account for you, but has not yet configured your computer to use this account. If you cancel now, you may still be billed by the Internet service provider.\n\nAre you sure you want to exit the wizard?"
  255. IDS_CANTSAVEKEY "The Internet Connection Wizard cannot write to the registry."
  256. IDS_DOWNLOAD_SW "The Internet Connection Wizard will now connect to your Internet service provider and set up Internet programs."
  257. END
  258. #endif // English (U.S.) resources
  259. /////////////////////////////////////////////////////////////////////////////