<?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>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>fabInitialize &quot;Container1&quot;
fabNewCircle &quot;Container1&quot; &quot;c1&quot; 160 90 100 &quot;red&quot;</pageenter>
					<Components>
						<Container id="Container1">
							<left>208px</left>
							<top>16px</top>
							<width>512px</width>
							<height>376px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
						</Container>
						<PushButton id="PushButton1">
							<left>16px</left>
							<top>16px</top>
							<width>176px</width>
							<height>64px</height>
							<caption>Save Image</caption>
							<click>BeginJS
    containername=&quot;Container1&quot;;
    var mycanvas = document.getElementById(containername+&quot;Canvas&quot;);
    mycanvas.toBlob(function(blob) {
        saveAs(blob, &quot;myimage.png&quot;);
    });
EndJS</click>
						</PushButton>
						<Container id="Container2">
							<left>16px</left>
							<top>104px</top>
							<width>176px</width>
							<height>56px</height>
							<style>background-color:#fff</style>
							<html>This sample will not work on Internet Explorer</html>
						</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>736px</width>
							<height>414px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
