Skip to content

Commit 1d26ebb

Browse files
committed
EP12 ZK4500
1 parent 8ff3475 commit 1d26ebb

File tree

17 files changed

+3283
-0
lines changed

17 files changed

+3283
-0
lines changed

Fingerprint ZK4500/.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
/__history/

Fingerprint ZK4500/demo1/Demo.dpr

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
program Demo;
2+
3+
uses
4+
Forms,
5+
Unit1 in 'Unit1.pas' {Form1};
6+
7+
{$R *.RES}
8+
9+
begin
10+
Application.Initialize;
11+
Application.CreateForm(TForm1, Form1);
12+
Application.Run;
13+
end.
Lines changed: 213 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,213 @@
1+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<PropertyGroup>
3+
<ProjectGuid>{91BDCFE4-EE1E-489C-8931-E0C44736B4A7}</ProjectGuid>
4+
<MainSource>Demo.dpr</MainSource>
5+
<Base>True</Base>
6+
<Config Condition="'$(Config)'==''">Debug</Config>
7+
<TargetedPlatforms>169089</TargetedPlatforms>
8+
<AppType>Application</AppType>
9+
<FrameworkType>VCL</FrameworkType>
10+
<ProjectVersion>19.3</ProjectVersion>
11+
<Platform Condition="'$(Platform)'==''">Win32</Platform>
12+
</PropertyGroup>
13+
<PropertyGroup Condition="'$(Config)'=='Base' or '$(Base)'!=''">
14+
<Base>true</Base>
15+
</PropertyGroup>
16+
<PropertyGroup Condition="('$(Platform)'=='Android64' and '$(Base)'=='true') or '$(Base_Android64)'!=''">
17+
<Base_Android64>true</Base_Android64>
18+
<CfgParent>Base</CfgParent>
19+
<Base>true</Base>
20+
</PropertyGroup>
21+
<PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Base)'=='true') or '$(Base_iOSDevice64)'!=''">
22+
<Base_iOSDevice64>true</Base_iOSDevice64>
23+
<CfgParent>Base</CfgParent>
24+
<Base>true</Base>
25+
</PropertyGroup>
26+
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Base)'=='true') or '$(Base_Win32)'!=''">
27+
<Base_Win32>true</Base_Win32>
28+
<CfgParent>Base</CfgParent>
29+
<Base>true</Base>
30+
</PropertyGroup>
31+
<PropertyGroup Condition="('$(Platform)'=='Win64' and '$(Base)'=='true') or '$(Base_Win64)'!=''">
32+
<Base_Win64>true</Base_Win64>
33+
<CfgParent>Base</CfgParent>
34+
<Base>true</Base>
35+
</PropertyGroup>
36+
<PropertyGroup Condition="'$(Config)'=='Release' or '$(Cfg_1)'!=''">
37+
<Cfg_1>true</Cfg_1>
38+
<CfgParent>Base</CfgParent>
39+
<Base>true</Base>
40+
</PropertyGroup>
41+
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_1)'=='true') or '$(Cfg_1_Win32)'!=''">
42+
<Cfg_1_Win32>true</Cfg_1_Win32>
43+
<CfgParent>Cfg_1</CfgParent>
44+
<Cfg_1>true</Cfg_1>
45+
<Base>true</Base>
46+
</PropertyGroup>
47+
<PropertyGroup Condition="'$(Config)'=='Debug' or '$(Cfg_2)'!=''">
48+
<Cfg_2>true</Cfg_2>
49+
<CfgParent>Base</CfgParent>
50+
<Base>true</Base>
51+
</PropertyGroup>
52+
<PropertyGroup Condition="('$(Platform)'=='Android64' and '$(Cfg_2)'=='true') or '$(Cfg_2_Android64)'!=''">
53+
<Cfg_2_Android64>true</Cfg_2_Android64>
54+
<CfgParent>Cfg_2</CfgParent>
55+
<Cfg_2>true</Cfg_2>
56+
<Base>true</Base>
57+
</PropertyGroup>
58+
<PropertyGroup Condition="('$(Platform)'=='iOSDevice64' and '$(Cfg_2)'=='true') or '$(Cfg_2_iOSDevice64)'!=''">
59+
<Cfg_2_iOSDevice64>true</Cfg_2_iOSDevice64>
60+
<CfgParent>Cfg_2</CfgParent>
61+
<Cfg_2>true</Cfg_2>
62+
<Base>true</Base>
63+
</PropertyGroup>
64+
<PropertyGroup Condition="('$(Platform)'=='OSX64' and '$(Cfg_2)'=='true') or '$(Cfg_2_OSX64)'!=''">
65+
<Cfg_2_OSX64>true</Cfg_2_OSX64>
66+
<CfgParent>Cfg_2</CfgParent>
67+
<Cfg_2>true</Cfg_2>
68+
<Base>true</Base>
69+
</PropertyGroup>
70+
<PropertyGroup Condition="('$(Platform)'=='OSXARM64' and '$(Cfg_2)'=='true') or '$(Cfg_2_OSXARM64)'!=''">
71+
<Cfg_2_OSXARM64>true</Cfg_2_OSXARM64>
72+
<CfgParent>Cfg_2</CfgParent>
73+
<Cfg_2>true</Cfg_2>
74+
<Base>true</Base>
75+
</PropertyGroup>
76+
<PropertyGroup Condition="('$(Platform)'=='Win32' and '$(Cfg_2)'=='true') or '$(Cfg_2_Win32)'!=''">
77+
<Cfg_2_Win32>true</Cfg_2_Win32>
78+
<CfgParent>Cfg_2</CfgParent>
79+
<Cfg_2>true</Cfg_2>
80+
<Base>true</Base>
81+
</PropertyGroup>
82+
<PropertyGroup Condition="'$(Base)'!=''">
83+
<DCC_E>false</DCC_E>
84+
<DCC_F>false</DCC_F>
85+
<DCC_K>false</DCC_K>
86+
<DCC_N>true</DCC_N>
87+
<DCC_S>false</DCC_S>
88+
<DCC_ImageBase>00400000</DCC_ImageBase>
89+
<DCC_DebugInformation>1</DCC_DebugInformation>
90+
<DCC_WriteableConstants>true</DCC_WriteableConstants>
91+
<DCC_Optimize>false</DCC_Optimize>
92+
<DCC_UnitSearchPath>$(DELPHI)\Lib\Debug;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
93+
<DCC_UsePackage>Vcl50;Vclx50;VclSmp50;Vcldb50;vclado50;ibevnt50;Vclbde50;vcldbx50;Qrpt50;TeeUI50;TeeDB50;Tee50;Dss50;VCLIB50;Vclmid50;vclie50;Inetdb50;Inet50;NMFast50;webmid50;dclocx50;dclaxserver50;db210d5r;TeeQR50;$(DCC_UsePackage)</DCC_UsePackage>
94+
<DCC_Define>DONGLE;$(DCC_Define)</DCC_Define>
95+
<DCC_UNSAFE_TYPE>true</DCC_UNSAFE_TYPE>
96+
<DCC_UNSAFE_CODE>true</DCC_UNSAFE_CODE>
97+
<DCC_UNSAFE_CAST>true</DCC_UNSAFE_CAST>
98+
<SanitizedProjectName>Demo</SanitizedProjectName>
99+
<DCC_Namespace>Vcl;Vcl.Imaging;Vcl.Touch;Vcl.Samples;Vcl.Shell;System;Xml;Data;Datasnap;Web;Soap;Winapi;$(DCC_Namespace)</DCC_Namespace>
100+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
101+
<VerInfo_Build>2</VerInfo_Build>
102+
<VerInfo_Locale>2052</VerInfo_Locale>
103+
<VerInfo_Keys>CompanyName=;FileDescription=;FileVersion=1.0.0.2;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=;ProductVersion=1.0.0.2;Comments=</VerInfo_Keys>
104+
</PropertyGroup>
105+
<PropertyGroup Condition="'$(Base_Android64)'!=''">
106+
<Android_LauncherIcon192>$(BDS)\bin\Artwork\Android\FM_LauncherIcon_192x192.png</Android_LauncherIcon192>
107+
<EnabledSysJars>annotation-1.2.0.dex.jar;asynclayoutinflater-1.0.0.dex.jar;billing-4.0.0.dex.jar;browser-1.0.0.dex.jar;cloud-messaging.dex.jar;collection-1.0.0.dex.jar;coordinatorlayout-1.0.0.dex.jar;core-1.5.0-rc02.dex.jar;core-common-2.0.1.dex.jar;core-runtime-2.0.1.dex.jar;cursoradapter-1.0.0.dex.jar;customview-1.0.0.dex.jar;documentfile-1.0.0.dex.jar;drawerlayout-1.0.0.dex.jar;firebase-annotations-16.0.0.dex.jar;firebase-common-20.0.0.dex.jar;firebase-components-17.0.0.dex.jar;firebase-datatransport-18.0.0.dex.jar;firebase-encoders-17.0.0.dex.jar;firebase-encoders-json-18.0.0.dex.jar;firebase-iid-interop-17.1.0.dex.jar;firebase-installations-17.0.0.dex.jar;firebase-installations-interop-17.0.0.dex.jar;firebase-measurement-connector-19.0.0.dex.jar;firebase-messaging-22.0.0.dex.jar;fmx.dex.jar;fragment-1.0.0.dex.jar;google-play-licensing.dex.jar;interpolator-1.0.0.dex.jar;javax.inject-1.dex.jar;legacy-support-core-ui-1.0.0.dex.jar;legacy-support-core-utils-1.0.0.dex.jar;lifecycle-common-2.0.0.dex.jar;lifecycle-livedata-2.0.0.dex.jar;lifecycle-livedata-core-2.0.0.dex.jar;lifecycle-runtime-2.0.0.dex.jar;lifecycle-service-2.0.0.dex.jar;lifecycle-viewmodel-2.0.0.dex.jar;listenablefuture-1.0.dex.jar;loader-1.0.0.dex.jar;localbroadcastmanager-1.0.0.dex.jar;play-services-ads-20.1.0.dex.jar;play-services-ads-base-20.1.0.dex.jar;play-services-ads-identifier-17.0.0.dex.jar;play-services-ads-lite-20.1.0.dex.jar;play-services-base-17.5.0.dex.jar;play-services-basement-17.6.0.dex.jar;play-services-cloud-messaging-16.0.0.dex.jar;play-services-drive-17.0.0.dex.jar;play-services-games-21.0.0.dex.jar;play-services-location-18.0.0.dex.jar;play-services-maps-17.0.1.dex.jar;play-services-measurement-base-18.0.0.dex.jar;play-services-measurement-sdk-api-18.0.0.dex.jar;play-services-places-placereport-17.0.0.dex.jar;play-services-stats-17.0.0.dex.jar;play-services-tasks-17.2.0.dex.jar;print-1.0.0.dex.jar;room-common-2.1.0.dex.jar;room-runtime-2.1.0.dex.jar;slidingpanelayout-1.0.0.dex.jar;sqlite-2.0.1.dex.jar;sqlite-framework-2.0.1.dex.jar;swiperefreshlayout-1.0.0.dex.jar;transport-api-3.0.0.dex.jar;transport-backend-cct-3.0.0.dex.jar;transport-runtime-3.0.0.dex.jar;user-messaging-platform-1.0.0.dex.jar;versionedparcelable-1.1.1.dex.jar;viewpager-1.0.0.dex.jar;work-runtime-2.1.0.dex.jar</EnabledSysJars>
108+
</PropertyGroup>
109+
<PropertyGroup Condition="'$(Base_iOSDevice64)'!=''">
110+
<iOS_AppStore1024>$(BDS)\bin\Artwork\iOS\iPhone\FM_ApplicationIcon_1024x1024.png</iOS_AppStore1024>
111+
</PropertyGroup>
112+
<PropertyGroup Condition="'$(Base_Win32)'!=''">
113+
<DCC_Namespace>System.Win;Data.Win;Datasnap.Win;Web.Win;Soap.Win;Xml.Win;Bde;$(DCC_Namespace)</DCC_Namespace>
114+
<BT_BuildType>Debug</BT_BuildType>
115+
<VerInfo_IncludeVerInfo>true</VerInfo_IncludeVerInfo>
116+
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
117+
<VerInfo_Locale>1033</VerInfo_Locale>
118+
<Manifest_File>$(BDS)\bin\default_app.manifest</Manifest_File>
119+
<Icon_MainIcon>Demo_Icon.ico</Icon_MainIcon>
120+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
121+
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
122+
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
123+
</PropertyGroup>
124+
<PropertyGroup Condition="'$(Base_Win64)'!=''">
125+
<Icon_MainIcon>Demo_Icon.ico</Icon_MainIcon>
126+
<UWP_DelphiLogo44>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_44.png</UWP_DelphiLogo44>
127+
<UWP_DelphiLogo150>$(BDS)\bin\Artwork\Windows\UWP\delphi_UwpDefault_150.png</UWP_DelphiLogo150>
128+
</PropertyGroup>
129+
<PropertyGroup Condition="'$(Cfg_1)'!=''">
130+
<DCC_Define>RELEASE;$(DCC_Define)</DCC_Define>
131+
<DCC_DebugInformation>0</DCC_DebugInformation>
132+
<DCC_LocalDebugSymbols>false</DCC_LocalDebugSymbols>
133+
<DCC_SymbolReferenceInfo>0</DCC_SymbolReferenceInfo>
134+
</PropertyGroup>
135+
<PropertyGroup Condition="'$(Cfg_1_Win32)'!=''">
136+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
137+
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
138+
</PropertyGroup>
139+
<PropertyGroup Condition="'$(Cfg_2)'!=''">
140+
<DCC_Define>DEBUG;$(DCC_Define)</DCC_Define>
141+
<DCC_GenerateStackFrames>true</DCC_GenerateStackFrames>
142+
<DCC_RangeChecking>true</DCC_RangeChecking>
143+
<DCC_IntegerOverflowCheck>true</DCC_IntegerOverflowCheck>
144+
</PropertyGroup>
145+
<PropertyGroup Condition="'$(Cfg_2_Android64)'!=''">
146+
<BT_BuildType>Debug</BT_BuildType>
147+
</PropertyGroup>
148+
<PropertyGroup Condition="'$(Cfg_2_iOSDevice64)'!=''">
149+
<BT_BuildType>Debug</BT_BuildType>
150+
</PropertyGroup>
151+
<PropertyGroup Condition="'$(Cfg_2_OSX64)'!=''">
152+
<BT_BuildType>Debug</BT_BuildType>
153+
</PropertyGroup>
154+
<PropertyGroup Condition="'$(Cfg_2_OSXARM64)'!=''">
155+
<BT_BuildType>Debug</BT_BuildType>
156+
</PropertyGroup>
157+
<PropertyGroup Condition="'$(Cfg_2_Win32)'!=''">
158+
<AppEnableRuntimeThemes>true</AppEnableRuntimeThemes>
159+
<AppDPIAwarenessMode>PerMonitorV2</AppDPIAwarenessMode>
160+
<DCC_UnitSearchPath>D:\components\ZKFP;$(DCC_UnitSearchPath)</DCC_UnitSearchPath>
161+
<VerInfo_Build>0</VerInfo_Build>
162+
<VerInfo_Locale>1033</VerInfo_Locale>
163+
<VerInfo_Keys>CompanyName=;FileDescription=$(MSBuildProjectName);FileVersion=1.0.0.0;InternalName=;LegalCopyright=;LegalTrademarks=;OriginalFilename=;ProductName=$(MSBuildProjectName);ProductVersion=1.0.0.0;Comments=;ProgramID=com.embarcadero.$(MSBuildProjectName)</VerInfo_Keys>
164+
</PropertyGroup>
165+
<ItemGroup>
166+
<DelphiCompile Include="$(MainSource)">
167+
<MainSource>MainSource</MainSource>
168+
</DelphiCompile>
169+
<DCCReference Include="Unit1.pas">
170+
<Form>Form1</Form>
171+
</DCCReference>
172+
<BuildConfiguration Include="Base">
173+
<Key>Base</Key>
174+
</BuildConfiguration>
175+
<BuildConfiguration Include="Release">
176+
<Key>Cfg_1</Key>
177+
<CfgParent>Base</CfgParent>
178+
</BuildConfiguration>
179+
<BuildConfiguration Include="Debug">
180+
<Key>Cfg_2</Key>
181+
<CfgParent>Base</CfgParent>
182+
</BuildConfiguration>
183+
</ItemGroup>
184+
<ProjectExtensions>
185+
<Borland.Personality>Delphi.Personality.12</Borland.Personality>
186+
<Borland.ProjectType/>
187+
<BorlandProject>
188+
<Delphi.Personality>
189+
<Source>
190+
<Source Name="MainSource">Demo.dpr</Source>
191+
</Source>
192+
<Excluded_Packages>
193+
<Excluded_Packages Name="D:\components\--2ThaiSmartCard\bpl\Pk_Wrp_ThaiSMCReader.bpl">File D:\components\--2ThaiSmartCard\bpl\Pk_Wrp_ThaiSMCReader.bpl not found</Excluded_Packages>
194+
<Excluded_Packages Name="$(BDSBIN)\dcloffice2k280.bpl">Microsoft Office 2000 Sample Automation Server Wrapper Components</Excluded_Packages>
195+
<Excluded_Packages Name="$(BDSBIN)\dclofficexp280.bpl">Microsoft Office XP Sample Automation Server Wrapper Components</Excluded_Packages>
196+
<Excluded_Packages Name="C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\Wrp_ThaiSmartCard_D11.bpl">File C:\Users\Public\Documents\Embarcadero\Studio\22.0\Bpl\Wrp_ThaiSmartCard_D11.bpl not found</Excluded_Packages>
197+
</Excluded_Packages>
198+
</Delphi.Personality>
199+
<Platforms>
200+
<Platform value="Android64">True</Platform>
201+
<Platform value="iOSDevice64">True</Platform>
202+
<Platform value="Linux64">True</Platform>
203+
<Platform value="OSX64">True</Platform>
204+
<Platform value="OSXARM64">True</Platform>
205+
<Platform value="Win32">True</Platform>
206+
<Platform value="Win64">False</Platform>
207+
</Platforms>
208+
</BorlandProject>
209+
<ProjectFileVersion>12</ProjectFileVersion>
210+
</ProjectExtensions>
211+
<Import Project="$(BDS)\Bin\CodeGear.Delphi.Targets" Condition="Exists('$(BDS)\Bin\CodeGear.Delphi.Targets')"/>
212+
<Import Project="$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj" Condition="Exists('$(APPDATA)\Embarcadero\$(BDSAPPDATABASEDIR)\$(PRODUCTVERSION)\UserTools.proj')"/>
213+
</Project>
318 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)