<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<Variables>[thecolor]</Variables>
	<VariablesScanned>True</VariablesScanned>
	<PageWidth>380</PageWidth>
	<PageHeight>380</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\fkapn\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<PwaScope>/</PwaScope>
	<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">
					<style>background-color:#383838</style>
					<pageenter>SetVar [thecolor] &quot;#808080&quot;</pageenter>
					<pageexit>SetVar [thecolor] &quot;&quot;</pageexit>
					<Components>
						<PushButton id="PushButton3">
							<left>102px</left>
							<top>280px</top>
							<width>176px</width>
							<height>40px</height>
							<style>color:#fff;font-size:12pt;background-color:#777777</style>
							<caption>Copy to Clipboard</caption>
							<kind>custom</kind>
							<click>TextToClipboard &quot;[thecolor]&quot;
Wait 300
AlertBoxEx &quot;[thecolor]&quot; &quot;(This is a message to show the custom color and to copy its HTML code to the clipboard.)&quot; &quot;310&quot; &quot;340&quot; &quot;[thecolor]&quot; &quot;&quot;</click>
						</PushButton>
						<ColorInput id="ColorInput1">
							<left>242px</left>
							<top>212px</top>
							<width>48px</width>
							<height>40px</height>
							<style>border-width:0px;padding-bottom:0px;padding-left:0px;padding-right:0px;padding-top:0px;cursor:pointer</style>
							<variable>[thecolor]</variable>
						</ColorInput>
						<TextInput id="TextInput1">
							<left>90px</left>
							<top>212px</top>
							<width>152px</width>
							<height>40px</height>
							<style>font-size:14pt;background-color:#FEFFCA;border-width:0px</style>
							<variable>[thecolor]</variable>
							<place_holder>Select a color</place_holder>
						</TextInput>
						<Headline id="Headline2">
							<left>1px</left>
							<top>61px</top>
							<width>378px</width>
							<height>104px</height>
							<style>color:#FFFFFF;text-align:center</style>
							<text>Clipboard Color&lt;br&gt;&lt;small style=&quot;color:#fff&quot;&gt;For VisualNEO&lt;/small&gt;</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>384px</width>
							<height>350px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
							<Components>
								<Headline id="Headline1">
									<left>144px</left>
									<top>127px</top>
									<width>88px</width>
									<height>80px</height>
									<text>Test</text>
								</Headline>
								<PushButton id="PushButton2">
									<left>112px</left>
									<top>239px</top>
									<width>144px</width>
									<height>48px</height>
									<click>CloseDialog</click>
								</PushButton>
							</Components>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
