<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<DesignDeviceName>Desktop</DesignDeviceName>
	<Variables>[getid]</Variables>
	<VariablesScanned>True</VariablesScanned>
	<PageWidth>480</PageWidth>
	<PageHeight>640</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<LanguageCode>en</LanguageCode>
	<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">
					<pageenter>getid</pageenter>
					<Components>
						<Paragraph id="Paragraph1">
							<left>119px</left>
							<top>96px</top>
							<width>242px</width>
							<height>62px</height>
							<text>id: [getid]</text>
						</Paragraph>
						<Paragraph id="Paragraph2">
							<left>55px</left>
							<top>32px</top>
							<width>394px</width>
							<height>53px</height>
							<text>When the mouse cursor is on the object, it shows its id</text>
						</Paragraph>
						<Container id="Container1">
							<left>4px</left>
							<top>168px</top>
							<width>464px</width>
							<height>448px</height>
							<style>border-width:1px;border-style:solid;background-color:#fff;</style>
							<mousemove>getid</mousemove>
							<Components>
								<Container id="Container2">
									<left>88px</left>
									<top>62px</top>
									<width>289px</width>
									<height>199px</height>
									<style>border-width:1px;border-style:solid;background-color:#fff;</style>
									<Components>
										<TextInput id="TextInput1">
											<left>43px</left>
											<top>25px</top>
											<width>204px</width>
											<height>37px</height>
										</TextInput>
										<PushButton id="PushButton1">
											<left>92px</left>
											<top>119px</top>
											<width>115px</width>
											<height>40px</height>
										</PushButton>
									</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>480px</width>
							<height>640px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
