﻿<?xml version="1.0" encoding="utf-8"?>
<Windows>
<!-- 进度 -->
	<VerticalLayout >
		<VerticalLayout height="400" bkimage="installing_bk.png" > 
			<WebBrowser name="adsBrowser"  height="400" autonavi="true" delaycreate="false" />
			<VerticalLayout name="loadingLayout"  height="400" >
				<Label float="true" width="68" height="26"   pos="20,18,0,0"  bkimage="file='easeus_logo.png' " />
				<Button name="minimize" float="true" pos="756,15,0,0" width="32" height="32" normalimage="file='public\button\minimize.png' " hotimage="file='public\button\minimize_hover.png'" pushedimage="file='public\button\minimize_press.png'" />
				<Label font="17" name="adsTip" align="center" textcolor="#FF354052" text="Hello" padding="50,80,0,0" maxwidth="700" multiline="true" minheight="60"/>
			</VerticalLayout> 
		</VerticalLayout>

		<!-- VerticalLayout bkimage="installing_progress_bk.png" --> 
		<VerticalLayout bkcolor="#FFFFFFFF" > 
			<HorizontalLayout height="20" padding="20,65,0,0">
			<Label font="5" name="progressTip"  textcolor="#ff4c6785" text="Downloading:" />
			<Label font="5" name="progressValue" width="60" align="right" textcolor="#ff44576d" text="0%"/>
			<Control width="20" />
			</HorizontalLayout>
			<Slider name="slrProgress" padding="0,9,0,0" height="5" mouse="false" foreimage="file='progress_bar_t.png' corner='0,0,0,0'" bkimage="progress_bar_d.png" thumbsize="0,0"/>		
		</VerticalLayout >
	</VerticalLayout>
</Windows>