<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>GenericPhone</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>320</PageWidth>
	<PageHeight>480</PageHeight>
	<AutoSizeWidth>True</AutoSizeWidth>
	<AutoSizeHeight>True</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>MobileApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<WebBuildTarget>C:\Users\asmat\Desktop</WebBuildTarget>
	<MobileBuildTarget>C:\Users\asmat\Desktop\smsReader.zip</MobileBuildTarget>
	<AppIcon>C:\Users\asmat\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<CustomCSS>.flexLeft{
   display:flex;
   align-items:center;
   justify-content:flex-start;
}</CustomCSS>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<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>
	<ChromeKioskMode>False</ChromeKioskMode>
	<CustomBodyMetadata>&lt;script src=&quot;cordova.js&quot;&gt;&lt;/script&gt;</CustomBodyMetadata>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="success">
					<Code>jsAlert &quot;watch start&quot;</Code>
				</Function>
				<Function name="fail">
					<Code>jsAlert &quot;watch fail&quot;</Code>
				</Function>
				<Function name="stop">
					<Code>jsAlert &quot;stopwatch&quot;</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>BEGINJS
$App.x = {
name:&quot;amsat&quot;,
lastname:&quot;qatea&quot;
}

ENDJS</pageenter>
					<Components>
						<Container id="content">
							<left>19px</left>
							<top>119px</top>
							<width>281px</width>
							<height>253px</height>
							<style>overflow-y:auto</style>
							<Components>
								<Container id="Container1">
									<left>14px</left>
									<top>0px</top>
									<width>90%</width>
									<height>43px</height>
									<style>background-color:#fff;border-color:#E4E4E4;border-style:solid;border-width:1px;padding-left:8px</style>
									<align>top</align>
									<margin_left>5%</margin_left>
									<margin_top>5px</margin_top>
									<css_class>flexLeft</css_class>
									<html>address: [sms.address]</html>
								</Container>
								<Container id="Container2">
									<left>22px</left>
									<top>13px</top>
									<width>90%</width>
									<height>43px</height>
									<style>background-color:#fff;border-color:#E4E4E4;border-style:solid;border-width:1px;padding-left:8px</style>
									<align>top</align>
									<margin_left>5%</margin_left>
									<margin_top>5px</margin_top>
									<css_class>flexLeft</css_class>
									<html>body: [sms.body]</html>
								</Container>
								<Container id="Container3">
									<left>22px</left>
									<top>61px</top>
									<width>90%</width>
									<height>43px</height>
									<style>background-color:#fff;border-color:#E4E4E4;border-style:solid;border-width:1px;padding-left:8px</style>
									<align>top</align>
									<margin_left>5%</margin_left>
									<margin_top>5px</margin_top>
									<css_class>flexLeft</css_class>
									<html>date_sent: [sms.date_sent]</html>
								</Container>
								<Container id="Container4">
									<left>22px</left>
									<top>109px</top>
									<width>90%</width>
									<height>43px</height>
									<style>background-color:#fff;border-color:#E4E4E4;border-style:solid;border-width:1px;padding-left:8px</style>
									<align>top</align>
									<margin_left>5%</margin_left>
									<margin_top>5px</margin_top>
									<css_class>flexLeft</css_class>
									<html>date: [sms.date]</html>
								</Container>
								<Container id="Container5">
									<left>22px</left>
									<top>157px</top>
									<width>90%</width>
									<height>43px</height>
									<style>background-color:#fff;border-color:#E4E4E4;border-style:solid;border-width:1px;padding-left:8px</style>
									<align>top</align>
									<margin_left>5%</margin_left>
									<margin_top>5px</margin_top>
									<css_class>flexLeft</css_class>
									<html>service_center: [sms.service_center]</html>
								</Container>
							</Components>
						</Container>
						<PushButton id="PushButton4">
							<left>27px</left>
							<top>32px</top>
							<width>115px</width>
							<height>39px</height>
							<caption>startWatch</caption>
							<click>asmStartWatchSMS &quot;success&quot; &quot;fail&quot;
asmOnArriveSMS [sms]</click>
						</PushButton>
						<PushButton id="PushButton1">
							<left>159px</left>
							<top>31px</top>
							<width>115px</width>
							<height>39px</height>
							<caption>stopWatch</caption>
							<kind>danger</kind>
							<click>asmStopWatchSMS &quot;stop&quot; &quot;fail&quot;</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>320px</width>
							<height>480px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
