home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 2006 May / PCpro_2006_05.ISO / files / free_security / msshared / Shared_Computer_Toolkit_ENU.msi / FileAccessibility next >
Encoding:
Text File  |  2005-09-02  |  8.6 KB  |  194 lines

  1. <html>
  2. <head>
  3. <META http-equiv="Content-Type" content="text/html; charset=utf-8" >
  4.     <!--
  5.     ' ***
  6.     ' *** ------------------------------------------------------------------------------
  7.     ' *** Filename:        Accessibility.hta
  8.     ' *** ------------------------------------------------------------------------------
  9.     ' *** Description:    Accessibility Tool
  10.     ' *** ------------------------------------------------------------------------------
  11.     ' *** Version:        1.0
  12.     ' *** Notes:        
  13.     ' *** ------------------------------------------------------------------------------
  14.     ' *** Copyright (C) Microsoft Corporation 2005, All Rights Reserved
  15.     ' *** ------------------------------------------------------------------------------
  16.     ' ***
  17.     -->
  18.     <title> </title>
  19.  
  20.     <script id="Common" language="VBScript" src="include/Common.vbs"></script>
  21.     <script id="libHTA" language="vbscript"    src="include/libHTA.vbs"></script>
  22.     <script id="clsLogging" language="VBScript" src="include/clsLogging.vbs"></script>
  23.     <script id="clsAccessibility" language="vbscript" src="include/clsAccessibility.vbs"></script>
  24.     <script id="Accessibility" language="vbscript" src="include/Accessibility.vbs"></script>
  25.  
  26.     <link rel="stylesheet" type="text/css" href="css/hta.css">
  27.     <meta name=vs_targetSchema content="http://schemas.microsoft.com/intellisense/ie5">
  28.     <meta name=vs_defaultClientScript content="VBScript">
  29.  
  30.     <hta:application ID="oImagine"
  31.         APPLICATIONNAME="Accessibility"
  32.         CAPTION="yes"
  33.         CONTEXTMENU="yes"
  34.         BORDER="dialog"
  35.         ICON="graphics/Accessibility.ico"
  36.         INNERBORDER="no"
  37.         MAXIMIZEBUTTON="no"
  38.         MINIMIZEBUTTON="yes"
  39.         NAVIGABLE="no"
  40.         SCROLL="no"
  41.         SELECTION="no"
  42.         SHOWINTASKBAR="yes"
  43.         SINGLEINSTANCE="yes"
  44.         SYSMENU="yes"
  45.         VERSION="1.00"
  46.         WINDOWSTATE="normal" />
  47.  
  48.     <!-- settings and resources -->
  49.     <div id="settings" style="display:none">
  50.         <p id="appTitle">Accessibility</p>
  51.         <p id="Optiono1">Keep the current contrast settings or return the display to the default contrast settings.</p>
  52.         <p id="Optiono2">Sets the display to high contrast with white text on a black background.</p>
  53.         <p id="Optiono3">Sets the display to high contrast with black text on a white background.</p>
  54.         <p id="Optiono4">Sets the display to high contrast with green text on a black background.</p>
  55.         <p id="LargeFonts">Sets the display to use extra large fonts. (Not implemented in this release.)</p>
  56.         <p id="LargePointer">Increases the size of the mouse pointer.</p>
  57.         <p id="Magnifier">Uses the top of the screen to magnify a portion of the display near the pointer.</p>
  58.         <p id="Narrator">A text-to-speech program than can help people who have low vision use a computer by saying the words in the active window.</p>
  59.         <p id="SoundSentry">Tells Windows to generate visual warnings when the computer makes a sound.</p>
  60.         <p id="ShowSound">Tells programs to display captions for the speech and sounds they make.</p>
  61.         <p id="StickyKeys">Enables you to use SHIFT, CTRL, ALT, or the Windows Logo key by pressing one key at a time.</p>
  62.         <p id="FilterKeys">Tells Windows to ignore brief or repeated keystrokes and slow the repeat rate.</p>
  63.         <p id="MouseKeys">Enables you to control the pointer with the numeric keypad on the keyboard.</p>
  64.         <p id="OSKeyBoard">Shows a keyboard on the screen that user can use with the mouse.</p>
  65.         <p id="HighContrast">Click here to enable high contrast settings</p>
  66.  
  67.         <p id="CurrentCont"><u>1</u>. Current Settings</p>
  68.         <p id="DefaultCont"><u>1</u>. Current/Default Contrast</p>
  69.  
  70.         <span id="ToolTipBorder">solid black 1px</span>
  71.         <span id="ToolTipFont">normal normal normal 10pt TimesNewRoman</span>
  72.  
  73.         <span id="resAdminOnly">NO</span>
  74.         <span id="resWGAOnly">NO</span>
  75.         <span id="resDomainWarning">NO</span>
  76.         <span id="resCloseButton">NO</span>
  77.     </div>
  78. </head>
  79.  
  80. <body id="oBody" onload="Main()" OnUnload = "Unload()" Onkeydown = "Onkeydown()" STYLE="cursor:wait;" OnBeforeUnload="OnBeforeUnload()">
  81.  
  82.     <table Id="oHeader" style="display:none"><tr><td><P id="title"></P></td></tr></table>
  83.     
  84.     <div id="oDiv" class="div3D" style="margin-bottom:.3em;width:38em">
  85.         <table style="table-layout:fixed;">
  86.             <COL Width="50%">
  87.             <COL Width="50%">
  88.             <tr>
  89.                 <td valign=top style="width:80em;height:14em">
  90.                     <h2 id="_locVisuals">Visuals</h2>
  91.                     <table cellpadding="0" cellspacing="1" id="tVisualsOptions">
  92.                         <tr id="trLargeFonts" style="display:none">
  93.                             <td>
  94.                                 <input type="checkbox" id="chkLargeFonts" accesskey="A"><label ID="lblLargeFonts" For="chkLargeFonts"><u>A</u>. Extra Large Fonts</label>
  95.                             </td>
  96.                         </tr>
  97.                         <tr id="trLargePointer" style="display:block">
  98.                             <td>
  99.                                 <input type="checkbox" id="chkLargePointer" accesskey="A"><label ID="lblLargePointer" For="chkLargePointer"><u>A</u>. Extra Large pointer</label>
  100.                             </td>
  101.                         </tr>
  102.                         <tr id="trMagnifier" style="display:block">
  103.                             <td>
  104.                                 <input type="checkbox" id="chkMagnifier" accesskey="B"><label ID="lblMagnifier" For="chkMagnifier"><u>B</u>. Magnifier</label>
  105.                             </td>
  106.                         </tr>
  107.                     </table>
  108.                     
  109.                     <br>
  110.                     
  111.                     <h2 id="lblSound" ><ID id="_locSound">Sound</ID></h2>
  112.                     <table id="tSoundOptions">
  113.                         <tr id="trNarrator" style="display:block">
  114.                             <td>
  115.                                 <input type="checkbox" id="chkNarrator" accesskey="C"><label ID="lblNarrator" For="chkNarrator"><u>C</u>. Narrator</label>
  116.                             </td>
  117.                         </tr>
  118.                         <tr id="trSoundSentry" style="display:block">
  119.                             <td>
  120.                                 <input type="checkbox" id="chkSoundSentry" accesskey="D"><label ID="lblSoundSentry" For="chkSoundSentry"><u>D</u>. SoundSentry</label>
  121.                             </td>
  122.                         </tr>
  123.                         <tr id="trShowSound" style="display:block">
  124.                             <td>
  125.                                 <input type="checkbox" id="chkShowSound" accesskey="E"><label ID="lblShowSound" For="chkShowSound"><u>E</u>. ShowSound</label>
  126.                             </td>
  127.                         </tr>
  128.                     </table>
  129.                 </td>
  130.                 <td valign=top style="width:60em">
  131.                     <h2 id="_locContrast">High Contrast</h2>
  132.                     <table>
  133.                         <tr id="trHighContrast" style="display:block">
  134.                             <td>
  135.                                 <input type="Checkbox" id="chkHighContrast" accesskey="F" onclick="HighContrastClick()">
  136.                             </td>
  137.                             <td>
  138.                                 <label id="lblHighContrast" FOR="chkHighContrast"><u>F</u>. High Contrast</label>
  139.                             </td>
  140.                         </tr>
  141.                         <tr style="display:block">
  142.                             <td>
  143.                             </td>
  144.                             <td id="tdHighContrast" style="width:100%" OnMouseOver="ContrastHoverText()" OnMouseOut="oToolTip.Hide()">
  145.                                 <select id="ddHighContrast" style="width:85%" OnMouseOver="ContrastHoverText()"></select>                
  146.                             </td>
  147.                         </tr>
  148.                     </table>
  149.                         
  150.                     <br>
  151.                     
  152.                     <h2 id="lblKBandM" ><ID id="_locKeyboardMouse">Keyboard and Mouse</ID></h2>
  153.                     <table id="tKBandMOptions">
  154.                         <tr id="trStickyKeys" style="display:block">
  155.                             <td>
  156.                                 <input type="checkbox" id="chkStickyKeys" accesskey="G"><label ID="lblStickyKeys" For="chkStickyKeys"><u>G</u>. StickyKeys</label>
  157.                             </td>
  158.                         </tr>
  159.                         <tr id="trFilterKeys" style="display:block">
  160.                             <td>
  161.                                 <input type="checkbox" id="chkFilterKeys" accesskey="H"><label ID="lblFilterKeys" For="chkFilterKeys"><u>H</u>. FilterKeys</label>
  162.                             </td>
  163.                         </tr>
  164.                         <tr id="trMouseKeys" style="display:block">
  165.                             <td>
  166.                                 <input type="checkbox" id="chkMouseKeys" accesskey="I"><label ID="lblMouseKeys" For="chkMouseKeys"><u>I</u>. MouseKeys</label>
  167.                             </td>
  168.                         </tr>
  169.                         <tr id="trOSKeyBoard" style="display:block">
  170.                             <td>
  171.                                 <input type="checkbox" id="chkOSKeyBoard" accesskey="J"><label ID="lblOSKeyBoard" For="chkOSKeyBoard"><u>J</u>. On Screen Keyboard</label>
  172.                             </td>
  173.                         </tr>
  174.                     </table>
  175.                     <br>
  176.  
  177.                     
  178.                 </td>
  179.             </tr>
  180.         </table>
  181.     </div>
  182.  
  183.     <!-- Footer -->
  184.     <TABLE id=oFooter style="height:2em"><tr>
  185.         <COL width="95%">
  186.         <COL width="5%">
  187.         <td><button id=btnHelp ATOMICSELECTION=True Title="Help (F1)" onclick="ShowHelp" onmouseover="Highlight btnHelp, True" onmouseout="Highlight btnHelp, False"><img align="absmiddle" src="graphics/help1.gif" alt="Help (F1)">  Help</button></td>
  188.         <td><!--button id=btnApply ATOMICSELECTION=True Title="Apply selections" onclick="Apply()" onmouseover="Highlight btnApply, True" onmouseout="Highlight btnApply, False"><img align="absmiddle" src="graphics/yellow1.gif">  Apply</button-->  
  189.             <button id=btnFinish ATOMICSELECTION=True Title="Apply selections and close this tool" onclick="Submit()" onmouseover="Highlight btnFinish,True" onmouseout="Highlight btnFinish, False"><img align="absmiddle" src="graphics/green1.gif">  OK</button></td>
  190.     </tr></TABLE>
  191.  
  192. </body>
  193. </html>
  194.