xref: /trunk/main/toolkit/workben/layout/numeric.xml (revision cdf0e10c4e3984b49a9502b011690b615761d4a3) !
1*cdf0e10cSrcweir<?xml version="1.0" encoding="UTF-8"?>
2*cdf0e10cSrcweir<framewindow xmlns="http://openoffice.org/2007/layout"
3*cdf0e10cSrcweir              xmlns:cnt="http://openoffice.org/2007/layout/container"
4*cdf0e10cSrcweir              id="window1" title="Test-Dialog" optimumsize="true"
5*cdf0e10cSrcweir              has_border="true" sizeable="true" moveable="true">
6*cdf0e10cSrcweir                <vbox>
7*cdf0e10cSrcweir            <numericfield text="5" spin="true" enforce-format="false" value-min="5.3" value-max="17.8"/>
8*cdf0e10cSrcweir                        <pushbutton />
9*cdf0e10cSrcweir                </vbox>
10*cdf0e10cSrcweir</framewindow>
11