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