mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-14 00:51:46 +08:00
9 lines
426 B
XML
9 lines
426 B
XML
<window anim_hint="htranslate" x="0" y="0" w="320" h="480">
|
|
<label name="ok" x="10" y="5" w="25%" h="30" tr_text="ok"/>
|
|
<label name="cancel" x="right:10" y="5" w="25%" h="30" tr_text="cancel"/>
|
|
|
|
<button name="chinese" x="10" y="m" w="25%" h="30" text="Chinese"/>
|
|
<button name="english" x="center" y="m" w="25%" h="30" text="English"/>
|
|
<button name="close" x="right:10" y="m" w="25%" h="30" text="Close"/>
|
|
</window>
|