awtk/demos/assets/default/raw/ui/combo_box.xml

17 lines
840 B
XML
Raw Normal View History

2018-10-26 07:25:22 +08:00
<window anim_hint="htranslate">
2020-01-11 14:40:35 +08:00
<combo_box left_margin="6" x="10" y="5" w="200" h="30" text="left" options="left;center;right;">
<button style="combobox_down" x="right:5" y="middle" w="20" h="20"/>
</combo_box>
<combo_box left_margin="6" open_window="color" readonly="true" x="10" y="50" w="200" h="30" text="red"/>
2018-12-18 10:06:38 +08:00
2019-09-27 06:46:38 +08:00
<combo_box readonly="true" x="5" y="bottom:5" w="45%" h="30" tr_text="ok" options="1:ok;2:cancel;"/>
<combo_box open_window="language" readonly="true" x="5" y="bottom:50" w="45%" h="30" tr_text="english"/>
<combo_box readonly="true" x="right:5" y="bottom:5" w="45%" h="30" text="ok"
localize_options="false"
options="1:ok;2:cancel;"/>
2018-07-26 19:05:15 +08:00
2019-01-04 16:16:27 +08:00
<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=""/>
2018-07-26 19:05:15 +08:00
</window>