1<?xml version="1.0" encoding="UTF-8"?> 2 3<dialog xmlns="http://openoffice.org/2007/layout" 4 xmlns:cnt="http://openoffice.org/2007/layout/container" 5 _title="layout::TabDialog" optimumsize="true" 6 id="tab-dialog" 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"> 11 <flow/> 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"/> 18 </dialogbuttonhbox> 19 </vbox> 20</dialog> 21