mirror of
https://gitee.com/zlgopen/awtk.git
synced 2024-12-03 20:48:02 +08:00
89 lines
4.4 KiB
XML
89 lines
4.4 KiB
XML
<window anim_hint="htranslate">
|
|
<list_view x="0" y="0" w="100%" h="-50" item_height="36" auto_hide_scroll_bar="true">
|
|
<scroll_view name="view" x="0" y="0" w="-12" h="100%">
|
|
<list_item style="empty" children_layout="default(r=1,c=0,ym=1)">
|
|
<label w="30%" text="Name"/>
|
|
<edit w="70%" text="" tips="name" action_text="next"/>
|
|
</list_item>
|
|
<list_item style="empty" children_layout="default(r=1,c=0,ym=1)">
|
|
<label w="30%" text="Desc"/>
|
|
<edit w="70%" text="" tips="desc" focused="true" action_text="next"/>
|
|
</list_item>
|
|
<list_item style="empty" children_layout="default(r=1,c=0,ym=1)">
|
|
<label w="30%" text="ASCII"/>
|
|
<edit w="70%" text="" tips="ascii" input_type="ascii" focused="true" action_text="next"/>
|
|
</list_item>
|
|
<list_item style="empty" children_layout="default(r=1,c=0,ym=1)">
|
|
<label w="30%" text="Int"/>
|
|
<edit w="70%" text="" tips="int" input_type="int"/>
|
|
</list_item>
|
|
<list_item style="empty" children_layout="default(r=1,c=0,ym=1)">
|
|
<label w="30%" text="UInt"/>
|
|
<edit w="70%" text="" tips="unsigned int" input_type="uint"/>
|
|
</list_item>
|
|
<list_item style="empty" children_layout="default(r=1,c=0,ym=1)">
|
|
<label w="30%" text="Float"/>
|
|
<edit w="70%" text="" tips="float" input_type="float"/>
|
|
</list_item>
|
|
<list_item style="empty" children_layout="default(r=1,c=0,ym=1)">
|
|
<label w="30%" text="UFloat"/>
|
|
<edit w="70%" text="" tips="unsigned float" input_type="ufloat"/>
|
|
</list_item>
|
|
<list_item style="empty" children_layout="default(r=1,c=0,ym=1)">
|
|
<label w="30%" text="Hex"/>
|
|
<edit w="70%" text="" tips="hex number" input_type="hex"/>
|
|
</list_item>
|
|
<list_item style="empty" children_layout="default(r=1,c=0,ym=1)">
|
|
<label w="30%" text="Mobile"/>
|
|
<edit w="70%" text="" tips="phone number" input_type="phone"/>
|
|
</list_item>
|
|
<list_item style="empty" children_layout="default(r=1,c=0,ym=1)">
|
|
<label w="30%" text="Email"/>
|
|
<edit w="70%" text="" tips="email" input_type="email"/>
|
|
</list_item>
|
|
<list_item style="empty" children_layout="default(r=1,c=0,ym=1)">
|
|
<label w="30%" text="Password"/>
|
|
<edit w="70%" text="" tips="password" input_type="password"/>
|
|
</list_item>
|
|
<list_item style="empty" children_layout="default(r=1,c=0,ym=1)">
|
|
<label w="30%" text="Overlap"/>
|
|
<edit w="70%" text="" tips="name"/>
|
|
</list_item>
|
|
<list_item style="empty" children_layout="default(r=1,c=0,ym=1)">
|
|
<label w="30%" text="IP Addr"/>
|
|
<edit w="70%" text="192.168.1.1" tips="ipv4" action_text="next" input_type="ipv4"/>
|
|
</list_item>
|
|
<list_item style="empty" children_layout="default(r=1,c=0,ym=1)">
|
|
<label w="30%" text="IP Addr"/>
|
|
<edit w="70%" text="" tips="ipv4 autofix" action_text="next" input_type="ipv4" auto_fix="true"/>
|
|
</list_item>
|
|
<list_item style="empty" children_layout="default(r=1,c=0,ym=1)">
|
|
<label w="30%" text="Date"/>
|
|
<edit w="70%" text="2020/10/10" tips="date" action_text="next" input_type="date"/>
|
|
</list_item>
|
|
<list_item style="empty" children_layout="default(r=1,c=0,ym=1)">
|
|
<label w="30%" text="Date"/>
|
|
<edit w="70%" text="" tips="date autofix" action_text="next" input_type="date" auto_fix="true"/>
|
|
</list_item>
|
|
<list_item style="empty" children_layout="default(r=1,c=0,ym=1)">
|
|
<label w="30%" text="Time"/>
|
|
<edit w="70%" text="12:16" tips="time" action_text="next" input_type="time"/>
|
|
</list_item>
|
|
<list_item style="empty" children_layout="default(r=1,c=0,ym=1)">
|
|
<label w="30%" text="Time"/>
|
|
<edit w="70%" text="" tips="time autofix" action_text="next" input_type="time" auto_fix="true"/>
|
|
</list_item>
|
|
<list_item style="empty" children_layout="default(r=1,c=0,ym=1)">
|
|
<label w="30%" text="Full Time"/>
|
|
<edit w="70%" text="12:16:00" tips="full time" action_text="next" input_type="time_full"/>
|
|
</list_item>
|
|
<list_item style="empty" children_layout="default(r=1,c=0,ym=1)">
|
|
<label w="30%" text="Full Time"/>
|
|
<edit w="70%" text="" tips="full time autofix" action_text="next" input_type="time_full" auto_fix="true"/>
|
|
</list_item>
|
|
</scroll_view>
|
|
<scroll_bar_d name="bar" x="right" y="0" w="12" h="100%" value="0"/>
|
|
</list_view>
|
|
<button name="close" x="center" y="bottom:10" w="25%" h="30" text="Close"/>
|
|
</window>
|