gecko-dev/editor/dialogs/findreplacedlog.xml
brade%netscape.com b74ecbf609 First Checked In.
1999-02-25 16:20:55 +00:00

86 lines
2.4 KiB
XML

<?xml version="1.0"?>
<?xml-stylesheet href="EditorDialog.css" type="text/css"?>
<!DOCTYPE dialog>
<window xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
xmlns:html="http://www.w3.org/TR/REC-html40">
<table xmlns="http://www.w3.org/TR/REC-html40">
<tr>
<td>
<table>
<tr>
<td>
<xul:label>Find</xul:label>
</td>
<td>
<input type="text" size="35" length="35" maxlength="255" name="find.findtext" />
<select size="1" name="find.findrecent">
<optgroup label="findrecent">
<option label="recent 1" value="recent 1">1</option>
<option label="recent 2" value="recent 2">2</option>
<option label="recent 3" value="recent 3">3</option>
</optgroup>
</select>
</td>
</tr>
<tr>
<td>
<xul:label>Replace</xul:label>
</td>
<td>
<input type="text" size="35" length="35" maxlength="255" name="find.replacetext" />
<select size="1" name="find.replacerecent">
<optgroup label="replacerecent">
<option label="r recent 1" value="r recent 1">A</option>
<option label="r recent 2" value="r recent 2">B</option>
<option label="r recent 3" value="r recent 3">C</option>
</optgroup>
</select>
</td>
</tr>
<tr>
<td/>
<td>
<xul:checkbox value="Case Sensitive" />
<xul:label>Case Sensitive</xul:label>
</td>
</tr>
<tr>
<td/>
<td>
<xul:checkbox value="Search Backwards" />
<xul:label>Search Backwards</xul:label>
</td>
</tr>
<tr>
<td/>
<td>
<xul:checkbox value="Wrap Search" />
<xul:label>Wrap Search</xul:label>
</td>
</tr>
</table>
</td>
<td>
<input type="button" class="genericbutton" value=" Find " />
<br/>
<input type="button" class="genericbutton" value=" Replace " />
<br/>
<input type="button" class="genericbutton" value=" Replace &amp; Find " />
<br/>
<input type="button" class="genericbutton" value=" Replace All " />
<br/>
<input type="button" class="genericbutton" value=" Stop " />
</td>
</tr>
</table>
</window>