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