update dev300-m58
[ooovba.git] / toolkit / workben / layout / boxtest.xml
blob24ead837c0573c8c9ee4797bbb2b89f773cf1903
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="Box Test" optimumsize="true" has_border="true" sizeable="true" moveable="true">
6     <vbox>
7       <table>
8         <vbox>
9         <hbox cnt:expand="false" cnt:fill="false">
10             <pushbutton label="XML Left"
11                         cnt:expand="false" cnt:fill="false"/>
12             <pushbutton label="XML Middle"
13                                 cnt:expand="true" cnt:fill="false"/>
14             <pushbutton label="XML Right"
15                                 cnt:expand="true" cnt:fill="true"/>
16             </hbox>
17         <hbox cnt:expand="true" cnt:fill="false">
18             <pushbutton label="XML Left"
19                         cnt:expand="false" cnt:fill="false"/>
20                     <pushbutton label="XML Middle"
21                                 cnt:expand="true" cnt:fill="false"/>
22                     <pushbutton label="XML Right"
23                                 cnt:expand="true" cnt:fill="true"/>
24             </hbox>
25         <hbox cnt:expand="true" cnt:fill="true">
26             <pushbutton label="XML Left"
27                         cnt:expand="false" cnt:fill="false"/>
28                     <pushbutton label="XML Middle"
29                                 cnt:expand="true" cnt:fill="false"/>
30                     <pushbutton label="XML Right"
31                                 cnt:expand="true" cnt:fill="true"/>
32             </hbox>
33         </vbox>
34     </table>
35     </vbox>
36 </dialog>