mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-15 09:31:14 +08:00
11 lines
612 B
XML
11 lines
612 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" tr_text="ok" options="1:ok;2:cancel;"/>
|
|
<combo_box open_window="language" readonly="true" x="10" y="bottom:50" w="200" h="30" tr_text="english"/>
|
|
|
|
<label name="old_value" x="center" y="middle:-20" w="50%" h="30" text=""/>
|
|
<label name="value" x="center" y="middle:20" w="50%" h="30" text=""/>
|
|
</window>
|