1 <?xml version="1.0" encoding="UTF-8"?>
3 <framewindow xmlns="http://openoffice.org/2007/layout"
4 id="window1" title="Test-Dialog" optimumsize="true"
5 has_border="true" sizeable="true" moveable="true"
6 width="800" height="300">
7 <pushbutton label="XML Left" toggle="true" show="true"
8 x="10" y="10" width="400" height="200"/>
9 <pushbutton label="XML Right" toggle="true" show="true"
10 x="420" y="10" width="400" height="200"/>
11 <checkbox label="XML cool ?" enabled="true" show="true"
12 state="1" tristate="true" align="1"
13 x="10" y="210" width="800" height="100"/>