1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*cdf0e10cSrcweir
3*cdf0e10cSrcweir<modaldialog xmlns="http://openoffice.org/2007/layout"
4*cdf0e10cSrcweir             xmlns:cnt="http://openoffice.org/2007/layout/container"
5*cdf0e10cSrcweir             id="dialog" title="Set Zoom" optimumsize="true"
6*cdf0e10cSrcweir	     help-id="SID_ATTR_ZOOM"
7*cdf0e10cSrcweir             has_border="true" sizeable="true" moveable="true">
8*cdf0e10cSrcweir    <hbox border="5" spacing="0">
9*cdf0e10cSrcweir        <vbox spacing="0">
10*cdf0e10cSrcweir	    <fixedline id="FixedLine" text="Zoom factor" cnt:expand="true"/>
11*cdf0e10cSrcweir	    <hbox> <!-- for left margin !-->
12*cdf0e10cSrcweir		<vbox cnt:padding="13" spacing="4" cnt:expand="true">
13*cdf0e10cSrcweir		    <radiobutton radiogroup="zoom" id="WholePage" label="Whole Page"/>
14*cdf0e10cSrcweir		    <radiobutton radiogroup="zoom" id="PageWidth" label="Page Width"/>
15*cdf0e10cSrcweir		    <radiobutton radiogroup="zoom" id="Optimal"   label="Optimal"/>
16*cdf0e10cSrcweir		    <radiobutton radiogroup="zoom" id="Zoom200"   label="~200 %"/>
17*cdf0e10cSrcweir		    <radiobutton radiogroup="zoom" id="Zoom150"   label="15~0 %"/>
18*cdf0e10cSrcweir		    <radiobutton radiogroup="zoom" id="Zoom100"   label="~100 %"/>
19*cdf0e10cSrcweir		    <radiobutton radiogroup="zoom" id="Zoom75"    label="~75 %"/>
20*cdf0e10cSrcweir		    <radiobutton radiogroup="zoom" id="Zoom50"    label="~50 %"/>
21*cdf0e10cSrcweir		    <hbox cnt:expand="false">
22*cdf0e10cSrcweir			<align cnt:expand="false">
23*cdf0e10cSrcweir			    <radiobutton cnt:v-align="0.5" cnt:v-fill="0" radiogroup="zoom" id="BtnUser" label="~Variable"/>
24*cdf0e10cSrcweir			</align>
25*cdf0e10cSrcweir			<flow cnt:padding="10" cnt:expand="false"/>
26*cdf0e10cSrcweir			<metricfield id="User" value-step="1"
27*cdf0e10cSrcweir				     repeat="true" has_border="true" spin="true"
28*cdf0e10cSrcweir				     text="100%" unit="11" custom-unit-text="%"
29*cdf0e10cSrcweir				     right="true"/>
30*cdf0e10cSrcweir			<flow cnt:padding="10" cnt:expand="true"/>
31*cdf0e10cSrcweir		    </hbox>
32*cdf0e10cSrcweir		</vbox>
33*cdf0e10cSrcweir	    </hbox>
34*cdf0e10cSrcweir	</vbox>
35*cdf0e10cSrcweir	<vbox border="6" spacing="4">
36*cdf0e10cSrcweir	    <okbutton     id="OkButton"     cnt:expand="false" defbutton="true"/>
37*cdf0e10cSrcweir	    <cancelbutton id="CancelButton" cnt:expand="false"/>
38*cdf0e10cSrcweir	    <helpbutton   id="HelpButton"   cnt:expand="false"/>
39*cdf0e10cSrcweir	</vbox>
40*cdf0e10cSrcweir    </hbox>
41*cdf0e10cSrcweir</modaldialog>
42