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