<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Aplicación sin título</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>600</PageWidth>
	<PageHeight>800</PageHeight>
	<AutoSizeWidth>True</AutoSizeWidth>
	<AutoSizeHeight>True</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<WebBuildTarget>C:\Users\Alvaro\Desktop\projectAlvaro-Web</WebBuildTarget>
	<AppIcon>C:\Users\Alvaro\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">
			<Components>
				<Function name="login">
					<Code>CreateEmptyObject [userinfo]
ParseJSON &quot;[data]&quot; [userinfo]
SetVar [usuario] &quot;&quot;
SetVar [passwd] &quot;&quot;
If [userinfo.error] != &quot;&quot;
   FocusObject &quot;TextInput1&quot;
   AlertBox &quot;Error&quot; &quot;Error en las credenciales&quot; &quot;&quot;
Else

   GotoNextPage
EndIf</Code>
					<Params>[data]|STRING|Informacion usuario</Params>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="loginUser">
					<style>background-color:#A8A8A8;bottom:-100px;max-height:600px;max-width:500px;right:-600px</style>
					<Components>
						<TextInput id="TextInput1">
							<left>94px</left>
							<top>163px</top>
							<width>313px</width>
							<height>46px</height>
							<variable>[usuario]</variable>
						</TextInput>
						<PasswordInput id="PasswordInput1">
							<left>91px</left>
							<top>281px</top>
							<width>314px</width>
							<height>46px</height>
							<variable>[passwd]</variable>
						</PasswordInput>
						<PushButton id="PushButton1">
							<left>196px</left>
							<top>381px</top>
							<width>114px</width>
							<height>43px</height>
							<caption>Entrar</caption>
							<icon>glyphicon-play</icon>
							<click>neoPhpUserLogin &quot;[usuario]&quot; &quot;[passwd]&quot; &quot;login&quot;</click>
						</PushButton>
						<Paragraph id="Paragraph1">
							<left>96px</left>
							<top>125px</top>
							<width>89px</width>
							<height>27px</height>
							<text>USUARIO</text>
						</Paragraph>
						<Paragraph id="Paragraph2">
							<left>95px</left>
							<top>247px</top>
							<width>89px</width>
							<height>27px</height>
							<text>CONTRASEÑA</text>
						</Paragraph>
					</Components>
				</Page>
				<Page id="NewPage1"/>
			</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>
