<?xml version="1.0" encoding="UTF-8"?>
<component name="ChangePin" extends="Panel" initialFocus="PinEntry" >
	
	<script type="text/brightscript" uri="pkg:/components/Settings/ChangePin.brs" />

	<children>
		<Rectangle
				width="450"
				height="570"
				color="0x101010C0"
				translation="[360,40]">
				<PinPad
					id="PinEntry"
					translation="[20,80]">
				<Label
					id="lbl"
					text="Enter Current PIN"
					font="font:MediumBoldSystemFont"
					width="500"
					horizAlign="center"
					translation="[-50,-60]"/>
				
				<Label
					id="lblSuccess"
					text=""
					font="font:SmallBoldSystemFont"
					width="500"
					numLines="2"
					wrap="true"
					horizAlign="center"
					translation="[-50,450]"/>
				</PinPad>
		</Rectangle>
	</children>
	
	<interface>
		<field id="change" type="boolean" value="false"/>
	</interface>
</component>
