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