mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-05 05:27:58 +08:00
11 lines
596 B
XML
11 lines
596 B
XML
<dialog anim_hint="center_scale(duration=300)" highlight="default(start_alpha=0, end_alpha=80)"
|
|
x="0" y="m" w="100%" h="160">
|
|
<dialog_title x="0" y="0" w="100%" h="30" text="Hello AWTK" />
|
|
<dialog_client x="0" y="bottom" w="100%" h="-30">
|
|
<label name="" x="center" y="middle:-20" w="200" h="30" text="Are you ready?"/>
|
|
<button name="open:center" x="2%" y="bottom:10" w="30%" h="30" text="Yes"/>
|
|
<button name="open:window" x="34%" y="bottom:10" w="30%" h="30" text="win"/>
|
|
<button name="close()" x="66%" y="bottom:10" w="30%" h="30" text="No"/>
|
|
</dialog_client>
|
|
</dialog>
|