<?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="page1">
					<foreground_masterpage>master</foreground_masterpage>
					<enter_effect>fadeIn</enter_effect>
					<Components>
						<Headline id="Headline1">
							<left>150px</left>
							<top>120px</top>
							<width>320px</width>
							<height>140px</height>
							<style>font-size:72pt</style>
							<text>Page 1</text>
						</Headline>
					</Components>
				</Page>
				<Page id="page2">
					<foreground_masterpage>master</foreground_masterpage>
					<enter_effect>fadeIn</enter_effect>
					<Components>
						<Headline id="Headline2">
							<left>150px</left>
							<top>120px</top>
							<width>320px</width>
							<height>140px</height>
							<style>font-size:72pt</style>
							<text>Page 2</text>
						</Headline>
					</Components>
				</Page>
				<Page id="page3">
					<foreground_masterpage>master</foreground_masterpage>
					<enter_effect>fadeIn</enter_effect>
					<Components>
						<Headline id="Headline3">
							<left>150px</left>
							<top>120px</top>
							<width>320px</width>
							<height>140px</height>
							<style>font-size:72pt</style>
							<text>Page 3</text>
						</Headline>
					</Components>
				</Page>
				<Page id="page4">
					<foreground_masterpage>master</foreground_masterpage>
					<enter_effect>fadeIn</enter_effect>
					<Components>
						<Headline id="Headline4">
							<left>150px</left>
							<top>120px</top>
							<width>320px</width>
							<height>140px</height>
							<style>font-size:72pt</style>
							<text>Page 4</text>
						</Headline>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="master">
					<Components>
						<SVGicon id="SVGicon2">
							<left>20px</left>
							<top>10px</top>
							<width>40px</width>
							<height>40px</height>
							<style>cursor:pointer;fill:#A8A8A8;stroke:black;stroke-width:1px</style>
							<icon>svgBars</icon>
							<click>MoveObject &quot;menuPanel&quot; &quot;0px&quot; &quot;0px&quot;
ShowObject &quot;menuPanel&quot; &quot;slideInLeft&quot; 13</click>
						</SVGicon>
						<Container id="menuPanel">
							<left>-250px</left>
							<top>0px</top>
							<width>230px</width>
							<height>400px</height>
							<style>background-color:#A8A8A8</style>
							<visible>False</visible>
							<Components>
								<SVGicon id="SVGicon1">
									<left>192px</left>
									<top>10px</top>
									<width>40px</width>
									<height>40px</height>
									<style>cursor:pointer;fill:#FFFFFF;stroke:black;stroke-width:1px</style>
									<icon>svgTimes</icon>
									<click>HideObject &quot;menuPanel&quot; &quot;slideOutLeft&quot; 25</click>
								</SVGicon>
								<Paragraph id="Paragraph1">
									<left>30px</left>
									<top>50px</top>
									<width>120px</width>
									<height>40px</height>
									<style>font-size:16pt;cursor:pointer</style>
									<text>Page 1</text>
									<click>HideObject &quot;menuPanel&quot; &quot;slideOutLeft&quot; 25
Wait 300
  GotoPage &quot;page1&quot;
EndWait</click>
								</Paragraph>
								<Paragraph id="Paragraph2">
									<left>30px</left>
									<top>80px</top>
									<width>120px</width>
									<height>40px</height>
									<style>font-size:16pt;cursor:pointer</style>
									<text>Page 2</text>
									<click>HideObject &quot;menuPanel&quot; &quot;slideOutLeft&quot; 25
Wait 300
  GotoPage &quot;page2&quot;
EndWait</click>
								</Paragraph>
								<Paragraph id="Paragraph3">
									<left>30px</left>
									<top>110px</top>
									<width>120px</width>
									<height>40px</height>
									<style>font-size:16pt;cursor:pointer</style>
									<text>Page 3</text>
									<click>HideObject &quot;menuPanel&quot; &quot;slideOutLeft&quot; 25
Wait 300
  GotoPage &quot;page3&quot;
EndWait</click>
								</Paragraph>
								<Paragraph id="Paragraph4">
									<left>30px</left>
									<top>140px</top>
									<width>120px</width>
									<height>40px</height>
									<style>font-size:16pt;cursor:pointer</style>
									<text>Page 4</text>
									<click>HideObject &quot;menuPanel&quot; &quot;slideOutLeft&quot; 25
Wait 300
  GotoPage &quot;page4&quot;
EndWait</click>
								</Paragraph>
							</Components>
						</Container>
					</Components>
				</Page>
			</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>
