<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<DesignDeviceName>Apple iPhone 5</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>568</PageWidth>
	<PageHeight>320</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>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<Container id="Container1">
							<left>264px</left>
							<top>24px</top>
							<width>280px</width>
							<height>272px</height>
							<style>background-color:#FFFAF0;border-radius:10px;border-style:solid;border-width:1px;padding-bottom:20px;padding-left:20px;padding-right:20px;padding-top:20px</style>
							<visible>False</visible>
							<html>This is a custom Modal Window designed into a Container object.</html>
							<Components>
								<PushButton id="PushButton3">
									<left>72px</left>
									<top>200px</top>
									<width>136px</width>
									<height>48px</height>
									<caption>Close Modal</caption>
									<click>slCloseModal &quot;Container1&quot;</click>
								</PushButton>
							</Components>
						</Container>
						<PushButton id="PushButton1">
							<left>32px</left>
							<top>40px</top>
							<width>136px</width>
							<height>48px</height>
							<caption>Open Modal</caption>
							<click>slOpenModal &quot;Container1&quot;</click>
						</PushButton>
					</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>568px</width>
							<height>320px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
