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