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.

54 lines
2.1 KiB

  1. <HTML>
  2. <HEAD>
  3. <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  4. <META http-equiv="MSThemeCompatible" content="Yes">
  5. <TITLE>Logon Options</TITLE>
  6. <LINK id="idCSS" rel="stylesheet" type="text/css" href="nusrmgr.css">
  7. </HEAD>
  8. <BODY class="BackgroundBody1" tabindex=-1 scroll="no" onload='window.external.initPage(idWelcome,idShutdown);'>
  9. <DIV class="ColorPrimaryLink1 WorkArea">
  10. <DIV id="idPageTitle" class="FontPrompt1 ColorPrompt1">
  11. Logon and logoff options
  12. </DIV>
  13. <DIV class="FontSubHeader1 TaskArea">
  14. <LABEL id="idWelcomeLabel" for="idWelcome" accesskey="U" class="InputCheck">
  15. <INPUT type="checkbox" id="idWelcome">
  16. <B><SPAN>U</SPAN>se the Welcome page for fast and easy logon</B>
  17. </LABEL>
  18. <DIV id="idWelcomeDesc" class="FontDescription1 CheckDesc">
  19. To log onto the computer by simply clicking your account
  20. name, select this checkbox.
  21. <P Loc style="margin-top:.5em">
  22. To use the classic logon prompt that requires you to type an account
  23. name and password, clear this checkbox. This option offers
  24. additional security.
  25. </DIV>
  26. <LABEL id="idShutdownLabel" for="idShutdown" accesskey="C" class="InputCheck">
  27. <INPUT type="checkbox" id="idShutdown">
  28. <B><SPAN>C</SPAN>lose all programs at logoff</B>
  29. </LABEL>
  30. <DIV id="idShutdownDesc" class="FontDescription1 CheckDesc">
  31. To close all programs when you log off the computer,
  32. select this checkbox.
  33. <P Loc style="margin-top:.5em">
  34. To leave your programs running so you can use them right
  35. away the next time you log on, clear this checkbox.
  36. </DIV>
  37. </DIV>
  38. <DIV class="ButtonRow">
  39. <BUTTON id="idOK" type="submit" style="width:6em" onclick='window.external.onOK();'
  40. title="Saves the settings you chose.">
  41. OK
  42. </BUTTON>
  43. <BUTTON id="idCancel" type="reset" style="width:6em" onclick='window.external.goBack();'
  44. title="Closes this page without saving any changes you made.">
  45. Cancel
  46. </BUTTON>
  47. </DIV>
  48. </DIV>
  49. </BODY>
  50. </HTML>