mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-15 01:20:53 +08:00
6 lines
379 B
XML
6 lines
379 B
XML
<dialog name="dialog1" anim_hint="fade" style="1:default1" icon="info" w="80%" h="160" text="Dialog">
|
|
<label name="" x="center" y="middle:-20" w="200" h="30" text="Are you ready?"/>
|
|
<button name="quit" style="1:green_btn" x="10" y="bottom:10" w="40%" h="30" text="Yes"/>
|
|
<button name="quit" style="2:red_btn" x="right:10" y="bottom:10" w="40%" h="30" text="No"/>
|
|
</dialog>
|