<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>GenericPhone</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>480</PageWidth>
	<PageHeight>320</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>
	<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>
						<Form id="Form1">
							<left>16px</left>
							<top>16px</top>
							<width>448px</width>
							<height>288px</height>
							<style>border-width:1px;border-style:dashed</style>
							<method>POST</method>
							<success>AlertBox &quot;&quot; &quot;Ok&quot; &quot;&quot;</success>
							<fail>AlertBox &quot;&quot; &quot;Bad&quot; &quot;&quot;</fail>
							<Components>
								<SubmitButton id="SubmitButton1">
									<left>24px</left>
									<top>232px</top>
									<width>400px</width>
									<height>40px</height>
									<caption>Send data to Google Sheets</caption>
								</SubmitButton>
								<TextInput id="name">
									<left>24px</left>
									<top>16px</top>
									<width>400px</width>
									<height>40px</height>
									<prop_name>name</prop_name>
									<place_holder>Name</place_holder>
								</TextInput>
								<TextArea id="message">
									<left>24px</left>
									<top>68px</top>
									<width>400px</width>
									<height>152px</height>
									<prop_name>message</prop_name>
									<place_holder>Message</place_holder>
								</TextArea>
							</Components>
						</Form>
					</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>480px</width>
							<height>320px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
