mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-11-30 02:58:26 +08:00
10 lines
351 B
XML
10 lines
351 B
XML
<window name="main" x="0" y="0" w="320" h="480">
|
|
<button x="0" y="5" w="50%" h="30" text="50%"/>
|
|
<button x="0" y="40" w="100%" h="30" text="100%"/>
|
|
|
|
<button x="center" y="middle" w="30%" h="30" text="ok"/>
|
|
|
|
<button x="20" y="bottom:30" w="30%" h="30" text="ok"/>
|
|
<button x="right:20" y="bottom:30" w="30%" h="30" text="cancel"/>
|
|
</window>
|