<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>HTC Evo 3D</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>960</PageWidth>
	<PageHeight>540</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\sinli\OneDrive\Documentos\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>OfflineCopyOfPages</ServiceWorker>
	<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">
			<Components>
				<Function name="showButton">
					<Code>.Show button
ShowObject &quot;PushButton2&quot; &quot;none&quot; 0</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<style>overflow-x:hidden;overflow-y:hidden</style>
					<Components>
						<Container id="map">
							<left>170px</left>
							<top>0px</top>
							<width>790px</width>
							<height>540px</height>
							<style>background-color:#E0E0E0;border-style:solid;border-width:1px;overflow-x:hidden;overflow-y:hidden</style>
							<Components>
								<PushButton id="PushButton2">
									<left>12px</left>
									<top>11px</top>
									<width>40px</width>
									<height>40px</height>
									<style>font-size:16pt;padding-left:9px</style>
									<visible>False</visible>
									<icon>glyphicon-menu-hamburger</icon>
									<click>.Move menu to the right
CreateEmptyObject [mycss]
SetVar [mycss.left] &quot;0px&quot;
AnimateObjectCSS &quot;menu&quot; [mycss] 400 0 &quot;easeOutQuad&quot; &quot;&quot;


.Move and resize map
CreateEmptyObject [mycss]
SetVar [mycss.left] &quot;170px&quot;
SetVar [mycss.width] &quot;790px&quot;
AnimateObjectCSS &quot;map&quot; [mycss] 400 0 &quot;easeOutQuad&quot; &quot;&quot;

.Hide button
HideObject &quot;PushButton2&quot; &quot;none&quot; 0</click>
								</PushButton>
							</Components>
						</Container>
						<Container id="menu">
							<left>0px</left>
							<top>0px</top>
							<width>170px</width>
							<height>540px</height>
							<style>background-color:#F5F5F5;border-style:solid;border-width:1px</style>
							<Components>
								<PushButton id="PushButton1">
									<left>120px</left>
									<top>11px</top>
									<width>40px</width>
									<height>40px</height>
									<style>font-size:16pt;padding-left:9px</style>
									<icon>glyphicon-remove</icon>
									<click>.Move menu to the left
CreateEmptyObject [mycss]
SetVar [mycss.left] &quot;-170px&quot;
AnimateObjectCSS &quot;menu&quot; [mycss] 400 0 &quot;easeOutQuad&quot; &quot;&quot;


.Move and resize map
CreateEmptyObject [mycss]
SetVar [mycss.left] &quot;0px&quot;
SetVar [mycss.width] &quot;960px&quot;
AnimateObjectCSS &quot;map&quot; [mycss] 400 0 &quot;easeOutQuad&quot; &quot;showButton&quot;

</click>
								</PushButton>
							</Components>
						</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>960px</width>
							<height>540px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
