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.

41 lines
1.4 KiB

  1. <HTML>
  2. <HEAD>
  3. <META content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
  4. <META http-equiv="MSThemeCompatible" content="Yes">
  5. <LINK id=idCSS rel="stylesheet" type="text/css" href="nusrmgr.css">
  6. <LINK id=idTheme rel="stylesheet" type="text/css" href="classic.css">
  7. <SCRIPT language="JavaScript" src="deletepage2.js" defer id=idDeleteScript></SCRIPT>
  8. </HEAD>
  9. <BODY class=Page1 tabindex=-1 scroll=no onLoad='PageInit();'>
  10. <DIV class=WorkArea>
  11. <H2 id=idPageTitle>
  12. Are you sure you want to delete %1's account?
  13. </H2>
  14. <DIV id=idPageSubtitle>
  15. You are deleting the account, but keeping the files.
  16. </DIV>
  17. <DIV id=idTaskTitle class=TaskArea>
  18. %1 will no longer be able to log on, and all of %1's settings will be deleted.
  19. However, %1's files will be saved on your desktop in a folder called "%1."
  20. </DIV>
  21. <DIV id=idAltTaskTitle style="display:none">
  22. Windows will delete all of %1's files, and then delete %1's account.
  23. </DIV>
  24. <DIV class=HorzLine1></DIV>
  25. <DIV class=ButtonRow>
  26. <BUTTON id=idOK type=submit onclick='DeleteUser();'
  27. accesskey="D"
  28. title="Delete this person&#039s account from the computer.">
  29. <SPAN>D</SPAN>elete Account
  30. </BUTTON>
  31. <BUTTON id=idCancel type=reset onclick='top.window.g_Navigator.back(2);'
  32. title="Keep this account on the computer.">
  33. Cancel
  34. </BUTTON>
  35. </DIV>
  36. </DIV>
  37. </BODY>
  38. </HTML>