home *** CD-ROM | disk | FTP | other *** search
- <HTML id=dlgFind STYLE="font-family: MS Shell Dlg; font-size: 8pt;
- width: 33.5em; height: 11.2em">
- <HEAD>
- <meta http-equiv="Content-Type" content="text/html; charset=windows-1250">
- <TITLE id=dialogTitle>
- Najφt
- </TITLE>
- <SCRIPT LANGUAGE="JavaScript" defer src="findinc.dlg">
- </SCRIPT>
- <SCRIPT LANGUAGE="JavaScript" defer>
- function findFlags()
- {
- var htmlMatchWord = 2;
- var htmlMatchCase = 4;
- var htmlMatchDiacritic = 536870912;
- var htmlMatchKashida = 1073741824;
- var htmlMatchAlefHamza = 2147483648;
- return (htmlMatchWord * document.all.chkWholeWord.checked)
- | (htmlMatchCase * document.all.chkMatchCase.checked)
- | htmlMatchDiacritic | htmlMatchKashida | htmlMatchAlefHamza;
- }
- function loadBdy()
- {
- btnFind.onclick = new
- Function("btnFindClick()");
- btnFind.ondblclick = new
- Function("btnFindClick()");
- btnCancel.onclick = new Function("btnCancelClick2()");
- document.onhelp = new Function("callHelp(window.event.srcElement)");
- document.onmouseup = new Function("mouseClick()");
- txtFindText.onpropertychange = new Function("setFindState(true)");
- txtFindText.onfocus = new Function("txtFindText.select()");
- txtFindText.onkeypress = new Function("txtDefaultESC()");
- g_fFindStartPoint = true;
- if ("" != window.dialogArguments.findText)
- {
- txtFindText.value = window.dialogArguments.findText;
- }
- txtFindText.focus();
- txtFindText.select();
- }
- function findStartPoint()
- {
- if (g_fFindStartPoint)
- {
- g_fFindStartPoint = false;
- var win = window.dialogArguments.unsecuredWindowOfDocument;
- var doc = window.dialogArguments.document;
- if (!g_fError && win.frames.length)
- {
- var win2;
- g_fFrameset = true;
- g_arrFrames[0] = 0;
- g_arrFrames[1] = -1;
- win2 = CrawlPath();
- window.onerror = FindHandleError;
- doc2 = win2.document;
- window.onerror = HandleError;
- while (doc2.selection.type == "None")
- {
- if (MoveDoc(true))
- {
- win2 = CrawlPath();
- doc2 = win2.document;
- }
- else
- {
- g_arrFrames[0] = 0;
- g_arrFrames[1] = -1;
- break;
- }
- }
- doc = GetFirstDoc();
- g_docLastFound = doc;
- }
- if (doc.selection.type == "Control")
- {
- var r = doc.selection.createRange();
- r = getTextRange(r(0));
- r.select();
- }
- }
- }
- </SCRIPT>
- </HEAD>
- <BODY ID=bdy onload="loadBdy()" style="color: windowtext;
- font-family: 'MS Shell Dlg';
- font-size: 8pt; background: threedface; " topmargin=0 scroll=no>
- <BUTTON id=btnFind ACCESSKEY=N DISABLED=1 tabIndex=55 helpid=50026
- helpfile="iexplore.hlp"
- style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
- left: 24.5em; top: 1em; width: 7em; height: 2.2em; " type=submit>
- <U>N</U>ajφt dalÜφ
- </BUTTON>
- <DIV align=absMiddle id=divFindText
- style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
- left: 0.9em; top: 1.3em; width: 4.8em; height: 1.2em; ">
- <LABEL FOR=txtFindText ID=lblFindText tabIndex=-1 helpid=50027
- helpfile="iexplore.hlp">
- C<U>o</U> hledat:
- </LABEL>
- </DIV>
- <INPUT type=text id=txtFindText ACCESSKEY=o tabIndex=15 helpid=50027
- helpfile="iexplore.hlp"
- style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
- left: 6.1em; top: 1em; width: 17.1em; height: 2.1em; ">
- <BUTTON id=btnCancel tabIndex=60 helpid="0x6F1C" helpfile="windows.hlp"
- style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
- left: 24.5em; top: 4em; width: 7em; height: 2.2em; " type=reset>
- Storno
- </BUTTON>
- <INPUT id=chkWholeWord ACCESSKEY=c type=checkbox tabIndex=25
- helpfile="iexplore.hlp" helpid=50022
- style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
- left: 1em; top: 4em; width: 1.2em; height: 1.2em;">
- <INPUT ACCESSKEY=R type=checkbox tabIndex=35 helpid=50023
- helpfile="iexplore.hlp"
- id=chkMatchCase style="font-family: MS Shell Dlg; font-size: 8pt;
- position: absolute; left: 1em; top: 6em; width: 1.2em; height: 1.2em;">
- <DIV id=divWholeWord
- style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
- left: 2.6em; top: 4.0588em; width: 12.4em; height: 1.5em; ">
- <LABEL FOR=chkWholeWord ID=lblWholeWord tabIndex=-1 helpid=50022
- helpfile="iexplore.hlp">
- Pouze <U>c</U>elß slova
- </LABEL>
- </DIV>
- <DIV id=divMatchCase style="font-family: MS Shell Dlg; font-size: 8pt;
- position: absolute; left: 2.6em; top: 6.0585em; width: 9.3em;
- height: 3.5em; ">
- <LABEL FOR=chkMatchCase ID=lblMatchCase tabIndex=-1 helpid=50023
- helpfile="iexplore.hlp">
- <U>R</U>ozliÜovat malß <br>a velkß pφsmena
- </LABEL>
- </DIV>
- <FIELDSET id=fldDirection style="font-family: MS Shell Dlg; font-size: 8pt;
- position: absolute; left: 12em; top: 3.5em; width: 11.3em;
- height: 5em;">
- <LEGEND id=lgdDirection>
- Sm∞r
- </LEGEND>
- </FIELDSET>
- <INPUT id=radDirectionUp type=radio name=radDirection ACCESSKEY=u
- tabIndex=42 helpid=50025 helpfile="iexplore.hlp"
- style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
- left: 12.4em; top: 5.4em; width: 1.2em; height: 1.2em; ">
- <DIV id=divDirectionUp style="font-family: MS Shell Dlg;
- font-size: 8pt; position: absolute; left: 14em; top: 5.40em;
- width: 3.6em; height: 1.5em; ">
- <LABEL ID=lblDirectionUp style="font-family: 'MS Shell Dlg'; font-size: 8pt"
- FOR=radDirectionUp
- helpid=50025
- helpfile="iexplore.hlp"> Nahor<U>u</U> </LABEL>
- </DIV>
- <INPUT id=radDirectionDown type=radio CHECKED name=radDirection
- ACCESSKEY=D tabIndex=47 helpid=50024 helpfile="iexplore.hlp"
- style="font-family: MS Shell Dlg; font-size: 8pt; position: absolute;
- left: 18.3em; top: 5.4em; width: 1.2em; height: 1.2em; ">
- <DIV id=divDirectionDown style="font-family: MS Shell Dlg;
- font-size: 8pt; position: absolute; left: 19.9em; top: 5.40em;
- width: 2.8em; height: 1.5em; ">
- <LABEL ID=lblDirectionDown style="font-family: 'MS Shell Dlg'; font-size: 8pt"
- FOR=radDirectionDown helpid=50024 helpfile="iexplore.hlp">
- <U>D</U>ol∙ </LABEL>
- </DIV>
- </BODY>
- </HTML>
-