<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>800</PageWidth>
	<PageHeight>500</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\sinli\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<CustomCSS>.text3d {
    text-shadow: 1px 1px 1px #919191,
        1px 2px 1px #919191,
        1px 3px 1px #919191,
        1px 4px 1px #919191,
        1px 5px 1px #919191,
        1px 6px 1px #919191,
        1px 7px 1px #919191,
        1px 8px 1px #919191,
        1px 9px 1px #919191,
        1px 10px 1px #919191,
        1px 18px 6px rgba(16,16,16,0.4),
        1px 22px 10px rgba(16,16,16,0.2),
        1px 25px 35px rgba(16,16,16,0.2),
        1px 30px 60px rgba(16,16,16,0.4);
}</CustomCSS>
	<LanguageCode>en</LanguageCode>
	<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>
	<startup>CreateEmptyArray [clr]
SetVar [pls] 0
SetVar [clr(0)] &quot;#D35400&quot;
SetVar [clr(1)] &quot;#29B6F6&quot;
SetVar [clr(2)] &quot;#9B59B6&quot;
SetVar [clr(3)] &quot;#28B463&quot;
</startup>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<Container id="Container1">
							<left>0px</left>
							<top>190px</top>
							<width>800px</width>
							<height>110px</height>
							<style>color:[valeur];font-size:48pt;text-align:center;background-color:#c4c4c4;border-style:solid;border-width:1px;cursor:pointer</style>
							<hover>color:#FB9902;font-size:52pt</hover>
							<css_class>text3d</css_class>
							<html>[name]</html>
						</Container>
						<TextInput id="TextInput1">
							<left>260px</left>
							<top>80px</top>
							<width>280px</width>
							<height>40px</height>
							<variable>[name]</variable>
							<place_holder>Type your name</place_holder>
						</TextInput>
						<PushButton id="PushButton1">
							<left>318px</left>
							<top>325px</top>
							<width>155px</width>
							<height>55px</height>
							<style>color:[clr(pls)]</style>
							<caption>Augmenter</caption>
							<click>SetVar [pls] [pls]+1

If [pls] &gt; 3
 SetVar [pls] 1
EndIf
</click>
						</PushButton>
						<Headline id="Headline1">
							<left>259px</left>
							<top>398px</top>
							<width>296px</width>
							<height>32px</height>
							<style>font-size:12pt;text-align:center</style>
							<text>Color Code: [clr|element:pls]</text>
						</Headline>
					</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>800px</width>
							<height>500px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
