xref: /trunk/main/sc/uiconfig/layout/string-input.xml (revision cdf0e10c)
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="false" moveable="true" output-size="true" id="RID_SCDLG_STRINPUT" sv-look="true" xmlns="http://openoffice.org/2007/layout" xmlns:cnt="http://openoffice.org/2007/layout/container" title="Insert String">
7    <vbox spacing="5" border="5">
8        <fixedtext id="FT_LABEL" label="FT-LABEL"/>
9        <edit has_border="true" id="ED_INPUT" tabstop="true"/>
10	<dialogbuttonhbox border="5" spacing="5">
11            <okbutton defbutton="true" id="BTN_OK" tabstop="true"/>
12            <cancelbutton id="BTN_CANCEL" tabstop="true"/>
13            <helpbutton id="BTN_HELP" tabstop="true"/>
14	</dialogbuttonhbox>
15    </vbox>
16</modaldialog>
17