You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
842 B
21 lines
842 B
10 months ago
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<treectrl size="full,full" name="mytree" itemHeight="22" indent="22" hasLines="true" iconSkin="skin_tree_icon" checkBox="1" font="underline:1" >
|
||
|
<item text="组织机构" img="0" selImg="1" expand="1">
|
||
|
<item text="市场部" img="0" selImg="1">
|
||
|
<item text="南一区" img="2"/>
|
||
|
<item text="北二区" img="2"/>
|
||
|
<item text="西三区" img="2">
|
||
|
<item text="第一分队" img="0" selImg="1" expand="0">
|
||
|
<item text="张三组" img="2"/>
|
||
|
<item text="李四组" img="2"/>
|
||
|
<item text="王五组" img="2"/>
|
||
|
</item>
|
||
|
</item>
|
||
|
</item>
|
||
|
</item>
|
||
|
<item text="宣传部" img="0" selImg="1" expand="0">
|
||
|
<item text="南一区" img="2"/>
|
||
|
<item text="北二区" img="2"/>
|
||
|
<item text="西三区" img="2"/>
|
||
|
</item>
|
||
|
</treectrl>
|