mirror of
https://gitee.com/Vancouver2017/luban-lite-t3e-pro.git
synced 2025-12-15 02:48:54 +00:00
17 lines
851 B
XML
17 lines
851 B
XML
<window tr_text="ok" 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"/>
|
|
<image image="flag_${country},flag_none" x="c" y="m:-80" w="80" h="80"/>
|
|
<label name="cancel" x="10" y="50" w="90%" h="30" tr_text="<"en&zh">"/>
|
|
<label name="multiline" x="10" y="80" w="90%" h="60" tr_text="hello world"/>
|
|
|
|
<edit x="10" y="m:50" w="-20" h="30" tr_tips="name" />
|
|
<mledit x="10" y="m:120" w="-20" h="80" tr_tips="desc" />
|
|
<row y="m" h="30" w="100%" children_layout="default(r=1,c=4,ym=2,s=10)" >
|
|
<button name="chinese" text="Chinese"/>
|
|
<button name="english" text="English"/>
|
|
<button name="open:fade" text="highlighter"/>
|
|
<button name="close" text="Close"/>
|
|
</row>
|
|
</window>
|