<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>550</PageWidth>
	<PageHeight>200</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">
					<Components>
						<TextInput id="TextInput1">
							<left>128px</left>
							<top>56px</top>
							<width>56px</width>
							<height>40px</height>
							<variable>[x]</variable>
						</TextInput>
						<TextInput id="TextInput2">
							<left>192px</left>
							<top>56px</top>
							<width>312px</width>
							<height>40px</height>
							<variable>[y]</variable>
							<place_holder>Math formula ie: (x*2)+3</place_holder>
						</TextInput>
						<PushButton id="PushButton1">
							<left>128px</left>
							<top>104px</top>
							<width>88px</width>
							<height>40px</height>
							<caption>Calculate</caption>
							<click>StrReplace &quot;[y]&quot; &quot;x&quot; &quot;[x]&quot; [z] &quot;&quot;
Math &quot;[z]&quot; 2 [result]</click>
						</PushButton>
						<Container id="Container1">
							<left>232px</left>
							<top>112px</top>
							<width>272px</width>
							<height>24px</height>
							<style>background-color:#fff</style>
							<html>&lt;strong&gt;Result:&lt;/strong&gt; [result]</html>
						</Container>
						<Paragraph id="Paragraph1">
							<left>72px</left>
							<top>65px</top>
							<width>56px</width>
							<height>24px</height>
							<text>x value:</text>
						</Paragraph>
					</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>1024px</width>
							<height>600px</height>
							<close_button>False</close_button>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
