<window xmlns:n="xhtml" id="windowCommonNumberPad"
	title="" closable="false" border="none" width="310px"
	use="ez.store.common.handle.window.NumberPadWindow" 
	forward="onOK=onEnter">
	<div width="100%">
		<div width="100%" >
			<div style="float:left;padding:1px;">
				<button label="1" width="60px" sclass="btn " height="60px" style="font-size:20px" forward="onClick=onNumber"/>
			</div>
			<div style="float:left;padding:1px;">
				<button label="2" width="60px" sclass="btn " height="60px"  style="font-size:20px" forward="onClick=onNumber"/>
			</div>
			<div style="float:left;padding:1px;">
				<button label="3" width="60px" sclass="btn " height="60px" style="font-size:20px" forward="onClick=onNumber"/>
			</div>
			<div style="float:left;padding:1px;">
				<button label="${labels.msg_btn_delete}" sclass="btn " width="110px" height="60px" style="font-size:20px" forward="onClick=onDelete"/>
			</div>
			<div style="clear:left;"></div>
		</div>
		<div width="100%" style="float:left;">
			<div style="float:left;padding:1px;">
				<button label="4" width="60px" height="60px" sclass="btn " style="font-size:20px" forward="onClick=onNumber"/>
			</div>
			<div style="float:left;padding:1px;">
				<button label="5" width="60px" height="60px" sclass="btn " style="font-size:20px" forward="onClick=onNumber"/>
			</div>
			<div style="float:left;padding:1px;">
				<button label="6" width="60px" height="60px" sclass="btn " style="font-size:20px" forward="onClick=onNumber"/>
			</div>
			<div style="float:left;padding:1px;">
				<button image="/media/images/IconTest/backspage.png" sclass="btn " width="110px" height="60px" style="font-size:20px" forward="onClick=onBackSpace"/>
			</div>
			<div style="clear:left;"></div>
		</div>
		<div width="100%" style="float:left;">
			<div height="120px" style="float:left;">
				<div>
					<div style="float:left;padding:1px;">
						<button label="7" width="60px" height="60px" sclass="btn " style="font-size:20px" forward="onClick=onNumber"/>
					</div>
					<div style="float:left;padding:1px;">
						<button label="8" width="60px" height="60px" sclass="btn " style="font-size:20px" forward="onClick=onNumber"/>
					</div>
					<div style="float:left;padding:1px;">
						<button label="9" width="60px" height="60px" sclass="btn " style="font-size:20px" forward="onClick=onNumber"/>
					</div>
					<div style="clear:left;"></div>
				</div>
				<div>
					<div style="float:left;padding:1px;">
						<button label="0" width="60px" height="60px" sclass="btn " style="font-size:20px" forward="onClick=onNumber"/>
					</div>
					<div style="float:left;padding:1px;">
						<button label="+/-" width="60px" height="60px" sclass="btn " style="font-size:20px" forward="onClick=onChangeSign"/>
					</div>
					<div style="float:left;padding:1px;">
						<button id="btnComma" label="," width="60px" sclass="btn " height="60px" style="font-size:20px" forward="onClick=onNumber"/>
					</div>
					<div style="clear:left;"></div>	
				</div>
			</div>
			<div style="float:left;padding:1px;">
				<button label="${labels.msg_btn_enter}" width="110px" height="121px" sclass="btn " style="font-size:20px" forward="onClick=onEnter"/>
			</div>
			<div style="clear:left;"></div>
		</div>
		<div style="clear:left;"></div>
	</div>
</window>
