<?xml version="1.0" encoding="utf-8"?>
<e:Skin class="UnionHuiZhangAlertSkin" 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" />
	<e:Group id="g_g" horizontalCenter="0" verticalCenter="0" width="605" height="446">
		<e:Image top="0" left="0" bottom="0" right="0" source="tyalertMbg_png"  scale9Grid="156,107,38,32"/>
		<mx:CLabel id="title" left="88" top="30" size="36" bold="true" textColor="0xffffff" strokeColor="0x665999" stroke="2" />
		<mx:SSButton id="close_b" label="tytyclose_png" right="15" top="26" />
		<e:Scroller id="huizhang_s" width="544" left="25" top="110" bottom="197">
			<e:List id="huizhang_list" top="0" horizontalCenter="0">
				<e:layout>
					<e:TileLayout horizontalGap="19" verticalGap="23" requestedRowCount="4" requestedColumnCount="4" />
				</e:layout>
				<e:itemRendererSkinName>
					<e:Skin states="up,down" width="121" height="161">
						<e:Image source="{data.huizhang}" top="0" horizontalCenter="0" />
						<e:Label text="{data.text}" top="128" horizontalCenter="0" size="24" textColor="0x70549F " bold="true" />
						<e:Image source="scylgxuan_png" right="2" bottom="25" visible="false" visible.down="true" />
					</e:Skin>
				</e:itemRendererSkinName>
			</e:List>
		</e:Scroller>
		<e:Group id="ok_g" bottom="50" horizontalCenter="0">
			<e:Image id="ok_p" source="xgjzhzjge_png" bottom="0" horizontalCenter="0" />
			<mx:SSButton id="queren_b" label="tytcqdbtn_png" width="193" height="59" horizontalCenter="0" bottom="55" />
		</e:Group>
		<e:Group id="name_g" horizontalCenter="0" top="150">
			<e:Image source="unionalert_input_png" top="0" horizontalCenter="0" />
			<e:EditableText id="name_ed" width="258" height="27" text="输入名称，最多7字" top="18" textColor="0x8E7EA8" left="20"
			                size="27" maxChars="7" />
		</e:Group>
		<e:Group id="gonggao_g" horizontalCenter="0" width="510" height="170" top="102">
			<e:Image source="jzggsrkuang_png" left="0" top="0" right="0" bottom="0" scale9Grid="21,26,10,7" />
			<e:Label id="num_t" text="0/50" size="24" right="8" bottom="8" />
			<e:EditableText id="gonggao_ed" height="91" size="24" maxChars="50" multiline="true" lineSpacing="8" width="472"
			                left="18" top="16" />
		</e:Group>
	</e:Group>
</e:Skin>