mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-15 02:48:54 +00:00
10 lines
502 B
XML
10 lines
502 B
XML
<dialog anim_hint="popup" highlight="default(start_alpha=0, end_alpha=80)"
|
|
x="0" y="bottom" 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:confirm" 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_client>
|
|
</dialog>
|