mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-07 04:05:49 +00:00
1fdeed80f7
<boxDerivedTag orient="horizontal|vertical"> patch by andersma@luther.edu r=timeless sr=blake
250 lines
9.7 KiB
XML
250 lines
9.7 KiB
XML
<?xml version="1.0"?>
|
|
<!--
|
|
The contents of this file are subject to the Netscape Public
|
|
License Version 1.1 (the "License"); you may not use this file
|
|
except in compliance with the License. You may obtain a copy of
|
|
the License at http://www.mozilla.org/NPL/
|
|
|
|
Software distributed under the License is distributed on an "AS
|
|
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
implied. See the License for the specific language governing
|
|
rights and limitations under the License.
|
|
|
|
The Original Code is Mozilla Communicator client code, released
|
|
March 31, 1998.
|
|
|
|
The Initial Developer of the Original Code is Netscape
|
|
Communications Corporation. Portions created by Netscape are
|
|
Copyright (C) 1998-2000 Netscape Communications Corporation. All
|
|
Rights Reserved.
|
|
|
|
Contributor(s):
|
|
-->
|
|
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
|
<?xml-stylesheet href="chrome://communicator/skin/dialogOverlay.css" type="text/css"?>
|
|
|
|
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-fonts.dtd" >
|
|
<window id="fontPanel"
|
|
xmlns:html="http://www.w3.org/1999/xhtml"
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
|
class="color-dialog"
|
|
orient="vertical"
|
|
onload="parent.initPanel('chrome://communicator/content/pref/pref-fonts.xul');">
|
|
|
|
<stringbundle id="bundle_prefutilities"
|
|
src="chrome://communicator/locale/pref/prefutilities.properties"/>
|
|
<script type="application/x-javascript"
|
|
src="chrome://communicator/content/pref/pref-fonts.js"/>
|
|
|
|
<hbox class="box-smallheader" title="&lHeader;"/>
|
|
|
|
<groupbox orient="vertical">
|
|
<label>
|
|
<text class="label small-margin"
|
|
value="&language.label;"
|
|
accesskey="&language.accesskey;"
|
|
for="selectLangs"/>
|
|
<menulist id="selectLangs" class="small-margin" oncommand="selectLanguage();" persist="value">
|
|
<menupopup>
|
|
<menuitem value="x-western" label="&font.langGroup.latin1;"/>
|
|
<menuitem value="x-central-euro" label="&font.langGroup.latin2;"/>
|
|
<menuitem value="ja" label="&font.langGroup.japanese;"/>
|
|
<menuitem value="zh-TW" label="&font.langGroup.trad-chinese;"/>
|
|
<menuitem value="zh-CN" label="&font.langGroup.simpl-chinese;"/>
|
|
<menuitem value="ko" label="&font.langGroup.korean;"/>
|
|
<menuitem value="x-cyrillic" label="&font.langGroup.cyrillic;"/>
|
|
<menuitem value="x-baltic" label="&font.langGroup.baltic;"/>
|
|
<menuitem value="el" label="&font.langGroup.el;"/>
|
|
<menuitem value="tr" label="&font.langGroup.turkish;"/>
|
|
<menuitem value="x-unicode" label="&font.langGroup.unicode;"/>
|
|
<menuitem value="x-user-def" label="&font.langGroup.user-def;"/>
|
|
<menuitem value="th" label="&font.langGroup.thai;"/>
|
|
<menuitem value="he" label="&font.langGroup.hebrew;"/>
|
|
<menuitem value="ar" label="&font.langGroup.arabic;"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</label>
|
|
|
|
<grid>
|
|
<columns>
|
|
<column/>
|
|
<column flex="1"/>
|
|
<column width="60"/>
|
|
</columns>
|
|
|
|
<rows>
|
|
<row autostretch="never" valign="middle">
|
|
<hbox autostretch="never" halign="right">
|
|
<text class="label small-margin"
|
|
value="&proportional.label;"
|
|
accesskey="&proportional.accesskey;"
|
|
for="proportionalFont"/>
|
|
</hbox>
|
|
<menulist id="proportionalFont" class="small-margin" flex="1" style="width: 0px;"
|
|
preftype="string" prefstring="font.default">
|
|
<menupopup>
|
|
<menuitem value="serif"
|
|
label="&useDefaultFontSerif.label;"/>
|
|
<menuitem value="sans-serif"
|
|
label="&useDefaultFontSansSerif.label;"/>
|
|
</menupopup>
|
|
</menulist>
|
|
<menulist id="sizeVar" class="small-margin">
|
|
<menupopup>
|
|
<menuitem value="8" label="8"/>
|
|
<menuitem value="9" label="9"/>
|
|
<menuitem value="10" label="10"/>
|
|
<menuitem value="11" label="11"/>
|
|
<menuitem value="12" label="12"/>
|
|
<menuitem value="13" label="13"/>
|
|
<menuitem value="14" label="14"/>
|
|
<menuitem value="15" label="15"/>
|
|
<menuitem value="16" label="16"/>
|
|
<menuitem value="18" label="18"/>
|
|
<menuitem value="20" label="20"/>
|
|
<menuitem value="24" label="24"/>
|
|
<menuitem value="26" label="26"/>
|
|
<menuitem value="28" label="28"/>
|
|
<menuitem value="32" label="32"/>
|
|
<menuitem value="36" label="36"/>
|
|
<menuitem value="40" label="40"/>
|
|
<menuitem value="48" label="48"/>
|
|
<menuitem value="56" label="56"/>
|
|
<menuitem value="64" label="64"/>
|
|
<menuitem value="72" label="72"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
<row>
|
|
<separator class="thin"/>
|
|
</row>
|
|
<row autostretch="never" valign="middle">
|
|
<hbox autostretch="never" halign="right">
|
|
<text class="label small-margin"
|
|
value="&serif.label;"
|
|
accesskey="&serif.accesskey;"
|
|
for="serif"/>
|
|
</hbox>
|
|
<menulist id="serif" class="small-margin" flex="1" style="width: 0px;">
|
|
<menupopup/>
|
|
</menulist>
|
|
<spring/>
|
|
</row>
|
|
<row autostretch="never" valign="middle">
|
|
<hbox autostretch="never" halign="right">
|
|
<text class="label small-margin"
|
|
value="&sans-serif.label;"
|
|
accesskey="&sans-serif.accesskey;"
|
|
for="sans-serif"/>
|
|
</hbox>
|
|
<menulist id="sans-serif" class="small-margin" flex="1" style="width: 0px;">
|
|
<menupopup/>
|
|
</menulist>
|
|
<spring/>
|
|
</row>
|
|
<row autostretch="never" valign="middle">
|
|
<hbox autostretch="never" halign="right">
|
|
<text class="label small-margin"
|
|
value="&cursive.label;"
|
|
accesskey="&cursive.accesskey;"
|
|
for="cursive"/>
|
|
</hbox>
|
|
<menulist id="cursive" class="small-margin">
|
|
<menupopup/>
|
|
</menulist>
|
|
<spring/>
|
|
</row>
|
|
<row autostretch="never" valign="middle">
|
|
<hbox autostretch="never" halign="right">
|
|
<text class="label small-margin"
|
|
value="&fantasy.label;"
|
|
accesskey="&fantasy.accesskey;"
|
|
for="fantasy"/>
|
|
</hbox>
|
|
<menulist id="fantasy" class="small-margin">
|
|
<menupopup/>
|
|
</menulist>
|
|
<spring/>
|
|
</row>
|
|
<row autostretch="never" valign="middle">
|
|
<hbox autostretch="never" halign="right">
|
|
<text class="label small-margin"
|
|
value="&monospace.label;"
|
|
accesskey="&monospace.accesskey;"
|
|
for="monospace"/>
|
|
</hbox>
|
|
<menulist id="monospace" class="small-margin"
|
|
flex="1" style="width: 0px;" crop="right">
|
|
<menupopup/>
|
|
</menulist>
|
|
<menulist id="sizeMono" class="small-margin">
|
|
<menupopup>
|
|
<menuitem value="8" label="8"/>
|
|
<menuitem value="9" label="9"/>
|
|
<menuitem value="10" label="10"/>
|
|
<menuitem value="11" label="11"/>
|
|
<menuitem value="12" label="12"/>
|
|
<menuitem value="13" label="13"/>
|
|
<menuitem value="14" label="14"/>
|
|
<menuitem value="15" label="15"/>
|
|
<menuitem value="16" label="16"/>
|
|
<menuitem value="18" label="18"/>
|
|
<menuitem value="20" label="20"/>
|
|
<menuitem value="24" label="24"/>
|
|
<menuitem value="26" label="26"/>
|
|
<menuitem value="28" label="28"/>
|
|
<menuitem value="32" label="32"/>
|
|
<menuitem value="36" label="36"/>
|
|
<menuitem value="40" label="40"/>
|
|
<menuitem value="48" label="48"/>
|
|
<menuitem value="56" label="56"/>
|
|
<menuitem value="64" label="64"/>
|
|
<menuitem value="72" label="72"/>
|
|
</menupopup>
|
|
</menulist>
|
|
</row>
|
|
</rows>
|
|
</grid>
|
|
</groupbox>
|
|
|
|
<separator class="thin"/>
|
|
|
|
<hbox autostretch="never">
|
|
<!-- Unchecking this removes the ability to select dynamic fonts -->
|
|
<checkbox id="browserUseDocumentFonts"
|
|
clas="small-margin"
|
|
label="&useDocumentFonts.label;"
|
|
accesskey="&useDocumentFonts.accesskey;"/>
|
|
</hbox>
|
|
|
|
<separator class="thin"/>
|
|
|
|
<hbox autostretch="never" valign="middle">
|
|
<text class="label small-margin"
|
|
value="&resolution.label;"
|
|
accesskey="&resolution.accesskey;"
|
|
for="screenResolution"/>
|
|
<menulist id="screenResolution"
|
|
oncommand="changeScreenResolution()"
|
|
dpi="&resolution.dpival;">
|
|
<menupopup>
|
|
<menuitem value=""
|
|
label="&resolution.dpival;"
|
|
id="otherResolution"/>
|
|
<menuitem value=""
|
|
label="&resolution.dpival;"
|
|
id="defaultResolution"/>
|
|
<menuitem value="0"
|
|
label="&resolution.system.label;"
|
|
id="systemResolution"
|
|
hidden="true"/>
|
|
<menuseparator/>
|
|
<menuitem id="userResolution" hidden="true"/>
|
|
<menuitem value="other" label="&resolution.other;"/>
|
|
</menupopup>
|
|
</menulist>
|
|
|
|
</hbox>
|
|
|
|
</window>
|