<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Apple iPhone 6</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>667</PageWidth>
	<PageHeight>375</PageHeight>
	<AutoSizeWidth>True</AutoSizeWidth>
	<AutoSizeHeight>True</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>OfflineCopyOfPages</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<PwaScope>/</PwaScope>
	<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>
	<OrientationLimit>OL_PORTRAITONLY</OrientationLimit>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines">
			<Components>
				<Function name="noValue">
					<Code>SetVar [data] [objectData]
if [data.currentTarget.value] == &quot;0&quot;
  SetVar [data.currentTarget.value] &quot;&quot;
EndIf</Code>
				</Function>
			</Components>
		</FunctionList>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>SetKeyboard &quot;TextInput1&quot; &quot;decimal&quot;
SetKeyboard &quot;TextInput2&quot; &quot;decimal&quot;
SetKeyboard &quot;TextInput3&quot; &quot;decimal&quot;
slAllowedChars &quot;TextInput1&quot; &quot;0123456789,&quot;
slAllowedChars &quot;TextInput2&quot; &quot;0123456789,&quot;
slAllowedChars &quot;TextInput31&quot; &quot;0123456789,&quot;

</pageenter>
					<Components>
						<Paragraph id="Paragraph7">
							<left>34px</left>
							<top>139px</top>
							<width>88px</width>
							<height>24px</height>
							<style>color:#000000;font-weight:bold;text-align:center</style>
							<text>Length (M)</text>
						</Paragraph>
						<Paragraph id="Paragraph8">
							<left>152px</left>
							<top>139px</top>
							<width>89px</width>
							<height>24px</height>
							<style>color:#000000;font-weight:bold;text-align:center</style>
							<text>Width (M)</text>
						</Paragraph>
						<Paragraph id="Paragraph9">
							<left>257px</left>
							<top>139px</top>
							<width>90px</width>
							<height>24px</height>
							<style>color:#000000;font-weight:bold;text-align:center</style>
							<text>Height (M)</text>
						</Paragraph>
						<PushButton id="PushButton1">
							<left>417px</left>
							<top>278px</top>
							<width>230px</width>
							<height>67px</height>
							<caption>PROCEED</caption>
							<click>GotoPage &quot;NewPage1&quot;</click>
						</PushButton>
						<TextInput id="TextInput1">
							<left>35px</left>
							<top>165px</top>
							<width>85px</width>
							<height>45px</height>
							<style>font-size:14pt;font-weight:bold;text-align:center</style>
							<variable>[Length]</variable>
							<max_length>4</max_length>
							<init_value>0</init_value>
						</TextInput>
						<TextInput id="TextInput2">
							<left>155px</left>
							<top>165px</top>
							<width>85px</width>
							<height>45px</height>
							<style>font-size:14pt;font-weight:bold;text-align:center</style>
							<variable>[Width]</variable>
							<max_length>4</max_length>
							<init_value>0</init_value>
						</TextInput>
						<TextInput id="TextInput3">
							<left>260px</left>
							<top>165px</top>
							<width>85px</width>
							<height>45px</height>
							<style>font-size:14pt;font-weight:bold;text-align:center</style>
							<variable>[Height]</variable>
							<max_length>4</max_length>
							<init_value>0</init_value>
						</TextInput>
					</Components>
				</Page>
				<Page id="NewPage1">
					<Components>
						<PushButton id="PushButton2">
							<left>422px</left>
							<top>283px</top>
							<width>220px</width>
							<height>62px</height>
							<caption>RETURN</caption>
							<click>GotoPage &quot;NewPage&quot;</click>
						</PushButton>
					</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>667px</width>
							<height>375px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
