mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-14 00:51:46 +08:00
14 lines
618 B
XML
14 lines
618 B
XML
<window anim_hint="htranslate">
|
|
<row x="10" y="30" w="100%" h="150" layout="row:1 col:3">
|
|
<text_selector options="2000-2050" text="2018"/>
|
|
<text_selector options="1-12" text="1"/>
|
|
<text_selector options="1-31" text="1"/>
|
|
</row>
|
|
<button name="close" x="center" y="middle" w="50%" h="30" text="close"/>
|
|
<row x="10" y="bottom:30" w="100%" h="90" layout="row:1 col:3">
|
|
<text_selector options="2000-2050" visible_nr="3" text="2018"/>
|
|
<text_selector options="1-12" visible_nr="3" text="1"/>
|
|
<text_selector options="red;green;blue;gold;orange" visible_nr="3" text="red"/>
|
|
</row>
|
|
</window>
|