<?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>
	<DesignDeviceName>GenericPhone</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>320</PageWidth>
	<PageHeight>480</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>
	<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"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>SetVar [Comercio] &quot;Copacabana&quot;
SetObjectAttribute &quot;Image86&quot; &quot;src&quot; &quot;http://guaviyu.org/Restaurant/upload/[Comercio].png&quot;</pageenter>
					<Components>
						<PushButton id="PushButton1">
							<left>56px</left>
							<top>376px</top>
							<width>224px</width>
							<height>48px</height>
							<caption>MAKE PDF</caption>
							<click>SetVar [Pos] 30
neoPdfInit &quot;ventas&quot; &quot;tabloid&quot; &quot;portrait&quot;
neoPdfDisplayMode &quot;ventas&quot; &quot;continuous&quot; &quot;FullScreen&quot;
neoPdfFont &quot;ventas&quot; &quot;helvetica&quot;
neoPdfFontStyle &quot;ventas&quot; &quot;bold&quot;
neoPdfFontSize &quot;ventas&quot; &quot;14&quot;

neoPdfImage &quot;ventas&quot; &quot;Image86&quot; &quot;PNG&quot; 0.100 0.5 50 20
neoPdfSimpleText &quot;ventas&quot; &quot;VENTA CONTADO&quot; 10 [Pos] &quot;left&quot;
Math &quot;[Pos]+6&quot; 0 [Pos]
neoPdfSimpleText &quot;ventas&quot; &quot;$[DeudaTotal] &quot; 10 [Pos] &quot;left&quot;

neoPdfRender &quot;ventas&quot; &quot;IFrame1&quot;
neoPdfDownload &quot;ventas&quot;
    .neoPdfAutoPrint &quot;ventas&quot;</click>
						</PushButton>
						<Image id="Image86">
							<left>8px</left>
							<top>8px</top>
							<width>192px</width>
							<height>120px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Restaurant\Archivos\LogoTransparente.svg</source>
						</Image>
						<IFrame id="IFrame1">
							<left>40px</left>
							<top>32px</top>
							<width>240px</width>
							<height>320px</height>
						</IFrame>
					</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>
