xref: /aoo4110/main/l10ntools/layout/zoom.xml (revision b1cdbd2c)
1<?xml version="1.0" encoding="UTF-8"?>
2<!--***********************************************************
3 *
4 * Licensed to the Apache Software Foundation (ASF) under one
5 * or more contributor license agreements.  See the NOTICE file
6 * distributed with this work for additional information
7 * regarding copyright ownership.  The ASF licenses this file
8 * to you under the Apache License, Version 2.0 (the
9 * "License"); you may not use this file except in compliance
10 * with the License.  You may obtain a copy of the License at
11 *
12 *   http://www.apache.org/licenses/LICENSE-2.0
13 *
14 * Unless required by applicable law or agreed to in writing,
15 * software distributed under the License is distributed on an
16 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
17 * KIND, either express or implied.  See the License for the
18 * specific language governing permissions and limitations
19 * under the License.
20 *
21 ***********************************************************-->
22<!-- This is a template.  i18n translation is not performed in-place;
23     i18n translated xml files are generated from this template by
24     transex3/layout/tralay.  !-->
25
26<modaldialog xmlns="http://openoffice.org/2007/layout"
27             xmlns:cnt="http://openoffice.org/2007/layout/container"
28             id="dialog" _title="Set Zoom" _label="boe" optimumsize="true"
29	     help-id="SID_ATTR_ZOOM"
30             has_border="true" sizeable="true" moveable="true">
31    <vbox spacing="5" border="5">
32	<fixedline id="FL_ZOOM" _text="Zoom factor" _tooltip="bah" cnt:expand="true"/>
33	<radiobutton radiogroup="zoom" id="BTN_WHOLE_PAGE" _label="Whole Page"/>
34	<radiobutton radiogroup="zoom" id="BTN_PAGE_WIDTH" _label="Page Width"/>
35	<radiobutton radiogroup="zoom" id="BTN_OPTIMAL"   _label="Optimal"/>
36	<radiobutton radiogroup="zoom" id="BTN_200"   _label="200 %"/>
37	<radiobutton radiogroup="zoom" id="BTN_150"   _label="15~0 %"/>
38	<radiobutton radiogroup="zoom" id="BTN_100"   _label="100 %"/>
39	<radiobutton radiogroup="zoom" id="BTN_75"    _label="75 %"/>
40	<radiobutton radiogroup="zoom" id="BTN_50"    _label="50 %"/>
41	<hbox cnt:expand="false" cnt:fill="true">
42	    <align cnt:expand="false" cnt:fill="true">
43		<radiobutton cnt:v-align="0.5" cnt:v-fill="0" radiogroup="zoom" id="BTN_USER" _label="Variable"/>
44	    </align>
45	    <flow cnt:padding="10" cnt:expand="false"/>
46	    <metricfield id="ED_USER" value-step="1"
47			 repeat="true" has_border="true" spin="true"
48			 text="100%" unit="13" custom-unit-text="%"
49			 right="true"
50			 cnt:expand="false"/>
51	</hbox>
52        <fixedline cnt:padding="1" id="FL_BOTTOM"/>
53	<dialogbuttonhbox border="5" spacing="5">
54	    <flow/>
55	    <okbutton     id="BTN_ZOOM_OK"/>
56	    <cancelbutton id="BTN_ZOOM_CANCEL"/>
57	    <helpbutton   id="BTN_ZOOM_HELP"/>
58	</dialogbuttonhbox>
59    </vbox>
60</modaldialog>
61