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 sizeable="true" closeable="true" moveable="true" output-size="true" id="RID_SCDLG_INSERT_TABLE" sv-look="true" _title="Insert Sheet" xmlns="http://openoffice.org/2007/layout" xmlns:cnt="http://openoffice.org/2007/layout/container">
27    <vbox spacing="5" border="5">
28        <fixedline id="FL_POSITION" _text="Position"/>
29	<hbox>
30	    <vbox cnt:padding="13" spacing="5">
31		<radiobutton radiogroup="insert-sheet-position" id="RB_BEFORE" tabstop="true" _label="B~efore current sheet"/>
32		<radiobutton radiogroup="insert-sheet-position" id="RB_BEHIND" tabstop="true" _label="~After current sheet"/>
33	    </vbox>
34	</hbox>
35        <fixedline id="FL_TABLE" _text="Sheet"/>
36	<hbox>
37	    <vbox cnt:padding="13" spacing="5">
38		<radiobutton radiogroup="insert-sheet-source" id="RB_NEW" _label="~New sheet"/>
39		<hbox>
40		    <vbox cnt:padding="13" spacing="5" cnt:fill="false" cnt:expand="false">
41			<fixedtext id="FT_COUNT" _label="N~o. of sheets"/>
42			<fixedtext id="FT_NAME" _label="Na~me"/>
43		    </vbox>
44		    <vbox>
45			<hbox>
46			    <numericfield has_border="true" maximum="256" minimum="1" repeat="true" id="NF_COUNT" spin="true" spin-size="1" tabstop="true" value="1" cnt:fill="true" cnt:expand="false"/>
47			</hbox>
48			<edit has_border="true" id="ED_TABNAME"  cnt:fill="true" cnt:expand="true"/>
49		    </vbox>
50		</hbox>
51	    </vbox>
52	</hbox>
53	<hbox>
54	    <vbox cnt:padding="13" spacing="5">
55		<radiobutton radiogroup="insert-sheet-source" id="RB_FROMFILE" _label="~From file"/>
56		<hbox>
57		    <vbox cnt:padding="13" spacing="5">
58			<hbox>
59			    <multilistbox auto-hscroll="true" has_border="true" id="LB_TABLES" simple-mode="true" string-item-list=" : : : : " cnt:fill="true" cnt:expand="true"/>
60			    <vbox cnt:fill="false" cnt:expand="false" spacing="5">
61				<pushbutton id="BTN_BROWSE" _label="~Browse..." cnt:expand="false"/>
62			    <checkbox id="CB_LINK" _label="Lin~k" cnt:expand="false"/>
63			    <flow/>
64			    </vbox>
65			</hbox>
66			<fixedtext id="FT_PATH" label="FT-PATH"/>
67		    </vbox>
68		</hbox>
69	    </vbox>
70	</hbox>
71	<dialogbuttonhbox border="5" spacing="5">
72            <okbutton defbutton="true" id="BTN_OK"/>
73            <cancelbutton id="BTN_CANCEL"/>
74            <helpbutton id="BTN_HELP"/>
75	</dialogbuttonhbox>
76    </vbox>
77</modaldialog>
78