<?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>800</PageWidth>
	<PageHeight>500</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>.modal-content{
   background:#232323;
}
.modal-header{
   background:#2d2d2d;
   border:1px solid black;
   color:white;
}
/*Center dialog on screen*/
#DialogContainer1{
  position:absolute;
  top:0px;
  left:0px;
  right:0px;
  bottom: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">
					<Components>
						<PushButton id="PushButton1">
							<left>320px</left>
							<top>190px</top>
							<width>190px</width>
							<height>60px</height>
							<caption>Open Dialog</caption>
							<click>OpenDialog &quot;NewDialog&quot;</click>
						</PushButton>
					</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>400px</width>
							<height>250px</height>
							<caption>My Dialog</caption>
							<close_button>False</close_button>
							<Components>
								<SVGicon id="SVGicon1">
									<left>350px</left>
									<top>7px</top>
									<width>40px</width>
									<height>40px</height>
									<style>cursor:pointer;fill:#A8A8A8;stroke:black;stroke-width:1px</style>
									<hover>fill:#E0E0E0</hover>
									<icon>svgWindowClose</icon>
									<click>CloseDialog</click>
								</SVGicon>
								<Headline id="Headline1">
									<left>30px</left>
									<top>90px</top>
									<width>340px</width>
									<height>90px</height>
									<style>color:#ffffff;text-align:center</style>
									<text>This is a custom dialog!</text>
								</Headline>
							</Components>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
