<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>600</PageWidth>
	<PageHeight>400</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\sinli\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<ThemeColor>#000000</ThemeColor>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<Container id="Container1">
							<left>30px</left>
							<top>30px</top>
							<width>250px</width>
							<height>160px</height>
							<style>background-color:#FFFFFF;background-image:linear-gradient(red, yellow, blue);border-style:solid;border-width:1px</style>
							<mousemove>SetVar [x] 12</mousemove>
						</Container>
						<Container id="Container2">
							<left>310px</left>
							<top>30px</top>
							<width>260px</width>
							<height>160px</height>
							<style>background-color:#FFFFFF;background-image:linear-gradient(45deg,green,blue);border-bottom:1px dotted black;border-left:1px solid blue;border-width:1px</style>
						</Container>
						<Container id="Container3">
							<left>30px</left>
							<top>220px</top>
							<width>250px</width>
							<height>150px</height>
							<style>background-color:#FFFFFF;background-image:radial-gradient(green,blue);border-bottom:1px dotted black;border-left:1px solid blue;border-width:1px</style>
						</Container>
						<Container id="Container4">
							<left>210px</left>
							<top>110px</top>
							<width>360px</width>
							<height>260px</height>
							<style>background-image:linear-gradient(rgba(255,0,0,.5),rgba(0,255,0,.9));border-style:solid;border-width:1px</style>
							<mousemove>SetVar [x] 12</mousemove>
						</Container>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>600px</width>
							<height>400px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
