xref: /trunk/main/toolkit/workben/layout/zoom.xml (revision cdf0e10c)
1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*cdf0e10cSrcweir<!-- This is a template.  i18n translation is not performed in-place;
3*cdf0e10cSrcweir     i18n translated xml files are generated from this template by
4*cdf0e10cSrcweir     transex3/layout/tralay.  !-->
5*cdf0e10cSrcweir
6*cdf0e10cSrcweir<modaldialog xmlns="http://openoffice.org/2007/layout"
7*cdf0e10cSrcweir             xmlns:cnt="http://openoffice.org/2007/layout/container"
8*cdf0e10cSrcweir             id="RID_SVXDLG_ZOOM" _title="Zoom &amp; View Layout" optimumsize="true"
9*cdf0e10cSrcweir	     help-id="SID_ATTR_ZOOM"
10*cdf0e10cSrcweir             has_border="true" sizeable="true" moveable="true" closeable="true">
11*cdf0e10cSrcweir    <vbox spacing="0" border="12">
12*cdf0e10cSrcweir	<hbox spacing="0" border="0">
13*cdf0e10cSrcweir	    <vbox spacing="6" border="0">
14*cdf0e10cSrcweir		<fixedline id="FL_ZOOM" _text="Zoom factor" cnt:expand="false"/>
15*cdf0e10cSrcweir		<radiobutton radiogroup="zoom-factor" id="BTN_OPTIMAL"   _label="Optimal"/>
16*cdf0e10cSrcweir		<radiobutton radiogroup="zoom-factor" id="BTN_WHOLE_PAGE" _label="Whole Page"/>
17*cdf0e10cSrcweir		<radiobutton radiogroup="zoom-factor" id="BTN_PAGE_WIDTH" _label="Page Width"/>
18*cdf0e10cSrcweir		<radiobutton radiogroup="zoom-factor" id="BTN_100"   _label="100 %"/>
19*cdf0e10cSrcweir		<hbox cnt:expand="false" cnt:fill="true">
20*cdf0e10cSrcweir		    <align cnt:expand="false" cnt:fill="true">
21*cdf0e10cSrcweir			<radiobutton cnt:v-align="0.5" cnt:v-fill="0" radiogroup="zoom-factor" id="BTN_USER" _label="Variable"/>
22*cdf0e10cSrcweir		    </align>
23*cdf0e10cSrcweir		    <flow cnt:padding="12" cnt:expand="false"/>
24*cdf0e10cSrcweir		    <metricfield id="ED_USER" value-step="1"
25*cdf0e10cSrcweir				 repeat="true" has_border="true" spin="true"
26*cdf0e10cSrcweir				 _text="100%" unit="11" custom-unit-text="%"
27*cdf0e10cSrcweir				 right="true"
28*cdf0e10cSrcweir				 cnt:expand="false"/>
29*cdf0e10cSrcweir		</hbox>
30*cdf0e10cSrcweir	    </vbox>
31*cdf0e10cSrcweir	    <flow/>
32*cdf0e10cSrcweir	    <vbox spacing="6" border="0">
33*cdf0e10cSrcweir		<fixedline id="FL_VIEWLAYOUT" _text="View layout" cnt:expand="false"/>
34*cdf0e10cSrcweir		<radiobutton radiogroup="zoom-layout" id="BTN_AUTOMATIC" _label="~Automatic"/>
35*cdf0e10cSrcweir		<radiobutton radiogroup="zoom-layout" id="BTN_SINGLE"    _label="~Single page"/>
36*cdf0e10cSrcweir		<hbox cnt:expand="false" cnt:fill="true">
37*cdf0e10cSrcweir		    <align cnt:expand="false" cnt:fill="true">
38*cdf0e10cSrcweir			<radiobutton cnt:v-align="0.5" cnt:v-fill="0" radiogroup="zoom-layout" id="BTN_COLUMNS" _label="~Columns"/>
39*cdf0e10cSrcweir		    </align>
40*cdf0e10cSrcweir		    <flow cnt:padding="12" cnt:expand="false"/>
41*cdf0e10cSrcweir		    <metricfield id="ED_COLUMNS" value-step="1"
42*cdf0e10cSrcweir				 repeat="true" has_border="true" spin="true"
43*cdf0e10cSrcweir				 _text="100%"
44*cdf0e10cSrcweir				 right="true"
45*cdf0e10cSrcweir				 spin-value-min="1"
46*cdf0e10cSrcweir				 spin-value="1"
47*cdf0e10cSrcweir				 cnt:expand="false"/>
48*cdf0e10cSrcweir		</hbox>
49*cdf0e10cSrcweir		<hbox><flow cnt:expand="false" cnt:padding="12"/><checkbox id="CHK_BOOK" _label="~Book mode"/></hbox>
50*cdf0e10cSrcweir	    </vbox>
51*cdf0e10cSrcweir	</hbox>
52*cdf0e10cSrcweir        <fixedline cnt:padding="6" id="FL_BOTTOM"/>
53*cdf0e10cSrcweir	<dialogbuttonhbox border="0" spacing="12">
54*cdf0e10cSrcweir	    <flow/>
55*cdf0e10cSrcweir	    <okbutton defbutton="true" id="BTN_ZOOM_OK"/>
56*cdf0e10cSrcweir	    <cancelbutton id="BTN_ZOOM_CANCEL"/>
57*cdf0e10cSrcweir	    <helpbutton id="BTN_ZOOM_HELP"/>
58*cdf0e10cSrcweir	</dialogbuttonhbox>
59*cdf0e10cSrcweir    </vbox>
60*cdf0e10cSrcweir</modaldialog>
61