<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Desktop</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>640</PageWidth>
	<PageHeight>480</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\asmat\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<CustomCSS>.select{
user-select:none;
}</CustomCSS>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</ServiceWorker>
	<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>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="mySubroutine">
					<Code>.GetThisObjectName [myObject]
.GetObjectText &quot;[myObject]&quot; [myText]
.need moreEvent Plugin
.copyToClipboard [myText]

MessageBox &quot;Hello&quot; &quot;Copied!&quot; &quot;OK&quot; &quot;&quot;
</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>neoMenuAddItem &quot;menu1&quot; &quot;Copy&quot; &quot;&quot; &quot;mySubroutine&quot; &quot;First option&quot;
neoMenuAttachMenu &quot;menu1&quot; &quot;Container1 .select&quot; &quot;right-click&quot; &quot;belowLeft&quot;

</pageenter>
					<Components>
						<Container id="Container1">
							<left>258px</left>
							<top>22px</top>
							<width>356px</width>
							<height>435px</height>
							<style>background-color:#fff;border-style:solid;border-width:1px;overflow-y:auto</style>
							<Components>
								<Container id="Container4">
									<left>26px</left>
									<top>168px</top>
									<width>90%</width>
									<height>117px</height>
									<style>background-color:#fff;border-style:solid;border-width:1px</style>
									<align>top</align>
									<margin_left>5%</margin_left>
									<margin_top>10px</margin_top>
									<css_class>select</css_class>
									<html>The standard chunk of Lorem Ipsum used since the 1500s is reproduced below for those interested. Sections 1.10.32 and 1.10.33 from &quot;de Finibus</html>
								</Container>
								<Container id="Container2">
									<left>17px</left>
									<top>137px</top>
									<width>90%</width>
									<height>140px</height>
									<style>background-color:#fff;border-style:solid;border-width:1px</style>
									<align>top</align>
									<margin_left>5%</margin_left>
									<margin_top>10px</margin_top>
									<css_class>select</css_class>
									<html>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry&apos;s standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book.</html>
								</Container>
								<Container id="Container3">
									<left>18px</left>
									<top>160px</top>
									<width>90%</width>
									<height>117px</height>
									<style>background-color:#fff;border-style:solid;border-width:1px</style>
									<align>top</align>
									<margin_left>5%</margin_left>
									<margin_top>10px</margin_top>
									<css_class>select</css_class>
									<html>Contrary to popular belief, Lorem Ipsum is not simply random text. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia</html>
								</Container>
								<Container id="Container5">
									<left>26px</left>
									<top>18px</top>
									<width>90%</width>
									<height>117px</height>
									<style>background-color:#fff;border-style:solid;border-width:1px</style>
									<align>top</align>
									<margin_left>5%</margin_left>
									<margin_top>10px</margin_top>
									<css_class>select</css_class>
									<html>It uses a dictionary of over 200 Latin words, combined with a handful of model sentence structures, to generate Lorem Ipsum which looks reasonable. The generated Lorem Ipsum is therefore always free from repetition, injected humour, or non-characteristic words etc.</html>
								</Container>
							</Components>
						</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>640px</width>
							<height>480px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
