<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>1024</PageWidth>
	<PageHeight>600</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\sinli\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<CustomCSS>#MenuPrincipal{
  position:fixed;
  max-width:1024px!important;
  left:0px;
  right:0px;
  top:0px;
  margin:auto;
}</CustomCSS>
	<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">
					<foreground_masterpage>MasterPage</foreground_masterpage>
					<pageenter>TopCenterApp</pageenter>
					<Components>
						<Container id="Container1">
							<left>296px</left>
							<top>96px</top>
							<width>464px</width>
							<height>728px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
						</Container>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage">
					<Components>
						<Container id="MenuPrincipal">
							<left>650px</left>
							<top>0px</top>
							<width>1200px</width>
							<height>48px</height>
							<style>overflow-x:visible;overflow-y:visible;max-width:1200px</style>
							<align>top</align>
							<html>&lt;div id=&quot;main-menu&quot; class=&quot;navbar navbar-default&quot; role=&quot;navigation&quot;&gt;
    &lt;div class=&quot;container-fluid&quot;&gt;
        &lt;div class=&quot;navbar-header&quot;&gt;&lt;a class=&quot;navbar-brand&quot; href=&quot;#&quot;&gt;Mi Menú&lt;/a&gt;
            &lt;button type=&quot;button&quot; class=&quot;navbar-toggle&quot; data-toggle=&quot;collapse&quot; data-target=&quot;.navbar-menubuilder&quot;&gt;&lt;span class=&quot;sr-only&quot;&gt;Toggle navigation&lt;/span&gt;&lt;span class=&quot;icon-bar&quot;&gt;&lt;/span&gt;&lt;span class=&quot;icon-bar&quot;&gt;&lt;/span&gt;&lt;span class=&quot;icon-bar&quot;&gt;&lt;/span&gt;
            &lt;/button&gt;
        &lt;/div&gt;
        &lt;div class=&quot;collapse navbar-collapse navbar-menubuilder&quot;&gt;
            &lt;ul class=&quot;nav navbar-nav navbar-left&quot;&gt;
                &lt;li&gt;&lt;a href=&quot;./index.html#!/pagina1&quot;&gt;Página 1&lt;/a&gt;
                &lt;/li&gt;
                &lt;li&gt;&lt;a href=&quot;./index.html#!/pagina2&quot;&gt;Página 2&lt;/a&gt;
                &lt;/li&gt;
                &lt;li&gt;&lt;a href=&quot;./index.html#!/pagina3&quot;&gt;Página 3&lt;/a&gt;
                &lt;/li&gt;
                &lt;li&gt;&lt;a href=&quot;./index.html#!/pagina4&quot;&gt;Página 4&lt;/a&gt;
                &lt;/li&gt;
                &lt;li&gt;&lt;a href=&quot;./index.html#!/pagina5&quot;&gt;Página 5&lt;/a&gt;
                &lt;/li&gt;
            &lt;/ul&gt;
        &lt;/div&gt;
    &lt;/div&gt;
&lt;/div&gt;</html>
						</Container>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>1200px</width>
							<height>800px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
