xref: /trunk/main/toolkit/workben/layout/sequence.xml (revision cdf0e10c)
1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*cdf0e10cSrcweir
3*cdf0e10cSrcweir<framewindow xmlns="http://openoffice.org/2007/layout"
4*cdf0e10cSrcweir             xmlns:cnt="http://openoffice.org/2007/layout/container"
5*cdf0e10cSrcweir             xmlns:style="http://openoffice.org/2007/layout/style"
6*cdf0e10cSrcweir             title="Sequence Test" style:optimumsize="true"
7*cdf0e10cSrcweir             style:has_border="true" style:sizeable="true" style:moveable="true">
8*cdf0e10cSrcweir		<vbox>
9*cdf0e10cSrcweir			<multilistbox linecount="5" string-item-list=":a:b::c:::d::::e:as:"
10*cdf0e10cSrcweir			                            selected-items="0:1" />
11*cdf0e10cSrcweir			<okbutton cnt:expand="false" />
12*cdf0e10cSrcweir		</vbox>
13*cdf0e10cSrcweir</framewindow>
14