<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>VisualNeoSampleApp</AppTitle>
	<AppShortName>VisNeoApp</AppShortName>
	<Author>Shahram ForouzanMehr</Author>
	<Version>1.0</Version>
	<DesignDeviceName>HTC Evo 3D</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>540</PageWidth>
	<PageHeight>960</PageHeight>
	<AutoSizeWidth>True</AutoSizeWidth>
	<AutoSizeHeight>True</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>True</EmptyBuildFolder>
	<AppIcon>E:\Projects\VisualNeoWeb\VisualNeoWebApp\icon.png</AppIcon>
	<CustomCSS>@font-face
{
  font-family: &apos;Madison&apos;,

  src: url(&apos;../fonts/madison.ttf&apos;);
}


@font-face
{
  font-family: &apos;Impact&apos;,

  src: url(&apos;../fonts/impact.ttf&apos;);
}



body {
  font-family: &apos;Impact&apos;, &apos;Madison&apos;;
  text-align: left;
  text-justify: inter-word;
  direction: ltr;
}</CustomCSS>
	<LanguageCode>fa</LanguageCode>
	<MobileID>com.FOMECO.vnwapp</MobileID>
	<AuthorEmail>sh.forouzanmehr@outlook.com</AuthorEmail>
	<AuthorWebsite>digitileshop.ir</AuthorWebsite>
	<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>
	<OrientationLimit>OL_PORTRAITONLY</OrientationLimit>
	<ChromeKioskMode>False</ChromeKioskMode>
	<startup>BeginJS
navigator.splashscreen.show();
    window.setTimeout(function () {
        navigator.splashscreen.hide();
    }, splashDuration - fadeDuration);

EndJS</startup>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries">
			<Components>
				<LibraryItem>
					<FileName>F:\Shahram\App Builder\LSDQ\files\BNazanin.ttf</FileName>
				</LibraryItem>
				<LibraryItem>
					<FileName>E:\Projects\VisualNeoWeb\VisualNeoWebApp\splash.png</FileName>
				</LibraryItem>
				<LibraryItem>
					<FileName>E:\Projects\VisualNeoWeb\VisualNeoWebApp\ilsscrp.ttf</FileName>
				</LibraryItem>
				<LibraryItem>
					<FileName>E:\Projects\VisualNeoWeb\VisualNeoWebApp\DampfPlatz.ttf</FileName>
				</LibraryItem>
				<LibraryItem>
					<FileName>E:\Projects\VisualNeoWeb\VisualNeoWebApp\impact.ttf</FileName>
				</LibraryItem>
				<LibraryItem>
					<FileName>E:\Projects\VisualNeoWeb\VisualNeoWebApp\madison.ttf</FileName>
				</LibraryItem>
			</Components>
		</LibraryList>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<TextInput id="TextInput1">
							<left>20px</left>
							<top>35px</top>
							<width>180px</width>
							<height>56px</height>
							<style>font-family:Madison;font-size:20pt</style>
							<prop_name>The font I used:</prop_name>
							<place_holder>Madison</place_holder>
						</TextInput>
						<PushButton id="PushButton1">
							<left>20px</left>
							<top>195px</top>
							<width>136px</width>
							<height>48px</height>
							<style>font-family:Courier New,Courier,monospace</style>
							<caption>Alert</caption>
							<click>AlertBox &quot;Alert Title&quot; &quot;This is an alert&quot; &quot;&quot;</click>
						</PushButton>
						<TextInput id="TextInput2">
							<left>20px</left>
							<top>110px</top>
							<width>180px</width>
							<height>56px</height>
							<style>font-family:Impact;font-size:20pt</style>
							<prop_name>The font I used:</prop_name>
							<place_holder>Impact</place_holder>
						</TextInput>
						<Paragraph id="Paragraph3">
							<left>220px</left>
							<top>35px</top>
							<width>305px</width>
							<height>215px</height>
							<style>font-family:Arial,Helvetica,sans-serif</style>
							<text>Note:&lt;br&gt;Before compile to a web/mobile application you should change css style codes.&lt;br&gt;&amp;nbsp;just change &apos; , &apos; character after font-family: &apos;font name&apos; to &apos; ; &apos; character.&lt;br&gt;&lt;br&gt;</text>
						</Paragraph>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="Dlg1">
					<Components>
						<DialogContainer id="Dlgc1">
							<left>24px</left>
							<top>20px</top>
							<width>500px</width>
							<height>255px</height>
							<caption>&amp;nbsp&amp;nbsp   محاوره    --- Dialog</caption>
							<close_button>True</close_button>
							<Components>
								<Paragraph id="Paragraph1">
									<left>36px</left>
									<top>79px</top>
									<width>414px</width>
									<height>54px</height>
									<text>متن فارسی با فونت نازنین</text>
								</Paragraph>
								<Paragraph id="Paragraph2">
									<left>29px</left>
									<top>150px</top>
									<width>424px</width>
									<height>60px</height>
									<style>text-align:left</style>
									<text>English Text with font Impact</text>
								</Paragraph>
							</Components>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
