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