<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="HeroSelectViewSkin" width="720" height="1280" xmlns:e="http://ns.egret.com/eui" xmlns:mx="mx.*"
        xmlns:w="http://ns.egret.com/wing">
	<mx:ImageUI id="bg_rect" alpha="0.2" left="0" right="0" top="0" bottom="0" />
	<e:Group id="g_g" width="636" height="866" verticalCenter="0" horizontalCenter="0">
		<e:Image id="di_p" top="0" bottom="0" left="0" right="0" source="tyalertMbg_png"  scale9Grid="160,118,25,26"/>
		<mx:SSButton id="close_b" label="tytyclose_png" right="12" top="24" x="408" y="-294" />
		<mx:CLabel id="title_bt" />
		<mx:SSButton id="quere_b" label="tytcqdbtn_png" horizontalCenter="153.5" bottom="38" />
		<mx:SSButton id="exit_b" label="tytcqxbtn_png" horizontalCenter="-153.5" bottom="38" />
		<e:Image id="desImage" top="106" horizontalCenter="0" width="568" height="58" source="tytdchen_png" />
		<e:List id="type_list" width="568" height="58" top="106" horizontalCenter="0">
			<e:layout>
				<e:HorizontalLayout gap="2" />
			</e:layout>
			<e:itemRendererSkinName>
				<e:Skin states="up,down" width="140" height="61">
					<e:Image source.down="tytab_png" verticalCenter="0" horizontalCenter="0" />
					<e:Image source.up="{data.up}" verticalCenter="0" horizontalCenter="0" />
					<mx:ImageUI alpha="0" />
				</e:Skin>
			</e:itemRendererSkinName>
			<e:ArrayCollection>
				<e:Array>
					<e:Object up="teamall_png" />
					<e:Object up="teammiddle_png" />
					<e:Object up="teamfront_png" />
					<e:Object up="teambehind_png" />
				</e:Array>
			</e:ArrayCollection>
		</e:List>
		<e:Scroller id="hero_s" scrollPolicyH="off" left="37" right="30" anchorOffsetY="0" bottom="70" top="185">
			<e:List id="hero_list" anchorOffsetX="0" width="569" anchorOffsetY="0" height="611">
				<e:layout>
					<e:TileLayout requestedColumnCount="4" horizontalAlign="center" verticalAlign="middle" verticalGap="8"
					              paddingTop="15" horizontalGap="0" />
				</e:layout>
			</e:List>
		</e:Scroller>
	</e:Group>
</e:Skin>