Commit 7672d5a9 by Mac Stephens

updated tab stop on controls so window wouldn't relocate on load

parent 41db92b8
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup> <PropertyGroup>
<ProjectGuid>{01921D57-5440-4C01-A48E-45F8F0B7DBB4}</ProjectGuid> <ProjectGuid>{01921D57-5440-4C01-A48E-45F8F0B7DBB4}</ProjectGuid>
<ProjectVersion>18.8</ProjectVersion> <ProjectVersion>20.1</ProjectVersion>
<FrameworkType>VCL</FrameworkType> <FrameworkType>VCL</FrameworkType>
<MainSource>EMSystemsWebsite.dpr</MainSource> <MainSource>EMSystemsWebsite.dpr</MainSource>
<Base>True</Base> <Base>True</Base>
...@@ -9,6 +9,7 @@ ...@@ -9,6 +9,7 @@
<Platform Condition="'$(Platform)'==''">Win32</Platform> <Platform Condition="'$(Platform)'==''">Win32</Platform>
<TargetedPlatforms>1</TargetedPlatforms> <TargetedPlatforms>1</TargetedPlatforms>
<AppType>Application</AppType> <AppType>Application</AppType>
<ProjectName Condition="'$(ProjectName)'==''">EMSystemsWebsite</ProjectName>
</PropertyGroup> </PropertyGroup>
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''"> <PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
<Base>true</Base> <Base>true</Base>
...@@ -99,7 +100,7 @@ ...@@ -99,7 +100,7 @@
<MainSource>MainSource</MainSource> <MainSource>MainSource</MainSource>
</DelphiCompile> </DelphiCompile>
<DCCReference Include="View.Home.pas"> <DCCReference Include="View.Home.pas">
<Form>Form1</Form> <Form>FHome</Form>
<FormType>dfm</FormType> <FormType>dfm</FormType>
<DesignClass>TWebForm</DesignClass> <DesignClass>TWebForm</DesignClass>
</DCCReference> </DCCReference>
...@@ -130,23 +131,52 @@ ...@@ -130,23 +131,52 @@
</DCCReference> </DCCReference>
<None Include="EMSystemsWebsite.html"/> <None Include="EMSystemsWebsite.html"/>
<None Include="css\App.css"/> <None Include="css\App.css"/>
<None Include="images\job-gcdf1cf1d3_1920-1536x925.jpg"/> <None Include="images\job-gcdf1cf1d3_1920-1536x925.jpg">
<None Include="images\table_with_computers.jpg"/> <ResourceType>RCDATA</ResourceType>
<None Include="images\EM_Logo2_Copy5-1024x173.png"/> <ResourceId>JpgImage_1</ResourceId>
<None Include="images\EM_Logo_White.png"/> </None>
<None Include="images\EM_Logo_#2c66a0.png"/> <None Include="images\table_with_computers.jpg">
<None Include="images\EM_Logo_2c66a0.png"/> <ResourceType>RCDATA</ResourceType>
<None Include="images\pexels-luis-gomes-546819.jpg"/> <ResourceId>JpgImage_2</ResourceId>
<None Include="images\computer_code.jpg"/> </None>
<None Include="TMSWeb\Debug\images\computer_code.jpg"/> <None Include="images\EM_Logo2_Copy5-1024x173.png">
<None Include="images\niagara.jpg"/> <ResourceType>RCDATA</ResourceType>
<None Include="TMSWeb\Debug\images\niagara.jpg"/> <ResourceId>PngImage_1</ResourceId>
</None>
<None Include="images\EM_Logo_White.png">
<ResourceType>RCDATA</ResourceType>
<ResourceId>PngImage_2</ResourceId>
</None>
<None Include="images\EM_Logo_#2c66a0.png">
<ResourceType>RCDATA</ResourceType>
<ResourceId>PngImage_3</ResourceId>
</None>
<None Include="images\EM_Logo_2c66a0.png">
<ResourceType>RCDATA</ResourceType>
<ResourceId>PngImage_4</ResourceId>
</None>
<None Include="images\pexels-luis-gomes-546819.jpg">
<ResourceType>RCDATA</ResourceType>
<ResourceId>JpgImage_3</ResourceId>
</None>
<None Include="images\computer_code.jpg">
<ResourceType>RCDATA</ResourceType>
<ResourceId>JpgImage_4</ResourceId>
</None>
<None Include="TMSWeb\Debug\images\computer_code.jpg">
<ResourceType>RCDATA</ResourceType>
<ResourceId>JpgImage_5</ResourceId>
</None>
<None Include="images\niagara.jpg">
<ResourceType>RCDATA</ResourceType>
<ResourceId>JpgImage_6</ResourceId>
</None>
<None Include="TMSWeb\Debug\images\niagara.jpg">
<ResourceType>RCDATA</ResourceType>
<ResourceId>JpgImage_7</ResourceId>
</None>
<None Include="index.html"/> <None Include="index.html"/>
<None Include="test.html"/> <None Include="test.html"/>
<BuildConfiguration Include="Release">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
<BuildConfiguration Include="Base"> <BuildConfiguration Include="Base">
<Key>Base</Key> <Key>Base</Key>
</BuildConfiguration> </BuildConfiguration>
...@@ -154,6 +184,10 @@ ...@@ -154,6 +184,10 @@
<Key>Cfg_1</Key> <Key>Cfg_1</Key>
<CfgParent>Base</CfgParent> <CfgParent>Base</CfgParent>
</BuildConfiguration> </BuildConfiguration>
<BuildConfiguration Include="Release">
<Key>Cfg_2</Key>
<CfgParent>Base</CfgParent>
</BuildConfiguration>
</ItemGroup> </ItemGroup>
<ProjectExtensions> <ProjectExtensions>
<Borland.Personality>Delphi.Personality.12</Borland.Personality> <Borland.Personality>Delphi.Personality.12</Borland.Personality>
...@@ -164,19 +198,9 @@ ...@@ -164,19 +198,9 @@
<Source Name="MainSource">EMSystemsWebsite.dpr</Source> <Source Name="MainSource">EMSystemsWebsite.dpr</Source>
</Source> </Source>
</Delphi.Personality> </Delphi.Personality>
<Deployment Version="3"> <Deployment Version="4">
<DeployFile LocalName="Win32\Debug\EMSystemsWebsite.exe" Configuration="Debug" Class="ProjectOutput"> <DeployFile LocalName="EMSystemsWebsite.html" Configuration="Debug" Class="ProjectFile"/>
<Platform Name="Win32"> <DeployFile LocalName="Win32\Debug\EMSystemsWebsite.exe" Configuration="Debug" Class="ProjectOutput"/>
<RemoteName>EMSystemsWebsite.exe</RemoteName>
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployFile LocalName="EMSystemsWebsite.html" Configuration="Debug" Class="ProjectFile">
<Platform Name="Win32">
<RemoteDir>.\</RemoteDir>
<Overwrite>true</Overwrite>
</Platform>
</DeployFile>
<DeployClass Name="AdditionalDebugSymbols"> <DeployClass Name="AdditionalDebugSymbols">
<Platform Name="iOSSimulator"> <Platform Name="iOSSimulator">
<Operation>1</Operation> <Operation>1</Operation>
...@@ -189,15 +213,23 @@ ...@@ -189,15 +213,23 @@
<Operation>0</Operation> <Operation>0</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="AndroidClassesDexFile"> <DeployClass Name="AndroidClasses">
<Platform Name="Android"> <Platform Name="Android">
<RemoteDir>classes</RemoteDir> <RemoteDir>classes</RemoteDir>
<Operation>1</Operation> <Operation>64</Operation>
</Platform>
<Platform Name="Android64">
<RemoteDir>classes</RemoteDir>
<Operation>64</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="AndroidGDBServer"> <DeployClass Name="AndroidFileProvider">
<Platform Name="Android"> <Platform Name="Android">
<RemoteDir>library\lib\armeabi-v7a</RemoteDir> <RemoteDir>res\xml</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="Android64">
<RemoteDir>res\xml</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
...@@ -206,90 +238,382 @@ ...@@ -206,90 +238,382 @@
<RemoteDir>library\lib\armeabi</RemoteDir> <RemoteDir>library\lib\armeabi</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="Android64">
<RemoteDir>library\lib\armeabi</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="AndroidLibnativeArmeabiv7aFile">
<Platform Name="Android64">
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass> </DeployClass>
<DeployClass Name="AndroidLibnativeMipsFile"> <DeployClass Name="AndroidLibnativeMipsFile">
<Platform Name="Android"> <Platform Name="Android">
<RemoteDir>library\lib\mips</RemoteDir> <RemoteDir>library\lib\mips</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="Android64">
<RemoteDir>library\lib\mips</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass> </DeployClass>
<DeployClass Name="AndroidServiceOutput"> <DeployClass Name="AndroidServiceOutput">
<Platform Name="Android"> <Platform Name="Android">
<RemoteDir>library\lib\armeabi-v7a</RemoteDir> <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="Android64">
<RemoteDir>library\lib\arm64-v8a</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="AndroidServiceOutput_Android32">
<Platform Name="Android64">
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass> </DeployClass>
<DeployClass Name="AndroidSplashImageDef"> <DeployClass Name="AndroidSplashImageDef">
<Platform Name="Android"> <Platform Name="Android">
<RemoteDir>res\drawable</RemoteDir> <RemoteDir>res\drawable</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="AndroidSplashImageDefV21">
<Platform Name="Android">
<RemoteDir>res\drawable-anydpi-v21</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable-anydpi-v21</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass> </DeployClass>
<DeployClass Name="AndroidSplashStyles"> <DeployClass Name="AndroidSplashStyles">
<Platform Name="Android"> <Platform Name="Android">
<RemoteDir>res\values</RemoteDir> <RemoteDir>res\values</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="Android64">
<RemoteDir>res\values</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="AndroidSplashStylesV21">
<Platform Name="Android">
<RemoteDir>res\values-v21</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="Android64">
<RemoteDir>res\values-v21</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="AndroidSplashStylesV31">
<Platform Name="Android">
<RemoteDir>res\values-v31</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="Android64">
<RemoteDir>res\values-v31</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="Android_AdaptiveIcon">
<Platform Name="Android">
<RemoteDir>res\drawable-anydpi-v26</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable-anydpi-v26</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="Android_AdaptiveIconBackground">
<Platform Name="Android">
<RemoteDir>res\drawable</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="Android_AdaptiveIconForeground">
<Platform Name="Android">
<RemoteDir>res\drawable</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="Android_AdaptiveIconMonochrome">
<Platform Name="Android">
<RemoteDir>res\drawable</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="Android_AdaptiveIconV33">
<Platform Name="Android">
<RemoteDir>res\drawable-anydpi-v33</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable-anydpi-v33</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="Android_Colors">
<Platform Name="Android">
<RemoteDir>res\values</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="Android64">
<RemoteDir>res\values</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="Android_ColorsDark">
<Platform Name="Android">
<RemoteDir>res\values-night-v21</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="Android64">
<RemoteDir>res\values-night-v21</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass> </DeployClass>
<DeployClass Name="Android_DefaultAppIcon"> <DeployClass Name="Android_DefaultAppIcon">
<Platform Name="Android"> <Platform Name="Android">
<RemoteDir>res\drawable</RemoteDir> <RemoteDir>res\drawable</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass> </DeployClass>
<DeployClass Name="Android_LauncherIcon144"> <DeployClass Name="Android_LauncherIcon144">
<Platform Name="Android"> <Platform Name="Android">
<RemoteDir>res\drawable-xxhdpi</RemoteDir> <RemoteDir>res\drawable-xxhdpi</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable-xxhdpi</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="Android_LauncherIcon192">
<Platform Name="Android">
<RemoteDir>res\drawable-xxxhdpi</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable-xxxhdpi</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass> </DeployClass>
<DeployClass Name="Android_LauncherIcon36"> <DeployClass Name="Android_LauncherIcon36">
<Platform Name="Android"> <Platform Name="Android">
<RemoteDir>res\drawable-ldpi</RemoteDir> <RemoteDir>res\drawable-ldpi</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable-ldpi</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass> </DeployClass>
<DeployClass Name="Android_LauncherIcon48"> <DeployClass Name="Android_LauncherIcon48">
<Platform Name="Android"> <Platform Name="Android">
<RemoteDir>res\drawable-mdpi</RemoteDir> <RemoteDir>res\drawable-mdpi</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable-mdpi</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass> </DeployClass>
<DeployClass Name="Android_LauncherIcon72"> <DeployClass Name="Android_LauncherIcon72">
<Platform Name="Android"> <Platform Name="Android">
<RemoteDir>res\drawable-hdpi</RemoteDir> <RemoteDir>res\drawable-hdpi</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable-hdpi</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass> </DeployClass>
<DeployClass Name="Android_LauncherIcon96"> <DeployClass Name="Android_LauncherIcon96">
<Platform Name="Android"> <Platform Name="Android">
<RemoteDir>res\drawable-xhdpi</RemoteDir> <RemoteDir>res\drawable-xhdpi</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable-xhdpi</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="Android_NotificationIcon24">
<Platform Name="Android">
<RemoteDir>res\drawable-mdpi</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable-mdpi</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="Android_NotificationIcon36">
<Platform Name="Android">
<RemoteDir>res\drawable-hdpi</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable-hdpi</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="Android_NotificationIcon48">
<Platform Name="Android">
<RemoteDir>res\drawable-xhdpi</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable-xhdpi</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="Android_NotificationIcon72">
<Platform Name="Android">
<RemoteDir>res\drawable-xxhdpi</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable-xxhdpi</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="Android_NotificationIcon96">
<Platform Name="Android">
<RemoteDir>res\drawable-xxxhdpi</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable-xxxhdpi</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass> </DeployClass>
<DeployClass Name="Android_SplashImage426"> <DeployClass Name="Android_SplashImage426">
<Platform Name="Android"> <Platform Name="Android">
<RemoteDir>res\drawable-small</RemoteDir> <RemoteDir>res\drawable-small</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable-small</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass> </DeployClass>
<DeployClass Name="Android_SplashImage470"> <DeployClass Name="Android_SplashImage470">
<Platform Name="Android"> <Platform Name="Android">
<RemoteDir>res\drawable-normal</RemoteDir> <RemoteDir>res\drawable-normal</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable-normal</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass> </DeployClass>
<DeployClass Name="Android_SplashImage640"> <DeployClass Name="Android_SplashImage640">
<Platform Name="Android"> <Platform Name="Android">
<RemoteDir>res\drawable-large</RemoteDir> <RemoteDir>res\drawable-large</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable-large</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass> </DeployClass>
<DeployClass Name="Android_SplashImage960"> <DeployClass Name="Android_SplashImage960">
<Platform Name="Android"> <Platform Name="Android">
<RemoteDir>res\drawable-xlarge</RemoteDir> <RemoteDir>res\drawable-xlarge</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable-xlarge</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="Android_Strings">
<Platform Name="Android">
<RemoteDir>res\values</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="Android64">
<RemoteDir>res\values</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="Android_VectorizedNotificationIcon">
<Platform Name="Android">
<RemoteDir>res\drawable-anydpi-v24</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable-anydpi-v24</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="Android_VectorizedSplash">
<Platform Name="Android">
<RemoteDir>res\drawable</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="Android_VectorizedSplashDark">
<Platform Name="Android">
<RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable-night-anydpi-v21</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="Android_VectorizedSplashV31">
<Platform Name="Android">
<RemoteDir>res\drawable-anydpi-v31</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable-anydpi-v31</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="Android_VectorizedSplashV31Dark">
<Platform Name="Android">
<RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
<Operation>1</Operation>
</Platform>
<Platform Name="Android64">
<RemoteDir>res\drawable-night-anydpi-v31</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass> </DeployClass>
<DeployClass Name="DebugSymbols"> <DeployClass Name="DebugSymbols">
<Platform Name="iOSSimulator"> <Platform Name="iOSSimulator">
...@@ -309,6 +633,16 @@ ...@@ -309,6 +633,16 @@
<Operation>1</Operation> <Operation>1</Operation>
<Extensions>.framework</Extensions> <Extensions>.framework</Extensions>
</Platform> </Platform>
<Platform Name="OSX64">
<RemoteDir>Contents\MacOS</RemoteDir>
<Operation>1</Operation>
<Extensions>.framework</Extensions>
</Platform>
<Platform Name="OSXARM64">
<RemoteDir>Contents\MacOS</RemoteDir>
<Operation>1</Operation>
<Extensions>.framework</Extensions>
</Platform>
<Platform Name="Win32"> <Platform Name="Win32">
<Operation>0</Operation> <Operation>0</Operation>
</Platform> </Platform>
...@@ -322,7 +656,7 @@ ...@@ -322,7 +656,7 @@
<Operation>1</Operation> <Operation>1</Operation>
<Extensions>.dylib</Extensions> <Extensions>.dylib</Extensions>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="iOSSimARM64">
<Operation>1</Operation> <Operation>1</Operation>
<Extensions>.dylib</Extensions> <Extensions>.dylib</Extensions>
</Platform> </Platform>
...@@ -331,6 +665,16 @@ ...@@ -331,6 +665,16 @@
<Operation>1</Operation> <Operation>1</Operation>
<Extensions>.dylib</Extensions> <Extensions>.dylib</Extensions>
</Platform> </Platform>
<Platform Name="OSX64">
<RemoteDir>Contents\MacOS</RemoteDir>
<Operation>1</Operation>
<Extensions>.dylib</Extensions>
</Platform>
<Platform Name="OSXARM64">
<RemoteDir>Contents\MacOS</RemoteDir>
<Operation>1</Operation>
<Extensions>.dylib</Extensions>
</Platform>
<Platform Name="Win32"> <Platform Name="Win32">
<Operation>0</Operation> <Operation>0</Operation>
<Extensions>.dll;.bpl</Extensions> <Extensions>.dll;.bpl</Extensions>
...@@ -345,7 +689,7 @@ ...@@ -345,7 +689,7 @@
<Operation>1</Operation> <Operation>1</Operation>
<Extensions>.dylib</Extensions> <Extensions>.dylib</Extensions>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="iOSSimARM64">
<Operation>1</Operation> <Operation>1</Operation>
<Extensions>.dylib</Extensions> <Extensions>.dylib</Extensions>
</Platform> </Platform>
...@@ -354,6 +698,16 @@ ...@@ -354,6 +698,16 @@
<Operation>1</Operation> <Operation>1</Operation>
<Extensions>.dylib</Extensions> <Extensions>.dylib</Extensions>
</Platform> </Platform>
<Platform Name="OSX64">
<RemoteDir>Contents\MacOS</RemoteDir>
<Operation>1</Operation>
<Extensions>.dylib</Extensions>
</Platform>
<Platform Name="OSXARM64">
<RemoteDir>Contents\MacOS</RemoteDir>
<Operation>1</Operation>
<Extensions>.dylib</Extensions>
</Platform>
<Platform Name="Win32"> <Platform Name="Win32">
<Operation>0</Operation> <Operation>0</Operation>
<Extensions>.bpl</Extensions> <Extensions>.bpl</Extensions>
...@@ -363,421 +717,441 @@ ...@@ -363,421 +717,441 @@
<Platform Name="Android"> <Platform Name="Android">
<Operation>0</Operation> <Operation>0</Operation>
</Platform> </Platform>
<Platform Name="Android64">
<Operation>0</Operation>
</Platform>
<Platform Name="iOSDevice32"> <Platform Name="iOSDevice32">
<Operation>0</Operation> <Operation>0</Operation>
</Platform> </Platform>
<Platform Name="iOSDevice64"> <Platform Name="iOSDevice64">
<Operation>0</Operation> <Operation>0</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="iOSSimARM64">
<Operation>0</Operation> <Operation>0</Operation>
</Platform> </Platform>
<Platform Name="OSX32"> <Platform Name="OSX32">
<RemoteDir>Contents\Resources\StartUp\</RemoteDir> <RemoteDir>Contents\Resources\StartUp\</RemoteDir>
<Operation>0</Operation> <Operation>0</Operation>
</Platform> </Platform>
<Platform Name="OSX64">
<RemoteDir>Contents\Resources\StartUp\</RemoteDir>
<Operation>0</Operation>
</Platform>
<Platform Name="OSXARM64">
<RemoteDir>Contents\Resources\StartUp\</RemoteDir>
<Operation>0</Operation>
</Platform>
<Platform Name="Win32"> <Platform Name="Win32">
<Operation>0</Operation> <Operation>0</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="iPad_Launch1024x768"> <DeployClass Name="ProjectAndroidManifest">
<Platform Name="iOSDevice32"> <Platform Name="Android">
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSDevice64"> <Platform Name="Android64">
<Operation>1</Operation>
</Platform>
<Platform Name="iOSSimulator">
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="iPad_Launch1536x2048"> <DeployClass Name="ProjectOSXDebug">
<Platform Name="iOSDevice32"> <Platform Name="OSX64">
<Operation>1</Operation> <RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
</Platform>
<Platform Name="iOSDevice64">
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="OSXARM64">
<RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="iPad_Launch1668"> <DeployClass Name="ProjectOSXEntitlements">
<Platform Name="iOSDevice32"> <Platform Name="OSX32">
<RemoteDir>..\</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSDevice64"> <Platform Name="OSX64">
<RemoteDir>..\</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="OSXARM64">
<RemoteDir>..\</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="iPad_Launch1668x2388"> <DeployClass Name="ProjectOSXInfoPList">
<Platform Name="iOSDevice32"> <Platform Name="OSX32">
<RemoteDir>Contents</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSDevice64"> <Platform Name="OSX64">
<RemoteDir>Contents</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="OSXARM64">
<RemoteDir>Contents</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="iPad_Launch2048x1536"> <DeployClass Name="ProjectOSXResource">
<Platform Name="iOSDevice32"> <Platform Name="OSX32">
<RemoteDir>Contents\Resources</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSDevice64"> <Platform Name="OSX64">
<RemoteDir>Contents\Resources</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="OSXARM64">
<RemoteDir>Contents\Resources</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="iPad_Launch2048x2732"> <DeployClass Required="true" Name="ProjectOutput">
<Platform Name="iOSDevice32"> <Platform Name="Android">
<Operation>1</Operation> <RemoteDir>library\lib\armeabi-v7a</RemoteDir>
</Platform>
<Platform Name="iOSDevice64">
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="Android64">
<RemoteDir>library\lib\arm64-v8a</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass>
<DeployClass Name="iPad_Launch2224">
<Platform Name="iOSDevice32"> <Platform Name="iOSDevice32">
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSDevice64"> <Platform Name="iOSDevice64">
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="iOSSimARM64">
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> <Platform Name="Linux64">
<DeployClass Name="iPad_Launch2388x1668">
<Platform Name="iOSDevice32">
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSDevice64"> <Platform Name="OSX32">
<RemoteDir>Contents\MacOS</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="OSX64">
<RemoteDir>Contents\MacOS</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> <Platform Name="OSXARM64">
<DeployClass Name="iPad_Launch2732x2048"> <RemoteDir>Contents\MacOS</RemoteDir>
<Platform Name="iOSDevice32">
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSDevice64"> <Platform Name="Win32">
<Operation>1</Operation> <Operation>0</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> </DeployClass>
<DeployClass Name="ProjectOutput_Android32">
<Platform Name="Android64">
<RemoteDir>library\lib\armeabi-v7a</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="iPad_Launch768x1024"> <DeployClass Name="ProjectUWPManifest">
<Platform Name="iOSDevice32"> <Platform Name="Win32">
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSDevice64"> <Platform Name="Win64">
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="Win64x">
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="iPhone_Launch1125"> <DeployClass Name="ProjectiOSDeviceDebug">
<Platform Name="iOSDevice32"> <Platform Name="iOSDevice32">
<RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSDevice64"> <Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="iPhone_Launch1136x640"> <DeployClass Name="ProjectiOSEntitlements">
<Platform Name="iOSDevice32"> <Platform Name="iOSDevice32">
<RemoteDir>..\</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSDevice64"> <Platform Name="iOSDevice64">
<RemoteDir>..\</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="iOSSimARM64">
<RemoteDir>..\</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="iPhone_Launch1242"> <DeployClass Name="ProjectiOSInfoPList">
<Platform Name="iOSDevice32"> <Platform Name="iOSDevice32">
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSDevice64"> <Platform Name="iOSDevice64">
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="iOSSimARM64">
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="iPhone_Launch1242x2688"> <DeployClass Name="ProjectiOSLaunchScreen">
<Platform Name="iOSDevice32">
<Operation>1</Operation>
</Platform>
<Platform Name="iOSDevice64"> <Platform Name="iOSDevice64">
<Operation>1</Operation> <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
<Operation>64</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="iOSSimARM64">
<Operation>1</Operation> <RemoteDir>..\$(PROJECTNAME).launchscreen</RemoteDir>
<Operation>64</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="iPhone_Launch1334"> <DeployClass Name="ProjectiOSResource">
<Platform Name="iOSDevice32"> <Platform Name="iOSDevice32">
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSDevice64"> <Platform Name="iOSDevice64">
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="iOSSimARM64">
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="iPhone_Launch1792"> <DeployClass Name="UWP_DelphiLogo150">
<Platform Name="iOSDevice32"> <Platform Name="Win32">
<Operation>1</Operation> <RemoteDir>Assets</RemoteDir>
</Platform>
<Platform Name="iOSDevice64">
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="Win64">
<RemoteDir>Assets</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="iPhone_Launch2208"> <DeployClass Name="UWP_DelphiLogo44">
<Platform Name="iOSDevice32"> <Platform Name="Win32">
<Operation>1</Operation> <RemoteDir>Assets</RemoteDir>
</Platform>
<Platform Name="iOSDevice64">
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="Win64">
<RemoteDir>Assets</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="iPhone_Launch2436"> <DeployClass Name="iOS_AppStore1024">
<Platform Name="iOSDevice32">
<Operation>1</Operation>
</Platform>
<Platform Name="iOSDevice64"> <Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="iPhone_Launch2688x1242"> <DeployClass Name="iPad_AppIcon152">
<Platform Name="iOSDevice32">
<Operation>1</Operation>
</Platform>
<Platform Name="iOSDevice64"> <Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="iPhone_Launch320"> <DeployClass Name="iPad_AppIcon167">
<Platform Name="iOSDevice32">
<Operation>1</Operation>
</Platform>
<Platform Name="iOSDevice64"> <Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="iPhone_Launch640"> <DeployClass Name="iPad_Launch2x">
<Platform Name="iOSDevice32">
<Operation>1</Operation>
</Platform>
<Platform Name="iOSDevice64"> <Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="iPhone_Launch640x1136"> <DeployClass Name="iPad_LaunchDark2x">
<Platform Name="iOSDevice32">
<Operation>1</Operation>
</Platform>
<Platform Name="iOSDevice64"> <Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="iPhone_Launch750"> <DeployClass Name="iPad_Notification40">
<Platform Name="iOSDevice32">
<Operation>1</Operation>
</Platform>
<Platform Name="iOSDevice64"> <Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="iPhone_Launch828"> <DeployClass Name="iPad_Setting58">
<Platform Name="iOSDevice32">
<Operation>1</Operation>
</Platform>
<Platform Name="iOSDevice64"> <Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="ProjectAndroidManifest"> <DeployClass Name="iPad_SpotLight80">
<Platform Name="Android"> <Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> <Platform Name="iOSSimARM64">
<DeployClass Name="ProjectiOSDeviceDebug"> <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Platform Name="iOSDevice32">
<RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass>
<DeployClass Name="iPhone_AppIcon120">
<Platform Name="iOSDevice64"> <Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).app.dSYM\Contents\Resources\DWARF</RemoteDir> <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> <Platform Name="iOSSimARM64">
<DeployClass Name="ProjectiOSDeviceResourceRules"> <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Platform Name="iOSDevice32">
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass>
<DeployClass Name="iPhone_AppIcon180">
<Platform Name="iOSDevice64"> <Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> <Platform Name="iOSSimARM64">
<DeployClass Name="ProjectiOSEntitlements"> <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Platform Name="iOSDevice32">
<RemoteDir>..\</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass>
<DeployClass Name="iPhone_Launch2x">
<Platform Name="iOSDevice64"> <Platform Name="iOSDevice64">
<RemoteDir>..\</RemoteDir> <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> <Platform Name="iOSSimARM64">
<DeployClass Name="ProjectiOSInfoPList"> <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
<Platform Name="iOSDevice32">
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass>
<DeployClass Name="iPhone_Launch3x">
<Platform Name="iOSDevice64"> <Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="ProjectiOSResource"> <DeployClass Name="iPhone_LaunchDark2x">
<Platform Name="iOSDevice32">
<Operation>1</Operation>
</Platform>
<Platform Name="iOSDevice64"> <Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="ProjectOSXEntitlements"> <DeployClass Name="iPhone_LaunchDark3x">
<Platform Name="OSX32"> <Platform Name="iOSDevice64">
<RemoteDir>..\</RemoteDir> <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
<Operation>1</Operation>
</Platform>
</DeployClass>
<DeployClass Name="ProjectOSXInfoPList">
<Platform Name="OSX32">
<RemoteDir>Contents</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> <Platform Name="iOSSimARM64">
<DeployClass Name="ProjectOSXResource"> <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\LaunchScreenImage.imageset</RemoteDir>
<Platform Name="OSX32">
<RemoteDir>Contents\Resources</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Required="true" Name="ProjectOutput"> <DeployClass Name="iPhone_Notification40">
<Platform Name="Android"> <Platform Name="iOSDevice64">
<RemoteDir>library\lib\armeabi-v7a</RemoteDir> <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSDevice32"> <Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass>
<DeployClass Name="iPhone_Notification60">
<Platform Name="iOSDevice64"> <Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="iOSSimulator"> <Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="Linux64"> </DeployClass>
<DeployClass Name="iPhone_Setting58">
<Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="OSX32"> <Platform Name="iOSSimARM64">
<RemoteDir>Contents\MacOS</RemoteDir> <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="Win32">
<Operation>0</Operation>
</Platform>
</DeployClass> </DeployClass>
<DeployClass Name="ProjectUWPManifest"> <DeployClass Name="iPhone_Setting87">
<Platform Name="Win32"> <Platform Name="iOSDevice64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="Win64"> <Platform Name="iOSSimARM64">
<RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="UWP_DelphiLogo150"> <DeployClass Name="iPhone_Spotlight120">
<Platform Name="Win32"> <Platform Name="iOSDevice64">
<RemoteDir>Assets</RemoteDir> <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="Win64"> <Platform Name="iOSSimARM64">
<RemoteDir>Assets</RemoteDir> <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<DeployClass Name="UWP_DelphiLogo44"> <DeployClass Name="iPhone_Spotlight80">
<Platform Name="Win32"> <Platform Name="iOSDevice64">
<RemoteDir>Assets</RemoteDir> <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
<Platform Name="Win64"> <Platform Name="iOSSimARM64">
<RemoteDir>Assets</RemoteDir> <RemoteDir>..\$(PROJECTNAME).launchscreen\Assets\AppIcon.appiconset</RemoteDir>
<Operation>1</Operation> <Operation>1</Operation>
</Platform> </Platform>
</DeployClass> </DeployClass>
<ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/> <ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/> <ProjectRoot Platform="Android64" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/> <ProjectRoot Platform="iOSDevice32" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="iOSDevice64" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="iOSSimARM64" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/> <ProjectRoot Platform="Linux64" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/> <ProjectRoot Platform="OSX32" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="Android" Name="$(PROJECTNAME)"/> <ProjectRoot Platform="OSX64" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="iOSSimulator" Name="$(PROJECTNAME).app"/> <ProjectRoot Platform="OSXARM64" Name="$(PROJECTNAME).app"/>
<ProjectRoot Platform="Win32" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="Win64" Name="$(PROJECTNAME)"/>
<ProjectRoot Platform="Win64x" Name="$(PROJECTNAME)"/>
</Deployment> </Deployment>
<Platforms> <Platforms>
<Platform value="Win32">True</Platform> <Platform value="Win32">True</Platform>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
object FAboutUs: TFAboutUs object FAboutUs: TFAboutUs
Color = clWhite Width = 1058
Height = 730
Font.Charset = ANSI_CHARSET Font.Charset = ANSI_CHARSET
Font.Color = clBlack Font.Color = clBlack
Font.Height = -11 Font.Height = -11
Font.Name = 'Arial' Font.Name = 'Arial'
Font.Size = 8
Font.Style = [] Font.Style = []
FormStyle = fsNormal ParentFont = False
Height = 730
Left = 0
OnClose = WebFormClose OnClose = WebFormClose
TabOrder = 0
Top = 0
Width = 1058
object btnHome: TWebButton object btnHome: TWebButton
Left = 208
Top = 105
Width = 100
Height = 25
Caption = 'HOME' Caption = 'HOME'
Color = clNone
ElementFont = efCSS
ElementID = 'home' ElementID = 'home'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
OnClick = btnHomeClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 105 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnHomeClick
end end
object btnAboutUs: TWebButton object btnAboutUs: TWebButton
Left = 66
Top = 149
Width = 100
Height = 25
Caption = 'ABOUT US' Caption = 'ABOUT US'
Color = clNone
ElementFont = efCSS
ElementID = 'aboutus' ElementID = 'aboutus'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
OnClick = btnAboutUsClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 113 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnAboutUsClick
end end
object btnContactUs: TWebButton object btnContactUs: TWebButton
Left = 70
Top = 105
Width = 100
Height = 25
Caption = 'CONTACT US' Caption = 'CONTACT US'
Color = clNone
ElementFont = efCSS
ElementID = 'contactus' ElementID = 'contactus'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
OnClick = btnContactUsClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 121 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnContactUsClick
end end
object btnPublicSafety: TWebButton object btnPublicSafety: TWebButton
Left = 214
Top = 145
Width = 100
Height = 25
Caption = 'Public Safety' Caption = 'Public Safety'
Color = clNone
ElementFont = efCSS
ElementID = 'publicsafety' ElementID = 'publicsafety'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
OnClick = btnPublicSafetyClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 137 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnPublicSafetyClick
end end
object btnRecordsManagement: TWebButton object btnRecordsManagement: TWebButton
Left = 338
Top = 145
Width = 100
Height = 25
Caption = 'Records Management' Caption = 'Records Management'
Color = clNone
ElementID = 'recordsmanagement' ElementID = 'recordsmanagement'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
OnClick = btnRecordsManagementClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 169 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnRecordsManagementClick
end end
object btnCustomSoftware: TWebButton object btnCustomSoftware: TWebButton
Left = 338
Top = 105
Width = 100
Height = 25
Caption = 'Custom Software' Caption = 'Custom Software'
Color = clNone
ElementFont = efCSS
ElementID = 'customsoftware' ElementID = 'customsoftware'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
OnClick = btnCustomSoftwareClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 111 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnCustomSoftwareClick
end end
object btnAboutUsFooter: TWebButton object btnAboutUsFooter: TWebButton
Left = 66
Top = 197
Width = 100
Height = 25
Caption = 'About Us' Caption = 'About Us'
Color = clNone
ElementID = 'aboutusfooter' ElementID = 'aboutusfooter'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 306
OnClick = btnAboutUsClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 641 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnAboutUsClick
end end
object btnHomeFooter: TWebButton object btnHomeFooter: TWebButton
Left = 335
Top = 197
Width = 100
Height = 25
Caption = 'Home' Caption = 'Home'
Color = clNone
ElementID = 'homefooter' ElementID = 'homefooter'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 595
OnClick = btnHomeClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 533 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnHomeClick
end end
object btnContactUsFooter: TWebButton object btnContactUsFooter: TWebButton
Left = 214
Top = 197
Width = 100
Height = 25
Caption = 'Contact Us' Caption = 'Contact Us'
Color = clNone
ElementID = 'contactusfooter' ElementID = 'contactusfooter'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 423
OnClick = btnContactUsClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 638 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnContactUsClick
end end
end end
object FContactUs: TFContactUs object FContactUs: TFContactUs
Color = clWhite Width = 930
Height = 802
Font.Charset = ANSI_CHARSET Font.Charset = ANSI_CHARSET
Font.Color = clBlack Font.Color = clBlack
Font.Height = -11 Font.Height = -11
Font.Name = 'Arial' Font.Name = 'Arial'
Font.Size = 8
Font.Style = [] Font.Style = []
FormStyle = fsNormal ParentFont = False
Height = 802
Left = 0
OnClose = WebFormClose OnClose = WebFormClose
TabOrder = 0
Top = 0
Width = 930
object btnAboutUsFooter: TWebButton object btnAboutUsFooter: TWebButton
Left = 170
Top = 74
Width = 100
Height = 25
Caption = 'About Us' Caption = 'About Us'
Color = clNone
ElementID = 'aboutusfooter' ElementID = 'aboutusfooter'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 306
OnClick = btnAboutUsClick
Role = 'null' Role = 'null'
TabOrder = 0 TabStop = False
Top = 641 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnAboutUsClick
end end
object btnHomeFooter: TWebButton object btnHomeFooter: TWebButton
Left = 492
Top = 105
Width = 100
Height = 25
Caption = 'Home' Caption = 'Home'
Color = clNone
ElementID = 'homefooter' ElementID = 'homefooter'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 595
OnClick = btnHomeClick
Role = 'null' Role = 'null'
TabOrder = 0 TabStop = False
Top = 533 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnHomeClick
end end
object btnContactUsFooter: TWebButton object btnContactUsFooter: TWebButton
Left = 509
Top = 136
Width = 100
Height = 25
Caption = 'Contact Us' Caption = 'Contact Us'
Color = clNone
ElementID = 'contactusfooter' ElementID = 'contactusfooter'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 423
OnClick = btnContactUsClick
Role = 'null' Role = 'null'
TabOrder = 0 TabStop = False
Top = 638 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnContactUsClick
end end
object btnAboutUs: TWebButton object btnAboutUs: TWebButton
Left = 174
Top = 101
Width = 100
Height = 25
Caption = 'ABOUT US' Caption = 'ABOUT US'
Color = clNone
ElementFont = efCSS
ElementID = 'aboutusnav' ElementID = 'aboutusnav'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
OnClick = btnAboutUsClick
Role = 'null' Role = 'null'
TabOrder = 0 TabStop = False
Top = 113 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnAboutUsClick
end end
object btnContactUs: TWebButton object btnContactUs: TWebButton
Left = 488
Top = 74
Width = 100
Height = 25
Caption = 'CONTACT US' Caption = 'CONTACT US'
Color = clNone
ElementFont = efCSS
ElementID = 'contactusnav' ElementID = 'contactusnav'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
OnClick = btnContactUsClick
Role = 'null' Role = 'null'
TabOrder = 0 TabStop = False
Top = 121 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnContactUsClick
end end
object btnPublicSafety: TWebButton object btnPublicSafety: TWebButton
Left = 280
Top = 105
Width = 100
Height = 25
Caption = 'Public Safety' Caption = 'Public Safety'
Color = clNone
ElementFont = efCSS
ElementID = 'publicsafetynav' ElementID = 'publicsafetynav'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
OnClick = btnPublicSafetyClick
Role = 'null' Role = 'null'
TabOrder = 0 TabStop = False
Top = 137 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnPublicSafetyClick
end end
object btnHome: TWebButton object btnHome: TWebButton
Left = 382
Top = 74
Width = 100
Height = 25
Caption = 'HOME' Caption = 'HOME'
Color = clNone
ElementFont = efCSS
ElementID = 'homenav' ElementID = 'homenav'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
OnClick = btnHomeClick
Role = 'null' Role = 'null'
TabOrder = 0 TabStop = False
Top = 105 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnHomeClick
end end
object btnRecordsManagement: TWebButton object btnRecordsManagement: TWebButton
Left = 386
Top = 105
Width = 100
Height = 25
Caption = 'Records Management' Caption = 'Records Management'
Color = clNone
ElementID = 'recordsmanagementnav' ElementID = 'recordsmanagementnav'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
OnClick = btnRecordsManagementClick
Role = 'null' Role = 'null'
TabOrder = 0 TabStop = False
Top = 169 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnRecordsManagementClick
end end
object btnCustomSoftware: TWebButton object btnCustomSoftware: TWebButton
Left = 276
Top = 74
Width = 100
Height = 25
Caption = 'Custom Software' Caption = 'Custom Software'
Color = clNone
ElementFont = efCSS
ElementID = 'customsoftwarenav' ElementID = 'customsoftwarenav'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
OnClick = btnCustomSoftwareClick
Role = 'null' Role = 'null'
TabOrder = 0 TabStop = False
Top = 111 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnCustomSoftwareClick
end end
object edtName: TWebEdit object edtName: TWebEdit
Alignment = taLeftJustify Left = 24
Color = clWindow Top = 40
ElementFont = efCSS Width = 100
Height = 25
TabStop = False
ElementID = 'name' ElementID = 'name'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
HideSelection = False HideSelection = False
Left = 0 WidthPercent = 100.000000000000000000
ShowFocus = True
TabOrder = 0
Top = 0
Width = 100
end end
object edtEmail: TWebEdit object edtEmail: TWebEdit
Alignment = taLeftJustify Left = 24
Color = clWindow Top = 75
ElementFont = efCSS Width = 100
Height = 25
TabStop = False
ElementID = 'email' ElementID = 'email'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
HideSelection = False HideSelection = False
Left = 344 WidthPercent = 100.000000000000000000
ShowFocus = True
TabOrder = 0
Top = 339
Width = 100
end end
object edtSubject: TWebEdit object edtSubject: TWebEdit
Alignment = taLeftJustify Left = 24
Color = clWindow Top = 112
ElementFont = efCSS Width = 100
Height = 25
TabStop = False
ElementID = 'subject' ElementID = 'subject'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
HideSelection = False HideSelection = False
Left = 405 WidthPercent = 100.000000000000000000
ShowFocus = True
TabOrder = 0
Top = 458
Width = 100
end end
object memoMessage: TWebMemo object memoMessage: TWebMemo
AutoSize = False Left = 24
Color = clWindow Top = 155
ElementFont = efCSS Width = 464
Height = 303
TabStop = False
ElementID = 'message' ElementID = 'message'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 303
Left = 100
ReadOnly = False
Role = 'null' Role = 'null'
SelLength = 0 SelLength = 0
SelStart = 0 SelStart = 0
ShowFocus = True WidthPercent = 100.000000000000000000
TabOrder = 0
Top = 499
Width = 464
end end
object btnSubmit: TWebButton object btnSubmit: TWebButton
Left = 36
Top = 482
Width = 100
Height = 25
Caption = 'Send Email' Caption = 'Send Email'
Color = clNone
ElementFont = efCSS
ElementID = 'submit' ElementID = 'submit'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 430
OnClick = btnSubmitClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 354 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnSubmitClick
end end
object XDataWebConnection1: TXDataWebConnection object XDataWebConnection1: TXDataWebConnection
URL = 'http://localhost:2013/tms/email'
OnConnect = XDataWebConnection1Connect OnConnect = XDataWebConnection1Connect
OnError = XDataWebConnection1Error OnError = XDataWebConnection1Error
OnRequest = XDataWebConnection1Request OnRequest = XDataWebConnection1Request
URL = 'http://localhost:2013/tms/email' Left = 209
Left = 137 Top = 492
Top = 770
end end
object XDataWebClient1: TXDataWebClient object XDataWebClient1: TXDataWebClient
Connection = XDataWebConnection1 Connection = XDataWebConnection1
OnError = XDataWebClient1Error OnError = XDataWebClient1Error
Left = 300 Left = 368
Top = 770 Top = 490
end end
end end
...@@ -163,6 +163,14 @@ begin ...@@ -163,6 +163,14 @@ begin
Result := TRegEx.IsMatch( AEmail, CPattern ); Result := TRegEx.IsMatch( AEmail, CPattern );
end; end;
//function TFEmailVerification.IsValidEmail(const Email: string): Boolean;
//const
// EmailRegex = '^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$';
//begin
// Result := TRegEx.IsMatch(Email, EmailRegex);
//end;
function TFContactUs.IsInputValid: Boolean; function TFContactUs.IsInputValid: Boolean;
var var
LEmailValid: Boolean; LEmailValid: Boolean;
......
object FCustomSoftware: TFCustomSoftware object FCustomSoftware: TFCustomSoftware
Color = clWhite Width = 640
Height = 480
Font.Charset = ANSI_CHARSET Font.Charset = ANSI_CHARSET
Font.Color = clBlack Font.Color = clBlack
Font.Height = -11 Font.Height = -11
Font.Name = 'Arial' Font.Name = 'Arial'
Font.Size = 8
Font.Style = [] Font.Style = []
FormStyle = fsNormal ParentFont = False
Height = 480
Left = 0
OnClose = WebFormClose OnClose = WebFormClose
TabOrder = 0
Top = 0
Width = 640
object btnHome: TWebButton object btnHome: TWebButton
Left = 482
Top = 17
Width = 100
Height = 25
Caption = 'HOME' Caption = 'HOME'
Color = clNone
ElementFont = efCSS
ElementID = 'home' ElementID = 'home'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
OnClick = btnHomeClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 105 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnHomeClick
end end
object btnAboutUs: TWebButton object btnAboutUs: TWebButton
Left = 364
Top = 17
Width = 100
Height = 25
Caption = 'ABOUT US' Caption = 'ABOUT US'
Color = clNone
ElementFont = efCSS
ElementID = 'aboutus' ElementID = 'aboutus'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 113 WidthPercent = 100.000000000000000000
Width = 100
end end
object btnContactUs: TWebButton object btnContactUs: TWebButton
Left = 246
Top = 17
Width = 100
Height = 25
Caption = 'CONTACT US' Caption = 'CONTACT US'
Color = clNone
ElementFont = efCSS
ElementID = 'contactus' ElementID = 'contactus'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 121 WidthPercent = 100.000000000000000000
Width = 100
end end
object btnPublicSafety: TWebButton object btnPublicSafety: TWebButton
Left = 132
Top = 17
Width = 100
Height = 25
Caption = 'Public Safety' Caption = 'Public Safety'
Color = clNone
ElementFont = efCSS
ElementID = 'publicsafety' ElementID = 'publicsafety'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 137 WidthPercent = 100.000000000000000000
Width = 100
end end
object btnRecordsManagement: TWebButton object btnRecordsManagement: TWebButton
Left = 18
Top = 59
Width = 100
Height = 25
Caption = 'Records Management' Caption = 'Records Management'
Color = clNone
ElementID = 'recordsmanagement' ElementID = 'recordsmanagement'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 169 WidthPercent = 100.000000000000000000
Width = 100
end end
object btnCustomSoftware: TWebButton object btnCustomSoftware: TWebButton
Left = 18
Top = 17
Width = 100
Height = 25
Caption = 'Custom Software' Caption = 'Custom Software'
Color = clNone
ElementFont = efCSS
ElementID = 'customsoftware' ElementID = 'customsoftware'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 111 WidthPercent = 100.000000000000000000
Width = 100
end end
object btnAboutUsFooter: TWebButton object btnAboutUsFooter: TWebButton
Left = 132
Top = 59
Width = 100
Height = 25
Caption = 'About Us' Caption = 'About Us'
Color = clNone
ElementID = 'aboutusfooter' ElementID = 'aboutusfooter'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 306
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 455 WidthPercent = 100.000000000000000000
Width = 100
end end
object btnHomeFooter: TWebButton object btnHomeFooter: TWebButton
Left = 364
Top = 59
Width = 100
Height = 25
Caption = 'Home' Caption = 'Home'
Color = clNone
ElementID = 'homefooter' ElementID = 'homefooter'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
OnClick = btnHomeClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 455 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnHomeClick
end end
object btnContactUsFooter: TWebButton object btnContactUsFooter: TWebButton
Left = 246
Top = 59
Width = 100
Height = 25
Caption = 'Contact Us' Caption = 'Contact Us'
Color = clNone
ElementID = 'contactusfooter' ElementID = 'contactusfooter'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 423
OnClick = btnContactUsClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 455 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnContactUsClick
end end
end end
object FHome: TFHome object FHome: TFHome
Width = 1290
Height = 1090
CSSLibrary = cssBootstrap CSSLibrary = cssBootstrap
Color = clWhite
ElementFont = efCSS ElementFont = efCSS
Font.Charset = ANSI_CHARSET Font.Charset = ANSI_CHARSET
Font.Color = clBlack Font.Color = clBlack
Font.Height = -11 Font.Height = -11
Font.Name = 'Arial' Font.Name = 'Arial'
Font.Size = 8
Font.Style = [] Font.Style = []
FormStyle = fsNormal ParentFont = False
Height = 1090
Left = 0
OnCreate = WebFormCreate OnCreate = WebFormCreate
TabOrder = 0
Top = 0
Visible = False
Width = 1290
object btnHome: TWebButton object btnHome: TWebButton
Left = 173
Top = 141
Width = 100
Height = 25
Caption = 'HOME' Caption = 'HOME'
Color = clNone
ElementFont = efCSS
ElementID = 'homenav' ElementID = 'homenav'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 779
OnClick = btnHomeClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 105 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnHomeClick
end end
object btnAboutUs: TWebButton object btnAboutUs: TWebButton
Left = 379
Top = 101
Width = 100
Height = 25
Caption = 'ABOUT US' Caption = 'ABOUT US'
Color = clNone
ElementFont = efCSS
ElementID = 'aboutusnav' ElementID = 'aboutusnav'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 899
OnClick = btnAboutUsClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 105 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnAboutUsClick
end end
object btnCustomSoftware: TWebButton object btnCustomSoftware: TWebButton
Left = 345
Top = 163
Width = 100
Height = 25
Caption = 'Custom Software' Caption = 'Custom Software'
Color = clNone
ElementFont = efCSS
ElementID = 'customsoftwarenav' ElementID = 'customsoftwarenav'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 1019
OnClick = btnCustomSoftwareClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 111 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnCustomSoftwareClick
end end
object btnRecordsManagement: TWebButton object btnRecordsManagement: TWebButton
Left = 655
Top = 141
Width = 100
Height = 25
Caption = 'Records Management' Caption = 'Records Management'
Color = clNone
ElementID = 'recordsmanagementnav' ElementID = 'recordsmanagementnav'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 1027
OnClick = btnRecordsManagementClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 169 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnRecordsManagementClick
end end
object btnPublicSafety: TWebButton object btnPublicSafety: TWebButton
Left = 527
Top = 123
Width = 100
Height = 25
Caption = 'Public Safety' Caption = 'Public Safety'
Color = clNone
ElementFont = efCSS
ElementID = 'publicsafetynav' ElementID = 'publicsafetynav'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 1027
OnClick = btnPublicSafetyClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 137 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnPublicSafetyClick
end end
object btnContactUs: TWebButton object btnContactUs: TWebButton
Left = 789
Top = 123
Width = 100
Height = 25
Caption = 'CONTACT US' Caption = 'CONTACT US'
Color = clNone
ElementFont = efCSS
ElementID = 'contactusnav' ElementID = 'contactusnav'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 1171
OnClick = btnContactUsClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 105 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnContactUsClick
end end
object btnRecordsManagementLearn: TWebButton object btnRecordsManagementLearn: TWebButton
Left = 60
Top = 136
Width = 100
Height = 25
Caption = 'Learn More' Caption = 'Learn More'
Color = clNone
ElementID = 'recordsmanagementlearn' ElementID = 'recordsmanagementlearn'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 0
OnClick = btnRecordsManagementClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 0 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnRecordsManagementClick
end end
object btnCustomSoftwareLearn: TWebButton object btnCustomSoftwareLearn: TWebButton
Left = 60
Top = 167
Width = 100
Height = 25
Caption = 'Learn More' Caption = 'Learn More'
Color = clNone
ElementID = 'customsoftwarelearn' ElementID = 'customsoftwarelearn'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 0
OnClick = btnCustomSoftwareClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 0 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnCustomSoftwareClick
end end
object btnPublicSafetyLearn: TWebButton object btnPublicSafetyLearn: TWebButton
Left = 56
Top = 198
Width = 100
Height = 25
Caption = 'Learn More' Caption = 'Learn More'
Color = clNone
ElementID = 'publicsafetylearn' ElementID = 'publicsafetylearn'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 0
OnClick = btnPublicSafetyClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 0 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnPublicSafetyClick
end end
object btnAboutUsFooter: TWebButton object btnAboutUsFooter: TWebButton
Left = 56
Top = 229
Width = 100
Height = 25
Caption = 'About Us' Caption = 'About Us'
Color = clNone
ElementID = 'aboutusfooter' ElementID = 'aboutusfooter'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 306
OnClick = btnAboutUsClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 641 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnAboutUsClick
end end
object btnHomeFooter: TWebButton object btnHomeFooter: TWebButton
Left = 179
Top = 172
Width = 100
Height = 25
Caption = 'Home' Caption = 'Home'
Color = clNone
ElementID = 'homefooter' ElementID = 'homefooter'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 595
OnClick = btnHomeClick
Role = 'null' Role = 'null'
TabOrder = 0 TabStop = False
Top = 533 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnHomeClick
end end
object btnContactUsFooter: TWebButton object btnContactUsFooter: TWebButton
Left = 311
Top = 57
Width = 100
Height = 25
Caption = 'Contact Us' Caption = 'Contact Us'
Color = clNone
ElementID = 'contactusfooter' ElementID = 'contactusfooter'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 423
OnClick = btnContactUsClick
Role = 'null' Role = 'null'
TabOrder = 0 TabStop = False
Top = 638 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnContactUsClick
end end
end end
object FPublicSafety: TFPublicSafety object FPublicSafety: TFPublicSafety
Color = clWhite Width = 640
Height = 480
Font.Charset = ANSI_CHARSET Font.Charset = ANSI_CHARSET
Font.Color = clBlack Font.Color = clBlack
Font.Height = -11 Font.Height = -11
Font.Name = 'Arial' Font.Name = 'Arial'
Font.Size = 8
Font.Style = [] Font.Style = []
FormStyle = fsNormal ParentFont = False
Height = 480
Left = 0
OnClose = WebFormClose OnClose = WebFormClose
TabOrder = 0
Top = 0
Width = 640
object btnHome: TWebButton object btnHome: TWebButton
Left = 368
Top = 23
Width = 100
Height = 25
Caption = 'HOME' Caption = 'HOME'
Color = clNone
ElementFont = efCSS
ElementID = 'home' ElementID = 'home'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
OnClick = btnHomeClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 105 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnHomeClick
end end
object btnAboutUs: TWebButton object btnAboutUs: TWebButton
Left = 262
Top = 23
Width = 100
Height = 25
Caption = 'ABOUT US' Caption = 'ABOUT US'
Color = clNone
ElementFont = efCSS
ElementID = 'aboutus' ElementID = 'aboutus'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
OnClick = btnAboutUsClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 113 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnAboutUsClick
end end
object btnContactUs: TWebButton object btnContactUs: TWebButton
Left = 150
Top = 23
Width = 100
Height = 25
Caption = 'CONTACT US' Caption = 'CONTACT US'
Color = clNone
ElementFont = efCSS
ElementID = 'contactus' ElementID = 'contactus'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
OnClick = btnContactUsClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 121 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnContactUsClick
end end
object btnPublicSafety: TWebButton object btnPublicSafety: TWebButton
Left = 474
Top = 23
Width = 100
Height = 25
Caption = 'Public Safety' Caption = 'Public Safety'
Color = clNone
ElementFont = efCSS
ElementID = 'publicsafety' ElementID = 'publicsafety'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
OnClick = btnPublicSafetyClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 137 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnPublicSafetyClick
end end
object btnRecordsManagement: TWebButton object btnRecordsManagement: TWebButton
Left = 40
Top = 54
Width = 100
Height = 25
Caption = 'Records Management' Caption = 'Records Management'
Color = clNone
ElementID = 'recordsmanagement' ElementID = 'recordsmanagement'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
OnClick = btnRecordsManagementClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 169 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnRecordsManagementClick
end end
object btnCustomSoftware: TWebButton object btnCustomSoftware: TWebButton
Left = 40
Top = 23
Width = 100
Height = 25
Caption = 'Custom Software' Caption = 'Custom Software'
Color = clNone
ElementFont = efCSS
ElementID = 'customsoftware' ElementID = 'customsoftware'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
OnClick = btnCustomSoftwareClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 111 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnCustomSoftwareClick
end end
object btnAboutUsFooter: TWebButton object btnAboutUsFooter: TWebButton
Left = 152
Top = 54
Width = 100
Height = 25
Caption = 'About Us' Caption = 'About Us'
Color = clNone
ElementID = 'aboutusfooter' ElementID = 'aboutusfooter'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 306
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 455 WidthPercent = 100.000000000000000000
Width = 100
end end
object btnHomeFooter: TWebButton object btnHomeFooter: TWebButton
Left = 368
Top = 54
Width = 100
Height = 25
Caption = 'Home' Caption = 'Home'
Color = clNone
ElementID = 'homefooter' ElementID = 'homefooter'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
OnClick = btnHomeClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 455 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnHomeClick
end end
object btnContactUsFooter: TWebButton object btnContactUsFooter: TWebButton
Left = 262
Top = 54
Width = 100
Height = 25
Caption = 'Contact Us' Caption = 'Contact Us'
Color = clNone
ElementID = 'contactusfooter' ElementID = 'contactusfooter'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 423
OnClick = btnContactUsClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 455 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnContactUsClick
end end
end end
object FRecordsManagement: TFRecordsManagement object FRecordsManagement: TFRecordsManagement
Width = 640
Height = 480
CSSLibrary = cssBootstrap CSSLibrary = cssBootstrap
Color = clWhite
Font.Charset = ANSI_CHARSET Font.Charset = ANSI_CHARSET
Font.Color = clBlack Font.Color = clBlack
Font.Height = -11 Font.Height = -11
Font.Name = 'Arial' Font.Name = 'Arial'
Font.Size = 8
Font.Style = [] Font.Style = []
FormStyle = fsNormal ParentFont = False
Height = 480
Left = 0
OnClose = WebFormClose OnClose = WebFormClose
TabOrder = 0
Top = 0
Width = 640
object btnHome: TWebButton object btnHome: TWebButton
Left = 478
Top = 21
Width = 100
Height = 25
Caption = 'HOME' Caption = 'HOME'
Color = clNone
ElementFont = efCSS
ElementID = 'home' ElementID = 'home'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 105 WidthPercent = 100.000000000000000000
Width = 100
end end
object btnAboutUs: TWebButton object btnAboutUs: TWebButton
Left = 364
Top = 21
Width = 100
Height = 25
Caption = 'ABOUT US' Caption = 'ABOUT US'
Color = clNone
ElementFont = efCSS
ElementID = 'aboutus' ElementID = 'aboutus'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 113 WidthPercent = 100.000000000000000000
Width = 100
end end
object btnContactUs: TWebButton object btnContactUs: TWebButton
Left = 148
Top = 21
Width = 100
Height = 25
Caption = 'CONTACT US' Caption = 'CONTACT US'
Color = clNone
ElementFont = efCSS
ElementID = 'contactus' ElementID = 'contactus'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 121 WidthPercent = 100.000000000000000000
Width = 100
end end
object btnPublicSafety: TWebButton object btnPublicSafety: TWebButton
Left = 254
Top = 21
Width = 100
Height = 25
Caption = 'Public Safety' Caption = 'Public Safety'
Color = clNone
ElementFont = efCSS
ElementID = 'publicsafety' ElementID = 'publicsafety'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 137 WidthPercent = 100.000000000000000000
Width = 100
end end
object btnRecordsManagement: TWebButton object btnRecordsManagement: TWebButton
Left = 34
Top = 57
Width = 100
Height = 25
Caption = 'Records Management' Caption = 'Records Management'
Color = clNone
ElementID = 'recordsmanagement' ElementID = 'recordsmanagement'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 169 WidthPercent = 100.000000000000000000
Width = 100
end end
object btnCustomSoftware: TWebButton object btnCustomSoftware: TWebButton
Left = 34
Top = 21
Width = 100
Height = 25
Caption = 'Custom Software' Caption = 'Custom Software'
Color = clNone
ElementFont = efCSS
ElementID = 'customsoftware' ElementID = 'customsoftware'
ElementFont = efCSS
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 111 WidthPercent = 100.000000000000000000
Width = 100
end end
object btnContactUsFooter: TWebButton object btnContactUsFooter: TWebButton
Left = 257
Top = 57
Width = 100
Height = 25
Caption = 'Contact Us' Caption = 'Contact Us'
Color = clNone
ElementID = 'contactusfooter' ElementID = 'contactusfooter'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 423
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 455 WidthPercent = 100.000000000000000000
Width = 100
end end
object btnHomeFooter: TWebButton object btnHomeFooter: TWebButton
Left = 368
Top = 57
Width = 100
Height = 25
Caption = 'Home' Caption = 'Home'
Color = clNone
ElementID = 'homefooter' ElementID = 'homefooter'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 540
OnClick = btnHomeClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 455 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnHomeClick
end end
object btnAboutUsFooter: TWebButton object btnAboutUsFooter: TWebButton
Left = 148
Top = 57
Width = 100
Height = 25
Caption = 'About Us' Caption = 'About Us'
Color = clNone
ElementID = 'aboutusfooter' ElementID = 'aboutusfooter'
ElementPosition = epRelative ElementPosition = epRelative
Font.Charset = ANSI_CHARSET HeightPercent = 100.000000000000000000
Font.Color = clBlack
Font.Height = -11
Font.Name = 'Arial'
Font.Size = 8
Font.Style = []
Height = 25
Left = 306
OnClick = btnAboutUsClick
Role = 'button' Role = 'button'
TabOrder = 0 TabStop = False
Top = 455 WidthPercent = 100.000000000000000000
Width = 100 OnClick = btnAboutUsClick
end end
end end
[Paths]
HtmlPath=C:\Projects\emsystemsweb\EMSystemsWebsite\TMSWeb\Debug
HtmlFile=index.html
DefaultURL=http://localhost:8000/EMSystemsWebsite
SingleInstance=0
Debug=0
DebugManager=C:\RADTools\TMSSoftware\TMS WEB Core RSXE15\Bin\Win32\TMSDBGManager.exe
URL=http://localhost:8000/$(ProjectName)
URLParams=
Browser=1
BrowserBin=
BrowserParams=
Electron=0
ElectronBuild=0
JSDebugger=1
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment