<?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 6</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>667</PageWidth>
	<PageHeight>375</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\sinli\OneDrive\Documentos\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="checkAnnio">
					<Code>If [anio] == &quot;2006&quot;
  DisableObject &quot;RadioButton4&quot;
  DisableObject &quot;RadioButton5&quot;
  EnableObject &quot;RadioButton6&quot;
ElseIf [anio] == &quot;2007&quot;
  EnableObject &quot;RadioButton4&quot;
  EnableObject &quot;RadioButton5&quot;
  DisableObject &quot;RadioButton6&quot;
Else
  EnableObject &quot;RadioButton4&quot;
  EnableObject &quot;RadioButton5&quot;
  EnableObject &quot;RadioButton6&quot;
EndIf</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>Watch [anio] &quot;checkAnnio&quot;

</pageenter>
					<Components>
						<Container id="Container1">
							<left>64px</left>
							<top>32px</top>
							<width>240px</width>
							<height>128px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<Components>
								<RadioButton id="RadioButton1">
									<left>16px</left>
									<top>42px</top>
									<width>128px</width>
									<height>24px</height>
									<caption>2006</caption>
									<prop_name>elAnio</prop_name>
									<variable>[anio]</variable>
									<value>2006</value>
								</RadioButton>
								<Paragraph id="Paragraph1">
									<left>16px</left>
									<top>8px</top>
									<width>208px</width>
									<height>24px</height>
									<text>Elije un año</text>
								</Paragraph>
								<RadioButton id="RadioButton2">
									<left>16px</left>
									<top>68px</top>
									<width>128px</width>
									<height>24px</height>
									<caption>2007</caption>
									<prop_name>elAnio</prop_name>
									<variable>[anio]</variable>
									<value>2007</value>
								</RadioButton>
								<RadioButton id="RadioButton3">
									<left>16px</left>
									<top>92px</top>
									<width>128px</width>
									<height>24px</height>
									<caption>2008</caption>
									<prop_name>elAnio</prop_name>
									<variable>[anio]</variable>
									<value>2008</value>
								</RadioButton>
							</Components>
						</Container>
						<Container id="Container2">
							<left>320px</left>
							<top>32px</top>
							<width>280px</width>
							<height>128px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<Components>
								<Paragraph id="Paragraph2">
									<left>16px</left>
									<top>8px</top>
									<width>208px</width>
									<height>24px</height>
									<text>Has elegido: [anio] [mes]</text>
								</Paragraph>
							</Components>
						</Container>
						<Container id="Container3">
							<left>64px</left>
							<top>168px</top>
							<width>240px</width>
							<height>128px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<Components>
								<RadioButton id="RadioButton4">
									<left>16px</left>
									<top>42px</top>
									<width>128px</width>
									<height>24px</height>
									<caption>Enero</caption>
									<prop_name>elMes</prop_name>
									<variable>[mes]</variable>
									<value>enero</value>
								</RadioButton>
								<Paragraph id="Paragraph3">
									<left>16px</left>
									<top>8px</top>
									<width>208px</width>
									<height>24px</height>
									<text>Elije un mes</text>
								</Paragraph>
								<RadioButton id="RadioButton5">
									<left>16px</left>
									<top>68px</top>
									<width>128px</width>
									<height>24px</height>
									<caption>Febrero</caption>
									<prop_name>elMes</prop_name>
									<variable>[mes]</variable>
									<value>febrero</value>
								</RadioButton>
								<RadioButton id="RadioButton6">
									<left>16px</left>
									<top>92px</top>
									<width>128px</width>
									<height>24px</height>
									<caption>Marzo</caption>
									<prop_name>elMes</prop_name>
									<variable>[mes]</variable>
									<value>marzo</value>
								</RadioButton>
							</Components>
						</Container>
					</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>667px</width>
							<height>375px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
