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="Radio Groups Test" 6*cdf0e10cSrcweir optimumsize="true" has_border="true" sizeable="true" moveable="true"> 7*cdf0e10cSrcweir <vbox> 8*cdf0e10cSrcweir <hbox> 9*cdf0e10cSrcweir <radiobutton group="1" label="Group 1" 10*cdf0e10cSrcweir cnt:expand="false" cnt:fill="false" /> 11*cdf0e10cSrcweir <radiobutton group="2" label="Group 2" 12*cdf0e10cSrcweir cnt:expand="true" cnt:fill="true" /> 13*cdf0e10cSrcweir <radiobutton group="2" label="Group 2" 14*cdf0e10cSrcweir cnt:expand="true" cnt:fill="false" /> 15*cdf0e10cSrcweir <radiobutton group="1" label="Group 1 (default)" state="1" 16*cdf0e10cSrcweir cnt:expand="false" cnt:fill="false" /> 17*cdf0e10cSrcweir </hbox> 18*cdf0e10cSrcweir <radiobutton group="1" label="Group 1" state="0" 19*cdf0e10cSrcweir cnt:expand="false" cnt:fill="false" /> 20*cdf0e10cSrcweir </vbox> 21*cdf0e10cSrcweir</dialog> 22