<?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>480</PageWidth>
	<PageHeight>320</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\gusta\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>OfflineCopyOfPages</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="Datos_Edicion">
					<Code>If [neoTableEvent] == &quot;click&quot;
   SetVar [Nombre] [neoTableRow.Nombre]
   SetVar [fech] [neoTableRow.Fecha]
   GotoPage &quot;TNeoAppPage11&quot;
endif</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>CreateEmptyArray [cumples]
neoTableSetData [cumples] 0 &quot;Nombre&quot; &quot;Gustavo Lomazzi&quot;
neoTableSetData [cumples] 0 &quot;Fecha&quot; &quot;09/10/1973&quot;


neoTableResetColumns &quot;Container1&quot;
neoTableSetColumn &quot;Container1&quot; 1 &quot;Nombre&quot; &quot;&quot; &quot;0px&quot; false false false &quot;&quot;
neoTableSetColumn &quot;Container1&quot; 2 &quot;Fecha&quot; &quot;&quot; &quot;0px&quot; false false false &quot;&quot;
neoTableInitTable &quot;Container1&quot; &quot;es-ES&quot; 0 &quot;Card&quot; false false false false false &quot;Datos_Edicion&quot;
neoTableLoadData &quot;Container1&quot; [cumples]</pageenter>
					<Components>
						<Container id="Container1">
							<left>8px</left>
							<top>8px</top>
							<width>464px</width>
							<height>304px</height>
							<style>color:#000000;font-size:14pt;font-weight:bold;background-color:#fff;border-style:solid;border-width:1px</style>
						</Container>
					</Components>
				</Page>
				<Page id="TNeoAppPage11">
					<Components>
						<TextInput id="TextInput1">
							<left>56px</left>
							<top>88px</top>
							<width>376px</width>
							<height>48px</height>
							<style>color:#FFFFFF;font-size:12pt;font-weight:bold;background-color:#000000</style>
							<variable>[Nombre]</variable>
						</TextInput>
						<Headline id="Headline1">
							<left>56px</left>
							<top>72px</top>
							<width>192px</width>
							<height>16px</height>
							<style>font-size:12pt</style>
							<text>&lt;strong&gt;NOMBRE&lt;/strong&gt;</text>
						</Headline>
						<Headline id="Headline2">
							<left>56px</left>
							<top>168px</top>
							<width>192px</width>
							<height>16px</height>
							<style>font-size:12pt</style>
							<text>&lt;strong&gt;FECHA&lt;/strong&gt;</text>
						</Headline>
						<DateInput id="DateInput1">
							<left>56px</left>
							<top>184px</top>
							<width>376px</width>
							<height>48px</height>
							<style>color:#FFFFFF;font-size:12pt;font-weight:bold;background-color:#000000</style>
							<variable>[fech]</variable>
						</DateInput>
					</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>480px</width>
							<height>320px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
