mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-15 01:20:53 +08:00
9 lines
516 B
XML
9 lines
516 B
XML
<window>
|
|
<button style="1:cross" name="tl" x="20" y="20" w="32" h="32" text=""/>
|
|
<button style="1:cross" name="tr" x="right:20" y="20" w="32" h="32" text=""/>
|
|
<button style="1:cross" name="bl" x="20" y="bottom:20" w="32" h="32" text=""/>
|
|
<button style="1:cross" name="br" x="right:20" y="bottom:20" w="32" h="32" text=""/>
|
|
<button style="1:cross" name="cm" x="center" y="middle" w="32" h="32" text=""/>
|
|
<label name="tips" x="center" y="middle:50" w="32" h="32" text="calibration"/>
|
|
</window>
|