■<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=unicode" /> <link href="Settings.220.css" rel="stylesheet" type="text/css" /> <script type="text/javascript" src="Localized.js"></script> <script type="text/javascript" src="Settings.220.js"></script> </head> <body onload="LoadSettings();" class="normal"> <input type="checkbox" id="UseHotKeys" onclick="OnUseHotKeysChanged();"/> <label id="UseHotKeysText" for="UseHotKeys"></label> <br /> <label style="font-size:large" id="HotKeyText1"></label> <select id="HotKeyModifer1"></select> <label>+</label> <input style="width:25px; cursor:default; text-align:center" maxlength="1" type="text" id="HotKey1" class="edit" onkeyup="this.focus();this.select();" onclick="this.focus();this.select();"/> <label style="font-size:large" id="HotKeyText2"></label> <select id="HotKeyModifer2"></select> <label>+</label> <input style="width:25px; cursor:default; text-align:center" maxlength="1" type="text" id="HotKey2" class="edit" onkeyup="this.focus();this.select();" onclick="this.focus();this.select();"/> <br /> <input type="checkbox" id="UseNumpadHotkey"/> <label id="UseNumpadHotkeyText" for="UseNumpadHotkey"></label> <br /> <input type="checkbox" id="UseForeground"/> <label id="UseForegroundText" for="UseForeground"></label> <br /> <input type="checkbox" id="UseHotkeyUnformatted"/> <label id="UseHotkeyUnformattedText" for="UseHotkeyUnformatted"></label> <br /> <br style="line-height:80%" /> <label id="MaxContentsText"></label>&emsp; <select id="MaxContents"> <option value="1">1</option> <option value="2">2</option> <option value="5">5</option> <option value="10">10</option> <option value="20">20</option> <option value="50">50</option> <option value="100">100</option> </select> <br /> <label id="FixedVisibleContentsText"></label>&emsp; <select id="FixedVisibleContents"></select> <br /> <br style="line-height:80%" /> <!-- <input type="checkbox" id="UseGlass"/> <label id="UseGlassText" for="UseGlass"></label> <br /> --> <!-- <input type="checkbox" id="UseAnimation"/> <label id="UseAnimationText" for="UseAnimation"></label> <br /> --> <input type="checkbox" id="MonitorClipboard"/> <label id="MonitorClipboardText" for="MonitorClipboard"></label> <br /> <input type="checkbox" id="UseSave"/> <label id="UseSaveText" for="UseSave"></label> <br /> <input type="checkbox" id="UseSound" onclick="OnUseSoundChanged();"/> <label id="UseSoundText" for="UseSound"></label> &ensp;<button id="SoundSelect" style="font-size:xx-small" onclick="OnSoundFile();">á...á</button> <br /> <!-- <input type="checkbox" id="IsDragField" disabled="1"/> <label id="IsDragFieldText" for="IsDragField"></label> <br /> --> <br /> <table cellspacing="0" cellpadding="0"> <tr> <td id="topLeft" nowrap></td> <td id="topMiddle"></td> <td id="topRight" nowrap></td> </tr> <tr id="buttonsRow"> <td id="buttonsLeft" nowrap></td> <td id="buttonsMiddle"> <table id="buttonTable" cellspacing="0" cellpadding="0"> <tr> <td id="buttonLeftCell"><a href="javascript:void(0)" id="buttonLeftAnchor" onkeydown="TipsBack()"><img id="buttonLeft" src="images/settings_left_rest.png" onmousedown="TipsBack()" onmouseenter="swapImage(this, 'hover')" onmouseleave="swapImage(this, 'rest')" onmousedown="swapImage(this, 'pressed')" onmouseup="swapImage(this, 'hover')" /></a></td> <td id="currentIndex">1</td> <td id="buttonRightCell"><a href="javascript:void(0)" id="buttonRightAnchor" onkeydown="TipsForward()"><img id="buttonRight" src="images/settings_right_rest.png" onmousedown="TipsForward()" onmouseenter="swapImage(this, 'hover')" onmouseleave="swapImage(this, 'rest')" onmousedown="swapImage(this, 'pressed')" onmouseup="swapImage(this, 'hover')" /></a></td> </tr> </table> </td> <td id="buttonsRight" nowrap></td> </tr> <tr id="dividerRow"> <td id="dividerLeft" nowrap></td> <td id="dividerMiddle"></td> <td id="dividerRight" nowrap></td> </tr> <tr id="settingsRow"> <td id="settingsLeft" nowrap></td> <td id="settingsMiddle"><label id="TipText" class="normal"></label></td> <td id="settingsRight" nowrap></td> </tr> <tr id="bottomRow"> <td id="bottomLeft" nowrap></td> <td id="bottomMiddle"></td> <td id="bottomRight" nowrap></td> </tr> </table> <center> <a id="Feedback" href="#" target="_blank"></a> &emsp;&emsp;&emsp; <a id="S7" href="#" target="_blank"></a> &emsp;&emsp;&emsp; <a id="Website" href="#" target="_blank"></a> </center> </body> </html>