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.

256 lines
13 KiB

  1. /*++
  2. Copyright (c) 2000,2001 Microsoft Corporation
  3. Module Name:
  4. WIZARD.RC
  5. Abstract:
  6. Resource definitions for the password reset wizards.
  7. Originally generated by the Visual C IDE.
  8. Author:
  9. Environment:
  10. WinXP
  11. --*/
  12. #include "wizres.h"
  13. #include "switches.h"
  14. /////////////////////////////////////////////////////////////////////////////
  15. // English (U.S.) resources
  16. #ifdef _WIN32
  17. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  18. #pragma code_page(1252)
  19. #endif //_WIN32
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // Dialog
  23. //
  24. IDD_SWELCOME DIALOG DISCARDABLE 0, 0, 317, 193
  25. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  26. CAPTION "Forgotten Password Wizard"
  27. FONT 8, "MS Shell Dlg"
  28. BEGIN
  29. LTEXT "Static",IDC_SWELCOME1,114,5,190,29
  30. LTEXT "Static",IDC_SWELCOME2,114,44,190,69
  31. LTEXT "Warning: Anyone can use this disk to reset the password, and therefore have access to this account.",
  32. IDC_STATIC,
  33. 114,130,190,25
  34. LTEXT "To continue, click Next.",IDC_STATIC,114,134 + 30,190,8
  35. END
  36. IDD_SPAGEXS DIALOG DISCARDABLE 0, 0, 317, 143
  37. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  38. CAPTION "Forgotten Password Wizard"
  39. FONT 8, "MS Shell Dlg"
  40. BEGIN
  41. LTEXT "",
  42. IDC_DRIVEINSTRUCTIONS,26,5,265,37
  43. CONTROL "",IDC_COMBO,"ComboBoxEx32",CBS_DROPDOWN | WS_VSCROLL |
  44. WS_TABSTOP,26,69,140,42
  45. LTEXT "I &want to create a password key disk in the following drive:",
  46. IDC_DRIVEPROMPT,26,50,208,14
  47. END
  48. IDD_SPAGEXR DIALOG DISCARDABLE 0, 0, 317, 143
  49. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  50. CAPTION "Password Reset Wizard"
  51. FONT 8, "MS Shell Dlg"
  52. BEGIN
  53. LTEXT "",
  54. IDC_DRIVEINSTRUCTIONS,26,5,265,37
  55. CONTROL "",IDC_COMBO,"ComboBoxEx32",CBS_DROPDOWN | WS_VSCROLL |
  56. WS_TABSTOP,26,69,140,42
  57. LTEXT "The password key &disk is in the following drive:",
  58. IDC_DRIVEPROMPT,26,50,208,14
  59. END
  60. IDD_SPAGE1 DIALOG DISCARDABLE 0, 0, 317, 143
  61. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  62. CAPTION "Forgotten Password Wizard"
  63. FONT 8, "MS Shell Dlg"
  64. BEGIN
  65. LTEXT "Static",IDC_SINSTRUCTIONS,21,5,240,55
  66. LTEXT "&Current user account password:",IDC_STATIC,
  67. 21,71,139,10
  68. EDITTEXT IDC_SP1E1,21,88,139,12,ES_PASSWORD | ES_AUTOHSCROLL
  69. END
  70. IDD_SPAGE2 DIALOG DISCARDABLE 0, 0, 317, 143
  71. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  72. CAPTION "Forgotten Password Wizard"
  73. FONT 8, "MS Shell Dlg"
  74. BEGIN
  75. LTEXT "Progress:",IDC_SPROGRESS,21,5,200,10
  76. CONTROL "Progress1",IDC_PROGRESS1,"msctls_progress32",WS_BORDER,
  77. 21,15 + 2,180,14
  78. END
  79. IDD_SFINISH DIALOG DISCARDABLE 0, 0, 317, 193
  80. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  81. CAPTION "Forgotten Password Wizard"
  82. FONT 8, "MS Shell Dlg"
  83. BEGIN
  84. LTEXT "Static",IDC_SFINISH1,114,5,190,29
  85. LTEXT "Static",IDC_SFINISH2,114,44,190,83
  86. LTEXT "To close this wizard, click Finish.",IDC_STATIC,114,134 + 30,190,8
  87. END
  88. IDD_RWELCOME DIALOG DISCARDABLE 0, 0, 317, 193
  89. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  90. CAPTION "Password Reset Wizard"
  91. FONT 8, "MS Shell Dlg"
  92. BEGIN
  93. LTEXT "Static",IDC_RWELCOME1,114,5,190,29
  94. LTEXT "Static",IDC_RWELCOME2,114,44,190,89
  95. LTEXT "To continue, click Next.",IDC_STATIC,114,134 + 30,190,8
  96. END
  97. IDD_RPAGE1 DIALOG DISCARDABLE 0, 0, 317, 143
  98. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  99. CAPTION "Password Reset Wizard"
  100. FONT 8, "MS Shell Dlg"
  101. BEGIN
  102. LTEXT "Static",IDC_RINSTRUCTIONS,21,10,240,25
  103. EDITTEXT IDC_RP1E1,21,57,139,12,ES_PASSWORD | ES_AUTOHSCROLL
  104. EDITTEXT IDC_RP1E2,21,89,139,12,ES_PASSWORD | ES_AUTOHSCROLL
  105. #ifdef PASSWORDHINT
  106. EDITTEXT IDC_RP1E3,21,89+35,139+50,12, ES_AUTOHSCROLL
  107. #endif
  108. LTEXT "Type a new password:",IDC_STATIC,21,44,114,8
  109. LTEXT "Type the password again to confirm:",IDC_STATIC,21,79,114,8
  110. #ifdef PASSWORDHINT
  111. LTEXT "Type a new password hint:",IDC_STATIC,21,79+35,114,8
  112. #endif
  113. END
  114. IDD_RBACKUP DIALOG DISCARDABLE 0, 0, 317, 143
  115. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  116. CAPTION "Password Reset Wizard"
  117. FONT 8, "MS Shell Dlg"
  118. BEGIN
  119. LTEXT "Static",IDC_RBACKUP,21,10,270,100
  120. END
  121. IDD_RFINISH DIALOG DISCARDABLE 0, 0, 317, 193
  122. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  123. CAPTION "Password Reset Wizard"
  124. FONT 8, "MS Shell Dlg"
  125. BEGIN
  126. LTEXT "Static",IDC_RFINISH1,114,5,190,29
  127. LTEXT "Static",IDC_RFINISH2,114,44,190,83
  128. LTEXT "To close this wizard, click Finish.",IDC_STATIC,114,134 + 30,190,8
  129. END
  130. /////////////////////////////////////////////////////////////////////////////
  131. //
  132. // Bitmap
  133. //
  134. IDB_WATERMARK BITMAP DISCARDABLE "res\\wmark256.bmp"
  135. IDB_TITLE BITMAP DISCARDABLE "res\\title.bmp"
  136. /////////////////////////////////////////////////////////////////////////////
  137. //
  138. // String Table
  139. //
  140. STRINGTABLE DISCARDABLE
  141. BEGIN
  142. IDS_SWELCOME1 "Welcome to the Forgotten Password Wizard"
  143. IDS_SWELCOME2 "This wizard helps you create a ""password reset"" disk. If you forget the password for this user account and are unable to log on, you can use this disk to create a new password.\n\nNote: No matter how many times you change your password, you only need to create this disk once."
  144. IDS_SP1INSTRUCTIONS "Make sure the disk is still in the drive, and then type the current user account password. If the account does not have a password, leave the box blank."
  145. IDS_SP1TITLE "Current User Account Password"
  146. IDS_SP1SUBTITLE "The wizard needs to know the current password for this user account."
  147. IDS_SP2TITLE "Creating Password Reset Disk"
  148. IDS_SP2SUBTITLE "Please wait while the wizard creates the disk."
  149. IDS_SPROGRESS "Progress: %d%% complete"
  150. END
  151. STRINGTABLE DISCARDABLE
  152. BEGIN
  153. IDS_RPSWNOACCOUNT "This password reset disk is out of date. The matching user account is no longer present on this computer."
  154. IDS_SDRIVEINSTRUCTIONS "Insert a blank, formatted disk into the drive you want to use, and then select that drive from the list below.\n\nI want to create a password reset disk in the following drive:"
  155. IDS_SONLYONEDRIVE "Insert a blank, formatted disk into drive %C:."
  156. IDS_RONLYONEDRIVE "Insert the disk that contains the password key into drive %C:."
  157. IDS_SPXTITLE "Create a Password Reset Disk"
  158. IDS_SPXSUBTITLE "The wizard will save password information about this user account to the disk in the drive below."
  159. IDS_RDRIVEINSTRUCTIONS "Insert the password reset disk into the drive you want to use, and then select that drive from the list below.\n\nThe password reset disk is in the following drive:"
  160. IDS_RPXTITLE "Insert the Password Reset Disk"
  161. IDS_RPXSUBTITLE "The wizard will use the information on the disk to help you reset the password."
  162. IDS_SP1RETRY "The wizard was unable to create the password reset disk. Press Back to try again."
  163. IDS_SP1RETRYTITLE "Try Again"
  164. IDS_BACKUPCAPTION "Forgotten Password Wizard"
  165. IDS_RESTORECAPTION "Password Reset Wizard"
  166. IDS_MBTINVALIDPSW "Invalid Password"
  167. IDS_MBTMISSINGPSW "Missing Password"
  168. END
  169. STRINGTABLE DISCARDABLE
  170. BEGIN
  171. IDS_RFFILEMISSING "The stored password data for use with this password reset disk is missing from the system or this disk may be out of date.\n\nThe password for this user account cannot be reset with this disk."
  172. IDS_SERROR "An error occurred while the wizard was creating the password reset disk."
  173. IDS_RERROR "An error occurred while the wizard was attempting to reset the password."
  174. //IDS_RPSWERROR "The wizard cannot replace the user account password because this password reset disk is out of date. This disk has been replaced by a newer one and can no longer be used."
  175. //IDS_RPSWERROR "The wizard cannot replace the user account password because this password reset disk is not valid for the account. This disk may be for a different account, or a newer reset disk may have been made for this account."
  176. //IDS_RPSWERROR "The wizard cannot replace the user account password because this password reset disk is not valid for the account. The disk may be out of date or for a different account."
  177. IDS_RPSWERROR "The wizard cannot reset the password because this reset disk is invalid. This disk may be for a different account, or a newer reset disk may have been made for this account."
  178. IDS_NOPSW "The password cannot be blank. Please try again."
  179. IDS_OLDEXISTS "There is already a password reset disk for this user account. Creating a new one will make the old one unusable. Do you want to continue?"
  180. IDS_RPSWTOOSHORT "The new password is too short or otherwise unusable due to the policy settings for this computer."
  181. IDS_RPSWUNSPEC "An error occurred while the wizard was attempting to set the password for this user account."
  182. IDS_RPSWDENIED "The wizard was unable to set the password for this user account because policy for the account does not permit changing the password. To use a password reset disk, you must first change this policy."
  183. IDS_WRONGPSW "The password you entered is incorrect for this user account. Please try again."
  184. END
  185. STRINGTABLE DISCARDABLE
  186. BEGIN
  187. IDS_SFINISH1 "Completing the Forgotten Password Wizard"
  188. IDS_SFINISH2 "You've successfully created a password reset disk for this user account. Discard any previous disks; they can no longer be used.\n\nLabel this disk ""Password Reset"" and keep it in a safe place."
  189. IDS_RWELCOME1 "Welcome to the Password Reset Wizard"
  190. IDS_RWELCOME2 "If you forget the password for this user account and are unable to log on, this wizard helps you reset the password.\n\nNote: To use this wizard, you must have first created a password reset disk."
  191. IDS_RP1TITLE "Reset the User Account Password"
  192. IDS_RP1SUBTITLE "You will be able to log on to this user account with the new password."
  193. IDS_RFINISH1 "Completing the Password Reset Wizard"
  194. IDS_RFINISH2 "You've successfully reset the password for this user account. You will now be able to log on with this new password.\n\nNote: You can use the same password key disk to reset the password in the future. You do not need to update this disk. Remember to keep it in a safe place."
  195. IDS_RP1INSTR "Choose a new password for this user account. This password will replace the old one; everything else about the user account will remain unchanged."
  196. IDS_BADPSW "The passwords do not match. Please retype them and then try again."
  197. END
  198. STRINGTABLE DISCARDABLE
  199. BEGIN
  200. IDS_MBTWRONGDISK "File Not Found"
  201. IDS_MBMWRONGDISK "This disk is not a password reset disk."
  202. IDS_MBTNOSPACE "Disk Full"
  203. IDS_MBMNOSPACE "This disk does not have enough free space to save the password reset information. Please replace the disk and try again."
  204. IDS_MBMDISKERROR "The wizard was unable to read this disk."
  205. IDS_MBTDISKERROR "Disk Error"
  206. IDS_MBMNODISK "Please insert the password reset disk in the drive."
  207. IDS_FMBMNODISK "Please insert the password reset disk in drive %C."
  208. IDS_MBTNODISK "Disk Error"
  209. IDS_MBMOVERWRITE "This disk already contains password reset information. Do you want to replace the existing information?"
  210. IDS_MBTOVERWRITE "Overwrite Existing Disk?"
  211. IDS_MBTNOACCOUNT "No User Account"
  212. IDS_MBTERROR "Error"
  213. IDS_MBTREPLACE "Replace Previous Disk"
  214. IDS_MBTWRONGPSW "Wrong Password"
  215. IDS_MBTINVALIDDISK "Invalid Disk"
  216. IDS_MBTNODRIVE "No Drive"
  217. IDS_MBMNODRIVE "Your computer does not have a removable disk drive. A removable medium is required to use this feature."
  218. IDS_MBTFORMAT "Disk is not formatted"
  219. IDS_MBMFORMAT "The disk in drive %s is not formatted.\n\nDo you want to format it now?"
  220. IDS_SDRIVEPROMPT "I want to create a password key disk in the following drive:"
  221. IDS_RDRIVEPROMPT "The password key disk is in the following drive:"
  222. END
  223. /////////////////////////////////////////////////////////////////////////////