<?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>600</PageWidth>
	<PageHeight>400</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>20px</left>
							<top>30px</top>
							<width>210px</width>
							<height>60px</height>
							<style>border-width:1px;border-style:dashed</style>
							<method>POST</method>
							<Components>
								<FileInput id="FileInput1">
									<left>10px</left>
									<top>10px</top>
									<width>190px</width>
									<height>40px</height>
									<style>padding-top:9px</style>
									<prop_name>file1</prop_name>
									<change>LocalFileToVar &quot;FileInput1&quot; [myvar]
FormReset &quot;Form1&quot;
Wait 300
   StrParse &quot;[myvar]&quot; &quot;,&quot; [myarray]
   ArrayLen [myarray] [totalitems]
   SetVar [totalitems] [totalitems]-1
   Loop 0 [totalitems] [n]
       ListBoxAddItem &quot;Listbox1&quot; &quot;[myarray([n])]&quot; &quot;[myarray([n])]&quot;
   EndLoop
   ListBoxDeleteItem &quot;Listbox1&quot; 1
EndWait</change>
									<caption>Load .txt file</caption>
								</FileInput>
							</Components>
						</Form>
						<Listbox id="Listbox1">
							<left>250px</left>
							<top>30px</top>
							<width>330px</width>
							<height>340px</height>
							<multi_select>False</multi_select>
						</Listbox>
						<Container id="Container1">
							<left>20px</left>
							<top>110px</top>
							<width>210px</width>
							<height>70px</height>
							<style>background-color:#fff</style>
							<html>Select a .txt file with comma separated items:&lt;br&gt;
item1,item2,item3...</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>600px</width>
							<height>400px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
