<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<DesignDeviceName>Desktop</DesignDeviceName>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>640</PageWidth>
	<PageHeight>480</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>Offline page</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>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<pageenter>fabInitialize &quot;Home_QR_Preview&quot;
fabAddKeyEvents &quot;Home_QR_Preview&quot;</pageenter>
					<Components>
						<Container id="Home_QR_Preview">
							<left>0px</left>
							<top>0px</top>
							<width>640px</width>
							<height>370px</height>
							<style>border-width:1px;cursor:default</style>
							<css_class>canvas-container</css_class>
						</Container>
						<PushButton id="PushButton1">
							<left>330px</left>
							<top>390px</top>
							<width>155px</width>
							<height>80px</height>
							<caption>Save Image</caption>
							<click>fabUnselect &quot;Home_QR_Preview&quot;
fabSaveAsBase64 &quot;Home_QR_Preview&quot; [base64QRCode]
neoPhpFileWriteFromBase64 &quot;image.jpg&quot; &quot;[base64QRCode]&quot; &quot;&quot;</click>
						</PushButton>
						<FileInput id="Home_Registration_Step5_Certification_QRCode_Uploader">
							<left>130px</left>
							<top>390px</top>
							<width>156px</width>
							<height>80px</height>
							<style>color:#000000;vertical-align:bottom;padding-top:20px</style>
							<css_class>Font_Regular</css_class>
							<prop_name>loadFile0</prop_name>
							<change>fabLoadFile &quot;Home_QR_Preview&quot; &quot;myImage&quot;
GetObjectInfo &quot;Home_QR_Preview&quot; &quot;width&quot; [theWidth]
ToNumber &quot;[theWidth]&quot; [theWidth]
GetObjectInfo &quot;Home_QR_Preview&quot; &quot;height&quot; [theHeight]
ToNumber &quot;[theHeight]&quot; [theHeight]

Wait 400
  fabGetProperty &quot;Home_QR_Preview&quot; &quot;myImage&quot; &quot;width&quot; [imageWidth]
  fabGetProperty &quot;Home_QR_Preview&quot; &quot;myImage&quot; &quot;height&quot; [imageHeight]
  Math &quot;[imageWidth]/[imageHeight]&quot; -1 [imageRatio]
  Math &quot;[theWidth]/[theHeight]&quot; -1 [containerRatio]
  If [imageRatio] &gt; [containerRatio]
     fabScaleToWidth &quot;Home_QR_Preview&quot; &quot;myImage&quot; [theWidth]
  Else
     fabScaleToHeight &quot;Home_QR_Preview&quot; &quot;myImage&quot; [theHeight]
  EndIf
  fabCenterObjectHorinzontal &quot;Home_QR_Preview&quot; &quot;myImage&quot;
  fabCenterObjectVertical &quot;Home_QR_Preview&quot; &quot;myImage&quot;
EndWait

</change>
							<caption>Load Image</caption>
							<accept>image/*</accept>
						</FileInput>
					</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>640px</width>
							<height>480px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
