mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-14 09:02:13 +08:00
24 lines
1.3 KiB
XML
24 lines
1.3 KiB
XML
<window name="main" anim_hint="htranslate">
|
|
<button name="inc_value" x="10" y="5" w="25%" h="30" text="Inc"/>
|
|
<button name="close" x="center" y="5" w="25%" h="30" text="Close"/>
|
|
<button name="dec_value" x="right:10" y="5" w="25%" h="30" text="Dec"/>
|
|
|
|
<label name="left" x="10" y="40" w="30%" h="30" text="Left"/>
|
|
<label name="center" x="center" y="40" w="25%" h="30" text="Center"/>
|
|
<label name="right" x="right:10" y="40" w="30%" h="30" text="Right"/>
|
|
|
|
<progress_bar name="bar1" x="10" y="70" w="240" h="30" value="40"/>
|
|
<progress_bar name="bar2" x="280" y="70" w="30" h="118" value="20" vertical="true"/>
|
|
<check_button name="c1" x="10" y="110" w="80" h="30" text="Book"/>
|
|
<check_button name="c2" x="100" y="110" w="80" h="30" text="Food"/>
|
|
<radio_button name="r1" x="10" y="150" w="80" h="30" text="Book"/>
|
|
<radio_button name="r2" x="100" y="150" w="80" h="30" text="Food"/>
|
|
<radio_button name="r3" x="190" y="150" w="80" h="30" text="Pencil" value="true"/>
|
|
|
|
<image draw_type="icon" image="earth" x="10" y="360" w="40" h="40"/>
|
|
<image draw_type="icon" image="rgba" x="60" y="360" w="40" h="40"/>
|
|
<image draw_type="icon" image="rgb" x="110" y="360" w="40" h="40"/>
|
|
<image draw_type="icon" image="message" x="160" y="360" w="40" h="40"/>
|
|
<image draw_type="icon" image="red_btn_n" x="210" y="360" w="40" h="40"/>
|
|
</window>
|