<?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>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>900</PageWidth>
	<PageHeight>600</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>True</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<WebBuildTarget>C:\Users\Ivan\Desktop\Nueva carpeta</WebBuildTarget>
	<AppIcon>C:\Users\Ivan\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<CustomCSS>.mi-neo-row,[class*=&apos;mi-neo-row-&apos;]{
  position:relative!important;
  min-height:30px;
  width:100%!important;
  height:600px!important; /*Poner alto del tamaño de la aplicación*/
  top:auto!important;
  left:auto!important;
  padding:10px;
  /* A Partir de aqui añadir codigo generado en: https://the-echoplex.net/flexyboxes/ */
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}</CustomCSS>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</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"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<Container id="Container1">
							<left>0px</left>
							<top>0px</top>
							<width>768px</width>
							<height>804px</height>
							<style>background-color:#09FF29;border-style:solid;border-width:1px</style>
							<css_class>mi-neo-row</css_class>
							<Components>
								<Container id="Container2">
									<left>156px</left>
									<top>96px</top>
									<width>260px</width>
									<height>60px</height>
									<style>text-align:center;background-color:#4616FF;border-style:solid;border-width:1px</style>
									<css_class>neo-col-sm-12 neo-col-md-6 neo-col-lg-6</css_class>
									<Components>
										<PushButton id="PushButton1">
											<left>147px</left>
											<top>5px</top>
											<width>267px</width>
											<height>32px</height>
											<css_class>neo-col</css_class>
											<caption>boton</caption>
										</PushButton>
									</Components>
								</Container>
								<Container id="Container3">
									<left>14px</left>
									<top>281px</top>
									<width>260px</width>
									<height>60px</height>
									<style>text-align:center;background-color:#4616FF;border-style:solid;border-width:1px</style>
									<css_class>neo-col-sm-12 neo-col-md-6 neo-col-lg-6</css_class>
									<Components>
										<PushButton id="PushButton2">
											<left>165px</left>
											<top>5px</top>
											<width>267px</width>
											<height>32px</height>
											<css_class>neo-col</css_class>
											<caption>boton</caption>
										</PushButton>
									</Components>
								</Container>
							</Components>
						</Container>
						<Container id="Container4">
							<left>4px</left>
							<top>4px</top>
							<width>292px</width>
							<height>52px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<html>Ejemplo de como crear clases flexbox personalizadas.</html>
						</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>768px</width>
							<height>1024px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
