<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<DesignDeviceName>Apple iPhone 3G</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>320</PageWidth>
	<PageHeight>480</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>SetVar [buttonText] &quot;Show&quot;
Refresh</pageenter>
					<Components>
						<PasswordInput id="PasswordInput1">
							<left>28px</left>
							<top>144px</top>
							<width>168px</width>
							<height>40px</height>
							<variable>[password]</variable>
						</PasswordInput>
						<PushButton id="PushButton1">
							<left>195px</left>
							<top>144px</top>
							<width>101px</width>
							<height>40px</height>
							<caption>[buttonText]</caption>
							<click>If [visible] != 1
  ShowObject &quot;TextInput1&quot; &quot;none&quot; 0
  SetVar [buttonText] &quot;Hide&quot;
  Refresh
  SetVar [visible] 1
Else
  HideObject &quot;TextInput1&quot; &quot;none&quot; 0
  SetVar [buttonText] &quot;Show&quot;
  Refresh
  SetVar [visible] 0
EndIf</click>
						</PushButton>
						<TextInput id="TextInput1">
							<left>28px</left>
							<top>144px</top>
							<width>168px</width>
							<height>40px</height>
							<visible>False</visible>
							<variable>[password]</variable>
						</TextInput>
					</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>320px</width>
							<height>480px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
