<?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>
	<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="prueba">
					<Code>jsAlert &quot;aqui&quot;
SetObjectAttribute &quot;Image11&quot; &quot;src&quot; [Logo]</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<Combobox id="Combobox1">
							<left>16px</left>
							<top>8px</top>
							<width>288px</width>
							<height>40px</height>
							<style>color:#000000;font-size:12pt;font-weight:bold</style>
							<items>PNG,SVG</items>
							<variable>[Comodidad]</variable>
							<multi_select>False</multi_select>
							<change>If [Comodidad] == &quot;PNG&quot;
  ImgToBase64Png &quot;Image14&quot; &quot;[Logo]&quot;
  SetObjectAttribute &quot;Image11&quot; &quot;src&quot; [Logo]
endif

If [Comodidad] == &quot;SVG&quot;
  SvgToBase64Png &quot;Image13&quot; 72 80 [Logo] &quot;prueba&quot;
endif

</change>
						</Combobox>
						<Image id="Image11">
							<left>312px</left>
							<top>8px</top>
							<width>136px</width>
							<height>120px</height>
							<style>border-color:#FABC02;border-radius:10PX;border-style:solid;border-width:3PX</style>
							<source>C:\Users\gusta\Documents\VisualNeoWeb\Libraries\img\default-icon.png</source>
							<click>.SetVar [Logo] &quot;&quot;
.Watch [Logo] &quot;Administrar_Casas_Edicion_Comodidades_Watch&quot;
.ClickObject &quot;FileInput11&quot;</click>
						</Image>
						<Image id="Image13">
							<left>120px</left>
							<top>232px</top>
							<width>80px</width>
							<height>72px</height>
							<source>G:\Mi unidad\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Agregar.svg</source>
						</Image>
						<Image id="Image14">
							<left>16px</left>
							<top>240px</top>
							<width>80px</width>
							<height>56px</height>
							<source>C:\Google Drive\VisualNeo\VisualNeo Web\Proyectos\Reservas\Archivos\Aire.png</source>
							<click>If [AireOkk] == 0
  SetVar [AireOkk] 1
  SetVar [Aire] &quot;Si&quot;
  ShowObject &quot;AireOkk&quot; &quot;bounceIn&quot; 0
else
  SetVar [AireOkk] 0
  SetVar [Aire] &quot;No&quot;
  HideObject &quot;AireOkk&quot; &quot;bounceOut&quot; 0
endif</click>
						</Image>
						<Headline id="Headline1">
							<left>32px</left>
							<top>216px</top>
							<width>56px</width>
							<height>16px</height>
							<style>font-size:12pt</style>
							<text>PNG</text>
						</Headline>
						<Headline id="Headline2">
							<left>144px</left>
							<top>208px</top>
							<width>56px</width>
							<height>16px</height>
							<style>font-size:12pt</style>
							<text>SVG</text>
						</Headline>
					</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>
