<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="JFSSYScreenSkin" width="720" height="1280" xmlns:e="http://ns.egret.com/eui" xmlns:mx="mx.*"
        >
	<mx:ScreenbgUI id="bg" top="0" left="0" />
	<mx:SSButton id="back_b" label="tyscreenback_png" left="0" top="0" />
	<e:List id="tab_list" left="24" top="108">
		<e:layout>
			<e:HorizontalLayout gap="10" />
		</e:layout>
		<e:itemRendererSkinName>
			<e:Skin states="up,down">
				<e:Image source.down="tytab2_png" source.up="tytab1_png" horizontalCenter="0" bottom="0" />
				<mx:CLabel horizontalCenter="0" top="16" size="28" bold="true" textColor.up="0x6C4F9D" textColor.down="0xffffff"
				           text="{data}" />
			</e:Skin>
		</e:itemRendererSkinName>
	</e:List>
	<e:Group top="186" left="0" right="0" bottom="132">
		<e:Group left="24" top="8">
			<e:Image source="tydchen_png" left="0" top="0" />
			<e:Image source="item2011_png" scaleX="0.4" scaleY="0.4" left="-3" top="-5" />
			<e:Label id="ftp_t"  size="20" bold="true" textColor="0xffffff" left="35" top="7" />
			<mx:SSButton id="add_b" label="tyaddbtn_png" right="-25" top="-3" />
		</e:Group>
		<e:Image top="8" left="253" source="tydchen_png" />
		<e:Label id="yjs_t"  size="20" top="16" textColor="0xffffff" left="300" />
		<e:Scroller left="24" top="76" bottom="47" right="24">
			<e:viewport>
				<e:List id="jfs_list" horizontalCenter="0" y="0">
					<e:layout>
						<e:VerticalLayout gap="28" paddingTop="30" />
					</e:layout>
				</e:List>
			</e:viewport>
		</e:Scroller>
		<mx:SSButton id="paixu_b" label="tyshaixuandi_png" top="0" right="24" />
		<e:Group bottom="0" right="0" left="0" height="50">
			<mx:SSButton id="first_b" label="tytab_png" verticalCenter="0" width="81" height="41" left="104" />
			<mx:SSButton id="prev_b" label="prev_btn_png" horizontalCenter="-75" verticalCenter="0" width="80" height="39" />
			<e:Label id="page_t" size="28" textAlign="center" verticalCenter="0" horizontalCenter="0" textColor="0x7a5cb8" />
			<mx:SSButton id="next_b" label="prev_btn_png" scaleX="-1" verticalCenter="0" horizontalCenter="75" width="80"
			             height="39" />
			<mx:SSButton id="last_b" label="tytab_png" verticalCenter="0" width="81" height="41" right="104" />
		</e:Group>
	</e:Group>
	<mx:SSButton id="lbtj_b" label="tyscreenqdbtn_png" horizontalCenter="0" bottom="34" />
</e:Skin>