home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 2001 April
/
VPR0104A.BIN
/
MSIE_55
/
IEMIL_3.CAB
/
SHDOCLC.DLL
/
HTML
/
BIDIFIND.DLG
< prev
next >
Wrap
Text File
|
2000-06-19
|
8KB
|
237 lines
<HTML id=dlgFind STYLE="font-family: MS UI Gothic; font-size: 9pt;
width: 36em; height: 16.2em">
<HEAD>
<meta http-equiv="Content-Type" content="text/html; charset=shift_jis">
<TITLE id=dialogTitle>
検索
</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 * document.all.chkMatchDiacritic.checked)
| (htmlMatchKashida * document.all.chkMatchKashida.checked)
| (htmlMatchAlefHamza * document.all.chkMatchAlefHamza.checked)
}
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;
var docCharset = window.dialogArguments.document.charset;
if(docCharset == "" ||
docCharset == "utf-8" ||
docCharset == "unicode-1-1-utf-8" ||
docCharset == "unicode-2-0-utf-8" ||
docCharset == "windows-1255" ||
docCharset == "dos-862" ||
docCharset == "iso-8859-8" ||
docCharset == "iso-8859-8-i" ||
docCharset == "windows-1256" ||
docCharset == "asmo-708" ||
docCharset == "asmo-720" ||
docCharset == "dos-720" ||
docCharset == "iso-8859-6")
{
chkMatchDiacritic.disabled = 0;
if(docCharset == "windows-1255" ||
docCharset == "dos-862" ||
docCharset == "iso-8859-8" ||
docCharset == "iso-8859-8-i")
{
chkMatchKashida.checked = 1;
chkMatchKashida.disabled = 1;
chkMatchAlefHamza.checked = 1;
chkMatchAlefHamza.disabled = 1;
}
}
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 UI Gothic';
font-size: 9pt; background: threedface;" topmargin=0 scroll=no>
<BUTTON id=btnFind ACCESSKEY=f DISABLED=1 tabIndex=55 helpid=50026
helpfile="iexplore.hlp"
style="font-family: MS UI Gothic; font-size: 9pt; position: absolute;
left: 28.08em; top: 1.0647em; width: 7em; height: 1.8em; " type=submit>
次を検索(<U>F</U>)
</BUTTON>
<DIV align=absMiddle id=divFindText
style="font-family: MS UI Gothic; font-size: 9pt; position: absolute;
left: 0.98em; top: 1.3em; width: 10.15em; height: 1.2168em; ">
<LABEL FOR=txtFindText ID=lblFindText tabIndex=-1 helpid=50027
helpfile="iexplore.hlp">
検索する文字列(<U>N</U>):
</LABEL>
</DIV>
<INPUT type=text id=txtFindText ACCESSKEY=n tabIndex=15 helpid=50027
helpfile="iexplore.hlp"
style="font-family: MS UI Gothic; font-size: 9pt; position: absolute;
left: 10.16em; top: 1.0647em; width: 17.36em; height: 1.7em; ">
<BUTTON id=btnCancel tabIndex=60 helpid="0x6F1C" helpfile="windows.hlp"
style="font-family: MS UI Gothic; font-size: 9pt; position: absolute;
left: 28.08em; top: 3.6504em; width: 7em; height: 1.8em; " type=reset>
キャンセル
</BUTTON>
<INPUT id=chkWholeWord ACCESSKEY=w type=checkbox tabIndex=25
helpfile="iexplore.hlp" helpid=50022
style="font-family: MS UI Gothic; font-size: 9pt; position: absolute;
left: 1em; top: 4em; width: 1em; height: 1em; ">
<INPUT ACCESSKEY=c type=checkbox tabIndex=35 helpid=50023
helpfile="iexplore.hlp"
id=chkMatchCase style="font-family: MS UI Gothic; font-size: 9pt;
position: absolute; left: 1em; top: 5.8em; width: 1em;
height: 1em; ">
<INPUT id=chkMatchDiacritic ACCESSKEY=i type=checkbox tabIndex=36
helpfile="iexplore.hlp" helpid=50401
style="font-family: MS UI Gothic; font-size: 9pt; position: absolute;
left: 1em; top: 7.7em; width: 1em; height: 1em">
<INPUT id=chkMatchKashida ACCESSKEY=k type=checkbox tabIndex=37
helpfile="iexplore.hlp" helpid=50402
style="font-family: MS UI Gothic; font-size: 9pt; position: absolute;
left: 1em; top: 9.5em; width: 1em; height: 1em">
<INPUT id=chkMatchAlefHamza ACCESSKEY=a type=checkbox tabIndex=38
helpfile="iexplore.hlp" helpid=50403
style="font-family: MS UI Gothic; font-size: 9pt; position: absolute;
left: 1em; top: 11.3em; width: 1em; height: 1em">
<DIV id=divWholeWord
style="font-family: MS UI Gothic; font-size: 9pt; position: absolute;
left: 2.6em; top: 4.05em; width: 12.46em; height: 1.521em; ">
<LABEL FOR=chkWholeWord ID=lblWholeWord tabIndex=-1 helpid=50022
helpfile="iexplore.hlp">
単語単位で検索する(<U>W</U>)
</LABEL>
</DIV>
<DIV id=divMatchCase style="font-family: MS UI Gothic; font-size: 9pt;
position: absolute; left: 2.6em; top: 5.85em; width: 13.46em;
height: 2em; ">
<LABEL FOR=chkMatchCase ID=lblMatchCase tabIndex=-1 helpid=50023
helpfile="iexplore.hlp">
大文字と小文字を区別する(<U>C</U>)
</LABEL>
</DIV>
<DIV id=divMatchDiacritic
style="font-family: MS UI Gothic; font-size: 9pt; position: absolute;
left: 2.6em; top: 7.75em; width: 12.46em; height: 1.521em">
<LABEL FOR=chkMatchDiacritic ID=lblMatchDiacritic tabIndex=-1
helpid=50401
helpfile="iexplore.hlp">
区分表示符を区別する(<U>I</U>)
</LABEL>
</DIV>
<DIV id=divMatchKashida
style="font-family: MS UI Gothic; font-size: 9pt; position: absolute;
left: 2.6em; top: 9.55em; width: 12.46em; height: 1.521em">
<LABEL FOR=chkMatchKashida ID=lblMatchKashida tabIndex=-1
helpid=50402
helpfile="iexplore.hlp">
Kashida で検索する(<U>K</U>)
</LABEL>
</DIV>
<DIV id=divMatchAlefHamza
style="font-family: MS UI Gothic; font-size: 9pt; position: absolute;
left: 2.6em; top: 11.35em; width: 13.46em; height: 1.521em">
<LABEL FOR=chkMatchAlefHamza ID=lblMatchAlefHamza tabIndex=-1
helpid=50403
helpfile="iexplore.hlp">
アレフ ハムザを区別する(<U>A</U>)
</LABEL>
</DIV>
<FIELDSET id=fldDirection style="font-family: MS UI Gothic; font-size: 9pt;
position: absolute; left: 17.7em; top: 3.5em; width: 9.7em;
height: 6.3em;">
<LEGEND id=lgdDirection>
検索する方向
</LEGEND>
</FIELDSET>
<INPUT id=radDirectionUp type=radio name=radDirection ACCESSKEY=u
tabIndex=42 helpid=50025 helpfile="iexplore.hlp"
style="font-family: MS UI Gothic; font-size: 9pt; position: absolute;
left: 18.76em; top: 5.4em; width: 1.1em; height: 1.1em; ">
<DIV id=divDirectionUp style="font-family: MS UI Gothic;
font-size: 9pt; position: absolute; left: 20.2em; top: 5.3235em;
width: 3.5em; height: 1.521em; ">
<LABEL ID=lblDirectionUp style="font-family: 'MS UI Gothic'; font-size: 9pt"
FOR=radDirectionUp
helpid=50025
helpfile="iexplore.hlp"> 上へ(<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 UI Gothic; font-size: 9pt; position: absolute;
left: 18.7em; top: 7.4em; width: 1.1em; height: 1.1em; ">
<DIV id=divDirectionDown style="font-family: MS UI Gothic;
font-size: 9pt; position: absolute; left: 20.2em; top: 7.3em;
width: 4.9em; height: 1.521em; ">
<LABEL ID=lblDirectionDown style="font-family: 'MS UI Gothic'; font-size: 9pt"
FOR=radDirectionDown helpid=50024 helpfile="iexplore.hlp">
下へ(<U>D</U>)</LABEL>
</DIV>
</BODY>
</HTML>