mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-14 00:51:46 +08:00
9 lines
536 B
XML
9 lines
536 B
XML
<window anim_hint="htranslate">
|
|
<combo_box left_margin="6" readonly="true" x="10" y="5" w="200" h="30" text="left" options="left;center;right;"/>
|
|
<combo_box open_window="color" readonly="true" x="10" y="50" w="200" h="30" text="red"/>
|
|
<combo_box readonly="true" x="10" y="bottom:5" w="200" h="30" text="left" options="1:left;2:center;3:right;"/>
|
|
<combo_box open_window="color" readonly="true" x="10" y="bottom:50" w="200" h="30" text="red"/>
|
|
|
|
<button name="close" x="center" y="middle" w="50%" h="30" text="close"/>
|
|
</window>
|