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="TabControl Test" optimumsize="true" 6*cdf0e10cSrcweir has_border="true" sizeable="true" moveable="true"> 7*cdf0e10cSrcweir <vbox> 8*cdf0e10cSrcweir <tabcontrol> 9*cdf0e10cSrcweir <pushbutton label="Child 1" cnt:title="Page 1" /> 10*cdf0e10cSrcweir <edit has_border="true" text="Child 2" cnt:title="Page 2" /> 11*cdf0e10cSrcweir <vbox cnt:title="Page 3"> 12*cdf0e10cSrcweir <pushbutton label="Child 3"/> 13*cdf0e10cSrcweir <edit has_border="true" text="Child 4" /> 14*cdf0e10cSrcweir </vbox> 15*cdf0e10cSrcweir </tabcontrol> 16*cdf0e10cSrcweir <okbutton cnt:expand="false" /> 17*cdf0e10cSrcweir </vbox> 18*cdf0e10cSrcweir</dialog> 19