mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-15 01:20:53 +08:00
73 lines
3.8 KiB
XML
73 lines
3.8 KiB
XML
<window anim_hint="htranslate" >
|
|
<list_view x="0" y="0" w="100%" h="-50" item_height="36">
|
|
<scroll_view name="view" x="0" y="0" w="-12" h="100%">
|
|
<list_item style="5:empty" layout="r1 c0">
|
|
<label w="30%" text="Age"/>
|
|
<edit w="70%" right_margin="16" tips="uint(0-150) auto_fix" input_type="uint" min="0" max="150" step="1" auto_fix="true">
|
|
<button name="inc" repeat="300" style="3:spinbox_down" x="right" y="0" w="15" h="50%" />
|
|
<button name="dec" repeat="300" style="2:spinbox_down" x="right" y="bottom" w="15" h="50%" />
|
|
</edit>
|
|
</list_item>
|
|
<list_item style="5:empty" layout="r1 c0">
|
|
<label w="30%" text="Weight"/>
|
|
<edit w="70%" right_margin="16" tips="ufloat(10-150) auto_fix" input_type="ufloat" min="10" max="150" step="0.1" auto_fix="true">
|
|
<button name="inc" repeat="300" style="3:spinbox_down" x="right" y="0" w="15" h="50%" />
|
|
<button name="dec" repeat="300" style="2:spinbox_down" x="right" y="bottom" w="15" h="50%" />
|
|
</edit>
|
|
</list_item>
|
|
|
|
<list_item style="5:empty" layout="r1 c0">
|
|
<label w="30%" text="Age"/>
|
|
<edit w="70%" right_margin="16" tips="uint(0-150)" input_type="uint" min="0" max="150" step="1">
|
|
<button name="inc" repeat="300" style="3:spinbox_down" x="right" y="0" w="15" h="50%" />
|
|
<button name="dec" repeat="300" style="2:spinbox_down" x="right" y="bottom" w="15" h="50%" />
|
|
</edit>
|
|
</list_item>
|
|
<list_item style="5:empty" layout="r1 c0">
|
|
<label w="30%" text="Weight"/>
|
|
<edit w="70%" right_margin="16" tips="ufloat(10-150)" input_type="ufloat" min="10" max="150" step="0.1">
|
|
<button name="inc" repeat="300" style="3:spinbox_down" x="right" y="0" w="15" h="50%" />
|
|
<button name="dec" repeat="300" style="2:spinbox_down" x="right" y="bottom" w="15" h="50%" />
|
|
</edit>
|
|
</list_item>
|
|
|
|
<list_item style="5:empty" layout="r1 c0">
|
|
<label w="30%" text="Age"/>
|
|
<edit w="70%" left_margin="34" right_margin="34" tips="uint(0-150)" input_type="uint" min="0" max="150" step="1" auto_fix="true">
|
|
<button name="dec" repeat="300" style="4:spinbox_left" x="0" y="0" w="30" h="100%" />
|
|
<button name="inc" repeat="300" style="5:spinbox_right" x="right" y="bottom" w="30" h="100%" />
|
|
</edit>
|
|
</list_item>
|
|
<list_item style="5:empty" layout="r1 c0">
|
|
<label w="30%" text="Weight"/>
|
|
<edit w="70%" left_margin="34" right_margin="34" tips="ufloat(0-150)" input_type="ufloat" min="0" max="150" step="0.1">
|
|
<button name="dec" repeat="300" style="4:spinbox_left" x="0" y="0" w="30" h="100%" />
|
|
<button name="inc" repeat="300" style="5:spinbox_right" x="right" y="bottom" w="30" h="100%" />
|
|
</edit>
|
|
</list_item>
|
|
<list_item style="5:empty" layout="r1 c0">
|
|
<label w="30%" text="Text"/>
|
|
<edit w="70%" left_margin="34" tips="searth" min="0" max="150" step="0.1">
|
|
<image image="find" x="0" y="0" w="30" h="100%" />
|
|
</edit>
|
|
</list_item>
|
|
<list_item style="5:empty" layout="r1 c0">
|
|
<label w="30%" text="Text"/>
|
|
<edit w="70%" right_margin="34" tips="searth" min="0" max="150" step="0.1">
|
|
<button name="clear" style="6:edit_clear" x="right" y="bottom" w="30" h="100%" />
|
|
</edit>
|
|
</list_item>
|
|
<list_item style="5:empty" layout="r1 c0">
|
|
<label w="30%" text="Text"/>
|
|
<edit w="70%" text="readonly" readonly="true"/>
|
|
</list_item>
|
|
<list_item style="5:empty" layout="r1 c0">
|
|
<label w="30%" text="Text"/>
|
|
<edit w="70%" style="1:line" tips="underline" text="" />
|
|
</list_item>
|
|
</scroll_view>
|
|
<scroll_bar_d name="bar" x="right" y="0" w="12" h="100%" value="0"/>
|
|
</list_view>
|
|
<button name="close" x="center" y="bottom:10" w="25%" h="30" text="Close"/>
|
|
</window>
|