<?xml version='1.0' encoding='utf-8'?>
<e:Skin class="BindWeChatAlertSkin" xmlns:e="http://ns.egret.com/eui" xmlns:w="http://ns.egret.com/wing" xmlns:mx="mx.*"
        width="720" height="1280">
	<mx:ImageUI id="bg_rect" />
	<e:Group horizontalCenter="0" verticalCenter="0">
		<e:Image source="bind_wx_bg_png"/>
		<e:Group horizontalCenter="0" verticalCenter="0">
			<e:Image source="bind_wx_input_bg_png"/>
			<e:EditableText id="wx_code_el" top="0" left="0" size="26" width="457" height="50" textAlign="center" verticalAlign="middle"/>
		</e:Group>

		<mx:SSButton id="bind_b"   label="ensure_bind_wx_png"  bottom="82" right="96"/>
		<mx:SSButton id="close_b" label="cancle_bind_wx_png" left="111" bottom="82"/>
	</e:Group>
	
</e:Skin>