mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-15 01:20:53 +08:00
6 lines
348 B
XML
6 lines
348 B
XML
<dialog name="" anim_hint="bottom_to_top" icon="info" x="0" y="bottom" w="100%" h="160" text="Dialog">
|
|
<label name="" x="center" y="middle:-20" w="200" h="30" text="AWTK is cool!"/>
|
|
<button name="quit" x="10" y="bottom:10" w="40%" h="30" text="确定"/>
|
|
<button name="quit" x="right:10" y="bottom:10" w="40%" h="30" text="取消"/>
|
|
</dialog>
|