<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Apple iPhone 3G</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>480</PageWidth>
	<PageHeight>320</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<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="Tarjetas_Cargar">
					<Code>CreateEmptyObject [miobj]
SetVar [miobj] [data]
ArrayLen [miobj] [totalRows]

neoTableConfigDB &quot;Container1&quot; &quot;db1&quot; &quot;Tarjetas&quot; &quot;Id&quot;
neoTableResetColumns &quot;Container1&quot;

neoTableSetColumn &quot;Container1&quot; 1 &quot;Nombre&quot; &quot;Nombre&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;Ajustes_Articulos_Eventos&quot;
neoTableLoadData &quot;Container1&quot; [miobj]
</Code>
					<Params>[data]|STRING|</Params>
				</Function>
				<Function name="Tarjetas_Cargar_2">
					<Code>CreateEmptyObject [miobj]
SetVar [miobj] [data]
ArrayLen [miobj] [totalRows]

neoTableConfigDB &quot;Container1&quot; &quot;db1&quot; &quot;Tarjetas&quot; &quot;Id&quot;
neoTableResetColumns &quot;Container1&quot;

neoTableSetColumn &quot;Container1&quot; 1 &quot;Nombre&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;Ajustes_Articulos_Eventos&quot;
neoTableLoadData &quot;Container1&quot; [miobj]
</Code>
					<Params>[data]|STRING|</Params>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<Container id="Container1">
							<left>24px</left>
							<top>128px</top>
							<width>424px</width>
							<height>176px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
						</Container>
						<PushButton id="PushButton1">
							<left>24px</left>
							<top>16px</top>
							<width>440px</width>
							<height>48px</height>
							<caption>CARGAR DATOS CON HEADER TEXT</caption>
							<click>neoPhpExecSql &quot;db1&quot; &quot;tarjetascargar&quot; &quot;Copacabana&quot; &quot;Tarjetas_Cargar&quot;</click>
						</PushButton>
						<PushButton id="PushButton2">
							<left>24px</left>
							<top>72px</top>
							<width>440px</width>
							<height>48px</height>
							<caption>CARGAR DATOS&amp;nbsp;SIN HEADER TEXT</caption>
							<click>neoPhpExecSql &quot;db1&quot; &quot;tarjetascargar&quot; &quot;Copacabana&quot; &quot;Tarjetas_Cargar_2&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>480px</width>
							<height>320px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
