xref: /trunk/main/toolkit/workben/layout/insert-sheet.xml (revision ef1ef8e674fabf3a541d12c6e6c14cecdfc2f9e7)
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- This is a template.  i18n translation is not performed in-place;
3     i18n translated XML files are generated from this template by
4     transex3/layout/tralay.  !-->
5
6<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">
7    <vbox spacing="5" border="5">
8        <fixedline id="FL_POSITION" _text="Position"/>
9    <hbox>
10        <vbox cnt:padding="13" spacing="5">
11        <radiobutton radiogroup="insert-sheet-position" id="RB_BEFORE" tabstop="true" _label="B~efore current sheet"/>
12        <radiobutton radiogroup="insert-sheet-position" id="RB_BEHIND" tabstop="true" _label="~After current sheet"/>
13        </vbox>
14    </hbox>
15        <fixedline id="FL_TABLE" _text="Sheet"/>
16    <hbox>
17        <vbox cnt:padding="13" spacing="5">
18        <radiobutton radiogroup="insert-sheet-source" id="RB_NEW" _label="~New sheet"/>
19        <hbox>
20            <vbox cnt:padding="13" spacing="5" cnt:fill="false" cnt:expand="false">
21            <fixedtext id="FT_COUNT" _label="N~o. of sheets"/>
22            <fixedtext id="FT_NAME" _label="Na~me"/>
23            </vbox>
24            <vbox>
25            <hbox>
26                <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"/>
27            </hbox>
28            <edit has_border="true" id="ED_TABNAME"  cnt:fill="true" cnt:expand="true"/>
29            </vbox>
30        </hbox>
31        </vbox>
32    </hbox>
33    <hbox>
34        <vbox cnt:padding="13" spacing="5">
35        <radiobutton radiogroup="insert-sheet-source" id="RB_FROMFILE" _label="~From file"/>
36        <hbox>
37            <vbox cnt:padding="13" spacing="5">
38            <hbox>
39                <multilistbox auto-hscroll="true" has_border="true" id="LB_TABLES" simple-mode="true" string-item-list=" : : : : " cnt:fill="true" cnt:expand="true"/>
40                <vbox cnt:fill="false" cnt:expand="false" spacing="5">
41                <pushbutton id="BTN_BROWSE" _label="~Browse..." cnt:expand="false"/>
42                <checkbox id="CB_LINK" _label="Lin~k" cnt:expand="false"/>
43                <flow/>
44                </vbox>
45            </hbox>
46            <fixedtext id="FT_PATH" label="FT-PATH"/>
47            </vbox>
48        </hbox>
49        </vbox>
50    </hbox>
51    <dialogbuttonhbox border="5" spacing="5">
52            <okbutton defbutton="true" id="BTN_OK"/>
53            <cancelbutton id="BTN_CANCEL"/>
54            <helpbutton id="BTN_HELP"/>
55    </dialogbuttonhbox>
56    </vbox>
57</modaldialog>
58