12345678910111213141516171819202122232425262728293031323334353637383940414243444546 |
- <uipanel id="KLMountStorePanel" name="坐骑仓库" a="20" width="1334" height="750" zindex="101" x="-105" y="0" adapter="1">
- <img id="bg" a="00" src="Texture/attr_bg_r.png" width="322" height="750" raycast="1" x="201" y="0" color="#FFFFFFFF">
- <img id="title" atlas="Atlas/UIMount.spriteatlas" y="350" src="storeTitle">
- </img>
- <img id="closeBtn" a="00" atlas="Atlas/Common.spriteatlas" src="button_interface_close5" width="50" height="51" raycast="1" color="#FFFFFF00" x="132" y="351" z="0" rotate="0,0,0">
- </img>
- <panel id="att_info" a="01" width="255" height="91" x="2" y="-70">
- <img id="titleIcon3" a="11" atlas="Atlas/TS_Common.spriteatlas" src="img_title_di" width="121" height="35" raycast="0" x="0" y="0">
- <text id="text9" a="00" text="坐骑总属性" fontsize="16" height="25" width="160" ta="01" x="49" y="1" outlinesize="1" outlinecolor="#000000FF" color="#FFFFFFFF" horwrap="1">
- </text>
- </img>
- <panel id="attInfoRoot" active="1" x="0" y="-32" z="0" width="10" height="10" a="01" rotate="0,0,0">
- <panel id="att_info_list_container" a="01" width="0" height="0" active="1" x="-122" y="0">
- <scrollview id="mount_info_scrollview" a="11" width="250" height="130" vertical="1" y="0" raycast="1" x="0">
- <layout id="att_list" control_height="0" contentsizefitter="1" vertical="1" height="38" width="250" a="11" raycast="0" cella="11">
- </layout>
- </scrollview>
- </panel>
- </panel>
- <panel id="btnRoot" a="02" height="0" width="0" y="18" active="0">
- <img id="expandBtn" active="0" atlas="Atlas/UIMount.spriteatlas" src="arrow_down" raycast="1" x="0" y="0" z="0" rotate="0,0,0">
- </img>
- <img id="foldBtn" active="1" atlas="Atlas/UIMount.spriteatlas" src="arrow_up" raycast="1" x="0" y="0" z="0" rotate="0,0,0">
- </img>
- </panel>
- </panel>
- <panel id="onMount" active="1">
- <text id="text44" a="00" text="没有可提供的坐骑" fontsize="20" height="25" width="160" ta="01" x="0" y="0" outlinesize="1" outlinecolor="#000000FF" color="#ed2e2e">
- </text>
- </panel>
- <panel id="mountInfoRoot" width="256" height="568" a="01" active="0" y="-244">
- <togglegroup id="togglegroup">
- </togglegroup>
- <img id="titleIcon3" a="11" atlas="Atlas/TS_Common.spriteatlas" src="img_title_di" width="121" height="35" raycast="0" x="0" y="0">
- <text id="text9" a="00" text="坐骑" fontsize="16" height="25" width="160" ta="01" x="49" y="1" outlinesize="1" outlinecolor="#000000FF" color="#FFFFFFFF" horwrap="1">
- </text>
- </img>
- <scrollview id="mount_info_scrollview" a="11" width="256" height="435" vertical="1" y="-30" raycast="1" x="5">
- <layout id="layout7" width="256" height="568" a="01" vertical="1" contentsizefitter="1" raycast="1">
- <datalist id="mount_all_info_list" databind="@mount_all_info_list">
- </datalist>
- </layout>
- </scrollview>
- </panel>
- </img>
- </uipanel>
|