<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>EraserTester</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Paul Tomlinson</Author>
	<Version>1.0</Version>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>420</PageWidth>
	<PageHeight>640</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>True</EmptyBuildFolder>
	<AppIcon>D:\My Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<MobileOSTypes>[AndroidOS]</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;Canvas&quot;
.fabInitialize &quot;ImageHolder&quot;
SetVar [MyColour] &quot;#ff0000&quot;
.fabLoadImage &quot;ImageHolder&quot; &quot;Test&quot; &quot;Test.jpg&quot; 4 4
fabDrawingMode &quot;Canvas&quot; true &quot;[MyColour]&quot; 5</pageenter>
					<Components>
						<Container id="ImageHolder">
							<left>0px</left>
							<top>0px</top>
							<width>420px</width>
							<height>530px</height>
							<Components>
								<Image id="MyImage">
									<left>5px</left>
									<top>11px</top>
									<width>410px</width>
									<height>530px</height>
									<source>Test.jpg</source>
								</Image>
							</Components>
						</Container>
						<Container id="Canvas">
							<left>0px</left>
							<top>0px</top>
							<width>420px</width>
							<height>530px</height>
							<style>opacity:0.80</style>
						</Container>
						<ColorInput id="ColorInput1">
							<left>148px</left>
							<top>556px</top>
							<width>49px</width>
							<height>59px</height>
							<variable>[MyColour]</variable>
							<init_value>#ff0000</init_value>
							<change>fabDrawingMode &quot;Canvas&quot; true &quot;[MyColour]&quot; 5</change>
						</ColorInput>
						<PushButton id="Pencil">
							<left>37px</left>
							<top>550px</top>
							<width>78px</width>
							<height>71px</height>
							<style>color:#000000;font-family:Arial,Helvetica,sans-serif;font-size:32pt;font-style:normal;font-variant:normal;text-align:center</style>
							<icon>glyphicon-pencil</icon>
							<click>fabDrawingMode &quot;Canvas&quot; true &quot;[MyColour]&quot; 5

.SetObjectStyle &quot;Canvas&quot; &quot;opacity&quot; &quot;0&quot;

SetObjectStyle &quot;Canvas&quot; &quot;background-color&quot; &quot;&quot;</click>
						</PushButton>
						<PushButton id="Eraser">
							<left>-136px</left>
							<top>165px</top>
							<width>78px</width>
							<height>71px</height>
							<style>color:#000000;font-family:Arial,Helvetica,sans-serif;font-size:32pt;font-style:normal;font-variant:normal;text-align:center</style>
							<icon>glyphicon-erase</icon>
							<click>fabDrawingMode &quot;Canvas&quot; true &quot;#FFFFFF&quot; 25

</click>
						</PushButton>
						<PushButton id="PushButton1">
							<left>218px</left>
							<top>552px</top>
							<width>73px</width>
							<height>66px</height>
							<style>font-size:22pt;transform:scale(-1)</style>
							<icon>glyphicon-repeat</icon>
							<click>fabUndoDraw &quot;Canvas&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>640px</width>
							<height>480px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
