mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-14 09:02:13 +08:00
6 lines
323 B
XML
6 lines
323 B
XML
<dialog style="notitle" anim_hint="fade(duration=300)" x="c" y="m" w="80%" h="160">
|
|
<label name="" x="center" y="middle:-20" w="200" h="30" text="Are you ready?"/>
|
|
<button name="quit" x="10" y="bottom:10" w="40%" h="30" text="Yes"/>
|
|
<button name="quit" x="right:10" y="bottom:10" w="40%" h="30" text="No"/>
|
|
</dialog>
|