<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Samsung Galaxy Tab 7</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>1024</PageWidth>
	<PageHeight>600</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\sinli\OneDrive\Documentos\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<CustomCSS>.text-clip{
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 160pt;
  font-weight:900;
  text-align:center;
  color:#E0E0E0;
  background-image:url(&apos;https://images.unsplash.com/photo-1535242208474-9a2793260ca8?ixlib=rb-1.2.1&amp;ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&amp;auto=format&amp;fit=crop&amp;w=764&amp;q=80&apos;);
  background-position:center center;
  background-size:100%;
  transition:all 4s ease-out 0s;
}</CustomCSS>
	<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">
					<Components>
						<Headline id="Headline1">
							<left>5px</left>
							<top>150px</top>
							<width>1015px</width>
							<height>220px</height>
							<css_class>text-clip</css_class>
							<text>NATURE</text>
						</Headline>
						<PushButton id="PushButton3">
							<left>315px</left>
							<top>450px</top>
							<width>175px</width>
							<height>55px</height>
							<caption>ZOOM IN</caption>
							<click>CreateEmptyObject [mycss]
SetVar [mycss.backgroundSize] &quot;200%&quot;
SetObjectCSS &quot;Headline1&quot; [mycss]</click>
						</PushButton>
						<PushButton id="PushButton4">
							<left>505px</left>
							<top>450px</top>
							<width>175px</width>
							<height>55px</height>
							<caption>ZOOM OUT</caption>
							<click>CreateEmptyObject [mycss]
SetVar [mycss.backgroundSize] &quot;100%&quot;
SetObjectCSS &quot;Headline1&quot; [mycss]</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>1024px</width>
							<height>600px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
