<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>VideoApp</AppTitle>
	<AppShortName>VA</AppShortName>
	<Author>Roger Côté</Author>
	<Version>1.0</Version>
	<Description>Application Video</Description>
	<DesignDeviceName>Desktop</DesignDeviceName>
	<Variables>[joue],[titre]</Variables>
	<VariablesScanned>True</VariablesScanned>
	<PageWidth>640</PageWidth>
	<PageHeight>480</PageHeight>
	<AutoSizeWidth>True</AutoSizeWidth>
	<AutoSizeHeight>True</AutoSizeHeight>
	<HideScrollbars>True</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<WebBuildTarget>C:\Users\rocote\Desktop\package.nw</WebBuildTarget>
	<MobileBuildTarget>C:\Users\rocote\Desktop\Tablet.zip</MobileBuildTarget>
	<ChromeBuildTarget>C:\Users\rocote\Desktop\Test Chrome</ChromeBuildTarget>
	<EXEBuildTarget>C:\Users\rocote\Desktop\package.nw\webapp.exe</EXEBuildTarget>
	<AppIcon>C:\Users\rocote\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>fr</LanguageCode>
	<IsPWA>True</IsPWA>
	<ThemeColor>#000000</ThemeColor>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>False</TitleBar>
	<Sizeable>False</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>
	<startup>SetVar [x] 1
</startup>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage1">
					<Components>
						<Image id="Image1">
							<left>275px</left>
							<top>155px</top>
							<width>113px</width>
							<height>126px</height>
							<source>C:\Users\rocote\Desktop\Buttons\Box.gif</source>
						</Image>
						<Image id="Image2">
							<left>137px</left>
							<top>224px</top>
							<width>84px</width>
							<height>40px</height>
							<style>cursor:pointer</style>
							<source>C:\Users\rocote\Desktop\Buttons\precedent.gif</source>
							<click>SetVar [x] [x]-1
If [x] &lt; 1
 SetVar [x] 10
EndIf</click>
						</Image>
						<Image id="Image3">
							<left>432px</left>
							<top>233px</top>
							<width>88px</width>
							<height>37px</height>
							<style>cursor:pointer</style>
							<source>C:\Users\rocote\Desktop\Buttons\Suivant.gif</source>
							<click>SetVar [x] [x]+1
If [x] &gt; 10
 SetVar [x] 1
EndIf</click>
						</Image>
						<Headline id="Headline46">
							<left>284px</left>
							<top>163px</top>
							<width>94px</width>
							<height>24px</height>
							<style>color:#951700;font-size:14pt;font-variant:small-caps;text-align:center</style>
							<text>[x]</text>
							<click>SetVar [Title(1)] &quot;Adagio&quot;
SetVar [Title(2)] &quot;Atlantis&quot;</click>
						</Headline>
						<Paragraph id="Paragraph2">
							<left>283px</left>
							<top>190px</top>
							<width>107px</width>
							<height>63px</height>
							<text>[Title|element:1]</text>
						</Paragraph>
					</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>736px</width>
							<height>414px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
