<?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>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\sinli\OneDrive\Documentos\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<CustomCSS>#Container1{
  resize: both;
  overflow: auto;
}</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">
			<Components>
				<Function name="resizeoff">
					<Code>neoResizableOff &quot;Container1&quot;
neoDragInit &quot;Container1&quot;
neoDragSetHandle &quot;Container1&quot; &quot;PushButton1&quot;</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>neoDragInit &quot;Container1&quot;
neoDragSetHandle &quot;Container1&quot; &quot;PushButton1&quot;

</pageenter>
					<Components>
						<Container id="Container1">
							<left>40px</left>
							<top>24px</top>
							<width>288px</width>
							<height>208px</height>
							<style>border-radius:5px;box-shadow:0px 0px 20px #4d4d4d</style>
							<Components>
								<PushButton id="PushButton1">
									<left>8px</left>
									<top>8px</top>
									<width>72px</width>
									<height>40px</height>
									<style>color:#FFFFFF;background-color:#0392CE;border-radius:0px</style>
									<css_class>row</css_class>
									<caption>Drag me!</caption>
									<kind>custom</kind>
								</PushButton>
								<Container id="Container2">
									<left>40px</left>
									<top>80px</top>
									<width>184px</width>
									<height>88px</height>
									<style>background-color:#fff;border-width:1px</style>
									<css_class>row</css_class>
									<Components>
										<Container id="Container3">
											<left>40px</left>
											<top>6px</top>
											<height>16px</height>
											<style>background-color:#fff;border-width:1px</style>
											<css_class>col-xs-12</css_class>
											<html>I&apos;m a draggable window :)</html>
										</Container>
									</Components>
								</Container>
							</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>1024px</width>
							<height>768px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
