1*b1cdbd2cSJim Jagielski
2*b1cdbd2cSJim Jagielski
3*b1cdbd2cSJim Jagielski<modaldialog sizeable="true" height="142" help-id="SID_ATTR_ZOOM" moveable="true" output-size="true" id="RID_SVXDLG_ZOOM" sv-look="true" text="Zoom" width="160" xmlns="http://openoffice.org/2007/layout" xmlns:cnt="http://openoffice.org/2007/layout/container">
4*b1cdbd2cSJim Jagielski<!--***********************************************************
5*b1cdbd2cSJim Jagielski *
6*b1cdbd2cSJim Jagielski * Licensed to the Apache Software Foundation (ASF) under one
7*b1cdbd2cSJim Jagielski * or more contributor license agreements.  See the NOTICE file
8*b1cdbd2cSJim Jagielski * distributed with this work for additional information
9*b1cdbd2cSJim Jagielski * regarding copyright ownership.  The ASF licenses this file
10*b1cdbd2cSJim Jagielski * to you under the Apache License, Version 2.0 (the
11*b1cdbd2cSJim Jagielski * "License"); you may not use this file except in compliance
12*b1cdbd2cSJim Jagielski * with the License.  You may obtain a copy of the License at
13*b1cdbd2cSJim Jagielski *
14*b1cdbd2cSJim Jagielski *   http://www.apache.org/licenses/LICENSE-2.0
15*b1cdbd2cSJim Jagielski *
16*b1cdbd2cSJim Jagielski * Unless required by applicable law or agreed to in writing,
17*b1cdbd2cSJim Jagielski * software distributed under the License is distributed on an
18*b1cdbd2cSJim Jagielski * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
19*b1cdbd2cSJim Jagielski * KIND, either express or implied.  See the License for the
20*b1cdbd2cSJim Jagielski * specific language governing permissions and limitations
21*b1cdbd2cSJim Jagielski * under the License.
22*b1cdbd2cSJim Jagielski *
23*b1cdbd2cSJim Jagielski ***********************************************************-->
24*b1cdbd2cSJim Jagielski    <vbox>
25*b1cdbd2cSJim Jagielski        <fixedline height="8" id="FL_ZOOM" text="Zoom factor" width="92" x="6" y="3"/>
26*b1cdbd2cSJim Jagielski        <okbutton defbutton="true" height="14" id="BTN_ZOOM_OK" width="50" x="104" y="6"/>
27*b1cdbd2cSJim Jagielski        <radiobutton height="10" id="BTN_WHOLE_PAGE" width="80" x="12" y="14"/>
28*b1cdbd2cSJim Jagielski        <cancelbutton height="14" id="BTN_ZOOM_CANCEL" width="50" x="104" y="23"/>
29*b1cdbd2cSJim Jagielski        <radiobutton height="10" id="BTN_PAGE_WIDTH" width="80" x="12" y="27"/>
30*b1cdbd2cSJim Jagielski        <radiobutton height="10" id="BTN_OPTIMAL" width="80" x="12" y="40"/>
31*b1cdbd2cSJim Jagielski        <helpbutton height="14" id="BTN_ZOOM_HELP" width="50" x="104" y="43"/>
32*b1cdbd2cSJim Jagielski        <radiobutton height="10" id="BTN_200" label="~200 %" width="80" x="12" y="53"/>
33*b1cdbd2cSJim Jagielski        <radiobutton height="10" id="BTN_150" label="15~0 %" width="80" x="12" y="66"/>
34*b1cdbd2cSJim Jagielski        <radiobutton height="10" id="BTN_100" label="~100 %" width="80" x="12" y="79"/>
35*b1cdbd2cSJim Jagielski        <radiobutton height="10" id="BTN_75" label="~75 %" width="80" x="12" y="92"/>
36*b1cdbd2cSJim Jagielski        <radiobutton height="10" id="BTN_50" label="~50 %" width="80" x="12" y="105"/>
37*b1cdbd2cSJim Jagielski        <metricfield has_border="true" custom-unit-text="%" group="true" height="12" left="true" repeat="true" id="ED_USER" spin="true" step-size="1" unit="FUNIT_CUSTOM" width="36" x="56" y="120"/>
38*b1cdbd2cSJim Jagielski        <radiobutton height="10" id="BTN_USER" label="~Variable" width="42" x="12" y="121"/>
39*b1cdbd2cSJim Jagielski    </vbox>
40*b1cdbd2cSJim Jagielski</modaldialog>
41