blob: ea15c933ef22a8e35622ddca5369ad3b9818542b [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<!--***********************************************************
*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing,
* software distributed under the License is distributed on an
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
* KIND, either express or implied. See the License for the
* specific language governing permissions and limitations
* under the License.
*
***********************************************************-->
<modaldialog xmlns="http://openoffice.org/2007/layout"
xmlns:cnt="http://openoffice.org/2007/layout/container"
id="dialog" optimumsize="true"
help-id="SID_ATTR_ZOOM"
has_border="true" sizeable="true" moveable="true">
<title id="tit" xml-lang="en-US">Set Zoom</title>
<vbox spacing="5" border="5">
<fixedline id="FL_ZOOM" cnt:expand="true" xml-lang="en-US">Zoom factor</fixedline>
<radiobutton radiogroup="zoom" id="BTN_WHOLE_PAGE" xml-lang="en-US">Whole Page</radiobutton>
<radiobutton radiogroup="zoom" id="BTN_PAGE_WIDTH" xml-lang="en-US">Page Width</radiobutton>
<radiobutton radiogroup="zoom" id="BTN_OPTIMAL" xml-lang="en-US">Optimal</radiobutton>
<radiobutton radiogroup="zoom" id="BTN_200" xml-lang="en-US">200 %</radiobutton>
<radiobutton radiogroup="zoom" id="BTN_150" xml-lang="en-US">15~0 %</radiobutton>
<radiobutton radiogroup="zoom" id="BTN_100" xml-lang="en-US">100 %</radiobutton>
<radiobutton radiogroup="zoom" id="BTN_75" xml-lang="en-US">75 %</radiobutton>
<radiobutton radiogroup="zoom" id="BTN_50" xml-lang="en-US">50 %</radiobutton>
<hbox cnt:expand="false" cnt:fill="true">
<align cnt:expand="false" cnt:fill="true">
<radiobutton cnt:v-align="0.5" cnt:v-fill="0" radiogroup="zoom" id="BTN_USER" xml-lang="en-US">Variable</radiobutton>
</align>
<flow cnt:padding="10" cnt:expand="false"/>
<metricfield id="ED_USER" value-step="1"
repeat="true" has_border="true" spin="true"
text="100%" unit="13" custom-unit-text="%"
right="true"
cnt:expand="false"/>
</hbox>
<fixedline cnt:padding="1" id="FL_BOTTOM"/>
<dialogbuttonhbox border="5" spacing="5">
<flow/>
<okbutton id="BTN_ZOOM_OK"/>
<cancelbutton id="BTN_ZOOM_CANCEL"/>
<helpbutton id="BTN_ZOOM_HELP"/>
</dialogbuttonhbox>
</vbox>
</modaldialog>