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.

828 lines
41 KiB

  1. #include "windows.h"
  2. #include "version.h"
  3. #include <commctrl.h>
  4. #include <wincrui.h>
  5. #include "resource.h"
  6. #ifdef UNICODE
  7. #define TSTRFMT "ls"
  8. #else
  9. #define TSTRFMT "hs"
  10. #endif
  11. // include the publishing wizard resource script
  12. #include "publishing.rc"
  13. // Binary resources that we include
  14. REGINST REGINST "netplwiz_selfreg.inf"
  15. IDB_MND_WATERMARK BITMAP "res\\mapnet.bmp"
  16. IDB_USR_BANNER BITMAP "res\\userbanner.bmp"
  17. IDB_PSW_BANNER BITMAP "res\\banner.bmp"
  18. IDB_PSW_WATERMARK BITMAP "res\\watermrk.bmp"
  19. IDB_GETPP_BANNER BITMAP "res\\ppbanner.bmp"
  20. IDB_GETPP_WATERMARK BITMAP "res\\ppwatermrk.bmp"
  21. IDB_GETPP_DOTNET BITMAP "res\\ppdotnet.bmp"
  22. IDI_USR_USERS ICON "res\\users.ico"
  23. IDI_PSW ICON "res\\mynet.ico"
  24. IDI_USR_DOMAINUSER_ICON ICON "res\\domuser.ico"
  25. IDI_USR_GROUP_ICON ICON "res\\grpuser.ico"
  26. IDI_USR_LOCALUSER_ICON ICON "res\\lcluser.ico"
  27. IDI_ADDNETPLACE ICON "res\\addnP.ico"
  28. IDI_CERTIFICATES ICON "res\\cert.ico"
  29. IDI_REQUIRECAD ICON "res\\needcad.ICO"
  30. IDI_SECURITYCHECK ICON "res\\seccheck.ico"
  31. // Post setup wizard
  32. IDD_PSW_HOWUSE DIALOGEX 0, 0, 317, 143
  33. STYLE DS_FIXEDSYS | WS_CHILD
  34. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  35. BEGIN
  36. CONTROL "&This computer is part of a business network, and I use it to connect to other computers at work",
  37. IDC_NETWORKED,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  38. BS_MULTILINE,21,16,275,20
  39. CONTROL "This &computer is for home use and is not part of a business network",
  40. IDC_NOTNETWORKED,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  41. BS_MULTILINE,21,39,275,20
  42. LTEXT "Select the option that best describes your computer:",
  43. IDC_STATIC,21,1,275,8
  44. END
  45. IDD_PSW_PERMISSIONS DIALOGEX 0, 0, 317, 143
  46. STYLE DS_FIXEDSYS | WS_CHILD
  47. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  48. BEGIN
  49. LTEXT "What level of access do you want to grant <user>?",
  50. IDC_WHATACCESS,21,1,275,8
  51. LTEXT "Users can change many system settings and install programs that don't affect Windows system files.",
  52. IDC_STATIC,33,27,263,16,NOT WS_GROUP
  53. LTEXT "Users can operate the computer and save documents, but cannot install programs or change system settings.",
  54. IDC_STATIC,33,60,263,16,NOT WS_GROUP
  55. CONTROL "&Standard user",IDC_POWERUSERS,"Button",
  56. BS_AUTORADIOBUTTON | WS_GROUP,21,16,106,10
  57. CONTROL "&Restricted user",IDC_USERS,"Button",BS_AUTORADIOBUTTON,
  58. 21,49,96,10
  59. CONTROL "&Other:",IDC_OTHER,"Button",BS_AUTORADIOBUTTON,21,82,44,
  60. 10
  61. LTEXT "Other &Group:",IDC_OTHER_STATIC,-1,-1,0,0
  62. COMBOBOX IDC_GROUPS,66,80,179,200,CBS_DROPDOWNLIST | CBS_SORT |
  63. WS_VSCROLL | WS_TABSTOP
  64. LTEXT "Group Description",IDC_GROUPDESC,66,97,230,39
  65. RTEXT "(Users Group)",IDC_STATIC,175,49,70,8
  66. RTEXT "(Power Users Group)",IDC_STATIC,138,16,107,8
  67. END
  68. IDD_PSW_DOMAININFO DIALOGEX 0, 0, 317, 143
  69. STYLE DS_FIXEDSYS | WS_CHILD
  70. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  71. BEGIN
  72. LTEXT "To connect your computer to a Windows network, you need the following information:",
  73. IDC_STATIC,21,1,275,8
  74. LTEXT "� User name",IDC_STATIC,21,16,164,8
  75. LTEXT "� Password",IDC_STATIC,21,31,164,8
  76. LTEXT "� User account domain",IDC_STATIC,21,44,164,8
  77. LTEXT "You might also need:",IDC_STATIC,21,64,164,8
  78. LTEXT "� Computer name",IDC_STATIC,21,79,164,8
  79. LTEXT "If you do not have this information, contact your network administrator before proceeding.",
  80. IDC_STATIC,21,111,275,17
  81. LTEXT "� Computer domain",IDC_STATIC,21,93,164,8
  82. END
  83. IDD_PSW_USERINFO DIALOGEX 0, 0, 317, 143
  84. STYLE DS_FIXEDSYS | WS_CHILD
  85. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  86. BEGIN
  87. LTEXT "Type your Windows user account and domain information. If you do not have this information, ask your network administrator.",
  88. IDC_STATIC,21,1,275,22
  89. LTEXT "&User name:",IDC_STATIC,21,29,49,8
  90. EDITTEXT IDC_USER,71,26,164,14,ES_AUTOHSCROLL
  91. LTEXT "&Password:",IDC_STATIC,21,47,49,8
  92. EDITTEXT IDC_PASSWORD,71,44,164,14,ES_PASSWORD | ES_AUTOHSCROLL
  93. LTEXT "&Domain:",IDC_STATIC,21,65,49,8
  94. EDITTEXT IDC_DOMAIN,71,63,164,14,ES_UPPERCASE | ES_AUTOHSCROLL
  95. CONTROL "Log on using a dial-up &connection",IDC_DIALUP,"Button",
  96. BS_AUTOCHECKBOX | WS_TABSTOP,21,84,275,10
  97. END
  98. IDD_PSW_DONE DIALOGEX 0, 0, 317, 193
  99. STYLE DS_FIXEDSYS | WS_CHILD
  100. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  101. BEGIN
  102. LTEXT "Completing the Network Identification Wizard",IDC_TITLE,
  103. 115,8,190,34
  104. LTEXT "To close this wizard, click Finish.",IDC_FINISHSTATIC,
  105. 115,42,190,134
  106. END
  107. IDD_PSW_WHICHNET DIALOGEX 0, 0, 317, 143
  108. STYLE DS_FIXEDSYS | WS_CHILD
  109. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  110. BEGIN
  111. CONTROL "My &company uses a network with a domain",IDC_DOMAIN,
  112. "Button",BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,21,
  113. 16,275,10
  114. CONTROL "My co&mpany uses a network without a domain",
  115. IDC_WORKGROUP,"Button",BS_AUTORADIOBUTTON | BS_TOP |
  116. BS_MULTILINE,21,31,275,10
  117. LTEXT "Select the option that best describes your company network:",
  118. IDC_STATIC,21,1,275,8
  119. END
  120. IDD_PSW_WORKGROUP DIALOGEX 0, 0, 317, 143
  121. STYLE DS_FIXEDSYS | WS_CHILD
  122. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  123. BEGIN
  124. LTEXT "Type the name of the workgroup to which this computer belongs. Windows uses this name in My Network Places to show you other computers in your workgroup.\n\nIf you do not know the name of your workgroup, go to the next screen.",
  125. IDC_STATIC,21,1,275,34
  126. LTEXT "&Workgroup name:",IDC_STATIC,21,45,69,8
  127. EDITTEXT IDC_WORKGROUP,91,43,159,14,ES_UPPERCASE | ES_AUTOHSCROLL
  128. END
  129. IDD_PSW_AUTOLOGON DIALOGEX 0, 0, 317, 143
  130. STYLE DS_FIXEDSYS | WS_CHILD
  131. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  132. BEGIN
  133. LTEXT "You can require all users to enter a user name and password to log on, or you can have Windows assume the same user will always log on to this computer.\n\nWhich option do you prefer?",
  134. IDC_STATIC,21,1,275,39
  135. CONTROL "Users &must enter a user name and password to use this computer.",
  136. IDC_NOAUTOLOGON,"Button",BS_AUTORADIOBUTTON,21,45,275,10
  137. CONTROL "&Windows always assumes the following user has logged on to this computer:",
  138. IDC_AUTOLOGON,"Button",BS_AUTORADIOBUTTON,21,60,275,10
  139. LTEXT "&User name:",IDC_USERSLABEL,34,79,73,8
  140. COMBOBOX IDC_USERS,108,76,142,200,CBS_DROPDOWNLIST | CBS_SORT |
  141. WS_VSCROLL | WS_TABSTOP
  142. LTEXT "&Password:",IDC_PASSWORDLABEL,34,95,73,8
  143. EDITTEXT IDC_PASSWORD,108,92,142,14,ES_PASSWORD | ES_AUTOHSCROLL
  144. LTEXT "&Confirm password:",IDC_CONFIRMPASSWORDLABEL,34,113,73,
  145. 8
  146. EDITTEXT IDC_CONFIRMPASSWORD,108,111,142,14,ES_PASSWORD |
  147. ES_AUTOHSCROLL
  148. END
  149. IDD_PSW_WELCOME DIALOGEX 0, 0, 317, 193
  150. STYLE DS_FIXEDSYS | WS_CHILD
  151. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  152. BEGIN
  153. LTEXT "Welcome to the Network Identification Wizard",IDC_TITLE,
  154. 115,8,190,32
  155. LTEXT "This wizard helps you connect your computer to a network.",
  156. IDC_STATIC,115,44,188,19
  157. LTEXT "To continue, click Next.",IDC_STATIC,115,67,188,8
  158. END
  159. IDD_PSW_JOINCREDENTIALS DIALOGEX 46, 21, 247, 105
  160. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
  161. CAPTION "Domain User Name and Password"
  162. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  163. BEGIN
  164. LTEXT "&User name:",IDC_STATIC,7,31,54,8
  165. EDITTEXT IDC_USER,62,29,178,14,ES_AUTOHSCROLL | WS_GROUP
  166. LTEXT "&Password:",IDC_STATIC,7,49,54,8
  167. EDITTEXT IDC_PASSWORD,62,47,178,14,ES_PASSWORD | ES_AUTOHSCROLL
  168. LTEXT "&Domain:",IDC_STATIC,7,67,54,8
  169. EDITTEXT IDC_DOMAIN,62,64,178,14,ES_UPPERCASE | ES_AUTOHSCROLL
  170. DEFPUSHBUTTON "OK",IDOK,136,84,50,14
  171. PUSHBUTTON "Cancel",IDCANCEL,190,84,50,14
  172. LTEXT "Type the name and password of an account with permission to join the domain.",
  173. IDC_MESSAGE,7,7,220,20
  174. END
  175. IDD_PSW_COMPINFO DIALOGEX 0, 0, 317, 143
  176. STYLE DS_FIXEDSYS | WS_CHILD
  177. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  178. BEGIN
  179. LTEXT "Formatted using IDS_COMPNOTFOUND",IDC_COMPINFO,21,1,275,
  180. 40
  181. LTEXT "C&omputer name:",IDC_STATIC,21,51,69,8
  182. EDITTEXT IDC_COMPUTERNAME,91,48,159,14,ES_UPPERCASE |
  183. ES_AUTOHSCROLL
  184. LTEXT "Computer &domain:",IDC_STATIC,21,69,69,8
  185. EDITTEXT IDC_DOMAIN,91,66,159,14,ES_UPPERCASE | ES_AUTOHSCROLL
  186. END
  187. IDD_PSW_ADDUSER DIALOGEX 0, 0, 317, 143
  188. STYLE DS_FIXEDSYS | WS_CHILD
  189. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  190. BEGIN
  191. LTEXT "Adding a user to this computer grants the user access to all the resources on this computer and to all shared resources on the network.",
  192. IDC_STATIC,21,1,275,16
  193. LTEXT "Type your network user account information, or type the account information of another user on your network.",
  194. IDC_STATIC,21,24,275,16,NOT WS_GROUP
  195. CONTROL "&Add the following user:",IDC_ADDUSER,"Button",
  196. BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,21,47,87,10
  197. CONTROL "D&o not add a user at this time.",IDC_DONTADDUSER,
  198. "Button",BS_AUTORADIOBUTTON,21,104,110,10
  199. LTEXT "&User name:",IDC_USER_STATIC,33,67,55,8
  200. EDITTEXT IDC_USER,89,64,207,14,ES_AUTOHSCROLL
  201. LTEXT "User &domain:",IDC_DOMAIN_STATIC,33,86,55,8
  202. EDITTEXT IDC_DOMAIN,89,83,207,14,ES_UPPERCASE | ES_AUTOHSCROLL
  203. END
  204. // Generic dialog
  205. IDD_WIZ_NETPASSWORD DIALOGEX 40, 40, 245, 127
  206. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
  207. CAPTION "Access Denied"
  208. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  209. BEGIN
  210. CONTROL "Credentials",IDC_CREDENTIALS,"SysCredential",CRS_USERNAMES | CRS_CERTIFICATES | CRS_SMARTCARDS | CRS_NORMAL | WS_TABSTOP,
  211. 7,70,188,30
  212. DEFPUSHBUTTON "OK",IDOK,134,107,50,14
  213. PUSHBUTTON "Cancel",IDCANCEL,188,107,50,14
  214. LTEXT "Windows cannot connect to <resource> as <domain\\user> because:",
  215. IDC_MESSAGE,7,7,231,16
  216. LTEXT "To connect as another user, enter their user name and password below.",
  217. IDC_STATIC,7,45,231,16
  218. LTEXT "Error message goes here.",IDC_ERROR,7,30,231,8
  219. END
  220. // Users control panel
  221. IDD_USR_ADVANCED_PAGE DIALOGEX 0, 0, 252, 218
  222. STYLE DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
  223. CAPTION "Advanced"
  224. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  225. BEGIN
  226. GROUPBOX "Passwords and .NET Passports",IDC_STATIC,7,7,238,62
  227. LTEXT "You can manage the passwords you have stored on this computer, or change your default Passport with the .NET Passport Wizard.",
  228. IDC_CERT_TEXT,14,21,224,24
  229. PUSHBUTTON "&Manage Passwords",IDC_MANAGEPWD_BUTTON,68,48,78,14
  230. PUSHBUTTON ".NET &Passport Wizard",IDC_PASSPORTWIZARD,150,48,88,14
  231. GROUPBOX "Advanced user management",IDC_STATIC,7,72,238,54
  232. ICON IDI_USR_USERS,IDC_STATIC,14,86,20,20
  233. LTEXT "Local Users and Groups can be used to perform advanced user management tasks.",
  234. IDC_STATIC,41,86,197,16
  235. PUSHBUTTON "Ad&vanced",IDC_ADVANCED_BUTTON,188,105,50,14
  236. GROUPBOX "Secure logon",IDC_STATIC,7,129,238,78
  237. LTEXT "For added security, you can require users to press Ctrl+Alt+Delete before logging on. This guarantees that the authentic Windows logon prompt appears, protecting the system from programs that mimic a logon to retrieve password information.",
  238. IDC_BOOT_TEXT,41,143,197,40
  239. CONTROL "&Require users to press Ctrl+Alt+Delete",
  240. IDC_REQUIRECAD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,41,
  241. 190,150,10
  242. ICON IDI_REQUIRECAD,IDC_BOOT_ICON,14,143,20,20
  243. END
  244. IDD_USR_AUTOLOGON_DLG DIALOGEX 0, 0, 256, 116
  245. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
  246. CAPTION "Automatically Log On"
  247. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  248. BEGIN
  249. ICON IDI_SECURITYCHECK,IDC_STATIC,7,7,21,20
  250. LTEXT "You can set up your computer so that users do not have to type a user name and password to log on. To do this, specify a user that will be automatically logged on below:",
  251. IDC_STATIC,35,7,214,24
  252. LTEXT "&User name:",IDC_STATIC,7,40,75,8
  253. EDITTEXT IDC_USER,83,38,166,14,ES_AUTOHSCROLL
  254. LTEXT "&Password:",IDC_STATIC,7,58,75,8
  255. EDITTEXT IDC_PASSWORD,83,56,166,14,ES_PASSWORD | ES_AUTOHSCROLL
  256. LTEXT "&Confirm Password:",IDC_STATIC,7,76,75,8
  257. EDITTEXT IDC_CONFIRMPASSWORD,83,74,166,14,ES_PASSWORD |
  258. ES_AUTOHSCROLL
  259. DEFPUSHBUTTON "OK",IDOK,143,95,50,14
  260. PUSHBUTTON "Cancel",IDCANCEL,199,95,50,14
  261. END
  262. IDD_USR_CHOOSEGROUP_PROP_PAGE DIALOGEX 0, 0, 212, 188
  263. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  264. WS_SYSMENU
  265. CAPTION "Group Membership"
  266. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  267. BEGIN
  268. LTEXT "What level of access do you want to grant this user?",
  269. IDC_STATIC,7,7,198,8
  270. LTEXT "Users can change many system settings and install programs that don't affect Windows system files.",
  271. IDC_STATIC,19,33,186,16
  272. LTEXT "Users can operate the computer and save documents, but cannot install programs or change system settings.",
  273. IDC_STATIC,19,67,186,24
  274. CONTROL "&Standard user",IDC_POWERUSERS,"Button",
  275. BS_AUTORADIOBUTTON | WS_GROUP,7,22,88,10
  276. CONTROL "&Restricted user",IDC_USERS,"Button",BS_AUTORADIOBUTTON,
  277. 7,56,90,10
  278. CONTROL "&Other:",IDC_OTHER,"Button",BS_AUTORADIOBUTTON,7,98,44,
  279. 10
  280. LTEXT "Other &Group:",IDC_OTHER_STATIC,-1,-1,0,0
  281. COMBOBOX IDC_GROUPS,54,96,151,200,CBS_DROPDOWNLIST | CBS_SORT |
  282. WS_VSCROLL | WS_GROUP | WS_TABSTOP
  283. LTEXT "Group Description",IDC_GROUPDESC,54,111,151,70
  284. RTEXT "(Power Users Group)",IDC_STATIC,119,22,86,8
  285. RTEXT "(Users Group)",IDC_STATIC,119,56,86,8
  286. END
  287. IDD_USR_CHOOSEGROUP_WIZARD_PAGE DIALOGEX 0, 0, 294, 154
  288. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  289. WS_SYSMENU
  290. CAPTION "Add New User"
  291. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  292. BEGIN
  293. CONTROL IDB_USR_BANNER,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZECONTROL,0,
  294. 0,88,155
  295. LTEXT "What level of access do you want to grant this user?",
  296. IDC_STATIC,100,7,187,8
  297. LTEXT "Users can change many system settings and install programs that don't affect Windows system files.",
  298. IDC_STATIC,112,33,175,16
  299. LTEXT "Users can operate the computer and save documents, but cannot install programs or change system settings.",
  300. IDC_STATIC,112,69,175,16
  301. CONTROL "&Standard user",IDC_POWERUSERS,"Button",
  302. BS_AUTORADIOBUTTON | WS_GROUP,100,23,89,10
  303. CONTROL "&Restricted user",IDC_USERS,"Button",BS_AUTORADIOBUTTON,
  304. 100,57,96,10
  305. CONTROL "&Other:",IDC_OTHER,"Button",BS_AUTORADIOBUTTON,100,91,
  306. 44,10
  307. LTEXT "Other &Group:",IDC_OTHER_STATIC,-1,-1,0,0
  308. COMBOBOX IDC_GROUPS,147,91,140,200,CBS_DROPDOWNLIST | CBS_SORT |
  309. WS_VSCROLL | WS_GROUP | WS_TABSTOP
  310. LTEXT "Group Description",IDC_GROUPDESC,147,106,140,40
  311. RTEXT "(Power Users Group)",IDC_STATIC,203,23,84,8
  312. RTEXT "(Users Group)",IDC_STATIC,202,57,85,8
  313. END
  314. IDD_USR_FINDNETUSER_WIZARD_PAGE DIALOGEX 0, 0, 294, 154
  315. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  316. WS_SYSMENU
  317. CAPTION "Add New User"
  318. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  319. BEGIN
  320. LTEXT "Type the domain and user name of a user to give them permission to use this computer.",
  321. IDC_STATIC,100,7,187,16
  322. LTEXT "&User name:",IDC_STATIC,100,32,49,8
  323. EDITTEXT IDC_USER,150,30,137,14,ES_AUTOHSCROLL
  324. LTEXT "&Domain:",IDC_STATIC,100,51,49,8
  325. EDITTEXT IDC_DOMAIN,150,48,137,14,ES_UPPERCASE | ES_AUTOHSCROLL
  326. PUSHBUTTON "B&rowse...",IDC_BROWSE_BUTTON,237,69,50,14
  327. CONTROL IDB_USR_BANNER,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZECONTROL,0,
  328. 0,88,155
  329. LTEXT "To continue, click Next.",IDC_STATIC,100,102,187,8
  330. END
  331. IDD_USR_PASSWORD_WIZARD_PAGE DIALOGEX 0, 0, 294, 154
  332. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  333. WS_SYSMENU
  334. CAPTION "Add New User"
  335. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  336. BEGIN
  337. LTEXT "&Password:",IDC_STATIC,100,24,71,8
  338. EDITTEXT IDC_PASSWORD,172,22,115,14,ES_PASSWORD | ES_AUTOHSCROLL
  339. LTEXT "&Confirm password:",IDC_STATIC,100,42,71,8
  340. EDITTEXT IDC_CONFIRMPASSWORD,172,40,115,14,ES_PASSWORD |
  341. ES_AUTOHSCROLL
  342. CONTROL IDB_USR_BANNER,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZECONTROL,0,
  343. 0,88,155
  344. LTEXT "Type and confirm a password for this user.",IDC_STATIC,
  345. 100,7,171,8
  346. LTEXT "To continue, click Next.",IDC_STATIC,100,73,187,8
  347. END
  348. IDD_USR_SECURITYCHECK_DLG DIALOGEX 0, 0, 252, 196
  349. STYLE DS_MODALFRAME | DS_FIXEDSYS | DS_CENTER | WS_POPUP | WS_CAPTION |
  350. WS_SYSMENU
  351. CAPTION "User Accounts"
  352. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  353. BEGIN
  354. LTEXT "&User name:",IDC_STATIC,7,71,48,8
  355. EDITTEXT IDC_USER,56,69,189,14,ES_AUTOHSCROLL
  356. LTEXT "&Password:",IDC_STATIC,7,89,48,8
  357. EDITTEXT IDC_PASSWORD,56,88,189,14,ES_PASSWORD | ES_AUTOHSCROLL
  358. LTEXT "&Domain:",IDC_DOMAIN_STATIC,7,108,48,8
  359. EDITTEXT IDC_DOMAIN,56,106,189,14,ES_UPPERCASE | ES_AUTOHSCROLL
  360. LTEXT "You must be a member of the Administrators group on this computer to open User Accounts. You are logged on as <username>, and this account is not a member of the Administrators group.",
  361. IDC_CANTRUNCPL_STATIC,33,7,212,32
  362. LTEXT "To continue, type the user name and password of an Administrator on this computer to continue:",
  363. IDC_STATIC,7,46,238,16
  364. LTEXT "To change your password without opening User Accounts, press Ctrl-Alt-Delete and then click Change Password.",
  365. IDC_PASSWORD_STATIC,7,127,238,24
  366. CONTROL "You can also <A>manage your passwords</A> stored on this computer or use the\n.NET Passport Wizard to <A>change your default Passport</A>.",
  367. IDC_OTHEROPTIONS_LINK,"Link Window",WS_TABSTOP,7,151,238,16
  368. DEFPUSHBUTTON "OK",IDOK,141,175,50,14
  369. PUSHBUTTON "Cancel",IDCANCEL,195,175,50,14
  370. ICON IDI_SECURITYCHECK,IDC_STATIC,7,7,21,20
  371. END
  372. IDD_USR_SETPASSWORD_DLG DIALOGEX 0, 0, 212, 68
  373. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  374. WS_SYSMENU
  375. CAPTION "Reset Password"
  376. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  377. BEGIN
  378. LTEXT "New &password:",IDC_STATIC,7,8,87,8
  379. EDITTEXT IDC_PASSWORD,95,7,110,14,ES_PASSWORD | ES_AUTOHSCROLL
  380. LTEXT "&Confirm new password:",IDC_STATIC,7,27,87,8
  381. EDITTEXT IDC_CONFIRMPASSWORD,95,25,110,14,ES_PASSWORD |
  382. ES_AUTOHSCROLL
  383. PUSHBUTTON "OK",IDOK,101,46,50,14
  384. PUSHBUTTON "Cancel",IDCANCEL,155,46,50,14
  385. END
  386. IDD_USR_USERLIST_PAGE DIALOGEX 0, 0, 252, 218
  387. STYLE DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_CAPTION
  388. CAPTION "Users"
  389. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  390. BEGIN
  391. LTEXT "Use the list below to grant or deny users access to your computer, and to change passwords and other settings.",
  392. IDC_ULISTPG_TEXT,35,7,210,18
  393. CONTROL "Users must &enter a user name and password to use this computer.",
  394. IDC_AUTOLOGON_CHECK,"Button",BS_AUTOCHECKBOX | BS_TOP |
  395. BS_MULTILINE | WS_TABSTOP,7,34,238,10
  396. LTEXT "&Users for this computer:",IDC_LISTTITLE_STATIC,7,49,98,
  397. 8
  398. CONTROL "Users for this computer:",IDC_USER_LIST,"SysListView32",
  399. LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS |
  400. LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP,7,60,238,72
  401. PUSHBUTTON "A&dd...",IDC_ADDUSER_BUTTON,87,137,50,14
  402. PUSHBUTTON "&Remove",IDC_REMOVEUSER_BUTTON,141,137,50,14
  403. PUSHBUTTON "Pr&operties",IDC_USERPROPERTIES_BUTTON,195,137,50,14
  404. GROUPBOX "Password for <user>",IDC_PWGROUP_STATIC,7,157,238,54
  405. ICON "",IDC_CURRENTUSER_ICON,16,171,20,20
  406. LTEXT "To change the password for <user>, click Reset Password.",
  407. IDC_PASSWORD_STATIC,42,171,196,16
  408. PUSHBUTTON "Reset &Password...",IDC_PASSWORD_BUTTON,153,189,84,14
  409. ICON IDI_USR_USERS,IDC_USERLISTPAGE_ICON,7,7,20,20
  410. END
  411. IDD_USR_USERNAME_PROP_PAGE DIALOGEX 0, 0, 212, 188
  412. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  413. WS_SYSMENU
  414. CAPTION "General"
  415. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  416. BEGIN
  417. LTEXT "&User name:",IDC_STATIC,7,8,48,8
  418. EDITTEXT IDC_USER,56,7,149,14,ES_AUTOHSCROLL
  419. LTEXT "&Full name:",IDC_STATIC,7,27,48,8
  420. EDITTEXT IDC_FULLNAME,56,25,149,14,ES_AUTOHSCROLL
  421. LTEXT "&Description:",IDC_STATIC,7,44,48,8
  422. EDITTEXT IDC_DESCRIPTION,56,43,149,14,ES_AUTOHSCROLL
  423. END
  424. IDD_USR_USERNAME_WIZARD_PAGE DIALOGEX 0, 0, 294, 154
  425. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  426. WS_SYSMENU
  427. CAPTION "Add New User"
  428. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  429. BEGIN
  430. CONTROL IDB_USR_BANNER,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZECONTROL,0,
  431. 0,88,155
  432. LTEXT "&User name:",IDC_STATIC,100,24,49,8
  433. EDITTEXT IDC_USER,150,22,137,14,ES_AUTOHSCROLL
  434. LTEXT "&Full name:",IDC_STATIC,100,41,49,8
  435. EDITTEXT IDC_FULLNAME,150,40,137,14,ES_AUTOHSCROLL
  436. LTEXT "&Description:",IDC_STATIC,100,58,49,8
  437. EDITTEXT IDC_DESCRIPTION,150,57,137,14,ES_AUTOHSCROLL
  438. LTEXT "Enter the basic information for the new user.",
  439. IDC_STATIC,100,7,187,8
  440. LTEXT "To continue, click Next.",IDC_STATIC,100,90,187,8
  441. END
  442. //
  443. // Map network drive
  444. //
  445. IDD_MND_PROGRESS_DLG DIALOGEX 0, 0, 212, 53
  446. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
  447. CAPTION "Map Network Drive"
  448. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  449. BEGIN
  450. PUSHBUTTON "Cancel",IDCANCEL,80,30,50,14
  451. LTEXT "Attempting to connect to WHEE-BONG! (built at runtime from string resources)",
  452. IDC_CONNECTING,7,7,198,16
  453. END
  454. IDD_MND_CONNECTAS DIALOGEX 0, 0, 257, 95
  455. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
  456. CAPTION "Connect As..."
  457. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  458. BEGIN
  459. LTEXT "By default, you will connect to <\\\\server\\share> as <domain\\user>. To connect as another user, enter their user name and password below.",
  460. IDC_MESSAGE,7,7,198,24
  461. CONTROL "Credentials",IDC_CREDENTIALS,"SysCredential",CRS_USERNAMES | CRS_CERTIFICATES | CRS_SMARTCARDS | CRS_NORMAL | WS_TABSTOP,7,38,188,30
  462. PUSHBUTTON "&Browse...",IDC_BROWSE,200,38,50,14
  463. DEFPUSHBUTTON "OK",IDOK,145,75,50,14
  464. PUSHBUTTON "Cancel",IDCANCEL,200,75,50,14
  465. END
  466. IDD_MND_PAGE DIALOGEX 0, 0, 294, 154
  467. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_VISIBLE | WS_CAPTION |
  468. WS_SYSMENU
  469. CAPTION "Map Network Drive"
  470. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  471. BEGIN
  472. CONTROL IDB_MND_WATERMARK,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZECONTROL,0,0,88,157
  473. LTEXT "Windows can help you connect to a shared network folder and assign a drive letter to the connection so that you can access the folder using My Computer.",
  474. IDC_STATIC,100,7,187,30
  475. LTEXT "Specify the drive letter for the connection and the folder that you want to connect to:",
  476. IDC_STATIC,100,38,187,16
  477. LTEXT "&Drive:",IDC_STATIC,100,61,30,8
  478. COMBOBOX IDC_DRIVELETTER,131,58,102,300,CBS_DROPDOWNLIST |
  479. CBS_OWNERDRAWFIXED | CBS_HASSTRINGS | WS_VSCROLL |
  480. WS_TABSTOP
  481. LTEXT "F&older:",IDC_STATIC,100,77,30,8
  482. COMBOBOX IDC_FOLDER,131,74,102,73,CBS_DROPDOWN | CBS_AUTOHSCROLL |
  483. WS_VSCROLL | WS_TABSTOP
  484. PUSHBUTTON "&Browse...",IDC_FOLDERBROWSE,237,74,50,14
  485. LTEXT "Example: \\\\server\\share",IDC_STATIC,131,92,157,8
  486. CONTROL "&Reconnect at logon",IDC_RECONNECT,"Button",
  487. BS_AUTOCHECKBOX | WS_TABSTOP,131,104,156,10
  488. CONTROL "Connect using a <A>different user name</A>.",
  489. IDC_CONNECTASLINK,"Link Window",WS_TABSTOP,131,118,156,8
  490. CONTROL "<A>Sign up for online storage or connect to a network server</A>.",
  491. IDC_ADDPLACELINK,"Link Window",WS_TABSTOP,131,130,156,16
  492. END
  493. //
  494. // passport dialogs
  495. //
  496. IDD_GETPP_WELCOME DIALOGEX 0, 0, 317, 193
  497. STYLE DS_FIXEDSYS | WS_CHILD
  498. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  499. BEGIN
  500. LTEXT "Add a .NET Passport to your Windows XP user account",IDC_TITLE,
  501. 117,7,206,32
  502. LTEXT "With a Passport, you can:",
  503. IDC_STATIC,117,40,206,8
  504. LTEXT "�",
  505. IDC_STATIC,117,56,10,8
  506. LTEXT "Have online conversations with friends and family",
  507. IDC_STATIC,127,56,196,8
  508. LTEXT "�",
  509. IDC_STATIC,117,64,10,8
  510. LTEXT "Create your own personal Web pages",
  511. IDC_STATIC,127,64,196,8
  512. LTEXT "�",
  513. IDC_STATIC,117,72,10,16
  514. LTEXT "Sign in instantly to all .NET Passport-enabled sites and services",
  515. IDC_STATIC,127,72,196,16
  516. LTEXT "...and more, all with just one sign-in name and password!",
  517. IDC_STATIC,117,92,206,8
  518. LTEXT "Microsoft is committed to protecting your privacy.",
  519. IDC_STATIC,117,108,206,8
  520. CONTROL "<A>View the privacy statement</A>.",
  521. IDC_PRIVACYLINK,WC_LINK,WS_TABSTOP|LWS_IGNORERETURN,117,116,206,8
  522. LTEXT "Adding a Passport to your user account is quick and easy.",
  523. IDC_STATIC,117,132,206,8
  524. LTEXT "To continue, click Next.",
  525. IDC_STATIC,117,148,206,8
  526. CONTROL IDB_GETPP_DOTNET,IDC_STATIC,"Static",SS_BITMAP | SS_REALSIZECONTROL,110,157,220,36
  527. END
  528. IDD_GETPP_FINISH DIALOGEX 0, 0, 317, 193
  529. STYLE DS_FIXEDSYS | WS_CHILD
  530. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  531. BEGIN
  532. LTEXT "You're done!",
  533. IDC_TITLE,115,8,190,32
  534. LTEXT "Your Windows XP user account is now set up to use the following .NET Passport:"
  535. IDC_STATIC,115,42,190,16
  536. LTEXT "<passportname>",
  537. IDC_YOURPASSPORT,130,66,188,8
  538. LTEXT "To close this wizard, click Finish.",
  539. IDC_STATIC,115,178,188,8
  540. END
  541. //
  542. // disconnect net drives dialog
  543. //
  544. IDD_DISCONNECTDRIVES DIALOGEX 0, 0, 300, 200
  545. STYLE DS_MODALFRAME | DS_FIXEDSYS | WS_POPUPWINDOW | WS_CAPTION
  546. CAPTION "Disconnect Network Drives"
  547. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  548. BEGIN
  549. LTEXT "Select the network drive(s) you want to disconnect, then click OK.",IDC_STATIC,7,7,286,8
  550. LTEXT "&Network Drives:",IDC_STATIC,7,23,286,8
  551. CONTROL "Network Drives",IDC_DRIVELIST,"SysListView32", LVS_REPORT | LVS_SHOWSELALWAYS | LVS_SHAREIMAGELISTS | LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP,7,31,286,140
  552. DEFPUSHBUTTON "OK",IDOK,189,179,50,14
  553. PUSHBUTTON "Cancel",IDCANCEL,243,179,50,14
  554. END
  555. //
  556. // strings
  557. //
  558. STRINGTABLE DISCARDABLE
  559. BEGIN
  560. IDS_TITLEFONTNAME "Verdana Bold"
  561. IDS_TITLEFONTSIZE "12"
  562. END
  563. STRINGTABLE DISCARDABLE
  564. BEGIN
  565. IDS_MPRHELPFILENAME "network.hlp"
  566. IDS_ERR_BADUSER "The user account %1 cannot be added to the local group %2."
  567. IDS_ERR_NOSUCHUSER "The user account '%1' (in domain '%2') does not exist.\n\nPlease check the name and domain and try again."
  568. IDS_ERR_JOINWGFAIL "Failed to join the workgroup '%1'. "
  569. IDS_ERR_FAILTOFIND "The system could not find a computer in your domain that matches the name you specified.\n\nYou can change or correct the name of the computer or domain."
  570. IDS_ERR_BADPWUSER "The system could not log you on. Make sure your user name and domain are correct, then type your password again. Letters in passwords must be typed using the correct case. \n\nMake sure that Caps Lock is not accidentally on."
  571. IDS_ERR_PWDNOMATCH "The passwords you typed do not match. Type the password for this account in both text boxes."
  572. IDS_ERR_BADDOMAIN "The domain name ""%1"" is either invalid or does not exist."
  573. END
  574. STRINGTABLE DISCARDABLE
  575. BEGIN
  576. IDS_ERR_BADUSERNAME "The user name you entered is invalid. User names can not contain any of the following characters:\n * + , / : ; < = > ? [ \\ ] |"
  577. IDS_ERR_BADWORKGROUP "The workgroup name ""%1"" is invalid."
  578. END
  579. STRINGTABLE DISCARDABLE
  580. BEGIN
  581. IDS_MAPDRIVE_CAPTION "Map Network Drive"
  582. IDS_COMPLETION "Completion"
  583. IDS_CLOSE "Close"
  584. END
  585. STRINGTABLE DISCARDABLE
  586. BEGIN
  587. IDS_ERR_CAPTION "Windows"
  588. IDS_ERR_OPENFILES "There are currently open files on this device. If you do not close the files before disconnecting from the network device, data may be lost. Do you want to disconnect the device anyway?"
  589. IDS_ERR_ALREADYASSIGNED
  590. "The device %1 is already connected to %2. Do you wish to replace the current connection with %3?"
  591. IDS_ERR_ALREADYREMEMBERED
  592. "The device %1 has a remembered connection to %2. Do you wish to replace the current connection with %3?"
  593. IDS_ERR_INVALIDREMOTEPATH "The network path %1 could not be found."
  594. IDS_ERR_PROVIDERBUSY "The network provider is currently busy. Please try again later."
  595. IDS_ERR_NONETWORK "The drive could not be mapped because no network was found."
  596. IDS_ERR_UNEXPECTED "An unexpected error has occurred."
  597. END
  598. STRINGTABLE DISCARDABLE
  599. BEGIN
  600. IDS_PWD_STATIC "Windows cannot access %1 as %2 due to the following error:"
  601. IDS_CANTFINDFOLDER "The folder you entered does not appear to be valid. Please choose another."
  602. IDS_CONNECTASUSER "By default, you will connect to the network folder as %1. To connect as another user, enter their user name and password below."
  603. IDS_NONE "(none)"
  604. END
  605. STRINGTABLE DISCARDABLE
  606. BEGIN
  607. IDS_CANTCLOSEFILES_WARNING
  608. "The open files or folders on this device could not be closed automatically. Close these files or folders and try again."
  609. IDS_USR_DESC "Adds, removes, or changes properties for users including user passwords."
  610. IDS_USR_NEWUSERWIZARD_CAPTION "Add User Wizard"
  611. IDS_USR_NAME_COLUMN "User Name"
  612. IDS_USR_DOMAIN_COLUMN "Domain"
  613. IDS_USR_GROUP_COLUMN "Group"
  614. IDS_USR_TOOLTIPFULLNAME_FORMAT "%1"
  615. IDS_USR_TOOLTIPCOMMENT_FORMAT "%1"
  616. END
  617. STRINGTABLE DISCARDABLE
  618. BEGIN
  619. IDS_NETWIZCAPTION "Network Identification Wizard"
  620. IDS_WORKGROUP "Workgroup"
  621. IDS_PERMISSIONS "Access Level"
  622. IDS_PERMISSIONS_SUB "You can decide the user's level of access to this computer."
  623. IDS_WHICHNET "Connecting to the Network"
  624. IDS_WHICHNET_SUB "What kind of network do you use?"
  625. IDS_WORKGROUP_SUB "A workgroup is a group of computers that share files and resources."
  626. IDS_DOMAININFO "Network Information"
  627. IDS_DOMAININFO_SUB "Gather domain and account information before you proceed."
  628. IDS_COMPINFO "Computer Domain"
  629. END
  630. STRINGTABLE DISCARDABLE
  631. BEGIN
  632. IDS_COMPINFO_SUB "Your computer must also belong to a domain."
  633. IDS_USERINFO "User Account and Domain Information"
  634. IDS_USERINFO_SUB "A user account gives you access to files and resources on a network."
  635. IDS_DONE ""
  636. IDS_DONE_SUB ""
  637. IDS_WELCOME ""
  638. IDS_WELCOME_SUB ""
  639. IDS_ABOUTTOJOIN "An account for this computer has been found in the domain ""%1!ls!"". \n\n Would you like to use this?"
  640. IDS_AUTOLOGON "Users of This Computer"
  641. IDS_AUTOLOGON_SUB "Who can log on to this computer?"
  642. IDS_HOWUSE "Connecting to the Network"
  643. IDS_HOWUSE_SUB "How do you use this computer?"
  644. IDS_COMPNOTFOUND "Windows cannot find an account for your computer on the %1 domain.\n\nType your computer name and computer domain. (The computer domain might not be the same as the user account domain to which you log on.)"
  645. END
  646. STRINGTABLE DISCARDABLE
  647. BEGIN
  648. IDS_USR_TOOLTIPBOTH_FORMAT "Full Name: %1,\nComment: %2"
  649. IDS_USR_PASSWORDSDONTMATCH_ERROR
  650. "The password and the confirmation you typed do not match. Please retype this information."
  651. IDS_USR_NOUSERNAMEENTERED_ERROR "You must enter a user name to continue."
  652. IDS_USR_DEFAULTGROUP "Administrators"
  653. IDS_USR_NETUSERNAME_ERROR
  654. "The network user name you entered does not appear to be valid. Please type a valid user name or click Browse to search for a network user."
  655. IDS_USR_REMOVEUSER_WARNING
  656. "You chose to remove %1 from this computer's user list. %1 will no longer be allowed to use this computer.\n\nAre you sure you want to remove %1?"
  657. IDS_USR_APPLET_CAPTION "User Accounts"
  658. IDS_USR_REMOVE_MISC_ERROR "The user %1 could not be removed.\n"
  659. IDS_USR_COULDNTFINDUSER_ERROR "The specified user could not be found."
  660. IDS_USR_PWGROUP_FORMAT "Password for %1"
  661. IDS_USR_PWMESSAGE_FORMAT
  662. "To change the password for %1, click Reset Password."
  663. IDS_USR_CREATE_MISC_ERROR
  664. "An error occurred while trying to add the user."
  665. IDS_USR_CREATE_USEREXISTS_ERROR
  666. "The user %1 could not be added because this user already has permission to use this computer."
  667. IDS_USR_BADUSERINFO_ERROR
  668. "The user name and domain name you entered may be wrong or the password may be incorrect for the specified user. Do you want to try again?"
  669. IDS_USR_PROPERTIES_ERROR "Error accessing user properties."
  670. IDS_USR_CREATE_GROUPEXISTS_ERROR
  671. "The user %1 could not be added because a group exists with the same name."
  672. END
  673. STRINGTABLE DISCARDABLE
  674. BEGIN
  675. IDS_USR_YOURPWMESSAGE_FORMAT
  676. "To change your password, press Ctrl-Alt-Del and select Change Password."
  677. IDS_USR_CANTCHANGEPW_FORMAT "You cannot change the password for %1."
  678. IDS_USR_CANTRUNCPL_FORMAT
  679. "You must be a member of the Administrators group on this computer to open User Accounts. You are logged on as %1, and this account is not a member of the Administrators group."
  680. IDS_USR_CANTOPENCPLASUSER_ERROR
  681. "User Options could not be started with the supplied user information.\nEnsure that the supplied user information identifies an Administrator on this computer."
  682. IDS_USR_UPDATE_PASSWORD_TOOSHORT_ERROR
  683. "The supplied password does not meet the requirements for passwords on this computer.\nIt may be too short, too long, or too simple."
  684. IDS_USR_UPDATE_FULLNAME_ERROR "The full name for %1 could not be updated."
  685. IDS_USR_UPDATE_GROUP_ERROR
  686. "The group membership for %1 could not be updated."
  687. IDS_USR_UPDATE_PASSWORD_ERROR "The password for %1 could not be set."
  688. IDS_USR_UPDATE_USERNAME_ERROR "The user name for %1 could not be changed."
  689. IDS_USR_UPDATE_DESCRIPTION_ERROR
  690. "The description for %1 could not be changed."
  691. IDS_USR_CREATE_PASSWORDTOOSHORT_ERROR
  692. "The user %1 could not be added because the supplied password does not meet the requirements for passwords on this computer.\nIt may be too short, too long, or too simple."
  693. IDS_ADMINISTRATOR "Administrator"
  694. END
  695. STRINGTABLE DISCARDABLE
  696. BEGIN
  697. IDS_MND_HIDEADVANCED "<A>Hide</A> advanced connection options."
  698. IDS_MND_SHOWADVANCED "<A>Show</A> advanced connection options."
  699. IDS_MND_SHAREBROWSE "Select a shared network folder"
  700. IDS_MND_FINDINDS "<A>Find</A> a shared folder in the Active Directory."
  701. IDS_MND_ADDPLACEERR "The Add Network Place wizard could not be launched due to an unexpected error."
  702. IDS_MND_PROGRESS "Attempting to connect to %1..."
  703. IDS_MND_ALREADYMAPPED "The network folder specified is currently mapped using a different user name and password.\nTo connect using a different user name and password, first disconnect any existing mappings to this network share."
  704. END
  705. STRINGTABLE DISCARDABLE
  706. BEGIN
  707. IDS_USR_POWERUSERS "Power Users"
  708. IDS_USR_USERS "Users"
  709. IDS_USR_GUESTS "Guests"
  710. IDS_ADDUSER "User Account"
  711. IDS_ADDUSER_SUB "You can add a user to this computer."
  712. IDS_WHATACCESS_FORMAT "What level of access do you want to grant %1?"
  713. IDS_USR_CHANGEGROUP_ERR "The user %1 could not be added to the %2 group because %1 does not exist."
  714. END
  715. STRINGTABLE DISCARDABLE
  716. BEGIN
  717. IDS_BADFRIENDLYNAME "The friendly name you entered is invalid. Friendly names can not contain any of the following characters:\n * + , / : ; < = > ? [ \\ ] | """
  718. IDS_COULDNTRENAMEPLACE "The network place was created successfully but its friendly name could not be set. The network place was instead created with a default name."
  719. IDS_MND_GENERICERROR "The mapped network drive could not be created because the following error has occurred:\n\n%1"
  720. IDS_NAW_JOIN_GENERICERROR "Your computer could not be joined to the domain because the following error has occurred:\n\n%1"
  721. IDS_NAW_NAMECHANGE_ERROR "Your computer was joined to the domain using your computer's old name because the following error has occurred:\n\n%1"
  722. IDS_COMPNAME_EXISTS "Another computer in the domain is already using the specified new computer name."
  723. IDS_ERR_ADDUSER "The user could not be added because the following error has occurred:\n\n%1"
  724. IDS_LOGOFFREQUIRED "You have made changes to your user account. You must log off and log back on for these changes to take effect.\n\nDo you want to log off now?"
  725. IDS_USERSANDPASSWORDS "User Accounts"
  726. IDS_USERCREATE_GENERICERROR "The user could not be created because the following error has occurred:\n\n%1"
  727. IDS_BADSTANDARDUSER "The user %1 could not be granted Standard user access because %1 does not exist."
  728. IDS_BADRESTRICTEDUSER "The user %1 could not be granted Restricted user access because %1 does not exist."
  729. IDS_MACHINENAMEINUSE "The computer name you entered can not be used because:\n\n%1"
  730. IDS_FRIENDLYNAMEINUSE "The name ""%1"" is already being used for a Network Place.\n\nDo you want to replace that Network Place?"
  731. IDS_NETWIZFINISHREBOOT "You have successfully completed the Network Identification Wizard.\n\nYour computer must be restarted in order for these changes to take effect.\n\nTo close this wizard and restart your computer, click Finish."
  732. IDS_NETWIZFINISH "You have successfully completed the Network Identification Wizard.\n\nTo close this wizard, click Finish."
  733. IDS_RESTARTREQUIRED "The changes made require the computer to be restarted."
  734. END
  735. // get passport wizard strings
  736. STRINGTABLE DISCARDABLE
  737. BEGIN
  738. IDS_GETPP_CAPTION ".NET Passport Wizard"
  739. END
  740. // disconnect drive strings
  741. STRINGTABLE DISCARDABLE
  742. BEGIN
  743. IDS_DISCONNECTDRIVETITLE "Disconnect Network Drive"
  744. IDS_DISCONNECT_CONFIRM "There are currently files or folders open on %1, connected to %2. If you disconnect with files open, data may be lost.\n\nDo you want to disconnect this network drive anyway?"
  745. IDS_DISCONNECT_CONFIRM_NODEV "There are currently files or folders open on %2. If you disconnect with files open, data may be lost.\n\nDo you want to disconnect this network resource anyway?"
  746. IDS_DISCONNECTERROR "%1, connected to %2, could not be disconnected because an error has occurred:\n\n%3"
  747. IDS_NONETDRIVES "You have no network drives to disconnect."
  748. IDS_DISCONNECT_CAPTION "Disconnect Network Drives"
  749. END