blob: da75f03e9df58c4014f2fcd7cd0c96783d77dd97 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
<?xml version="1.0" encoding="UTF-8"?>
<dialog xmlns="http://openoffice.org/2007/layout"
xmlns:cnt="http://openoffice.org/2007/layout/container"
_title="layout::TabDialog" optimumsize="true"
id="tab-dialog"
has_border="true" sizeable="true" moveable="true">
<vbox spacing="5" border="5">
<tabcontrol id="ID_TABCONTROL"/>
<dialogbuttonhbox border="5" spacing="5" cnt:expand="false">
<flow/>
<okbutton defbutton="true" id="BTN_OK" show="false"/>
<pushbutton id="BTN_USER" _label="<User>" show="false"/>
<cancelbutton id="BTN_CANCEL" show="false"/>
<helpbutton id="BTN_HELP" show="false"/>
<resetbutton id="BTN_RESET" show="false"/>
<pushbutton id="BTN_BASEFMT" _label="<Base Format>" show="false"/>
</dialogbuttonhbox>
</vbox>
</dialog>
|