<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="HzLyinGiftPopSkin" width="720" height="1280" xmlns:e="http://ns.egret.com/eui"
        xmlns:w="http://ns.egret.com/wing" xmlns:mx="mx.*">
	<mx:ImageUI id="bg_rect" />
	<e:Group horizontalCenter="0" verticalCenter="0" width="561" height="482">
		<e:Image id="bg" source="tyalertMbg_png" width="561" height="482" verticalCenter="0" horizontalCenter="0"
		         scale9Grid="114,107,97,43" />
		<e:Label id="title_bt" />
		<e:List id="gift_list" top="130" width="498" height="283" left="34">
			<e:itemRendererSkinName>
				<e:Skin states="up,down,disabled">
					<e:Image source.down="tytcqxbtn_png" source.up="tytcqdbtn_png" width="237" height="71" />
					<mx:CLabel text="{data.bp}" horizontalCenter="0" verticalCenter="0" size="30" bold="true" stroke="1" strokeColor.down="0xe7be91" strokeColor.up="0x8177be" />
				</e:Skin>
			</e:itemRendererSkinName>
			<e:layout>
				<e:TileLayout requestedRowCount="4" requestedColumnCount="2" columnWidth="237" verticalGap="35" horizontalGap="24" />
			</e:layout>
		</e:List>
		<mx:SSButton id="close_b" label="tytyclose_png" right="0" top="22" />
	</e:Group>
</e:Skin>