xref: /trunk/main/toolkit/workben/layout/zoom-1.xml (revision cdf0e10c4e3984b49a9502b011690b615761d4a3)
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" optimumsize="true"
6*cdf0e10cSrcweir         help-id="SID_ATTR_ZOOM"
7*cdf0e10cSrcweir             has_border="true" sizeable="true" moveable="true">
8*cdf0e10cSrcweir     <title id="tit" xml-lang="en-US">Set Zoom</title>
9*cdf0e10cSrcweir     <vbox spacing="5" border="5">
10*cdf0e10cSrcweir        <fixedline id="FL_ZOOM" cnt:expand="true" xml-lang="en-US">Zoom factor</fixedline>
11*cdf0e10cSrcweir    <radiobutton radiogroup="zoom" id="BTN_WHOLE_PAGE" xml-lang="en-US">Whole Page</radiobutton>
12*cdf0e10cSrcweir    <radiobutton radiogroup="zoom" id="BTN_PAGE_WIDTH" xml-lang="en-US">Page Width</radiobutton>
13*cdf0e10cSrcweir    <radiobutton radiogroup="zoom" id="BTN_OPTIMAL"  xml-lang="en-US">Optimal</radiobutton>
14*cdf0e10cSrcweir    <radiobutton radiogroup="zoom" id="BTN_200"  xml-lang="en-US">200 %</radiobutton>
15*cdf0e10cSrcweir    <radiobutton radiogroup="zoom" id="BTN_150"  xml-lang="en-US">15~0 %</radiobutton>
16*cdf0e10cSrcweir    <radiobutton radiogroup="zoom" id="BTN_100"  xml-lang="en-US">100 %</radiobutton>
17*cdf0e10cSrcweir    <radiobutton radiogroup="zoom" id="BTN_75"   xml-lang="en-US">75 %</radiobutton>
18*cdf0e10cSrcweir    <radiobutton radiogroup="zoom" id="BTN_50"   xml-lang="en-US">50 %</radiobutton>
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" id="BTN_USER" xml-lang="en-US">Variable</radiobutton>
22*cdf0e10cSrcweir        </align>
23*cdf0e10cSrcweir        <flow cnt:padding="10" 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="13" custom-unit-text="%"
27*cdf0e10cSrcweir             right="true"
28*cdf0e10cSrcweir             cnt:expand="false"/>
29*cdf0e10cSrcweir    </hbox>
30*cdf0e10cSrcweir        <fixedline cnt:padding="1" id="FL_BOTTOM"/>
31*cdf0e10cSrcweir    <dialogbuttonhbox border="5" spacing="5">
32*cdf0e10cSrcweir        <flow/>
33*cdf0e10cSrcweir        <okbutton     id="BTN_ZOOM_OK"/>
34*cdf0e10cSrcweir        <cancelbutton id="BTN_ZOOM_CANCEL"/>
35*cdf0e10cSrcweir        <helpbutton   id="BTN_ZOOM_HELP"/>
36*cdf0e10cSrcweir    </dialogbuttonhbox>
37*cdf0e10cSrcweir    </vbox>
38*cdf0e10cSrcweir</modaldialog>
39