<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<DesignDeviceName>Apple iPhone 6 Plus</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>736</PageWidth>
	<PageHeight>414</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<LanguageCode>en</LanguageCode>
	<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>
	<startup>SetVar [menuState] &quot;close&quot;
MoveObject &quot;ContainerMenu&quot; -280 0
neoSwipe &quot;NewPage&quot; &quot;MoveMenuSwipe&quot;
neoSwipe &quot;ContainerMenu&quot; &quot;MoveMenuSwipe&quot;</startup>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="MoveMenuButton">
					<Code>CreateEmptyObject [menuCSS]
If [menustate] == &quot;close&quot;
   SetVar [menustate] &quot;open&quot;
   SetVar [menuCSS.left] &quot;-50px&quot;
   neoAnimateTo &quot;ContainerMenu&quot; [menuCSS] .5 0 &quot;back&quot; &quot;easeout&quot;
Else
   SetVar [menustate] &quot;close&quot;
   SetVar [menuCSS.left] &quot;-280px&quot;
   neoAnimateTo &quot;ContainerMenu&quot; [menuCSS] .5 0 &quot;back&quot; &quot;easein&quot;
EndIf
</Code>
				</Function>
				<Function name="MoveMenuSwipe">
					<Code>CreateEmptyObject [menuCSS]

IfEx [swipedirection] == &quot;right&quot; and [menustate] == &quot;close&quot;
   SetVar [menustate] &quot;open&quot;
   SetVar [menuCSS.left] &quot;-50px&quot;
   neoAnimateTo &quot;ContainerMenu&quot; [menuCSS] .5 0 &quot;back&quot; &quot;easeout&quot;
EndIf
IfEx [swipedirection] == &quot;left&quot; and [menustate] == &quot;open&quot;
   SetVar [menustate] &quot;close&quot;
   SetVar [menuCSS.left] &quot;-280px&quot;
   neoAnimateTo &quot;ContainerMenu&quot; [menuCSS] .5 0 &quot;back&quot; &quot;easein&quot;
EndIf</Code>
					<Params>[swipedirection]|STRING|Swipe direction</Params>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<style>overflow-x:hidden;overflow-y:hidden</style>
					<foreground_masterpage>MasterPage</foreground_masterpage>
					<pageenter>
</pageenter>
					<Components>
						<PushButton id="PushButton1">
							<left>552px</left>
							<top>16px</top>
							<width>168px</width>
							<height>48px</height>
							<caption>Open / Close Menu</caption>
							<click>MoveMenuButton</click>
						</PushButton>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage">
					<Components>
						<Container id="ContainerMenu">
							<left>-50px</left>
							<top>0px</top>
							<width>280px</width>
							<height>416px</height>
							<style>color:#ffffff;font-size:12pt;background-color:#008080;padding-bottom:10px;padding-left:60px;padding-right:10px;padding-top:10px</style>
							<html>Menu</html>
						</Container>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>736px</width>
							<height>414px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
