在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → 考勤机SDK二次开发包接口

考勤机SDK二次开发包接口

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:11.23M
  • 下载次数:3
  • 浏览次数:99
  • 发布时间:2020-09-20
  • 实例类别:一般编程问题
  • 发 布 人:robot666
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
本接口sdk包含了vb/vb.net/c#等语言的接口代码,可以直接使用或是扩展开发
【实例截图】
【核心代码】
考勤机sdk文件
└── 考勤机sdk文件
└── 32位Demo
├── C#
│   ├── Black&White(黑白屏)
│   │   ├── AccessControl
│   │   │   ├── AccessControl.csproj
│   │   │   ├── AccessControl.csproj.user
│   │   │   ├── Access.sln
│   │   │   ├── Access.suo
│   │   │   ├── ACMain.cs
│   │   │   ├── ACMain.Designer.cs
│   │   │   ├── ACMain.resx
│   │   │   ├── bin
│   │   │   │   └── x86
│   │   │   │   └── Release
│   │   │   │   ├── AccessControl.exe
│   │   │   │   ├── AccessControl.pdb
│   │   │   │   ├── AccessControl.vshost.exe
│   │   │   │   ├── AccessControl.vshost.exe.manifest
│   │   │   │   └── Interop.zkemkeeper.dll
│   │   │   ├── images
│   │   │   │   └── top.jpg
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Release
│   │   │   │   ├── AccessControl.ACMain.resources
│   │   │   │   ├── AccessControl.csproj.FileListAbsolute.txt
│   │   │   │   ├── AccessControl.csproj.GenerateResource.Cache
│   │   │   │   ├── AccessControl.csproj.ResolveComReference.cache
│   │   │   │   ├── AccessControl.exe
│   │   │   │   ├── AccessControl.pdb
│   │   │   │   ├── AccessControl.Properties.Resources.resources
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── SearchforUSBCom.cs
│   │   ├── AttLogs
│   │   │   ├── AttLogs.csproj
│   │   │   ├── AttLogs.csproj.user
│   │   │   ├── AttLogsMain.cs
│   │   │   ├── AttLogsMain.Designer.cs
│   │   │   ├── AttLogsMain.resx
│   │   │   ├── AttLogs.sln
│   │   │   ├── AttLogs.suo
│   │   │   ├── bin
│   │   │   │   └── Release
│   │   │   │   ├── AttLogs.exe
│   │   │   │   ├── AttLogs.pdb
│   │   │   │   ├── AttLogs.vshost.exe
│   │   │   │   ├── AttLogs.vshost.exe.manifest
│   │   │   │   └── Interop.zkemkeeper.dll
│   │   │   ├── images
│   │   │   │   └── top550.jpg
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── AttLogs.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── AttLogs.csproj.ResolveComReference.cache
│   │   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Release
│   │   │   │   ├── AttLogs.AttLogsMain.resources
│   │   │   │   ├── AttLogs.csproj.FileListAbsolute.txt
│   │   │   │   ├── AttLogs.csproj.GenerateResource.Cache
│   │   │   │   ├── AttLogs.csproj.ResolveComReference.cache
│   │   │   │   ├── AttLogs.exe
│   │   │   │   ├── AttLogs.pdb
│   │   │   │   ├── AttLogs.Properties.Resources.resources
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── SearchforUSBCom.cs
│   │   ├── Card Management
│   │   │   ├── Backup
│   │   │   │   ├── Card.csproj
│   │   │   │   ├── Card.csproj.user
│   │   │   │   ├── CardMain.cs
│   │   │   │   ├── CardMain.Designer.cs
│   │   │   │   ├── CardMain.resx
│   │   │   │   ├── Card Management.sln
│   │   │   │   ├── Card Management.v12.suo
│   │   │   │   ├── images
│   │   │   │   │   └── top.jpg
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── SearchforUSBCom.cs
│   │   │   ├── bin
│   │   │   │   └── Release
│   │   │   │   ├── CardManagement.exe
│   │   │   │   ├── CardManagement.pdb
│   │   │   │   ├── CardManagement.vshost.exe
│   │   │   │   ├── CardManagement.vshost.exe.manifest
│   │   │   │   └── Interop.zkemkeeper.dll
│   │   │   ├── Card.csproj
│   │   │   ├── Card.csproj.user
│   │   │   ├── CardMain.cs
│   │   │   ├── CardMain.Designer.cs
│   │   │   ├── CardMain.resx
│   │   │   ├── Card Management.sln
│   │   │   ├── Card Management.suo
│   │   │   ├── Card Management.v12.suo
│   │   │   ├── images
│   │   │   │   └── top.jpg
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Card.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Card.csproj.ResolveComReference.cache
│   │   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Release
│   │   │   │   ├── Card.CardMain.resources
│   │   │   │   ├── Card.csproj.FileListAbsolute.txt
│   │   │   │   ├── Card.csproj.GenerateResource.Cache
│   │   │   │   ├── Card.csproj.ResolveComReference.cache
│   │   │   │   ├── CardManagement.exe
│   │   │   │   ├── CardManagement.pdb
│   │   │   │   ├── Card.Properties.Resources.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SearchforUSBCom.cs
│   │   │   ├── UpgradeLog.htm
│   │   │   └── UpgradeLog.XML
│   │   ├── ConsoleMThreads
│   │   │   ├── bin
│   │   │   │   └── Release
│   │   │   │   ├── ConsoleMThreads.exe
│   │   │   │   ├── ConsoleMThreads.pdb
│   │   │   │   ├── ConsoleMThreads.vshost.exe
│   │   │   │   ├── ConsoleMThreads.vshost.exe.manifest
│   │   │   │   └── Interop.zkemkeeper.dll
│   │   │   ├── ConsoleMThreads.csproj
│   │   │   ├── ConsoleMThreads.csproj.user
│   │   │   ├── ConsoleMThreads.sln
│   │   │   ├── ConsoleMThreads.suo
│   │   │   ├── data
│   │   │   │   ├── AttLogs.ldb
│   │   │   │   └── AttLogs.mdb
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── ConsoleMThreads.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── ConsoleMThreads.csproj.ResolveComReference.cache
│   │   │   │   │   └── Interop.zkemkeeper.dll
│   │   │   │   └── Release
│   │   │   │   ├── ConsoleMThreads.csproj.FileListAbsolute.txt
│   │   │   │   ├── ConsoleMThreads.csproj.ResolveComReference.cache
│   │   │   │   ├── ConsoleMThreads.exe
│   │   │   │   ├── ConsoleMThreads.pdb
│   │   │   │   └── Interop.zkemkeeper.dll
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Device Management
│   │   │   ├── bin
│   │   │   │   └── Release
│   │   │   │   ├── Device.exe
│   │   │   │   ├── Device.pdb
│   │   │   │   ├── Device.vshost.exe
│   │   │   │   ├── Device.vshost.exe.manifest
│   │   │   │   └── Interop.zkemkeeper.dll
│   │   │   ├── Device.csproj
│   │   │   ├── Device.csproj.user
│   │   │   ├── DeviceMain.cs
│   │   │   ├── DeviceMain.Designer.cs
│   │   │   ├── DeviceMain.resx
│   │   │   ├── DeviceManagement.sln
│   │   │   ├── DeviceManagement.suo
│   │   │   ├── images
│   │   │   │   └── top955.jpg
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Device.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Device.csproj.ResolveComReference.cache
│   │   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Release
│   │   │   │   ├── Device.csproj.FileListAbsolute.txt
│   │   │   │   ├── Device.csproj.GenerateResource.Cache
│   │   │   │   ├── Device.csproj.ResolveComReference.cache
│   │   │   │   ├── Device.DeviceMain.resources
│   │   │   │   ├── Device.exe
│   │   │   │   ├── Device.pdb
│   │   │   │   ├── Device.Properties.Resources.resources
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── SearchforUSBCom.cs
│   │   ├── Online Enroll
│   │   │   ├── Backup
│   │   │   │   ├── images
│   │   │   │   │   └── top485.jpg
│   │   │   │   ├── OnEnrollMain.cs
│   │   │   │   ├── OnEnrollMain.Designer.cs
│   │   │   │   ├── OnEnrollMain.resx
│   │   │   │   ├── OnlineEnroll.csproj
│   │   │   │   ├── OnlineEnroll.csproj.user
│   │   │   │   ├── OnlineEnroll.sln
│   │   │   │   ├── OnlineEnroll.v12.suo
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   └── SearchforUSBCom.cs
│   │   │   ├── bin
│   │   │   │   └── Release
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── OnlineEnroll.exe
│   │   │   │   ├── OnlineEnroll.pdb
│   │   │   │   ├── OnlineEnroll.vshost.exe
│   │   │   │   └── OnlineEnroll.vshost.exe.manifest
│   │   │   ├── data
│   │   │   │   └── Templates.mdb
│   │   │   ├── images
│   │   │   │   └── top485.jpg
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   │   ├── OnlineEnroll.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── OnlineEnroll.csproj.ResolveComReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Release
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── OnlineEnroll.csproj.FileListAbsolute.txt
│   │   │   │   ├── OnlineEnroll.csproj.GenerateResource.Cache
│   │   │   │   ├── OnlineEnroll.csprojResolveAssemblyReference.cache
│   │   │   │   ├── OnlineEnroll.csproj.ResolveComReference.cache
│   │   │   │   ├── OnlineEnroll.exe
│   │   │   │   ├── OnlineEnroll.OnEnrollMain.resources
│   │   │   │   ├── OnlineEnroll.pdb
│   │   │   │   ├── OnlineEnroll.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── OnEnrollMain.cs
│   │   │   ├── OnEnrollMain.Designer.cs
│   │   │   ├── OnEnrollMain.resx
│   │   │   ├── OnlineEnroll.csproj
│   │   │   ├── OnlineEnroll.csproj.user
│   │   │   ├── OnlineEnroll.sln
│   │   │   ├── OnlineEnroll.suo
│   │   │   ├── OnlineEnroll.v12.suo
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SearchforUSBCom.cs
│   │   │   └── UpgradeLog.htm
│   │   ├── OpLogs
│   │   │   ├── bin
│   │   │   │   └── Release
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── OpLogs.exe
│   │   │   │   ├── OpLogs.pdb
│   │   │   │   ├── OpLogs.vshost.exe
│   │   │   │   └── OpLogs.vshost.exe.manifest
│   │   │   ├── images
│   │   │   │   └── top485.jpg
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   │   ├── OpLogs.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── OpLogs.csproj.ResolveComReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Release
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── OpLogs.csproj.FileListAbsolute.txt
│   │   │   │   ├── OpLogs.csproj.GenerateResource.Cache
│   │   │   │   ├── OpLogs.csproj.ResolveComReference.cache
│   │   │   │   ├── OpLogs.exe
│   │   │   │   ├── OpLogs.OpLogsMain.resources
│   │   │   │   ├── OpLogs.pdb
│   │   │   │   ├── OpLogs.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── OpLogs.csproj
│   │   │   ├── OpLogs.csproj.user
│   │   │   ├── OpLogsMain.cs
│   │   │   ├── OpLogsMain.Designer.cs
│   │   │   ├── OpLogsMain.resx
│   │   │   ├── OpLogs.sln
│   │   │   ├── OpLogs.suo
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── SearchforUSBCom.cs
│   │   ├── Others
│   │   │   ├── bin
│   │   │   │   └── Release
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── Others.exe
│   │   │   │   ├── Others.pdb
│   │   │   │   ├── Others.vshost.exe
│   │   │   │   └── Others.vshost.exe.manifest
│   │   │   ├── images
│   │   │   │   └── top.jpg
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   │   ├── Others.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Others.csproj.ResolveComReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Release
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── Others.csproj.FileListAbsolute.txt
│   │   │   │   ├── Others.csproj.GenerateResource.Cache
│   │   │   │   ├── Others.csproj.ResolveComReference.cache
│   │   │   │   ├── Others.exe
│   │   │   │   ├── Others.OthersMain.resources
│   │   │   │   ├── Others.pdb
│   │   │   │   ├── Others.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Others.csproj
│   │   │   ├── Others.csproj.user
│   │   │   ├── OthersMain.cs
│   │   │   ├── OthersMain.Designer.cs
│   │   │   ├── OthersMain.resx
│   │   │   ├── Others.sln
│   │   │   ├── Others.suo
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── SearchforUSBCom.cs
│   │   ├── RTEvents
│   │   │   ├── Backup
│   │   │   │   ├── images
│   │   │   │   │   └── top485.jpg
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── RTEvents.csproj
│   │   │   │   ├── RTEvents.csproj.user
│   │   │   │   ├── RTEventsMain.cs
│   │   │   │   ├── RTEventsMain.Designer.cs
│   │   │   │   ├── RTEventsMain.resx
│   │   │   │   ├── RTEvents.sln
│   │   │   │   ├── RTEvents.v12.suo
│   │   │   │   └── SearchforUSBCom.cs
│   │   │   ├── bin
│   │   │   │   └── Release
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── RTEvents.exe
│   │   │   │   ├── RTEvents.pdb
│   │   │   │   ├── RTEvents.vshost.exe
│   │   │   │   └── RTEvents.vshost.exe.manifest
│   │   │   ├── images
│   │   │   │   └── top485.jpg
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   │   ├── RTEvents.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── RTEvents.csproj.ResolveComReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Release
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── RTEvents.csproj.FileListAbsolute.txt
│   │   │   │   ├── RTEvents.csproj.GenerateResource.Cache
│   │   │   │   ├── RTEvents.csprojResolveAssemblyReference.cache
│   │   │   │   ├── RTEvents.csproj.ResolveComReference.cache
│   │   │   │   ├── RTEvents.exe
│   │   │   │   ├── RTEvents.pdb
│   │   │   │   ├── RTEvents.Properties.Resources.resources
│   │   │   │   ├── RTEvents.RTEventsMain.resources
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── RTEvents.csproj
│   │   │   ├── RTEvents.csproj.user
│   │   │   ├── RTEventsMain.cs
│   │   │   ├── RTEventsMain.Designer.cs
│   │   │   ├── RTEventsMain.resx
│   │   │   ├── RTEvents.sln
│   │   │   ├── RTEvents.suo
│   │   │   ├── RTEvents.v12.suo
│   │   │   ├── SearchforUSBCom.cs
│   │   │   └── UpgradeLog.htm
│   │   ├── Short Messages
│   │   │   ├── bin
│   │   │   │   └── Release
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── ShortMessages.exe
│   │   │   │   ├── ShortMessages.vshost.exe
│   │   │   │   └── ShortMessages.vshost.exe.manifest
│   │   │   ├── images
│   │   │   │   └── top.jpg
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   │   ├── ShortMessages.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── ShortMessages.csproj.ResolveComReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Release
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── ShortMessages.csproj.FileListAbsolute.txt
│   │   │   │   ├── ShortMessages.csproj.GenerateResource.Cache
│   │   │   │   ├── ShortMessages.csproj.ResolveComReference.cache
│   │   │   │   ├── ShortMessages.exe
│   │   │   │   ├── ShortMessages.Properties.Resources.resources
│   │   │   │   ├── ShortMessages.SMSMain.resources
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SearchforUSBCom.cs
│   │   │   ├── ShortMessages.csproj
│   │   │   ├── ShortMessages.csproj.user
│   │   │   ├── Short Messages.sln
│   │   │   ├── Short Messages.suo
│   │   │   ├── SMSMain.cs
│   │   │   ├── SMSMain.Designer.cs
│   │   │   └── SMSMain.resx
│   │   ├── Udisk Data Management
│   │   │   ├── bin
│   │   │   │   └── Release
│   │   │   │   ├── Udisk.exe
│   │   │   │   ├── Udisk.vshost.exe
│   │   │   │   ├── Udisk.vshost.exe.manifest
│   │   │   │   └── user.dat
│   │   │   ├── images
│   │   │   │   └── top750.jpg
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Release
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Udisk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Udisk.csproj.GenerateResource.Cache
│   │   │   │   ├── UdiskData.Properties.Resources.resources
│   │   │   │   ├── UdiskData.UDiskDataMain.resources
│   │   │   │   └── Udisk.exe
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Raw.cs
│   │   │   ├── Structs.cs
│   │   │   ├── Udisk.csproj
│   │   │   ├── Udisk.csproj.user
│   │   │   ├── UDiskDataMain.cs
│   │   │   ├── UDiskDataMain.Designer.cs
│   │   │   ├── UDiskDataMain.resx
│   │   │   ├── Udisk.sln
│   │   │   └── Udisk.suo
│   │   ├── UserInfo
│   │   │   ├── bin
│   │   │   │   └── Release
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── UserInfo.exe
│   │   │   │   ├── UserInfo.pdb
│   │   │   │   ├── UserInfo.vshost.exe
│   │   │   │   └── UserInfo.vshost.exe.manifest
│   │   │   ├── images
│   │   │   │   └── top.jpg
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── UserInfo.csproj.FileListAbsolute.txt
│   │   │   │   │   └── UserInfo.csproj.ResolveComReference.cache
│   │   │   │   └── Release
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── UserInfo.csproj.FileListAbsolute.txt
│   │   │   │   ├── UserInfo.csproj.GenerateResource.Cache
│   │   │   │   ├── UserInfo.csproj.ResolveComReference.cache
│   │   │   │   ├── UserInfo.exe
│   │   │   │   ├── UserInfo.pdb
│   │   │   │   ├── UserInfo.Properties.Resources.resources
│   │   │   │   └── UserInfo.UserInfoMain.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SearchforUSBCom.cs
│   │   │   ├── UserInfo.csproj
│   │   │   ├── UserInfo.csproj.user
│   │   │   ├── UserInfoMain.cs
│   │   │   ├── UserInfoMain.Designer.cs
│   │   │   ├── UserInfoMain.resx
│   │   │   ├── UserInfo.sln
│   │   │   ├── UserInfo.sln.cache
│   │   │   └── UserInfo.suo
│   │   ├── 黑白屏10.0指纹下载UserInfo
│   │   │   ├── Backup
│   │   │   │   ├── images
│   │   │   │   │   └── top.jpg
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── SearchforUSBCom.cs
│   │   │   │   ├── UserInfo.csproj
│   │   │   │   ├── UserInfo.csproj.user
│   │   │   │   ├── UserInfoMain.cs
│   │   │   │   ├── UserInfoMain.Designer.cs
│   │   │   │   ├── UserInfoMain.resx
│   │   │   │   ├── UserInfo.sln
│   │   │   │   └── UserInfo.v12.suo
│   │   │   ├── bin
│   │   │   │   └── Release
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── UserInfo.exe
│   │   │   │   ├── UserInfo.pdb
│   │   │   │   ├── UserInfo.vshost.exe
│   │   │   │   └── UserInfo.vshost.exe.manifest
│   │   │   ├── images
│   │   │   │   └── top.jpg
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   │   ├── TempPE
│   │   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   │   ├── UserInfo.csproj.FileListAbsolute.txt
│   │   │   │   │   └── UserInfo.csproj.ResolveComReference.cache
│   │   │   │   └── Release
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── UserInfo.csproj.FileListAbsolute.txt
│   │   │   │   ├── UserInfo.csproj.GenerateResource.Cache
│   │   │   │   ├── UserInfo.csprojResolveAssemblyReference.cache
│   │   │   │   ├── UserInfo.csproj.ResolveComReference.cache
│   │   │   │   ├── UserInfo.exe
│   │   │   │   ├── UserInfo.pdb
│   │   │   │   ├── UserInfo.Properties.Resources.resources
│   │   │   │   └── UserInfo.UserInfoMain.resources
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SearchforUSBCom.cs
│   │   │   ├── UpgradeLog.htm
│   │   │   ├── UserInfo.csproj
│   │   │   ├── UserInfo.csproj.user
│   │   │   ├── UserInfoMain.cs
│   │   │   ├── UserInfoMain.Designer.cs
│   │   │   ├── UserInfoMain.resx
│   │   │   ├── UserInfo.sln
│   │   │   ├── UserInfo.sln.cache
│   │   │   ├── UserInfo.suo
│   │   │   └── UserInfo.v12.suo
│   │   └── 黑白屏10.0指纹下载UserInfo.zip
│   ├── IFace(人脸)
│   │   ├── AccessControl
│   │   │   ├── AccessControl.csproj
│   │   │   ├── AccessControl.csproj.user
│   │   │   ├── Access.sln
│   │   │   ├── Access.suo
│   │   │   ├── Access.v12.suo
│   │   │   ├── ACMain.cs
│   │   │   ├── ACMain.Designer.cs
│   │   │   ├── ACMain.resx
│   │   │   ├── Backup
│   │   │   │   ├── AccessControl.csproj
│   │   │   │   ├── AccessControl.csproj.user
│   │   │   │   ├── Access.sln
│   │   │   │   ├── Access.v12.suo
│   │   │   │   ├── ACMain.cs
│   │   │   │   ├── ACMain.Designer.cs
│   │   │   │   ├── ACMain.resx
│   │   │   │   ├── images
│   │   │   │   │   └── top.jpg
│   │   │   │   ├── Program.cs
│   │   │   │   └── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── bin
│   │   │   │   └── x86
│   │   │   │   └── Release
│   │   │   │   ├── AccessControl.exe
│   │   │   │   ├── AccessControl.pdb
│   │   │   │   ├── AccessControl.vshost.exe
│   │   │   │   ├── AccessControl.vshost.exe.manifest
│   │   │   │   └── Interop.zkemkeeper.dll
│   │   │   ├── images
│   │   │   │   └── top.jpg
│   │   │   ├── obj
│   │   │   │   └── x86
│   │   │   │   └── Release
│   │   │   │   ├── AccessControl.ACMain.resources
│   │   │   │   ├── AccessControl.csproj.FileListAbsolute.txt
│   │   │   │   ├── AccessControl.csproj.GenerateResource.Cache
│   │   │   │   ├── AccessControl.csproj.ResolveComReference.cache
│   │   │   │   ├── AccessControl.exe
│   │   │   │   ├── AccessControl.pdb
│   │   │   │   ├── AccessControl.Properties.Resources.resources
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── UpgradeLog.htm
│   │   ├── AttLogs
│   │   │   ├── AttLogs.csproj
│   │   │   ├── AttLogs.csproj.user
│   │   │   ├── AttLogsMain.cs
│   │   │   ├── AttLogsMain.Designer.cs
│   │   │   ├── AttLogsMain.resx
│   │   │   ├── AttLogs.sln
│   │   │   ├── AttLogs.suo
│   │   │   ├── bin
│   │   │   │   └── Release
│   │   │   │   ├── AttLogs.application
│   │   │   │   ├── AttLogs.exe
│   │   │   │   ├── AttLogs.exe.manifest
│   │   │   │   ├── AttLogs.pdb
│   │   │   │   ├── AttLogs.vshost.application
│   │   │   │   ├── AttLogs.vshost.exe
│   │   │   │   └── Interop.zkemkeeper.dll
│   │   │   ├── images
│   │   │   │   └── top485.jpg
│   │   │   ├── obj
│   │   │   │   ├── AttLogs.csproj.FileListAbsolute.txt
│   │   │   │   └── Release
│   │   │   │   ├── AttLogs.application
│   │   │   │   ├── AttLogs.AttLogsMain.resources
│   │   │   │   ├── AttLogs.csproj.FileListAbsolute.txt
│   │   │   │   ├── AttLogs.csproj.GenerateResource.Cache
│   │   │   │   ├── AttLogs.csproj.ResolveComReference.cache
│   │   │   │   ├── AttLogs.exe
│   │   │   │   ├── AttLogs.exe.manifest
│   │   │   │   ├── AttLogs.pdb
│   │   │   │   ├── AttLogs.Properties.Resources.resources
│   │   │   │   ├── AttLogs.TrustInfo.xml
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── app.manifest
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── UpgradeLog.XML
│   │   │   └── _UpgradeReport_Files
│   │   │   ├── UpgradeReport.css
│   │   │   ├── UpgradeReport_Minus.gif
│   │   │   ├── UpgradeReport_Plus.gif
│   │   │   └── UpgradeReport.xslt
│   │   ├── Card Management
│   │   │   ├── bin
│   │   │   │   └── Release
│   │   │   │   ├── AxInterop.zkemkeeper.dll
│   │   │   │   ├── CardManagement.exe
│   │   │   │   ├── CardManagement.pdb
│   │   │   │   ├── CardManagement.vshost.exe
│   │   │   │   ├── CardManagement.vshost.exe.manifest
│   │   │   │   └── Interop.zkemkeeper.dll
│   │   │   ├── Card.csproj
│   │   │   ├── Card.csproj.user
│   │   │   ├── CardMain.cs
│   │   │   ├── CardMain.Designer.cs
│   │   │   ├── CardMain.resx
│   │   │   ├── Card Management.sln
│   │   │   ├── Card Management.suo
│   │   │   ├── images
│   │   │   │   └── top.jpg
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── AxInterop.zkemkeeper.dll
│   │   │   │   │   ├── Card.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Card.csproj.ResolveComReference.cache
│   │   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Release
│   │   │   │   ├── AxInterop.zkemkeeper.dll
│   │   │   │   ├── Card.CardMain.resources
│   │   │   │   ├── Card.csproj.FileListAbsolute.txt
│   │   │   │   ├── Card.csproj.GenerateResource.Cache
│   │   │   │   ├── Card.csproj.ResolveComReference.cache
│   │   │   │   ├── CardManagement.exe
│   │   │   │   ├── CardManagement.pdb
│   │   │   │   ├── Card.Properties.Resources.resources
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── ConsoleMThreads
│   │   │   ├── bin
│   │   │   │   └── Release
│   │   │   │   ├── ConsoleMThreads.exe
│   │   │   │   ├── ConsoleMThreads.vshost.exe
│   │   │   │   ├── ConsoleMThreads.vshost.exe.manifest
│   │   │   │   └── Interop.zkemkeeper.dll
│   │   │   ├── ConsoleMThreads.csproj
│   │   │   ├── ConsoleMThreads.csproj.user
│   │   │   ├── ConsoleMThreads.sln
│   │   │   ├── ConsoleMThreads.suo
│   │   │   ├── data
│   │   │   │   ├── AttLogs.ldb
│   │   │   │   └── AttLogs.mdb
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── ConsoleMThreads.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── ConsoleMThreads.csproj.ResolveComReference.cache
│   │   │   │   │   └── Interop.zkemkeeper.dll
│   │   │   │   └── Release
│   │   │   │   ├── ConsoleMThreads.csproj.FileListAbsolute.txt
│   │   │   │   ├── ConsoleMThreads.csproj.ResolveComReference.cache
│   │   │   │   ├── ConsoleMThreads.exe
│   │   │   │   └── Interop.zkemkeeper.dll
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   └── AssemblyInfo.cs
│   │   ├── Device Management
│   │   │   ├── bin
│   │   │   │   └── Release
│   │   │   │   ├── Device.exe
│   │   │   │   ├── Device.pdb
│   │   │   │   ├── Device.vshost.exe
│   │   │   │   ├── Device.vshost.exe.manifest
│   │   │   │   └── Interop.zkemkeeper.dll
│   │   │   ├── Device.csproj
│   │   │   ├── Device.csproj.user
│   │   │   ├── DeviceMain.cs
│   │   │   ├── DeviceMain.Designer.cs
│   │   │   ├── DeviceMain.resx
│   │   │   ├── DeviceManagement.sln
│   │   │   ├── DeviceManagement.suo
│   │   │   ├── DeviceManipulation.suo
│   │   │   ├── images
│   │   │   │   └── top485.jpg
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Device.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Device.csproj.ResolveComReference.cache
│   │   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Release
│   │   │   │   ├── Device.csproj.FileListAbsolute.txt
│   │   │   │   ├── Device.csproj.GenerateResource.Cache
│   │   │   │   ├── Device.csproj.ResolveComReference.cache
│   │   │   │   ├── Device.DeviceMain.resources
│   │   │   │   ├── Device.exe
│   │   │   │   ├── Device.pdb
│   │   │   │   ├── Device.Properties.Resources.resources
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Others
│   │   │   ├── bin
│   │   │   │   └── Release
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── Others.exe
│   │   │   │   ├── Others.vshost.exe
│   │   │   │   └── Others.vshost.exe.manifest
│   │   │   ├── images
│   │   │   │   └── top485.jpg
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   │   ├── Others.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── Others.csproj.ResolveComReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Release
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── Others.csproj.FileListAbsolute.txt
│   │   │   │   ├── Others.csproj.GenerateResource.Cache
│   │   │   │   ├── Others.csproj.ResolveComReference.cache
│   │   │   │   ├── Others.exe
│   │   │   │   ├── Others.OthersMain.resources
│   │   │   │   ├── Others.Properties.Resources.resources
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Others.csproj
│   │   │   ├── Others.csproj.user
│   │   │   ├── OthersMain.cs
│   │   │   ├── OthersMain.Designer.cs
│   │   │   ├── OthersMain.resx
│   │   │   ├── Others.sln
│   │   │   ├── Others.suo
│   │   │   ├── Program.cs
│   │   │   └── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── RTEvents
│   │   │   ├── Backup
│   │   │   │   ├── images
│   │   │   │   │   └── top485.jpg
│   │   │   │   ├── Program.cs
│   │   │   │   ├── Properties
│   │   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   │   ├── Resources.Designer.cs
│   │   │   │   │   ├── Resources.resx
│   │   │   │   │   ├── Settings.Designer.cs
│   │   │   │   │   └── Settings.settings
│   │   │   │   ├── RTEvents.csproj
│   │   │   │   ├── RTEvents.csproj.user
│   │   │   │   ├── RTEventsMain.cs
│   │   │   │   ├── RTEventsMain.Designer.cs
│   │   │   │   ├── RTEventsMain.resx
│   │   │   │   ├── RTEvents.sln
│   │   │   │   └── RTEvents.v12.suo
│   │   │   ├── bin
│   │   │   │   └── Release
│   │   │   │   ├── AxInterop.zkemkeeper.dll
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── RTEvents.exe
│   │   │   │   ├── RTEvents.pdb
│   │   │   │   ├── RTEvents.vshost.exe
│   │   │   │   └── RTEvents.vshost.exe.manifest
│   │   │   ├── images
│   │   │   │   └── top485.jpg
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   ├── AxInterop.zkemkeeper.dll
│   │   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   │   ├── RTEvents.csproj.FileListAbsolute.txt
│   │   │   │   │   ├── RTEvents.csproj.ResolveComReference.cache
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Release
│   │   │   │   ├── AxInterop.zkemkeeper.dll
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── RTEvents.csproj.FileListAbsolute.txt
│   │   │   │   ├── RTEvents.csproj.GenerateResource.Cache
│   │   │   │   ├── RTEvents.csprojResolveAssemblyReference.cache
│   │   │   │   ├── RTEvents.csproj.ResolveComReference.cache
│   │   │   │   ├── RTEvents.exe
│   │   │   │   ├── RTEvents.pdb
│   │   │   │   ├── RTEvents.Properties.Resources.resources
│   │   │   │   ├── RTEvents.RTEventsMain.resources
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── RTEvents.csproj
│   │   │   ├── RTEvents.csproj.user
│   │   │   ├── RTEventsMain.cs
│   │   │   ├── RTEventsMain.Designer.cs
│   │   │   ├── RTEventsMain.resx
│   │   │   ├── RTEvents.sln
│   │   │   ├── RTEvents.suo
│   │   │   ├── RTEvents.v12.suo
│   │   │   └── UpgradeLog.htm
│   │   ├── Udisk Data Management
│   │   │   ├── bin
│   │   │   │   └── Release
│   │   │   │   ├── template.fp10.1
│   │   │   │   ├── Udisk.exe
│   │   │   │   ├── Udisk.vshost.exe
│   │   │   │   └── Udisk.vshost.exe.manifest
│   │   │   ├── images
│   │   │   │   └── top750.jpg
│   │   │   ├── obj
│   │   │   │   ├── Debug
│   │   │   │   │   └── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   └── Release
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── Udisk.csproj.FileListAbsolute.txt
│   │   │   │   ├── Udisk.csproj.GenerateResource.Cache
│   │   │   │   ├── UdiskData.Properties.Resources.resources
│   │   │   │   ├── UdiskData.UDiskDataMain.resources
│   │   │   │   └── Udisk.exe
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── Raw.cs
│   │   │   ├── Structs.cs
│   │   │   ├── Udisk.csproj
│   │   │   ├── Udisk.csproj.user
│   │   │   ├── UDiskDataMain.cs
│   │   │   ├── UDiskDataMain.Designer.cs
│   │   │   ├── UDiskDataMain.resx
│   │   │   ├── Udisk.sln
│   │   │   └── Udisk.suo
│   │   └── UserInfo
│   │   ├── Backup
│   │   │   ├── images
│   │   │   │   └── top.jpg
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── UserInfo.csproj
│   │   │   ├── UserInfo.csproj.user
│   │   │   ├── UserInfoMain.cs
│   │   │   ├── UserInfoMain.Designer.cs
│   │   │   ├── UserInfoMain.resx
│   │   │   ├── UserInfo.sln
│   │   │   └── UserInfo.v12.suo
│   │   ├── bin
│   │   │   └── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── UserInfo.exe
│   │   │   ├── UserInfo.pdb
│   │   │   ├── UserInfo.vshost.exe
│   │   │   └── UserInfo.vshost.exe.manifest
│   │   ├── images
│   │   │   └── top.jpg
│   │   ├── obj
│   │   │   └── Release
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── UserInfo.csproj.FileListAbsolute.txt
│   │   │   ├── UserInfo.csproj.GenerateResource.Cache
│   │   │   ├── UserInfo.csprojResolveAssemblyReference.cache
│   │   │   ├── UserInfo.csproj.ResolveComReference.cache
│   │   │   ├── UserInfo.exe
│   │   │   ├── UserInfo.pdb
│   │   │   ├── UserInfo.Properties.Resources.resources
│   │   │   └── UserInfo.UserInfoMain.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── UpgradeLog.htm
│   │   ├── UserInfo.csproj
│   │   ├── UserInfo.csproj.user
│   │   ├── UserInfoMain.cs
│   │   ├── UserInfoMain.Designer.cs
│   │   ├── UserInfoMain.resx
│   │   ├── UserInfo.sln
│   │   ├── UserInfo.suo
│   │   └── UserInfo.v12.suo
│   └── TFT(彩屏)
│   ├── AccessControl
│   │   ├── AccessControl.csproj
│   │   ├── AccessControl.csproj.user
│   │   ├── Access.sln
│   │   ├── Access.suo
│   │   ├── ACMain.cs
│   │   ├── ACMain.Designer.cs
│   │   ├── ACMain.resx
│   │   ├── bin
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── AccessControl.exe
│   │   │   ├── AccessControl.pdb
│   │   │   ├── AccessControl.vshost.exe
│   │   │   ├── AccessControl.vshost.exe.manifest
│   │   │   └── Interop.zkemkeeper.dll
│   │   ├── images
│   │   │   └── top.jpg
│   │   ├── obj
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── AccessControl.ACMain.resources
│   │   │   ├── AccessControl.csproj.FileListAbsolute.txt
│   │   │   ├── AccessControl.csproj.GenerateResource.Cache
│   │   │   ├── AccessControl.csproj.ResolveComReference.cache
│   │   │   ├── AccessControl.exe
│   │   │   ├── AccessControl.pdb
│   │   │   ├── AccessControl.Properties.Resources.resources
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── SearchforUSBCom.cs
│   ├── AccessControl.zip
│   ├── AttLogs
│   │   ├── AttLogs.csproj
│   │   ├── AttLogs.csproj.user
│   │   ├── AttLogsMain.cs
│   │   ├── AttLogsMain.Designer.cs
│   │   ├── AttLogsMain.resx
│   │   ├── AttLogs.sln
│   │   ├── AttLogs.suo
│   │   ├── AttLogs.v12.suo
│   │   ├── Backup
│   │   │   ├── AttLogs.csproj
│   │   │   ├── AttLogs.csproj.user
│   │   │   ├── AttLogsMain.cs
│   │   │   ├── AttLogsMain.Designer.cs
│   │   │   ├── AttLogsMain.resx
│   │   │   ├── AttLogs.sln
│   │   │   ├── AttLogs.v12.suo
│   │   │   ├── images
│   │   │   │   └── top550.jpg
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── SearchforUSBCom.cs
│   │   ├── bin
│   │   │   └── Release
│   │   │   ├── AttLogs.exe
│   │   │   ├── AttLogs.pdb
│   │   │   ├── AttLogs.vshost.exe
│   │   │   ├── AttLogs.vshost.exe.manifest
│   │   │   └── Interop.zkemkeeper.dll
│   │   ├── images
│   │   │   └── top550.jpg
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── AttLogs.csproj.FileListAbsolute.txt
│   │   │   │   ├── AttLogs.csproj.ResolveComReference.cache
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Release
│   │   │   ├── AttLogs.AttLogsMain.resources
│   │   │   ├── AttLogs.csproj.FileListAbsolute.txt
│   │   │   ├── AttLogs.csproj.GenerateResource.Cache
│   │   │   ├── AttLogs.csprojResolveAssemblyReference.cache
│   │   │   ├── AttLogs.csproj.ResolveComReference.cache
│   │   │   ├── AttLogs.exe
│   │   │   ├── AttLogs.pdb
│   │   │   ├── AttLogs.Properties.Resources.resources
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── SearchforUSBCom.cs
│   │   └── UpgradeLog.htm
│   ├── AttLogs.zip
│   ├── Card Management
│   │   ├── Backup
│   │   │   ├── Card.csproj
│   │   │   ├── Card.csproj.user
│   │   │   ├── CardMain.cs
│   │   │   ├── CardMain.Designer.cs
│   │   │   ├── CardMain.resx
│   │   │   ├── Card Management.sln
│   │   │   ├── Card Management.v12.suo
│   │   │   ├── images
│   │   │   │   └── top.jpg
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   └── SearchforUSBCom.cs
│   │   ├── bin
│   │   │   └── Release
│   │   │   ├── CardManagement.exe
│   │   │   ├── CardManagement.pdb
│   │   │   ├── CardManagement.vshost.exe
│   │   │   ├── CardManagement.vshost.exe.manifest
│   │   │   └── Interop.zkemkeeper.dll
│   │   ├── Card.csproj
│   │   ├── Card.csproj.user
│   │   ├── CardMain.cs
│   │   ├── CardMain.Designer.cs
│   │   ├── CardMain.resx
│   │   ├── Card Management.sln
│   │   ├── Card Management.suo
│   │   ├── Card Management.v12.suo
│   │   ├── images
│   │   │   └── top.jpg
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── Card.csproj.FileListAbsolute.txt
│   │   │   │   ├── Card.csproj.ResolveComReference.cache
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Release
│   │   │   ├── Card.CardMain.resources
│   │   │   ├── Card.csproj.FileListAbsolute.txt
│   │   │   ├── Card.csproj.GenerateResource.Cache
│   │   │   ├── Card.csproj.ResolveComReference.cache
│   │   │   ├── CardManagement.exe
│   │   │   ├── CardManagement.pdb
│   │   │   ├── Card.Properties.Resources.resources
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── SearchforUSBCom.cs
│   │   └── UpgradeLog.htm
│   ├── ConsoleMThreads
│   │   ├── bin
│   │   │   └── Release
│   │   │   ├── ConsoleMThreads.exe
│   │   │   ├── ConsoleMThreads.pdb
│   │   │   ├── ConsoleMThreads.vshost.exe
│   │   │   ├── ConsoleMThreads.vshost.exe.manifest
│   │   │   └── Interop.zkemkeeper.dll
│   │   ├── ConsoleMThreads.csproj
│   │   ├── ConsoleMThreads.csproj.user
│   │   ├── ConsoleMThreads.sln
│   │   ├── ConsoleMThreads.suo
│   │   ├── data
│   │   │   └── AttLogs.mdb
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── ConsoleMThreads.csproj.FileListAbsolute.txt
│   │   │   │   ├── ConsoleMThreads.csproj.ResolveComReference.cache
│   │   │   │   └── Interop.zkemkeeper.dll
│   │   │   └── Release
│   │   │   ├── ConsoleMThreads.csproj.FileListAbsolute.txt
│   │   │   ├── ConsoleMThreads.csproj.ResolveComReference.cache
│   │   │   ├── ConsoleMThreads.exe
│   │   │   ├── ConsoleMThreads.pdb
│   │   │   └── Interop.zkemkeeper.dll
│   │   ├── Program.cs
│   │   └── Properties
│   │   └── AssemblyInfo.cs
│   ├── Device Management
│   │   ├── bin
│   │   │   └── Release
│   │   │   ├── Device.exe
│   │   │   ├── Device.pdb
│   │   │   ├── Device.vshost.exe
│   │   │   ├── Device.vshost.exe.manifest
│   │   │   └── Interop.zkemkeeper.dll
│   │   ├── Device.csproj
│   │   ├── Device.csproj.user
│   │   ├── DeviceMain.cs
│   │   ├── DeviceMain.Designer.cs
│   │   ├── DeviceMain.resx
│   │   ├── DeviceManagement.sln
│   │   ├── DeviceManagement.suo
│   │   ├── images
│   │   │   └── top955.jpg
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── Device.csproj.FileListAbsolute.txt
│   │   │   │   ├── Device.csproj.ResolveComReference.cache
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Release
│   │   │   ├── Device.csproj.FileListAbsolute.txt
│   │   │   ├── Device.csproj.GenerateResource.Cache
│   │   │   ├── Device.csproj.ResolveComReference.cache
│   │   │   ├── Device.DeviceMain.resources
│   │   │   ├── Device.exe
│   │   │   ├── Device.pdb
│   │   │   ├── Device.Properties.Resources.resources
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── SearchforUSBCom.cs
│   ├── Online Enroll
│   │   ├── bin
│   │   │   └── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── OnlineEnroll.exe
│   │   │   ├── OnlineEnroll.pdb
│   │   │   ├── OnlineEnroll.vshost.exe
│   │   │   └── OnlineEnroll.vshost.exe.manifest
│   │   ├── data
│   │   │   └── Templates.mdb
│   │   ├── images
│   │   │   └── top485.jpg
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── OnlineEnroll.csproj.FileListAbsolute.txt
│   │   │   │   ├── OnlineEnroll.csproj.ResolveComReference.cache
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── OnlineEnroll.csproj.FileListAbsolute.txt
│   │   │   ├── OnlineEnroll.csproj.GenerateResource.Cache
│   │   │   ├── OnlineEnroll.csproj.ResolveComReference.cache
│   │   │   ├── OnlineEnroll.exe
│   │   │   ├── OnlineEnroll.OnEnrollMain.resources
│   │   │   ├── OnlineEnroll.pdb
│   │   │   ├── OnlineEnroll.Properties.Resources.resources
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── OnEnrollMain.cs
│   │   ├── OnEnrollMain.Designer.cs
│   │   ├── OnEnrollMain.resx
│   │   ├── OnlineEnroll.csproj
│   │   ├── OnlineEnroll.csproj.user
│   │   ├── OnlineEnroll.sln
│   │   ├── OnlineEnroll.suo
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── SearchforUSBCom.cs
│   ├── Others
│   │   ├── bin
│   │   │   └── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── Others.exe
│   │   │   ├── Others.pdb
│   │   │   ├── Others.vshost.exe
│   │   │   └── Others.vshost.exe.manifest
│   │   ├── images
│   │   │   ├── top875.jpg
│   │   │   ├── top.jpg
│   │   │   └── zk.jpg
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── Others.csproj.FileListAbsolute.txt
│   │   │   │   ├── Others.csproj.ResolveComReference.cache
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── Others.csproj.FileListAbsolute.txt
│   │   │   ├── Others.csproj.GenerateResource.Cache
│   │   │   ├── Others.csproj.ResolveComReference.cache
│   │   │   ├── Others.exe
│   │   │   ├── Others.OthersMain.resources
│   │   │   ├── Others.pdb
│   │   │   ├── Others.Properties.Resources.resources
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Others.csproj
│   │   ├── Others.csproj.user
│   │   ├── OthersMain.cs
│   │   ├── OthersMain.Designer.cs
│   │   ├── OthersMain.resx
│   │   ├── Others.sln
│   │   ├── Others.suo
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   └── SearchforUSBCom.cs
│   ├── PullSpecialInterface
│   │   ├── AttLogs.suo
│   │   ├── bin
│   │   │   └── Debug
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── PullSpecial.exe
│   │   │   ├── PullSpecial.pdb
│   │   │   ├── PullSpecial.vshost.exe
│   │   │   ├── PullSpecial.vshost.exe.manifest
│   │   │   └── UserPhto.vshost.exe.manifest
│   │   ├── images
│   │   │   └── top550.jpg
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── AttLogs.csproj.FileListAbsolute.txt
│   │   │   │   ├── AttLogs.csproj.ResolveComReference.cache
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── PullSpecial.csproj.FileListAbsolute.txt
│   │   │   │   ├── PullSpecial.csproj.GenerateResource.Cache
│   │   │   │   ├── PullSpecial.csproj.ResolveComReference.cache
│   │   │   │   ├── PullSpecial.exe
│   │   │   │   ├── PullSpecial.pdb
│   │   │   │   ├── PullSpecial.Properties.Resources.resources
│   │   │   │   ├── PullSpecial.PullSpecialMain.resources
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── UserPhto.csproj.FileListAbsolute.txt
│   │   │   │   ├── UserPhto.csproj.GenerateResource.Cache
│   │   │   │   ├── UserPhto.csproj.ResolveComReference.cache
│   │   │   │   ├── UserPhto.Properties.Resources.resources
│   │   │   │   └── UserPhto.UserPhtoMain.resources
│   │   │   └── Release
│   │   │   ├── AttLogs.csproj.FileListAbsolute.txt
│   │   │   ├── AttLogs.Properties.Resources.resources
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── UserPhto.csproj.FileListAbsolute.txt
│   │   │   ├── UserPhto.csproj.GenerateResource.Cache
│   │   │   ├── UserPhto.csproj.ResolveComReference.cache
│   │   │   ├── UserPhto.exe
│   │   │   ├── UserPhto.pdb
│   │   │   ├── UserPhto.Properties.Resources.resources
│   │   │   └── UserPhto.UserPhtoMain.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── PullSpecial.csproj
│   │   ├── PullSpecial.csproj.user
│   │   ├── PullSpecialMain.cs
│   │   ├── PullSpecialMain.Designer.cs
│   │   ├── PullSpecialMain.resx
│   │   ├── PullSpecial.sln
│   │   ├── PullSpecial.suo
│   │   ├── SearchforUSBCom.cs
│   │   ├── Settings.cs
│   │   └── UserPhto.suo
│   ├── RTEvents
│   │   ├── Backup
│   │   │   ├── images
│   │   │   │   └── top485.jpg
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── RTEvents.csproj
│   │   │   ├── RTEvents.csproj.user
│   │   │   ├── RTEventsMain.cs
│   │   │   ├── RTEventsMain.Designer.cs
│   │   │   ├── RTEventsMain.resx
│   │   │   ├── RTEvents.sln
│   │   │   ├── RTEvents.v12.suo
│   │   │   └── SearchforUSBCom.cs
│   │   ├── bin
│   │   │   └── Release
│   │   │   ├── AxInterop.zkemkeeper.dll
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── RTEvents.exe
│   │   │   ├── RTEvents.pdb
│   │   │   ├── RTEvents.vshost.exe
│   │   │   └── RTEvents.vshost.exe.manifest
│   │   ├── images
│   │   │   └── top485.jpg
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── AxInterop.zkemkeeper.dll
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── RTEvents.csproj.FileListAbsolute.txt
│   │   │   │   ├── RTEvents.csproj.ResolveComReference.cache
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Release
│   │   │   ├── AxInterop.zkemkeeper.dll
│   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── RTEvents.csproj.FileListAbsolute.txt
│   │   │   ├── RTEvents.csproj.GenerateResource.Cache
│   │   │   ├── RTEvents.csprojResolveAssemblyReference.cache
│   │   │   ├── RTEvents.csproj.ResolveComReference.cache
│   │   │   ├── RTEvents.exe
│   │   │   ├── RTEvents.pdb
│   │   │   ├── RTEvents.Properties.Resources.resources
│   │   │   ├── RTEvents.RTEventsMain.resources
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── RTEvents.csproj
│   │   ├── RTEvents.csproj.user
│   │   ├── RTEventsMain.cs
│   │   ├── RTEventsMain.Designer.cs
│   │   ├── RTEventsMain.resx
│   │   ├── RTEvents.sln
│   │   ├── RTEvents.suo
│   │   ├── RTEvents.v12.suo
│   │   ├── SearchforUSBCom.cs
│   │   └── UpgradeLog.htm
│   ├── Short Messages
│   │   ├── bin
│   │   │   └── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── ShortMessages.exe
│   │   │   ├── ShortMessages.pdb
│   │   │   ├── ShortMessages.vshost.exe
│   │   │   └── ShortMessages.vshost.exe.manifest
│   │   ├── images
│   │   │   └── top.jpg
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── ShortMessages.csproj.FileListAbsolute.txt
│   │   │   │   ├── ShortMessages.csproj.ResolveComReference.cache
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── ShortMessages.csproj.FileListAbsolute.txt
│   │   │   ├── ShortMessages.csproj.GenerateResource.Cache
│   │   │   ├── ShortMessages.csproj.ResolveComReference.cache
│   │   │   ├── ShortMessages.exe
│   │   │   ├── ShortMessages.pdb
│   │   │   ├── ShortMessages.Properties.Resources.resources
│   │   │   ├── ShortMessages.SMSMain.resources
│   │   │   └── TempPE
│   │   │   └── Properties.Resources.Designer.cs.dll
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── SearchforUSBCom.cs
│   │   ├── ShortMessages.csproj
│   │   ├── ShortMessages.csproj.user
│   │   ├── Short Messages.sln
│   │   ├── Short Messages.suo
│   │   ├── SMSMain.cs
│   │   ├── SMSMain.Designer.cs
│   │   └── SMSMain.resx
│   ├── Udisk Data Management
│   │   ├── bin
│   │   │   └── Release
│   │   │   ├── Udisk.exe
│   │   │   ├── Udisk.vshost.exe
│   │   │   └── Udisk.vshost.exe.manifest
│   │   ├── images
│   │   │   └── top750.jpg
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   └── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   └── Release
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── Udisk.csproj.FileListAbsolute.txt
│   │   │   ├── Udisk.csproj.GenerateResource.Cache
│   │   │   ├── UdiskData.Properties.Resources.resources
│   │   │   ├── UdiskData.UDiskDataMain.resources
│   │   │   └── Udisk.exe
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── Raw.cs
│   │   ├── Structs.cs
│   │   ├── Udisk.csproj
│   │   ├── Udisk.csproj.user
│   │   ├── UDiskDataMain.cs
│   │   ├── UDiskDataMain.Designer.cs
│   │   ├── UDiskDataMain.resx
│   │   ├── Udisk.sln
│   │   └── Udisk.suo
│   ├── UserInfo
│   │   ├── Backup
│   │   │   ├── images
│   │   │   │   └── top.jpg
│   │   │   ├── Program.cs
│   │   │   ├── Properties
│   │   │   │   ├── AssemblyInfo.cs
│   │   │   │   ├── Resources.Designer.cs
│   │   │   │   ├── Resources.resx
│   │   │   │   ├── Settings.Designer.cs
│   │   │   │   └── Settings.settings
│   │   │   ├── SearchforUSBCom.cs
│   │   │   ├── UserInfo.csproj
│   │   │   ├── UserInfo.csproj.user
│   │   │   ├── UserInfoMain.cs
│   │   │   ├── UserInfoMain.Designer.cs
│   │   │   ├── UserInfoMain.resx
│   │   │   ├── UserInfo.sln
│   │   │   └── UserInfo.v12.suo
│   │   ├── bin
│   │   │   └── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── UserInfo.exe
│   │   │   ├── UserInfo.pdb
│   │   │   ├── UserInfo.vshost.exe
│   │   │   └── UserInfo.vshost.exe.manifest
│   │   ├── images
│   │   │   └── top.jpg
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── UserInfo.csproj.FileListAbsolute.txt
│   │   │   │   └── UserInfo.csproj.ResolveComReference.cache
│   │   │   ├── Release
│   │   │   │   ├── DesignTimeResolveAssemblyReferences.cache
│   │   │   │   ├── DesignTimeResolveAssemblyReferencesInput.cache
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── UserInfo.csproj.FileListAbsolute.txt
│   │   │   │   ├── UserInfo.csproj.GenerateResource.Cache
│   │   │   │   ├── UserInfo.csprojResolveAssemblyReference.cache
│   │   │   │   ├── UserInfo.csproj.ResolveComReference.cache
│   │   │   │   ├── UserInfo.exe
│   │   │   │   ├── UserInfo.pdb
│   │   │   │   ├── UserInfo.Properties.Resources.resources
│   │   │   │   └── UserInfo.UserInfoMain.resources
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── UserInfo.csproj.FileListAbsolute.txt
│   │   │   ├── UserInfo.csproj.GenerateResource.Cache
│   │   │   ├── UserInfo.csproj.ResolveComReference.cache
│   │   │   ├── UserInfo.exe
│   │   │   ├── UserInfo.Properties.Resources.resources
│   │   │   └── UserInfo.UserInfoMain.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── SearchforUSBCom.cs
│   │   ├── UpgradeLog.htm
│   │   ├── UserInfo.csproj
│   │   ├── UserInfo.csproj.user
│   │   ├── UserInfo.idc
│   │   ├── UserInfoMain.cs
│   │   ├── UserInfoMain.Designer.cs
│   │   ├── UserInfoMain.resx
│   │   ├── UserInfo.sln
│   │   ├── UserInfo.suo
│   │   └── UserInfo.v12.suo
│   ├── UserInfo.zip
│   ├── UserPhoto
│   │   ├── bin
│   │   │   ├── Debug
│   │   │   │   ├── Photo
│   │   │   │   │   └── Thumbs.db
│   │   │   │   ├── UserPhoto.vshost.exe
│   │   │   │   └── UserPhoto.vshost.exe.manifest
│   │   │   └── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── Photo
│   │   │   │   ├── 20130909104840-2.jpg.jpg
│   │   │   │   └── Thumbs.db
│   │   │   ├── UserPhoto.exe
│   │   │   ├── UserPhoto.pdb
│   │   │   ├── UserPhoto.vshost.exe
│   │   │   └── UserPhoto.vshost.exe.manifest
│   │   ├── images
│   │   │   └── top550.jpg
│   │   ├── obj
│   │   │   ├── Debug
│   │   │   │   ├── AttLogs.csproj.FileListAbsolute.txt
│   │   │   │   ├── AttLogs.csproj.ResolveComReference.cache
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   ├── TempPE
│   │   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   │   ├── UserPhoto.csproj.FileListAbsolute.txt
│   │   │   │   ├── UserPhoto.csproj.ResolveComReference.cache
│   │   │   │   ├── UserPhto.csproj.FileListAbsolute.txt
│   │   │   │   ├── UserPhto.csproj.GenerateResource.Cache
│   │   │   │   ├── UserPhto.csproj.ResolveComReference.cache
│   │   │   │   ├── UserPhto.exe
│   │   │   │   ├── UserPhto.pdb
│   │   │   │   ├── UserPhto.Properties.Resources.resources
│   │   │   │   └── UserPhto.UserPhtoMain.resources
│   │   │   └── Release
│   │   │   ├── AttLogs.csproj.FileListAbsolute.txt
│   │   │   ├── AttLogs.Properties.Resources.resources
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── TempPE
│   │   │   │   └── Properties.Resources.Designer.cs.dll
│   │   │   ├── UserPhoto.csproj.FileListAbsolute.txt
│   │   │   ├── UserPhoto.csproj.GenerateResource.Cache
│   │   │   ├── UserPhoto.csproj.ResolveComReference.cache
│   │   │   ├── UserPhoto.exe
│   │   │   ├── UserPhoto.pdb
│   │   │   ├── UserPhoto.Properties.Resources.resources
│   │   │   ├── UserPhoto.UserPhotoMain.resources
│   │   │   ├── UserPhto.csproj.FileListAbsolute.txt
│   │   │   ├── UserPhto.csproj.GenerateResource.Cache
│   │   │   ├── UserPhto.csproj.ResolveComReference.cache
│   │   │   ├── UserPhto.exe
│   │   │   ├── UserPhto.pdb
│   │   │   ├── UserPhto.Properties.Resources.resources
│   │   │   └── UserPhto.UserPhtoMain.resources
│   │   ├── Program.cs
│   │   ├── Properties
│   │   │   ├── AssemblyInfo.cs
│   │   │   ├── Resources.Designer.cs
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.cs
│   │   │   └── Settings.settings
│   │   ├── SearchforUSBCom.cs
│   │   ├── Settings.cs
│   │   ├── UserPhoto.csproj
│   │   ├── UserPhoto.csproj.user
│   │   ├── UserPhoto.sln
│   │   ├── UserPhoto.suo
│   │   ├── UserPhtoMain.cs
│   │   ├── UserPhtoMain.Designer.cs
│   │   ├── UserPhtoMain.resx
│   │   └── UserPhto.suo
│   └── UserPhoto.zip
├── DemoChangelog.txt.txt
└── VB.net
├── Black&White
│   ├── AccessControl
│   │   ├── AccessControl.vbproj
│   │   ├── AccessControl.vbproj.user
│   │   ├── Access.sln
│   │   ├── Access.suo
│   │   ├── ACMain.Designer.vb
│   │   ├── ACMain.resx
│   │   ├── ACMain.vb
│   │   ├── ApplicationEvents.vb
│   │   ├── bin
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── AccessControl.application
│   │   │   ├── AccessControl.exe
│   │   │   ├── AccessControl.exe.manifest
│   │   │   ├── AccessControl.vshost.application
│   │   │   ├── AccessControl.vshost.exe
│   │   │   ├── AccessControl.vshost.exe.manifest
│   │   │   ├── AccessControl.xml
│   │   │   └── Interop.zkemkeeper.dll
│   │   ├── Device Management.suo
│   │   ├── images
│   │   │   └── top.jpg
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── app.manifest
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── obj
│   │   │   ├── AccessControl.vbproj.FileListAbsolute.txt
│   │   │   ├── Debug
│   │   │   │   ├── AccessControl.vbproj.ResolveComReference.cache
│   │   │   │   └── Interop.zkemkeeper.dll
│   │   │   ├── Release
│   │   │   │   ├── AccessControl.AccessControl.resources
│   │   │   │   ├── AccessControl.application
│   │   │   │   ├── AccessControl.exe
│   │   │   │   ├── AccessControl.exe.manifest
│   │   │   │   ├── AccessControl.Resources.resources
│   │   │   │   ├── AccessControl.TrustInfo.xml
│   │   │   │   ├── AccessControl.vbproj.GenerateResource.Cache
│   │   │   │   ├── AccessControl.vbproj.ResolveComReference.cache
│   │   │   │   ├── AccessControl.xml
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   └── TempPE
│   │   │   │   └── My Project.Resources.Designer.vb.dll
│   │   │   └── x86
│   │   │   ├── Debug
│   │   │   │   ├── AccessControl.vbproj.ResolveComReference.cache
│   │   │   │   ├── build.force
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   └── TempPE
│   │   │   │   └── My Project.Resources.Designer.vb.dll
│   │   │   └── Release
│   │   │   ├── AccessControl.AccessControl.resources
│   │   │   ├── AccessControl.application
│   │   │   ├── AccessControl.exe
│   │   │   ├── AccessControl.exe.manifest
│   │   │   ├── AccessControl.Resources.resources
│   │   │   ├── AccessControl.TrustInfo.xml
│   │   │   ├── AccessControl.vbproj.GenerateResource.Cache
│   │   │   ├── AccessControl.vbproj.ResolveComReference.cache
│   │   │   ├── AccessControl.xml
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   └── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   └── SearchforUSBCom.vb
│   ├── AttLogs
│   │   ├── AttLogs.Designer.vb
│   │   ├── AttLogs.resx
│   │   ├── AttLogs.sln
│   │   ├── AttLogs.suo
│   │   ├── AttLogs.vb
│   │   ├── AttLogs.vbproj
│   │   ├── bin
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── AttLogs.application
│   │   │   ├── AttLogs.exe
│   │   │   ├── AttLogs.exe.manifest
│   │   │   ├── AttLogs.vshost.exe
│   │   │   ├── AttLogs.xml
│   │   │   └── Interop.zkemkeeper.dll
│   │   ├── ClassDiagram1.cd
│   │   ├── images
│   │   │   └── top550.jpg
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── app.manifest
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── obj
│   │   │   ├── AttLogs.vbproj.FileListAbsolute.txt
│   │   │   ├── Release
│   │   │   │   ├── AttLogs.vbproj.ResolveComReference.cache
│   │   │   │   └── Interop.zkemkeeper.dll
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── AttLogs.application
│   │   │   ├── AttLogs.AttLogs.resources
│   │   │   ├── AttLogs.exe
│   │   │   ├── AttLogs.exe.manifest
│   │   │   ├── AttLogs.Resources.resources
│   │   │   ├── AttLogs.TrustInfo.xml
│   │   │   ├── AttLogs.vbproj.GenerateResource.Cache
│   │   │   ├── AttLogs.vbproj.ResolveComReference.cache
│   │   │   ├── AttLogs.xml
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   └── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   └── SearchforUSBCom.vb
│   ├── Card Management
│   │   ├── bin
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── CardManagement.application
│   │   │   ├── CardManagement.exe
│   │   │   ├── CardManagement.exe.manifest
│   │   │   ├── CardManagement.vshost.exe
│   │   │   ├── CardManagement.xml
│   │   │   └── Interop.zkemkeeper.dll
│   │   ├── CardMain.Designer.vb
│   │   ├── CardMain.resx
│   │   ├── CardMain.vb
│   │   ├── Card Management.sln
│   │   ├── Card Management.suo
│   │   ├── Card.vbproj
│   │   ├── images
│   │   │   └── top.jpg
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── app.manifest
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── obj
│   │   │   ├── Card.vbproj.FileListAbsolute.txt
│   │   │   ├── Release
│   │   │   │   ├── Card.vbproj.ResolveComReference.cache
│   │   │   │   └── Interop.zkemkeeper.dll
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── Card.Card.resources
│   │   │   ├── CardManagement.application
│   │   │   ├── CardManagement.exe
│   │   │   ├── CardManagement.exe.manifest
│   │   │   ├── CardManagement.TrustInfo.xml
│   │   │   ├── CardManagement.xml
│   │   │   ├── Card.Resources.resources
│   │   │   ├── Card.vbproj.GenerateResource.Cache
│   │   │   ├── Card.vbproj.ResolveComReference.cache
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   └── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   └── SearchforUSBCom.vb
│   ├── Device Management
│   │   ├── bin
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── Device.application
│   │   │   ├── Device.exe
│   │   │   ├── Device.exe.manifest
│   │   │   ├── Device.vshost.exe
│   │   │   ├── Device.xml
│   │   │   └── Interop.zkemkeeper.dll
│   │   ├── Device Management.Designer.vb
│   │   ├── Device Management.resx
│   │   ├── Device Management.sln
│   │   ├── Device Management.suo
│   │   ├── Device Management.vb
│   │   ├── Device Management.vbproj
│   │   ├── images
│   │   │   └── top955.jpg
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── app.manifest
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── obj
│   │   │   ├── Device Management.vbproj.FileListAbsolute.txt
│   │   │   ├── Release
│   │   │   │   ├── build.force
│   │   │   │   ├── Device Management.vbproj.ResolveComReference.cache
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   └── TempPE
│   │   │   │   └── My Project.Resources.Designer.vb.dll
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── Device.application
│   │   │   ├── Device.Device.resources
│   │   │   ├── Device.exe
│   │   │   ├── Device.exe.manifest
│   │   │   ├── Device Management.vbproj.GenerateResource.Cache
│   │   │   ├── Device Management.vbproj.ResolveComReference.cache
│   │   │   ├── Device.Resources.resources
│   │   │   ├── Device.TrustInfo.xml
│   │   │   ├── Device.xml
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   └── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   └── SearchforUSBCom.vb
│   ├── Online Enroll
│   │   ├── AttLogs.suo
│   │   ├── bin
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── OnlineEnroll.application
│   │   │   ├── OnlineEnroll.exe
│   │   │   ├── OnlineEnroll.exe.manifest
│   │   │   ├── OnlineEnroll.vshost.exe
│   │   │   └── OnlineEnroll.xml
│   │   ├── data
│   │   │   └── Templates.mdb
│   │   ├── images
│   │   │   └── top550.jpg
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── app.manifest
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── obj
│   │   │   ├── OnlineEnroll.vbproj.FileListAbsolute.txt
│   │   │   ├── Release
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   └── OnlineEnroll.vbproj.ResolveComReference.cache
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── OnlineEnroll.application
│   │   │   ├── OnlineEnroll.exe
│   │   │   ├── OnlineEnroll.exe.manifest
│   │   │   ├── OnlineEnroll.OnEnrollMain.resources
│   │   │   ├── OnlineEnroll.Resources.resources
│   │   │   ├── OnlineEnroll.TrustInfo.xml
│   │   │   ├── OnlineEnroll.vbproj.GenerateResource.Cache
│   │   │   ├── OnlineEnroll.vbproj.ResolveComReference.cache
│   │   │   ├── OnlineEnroll.xml
│   │   │   └── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   ├── OnEnrollMain.Designer.vb
│   │   ├── OnEnrollMain.resx
│   │   ├── OnEnrollMain.vb
│   │   ├── OnlineEnroll.sln
│   │   ├── OnlineEnroll.suo
│   │   ├── OnlineEnroll.vbproj
│   │   └── SearchforUSBCom.vb
│   ├── OpLogs
│   │   ├── AttLogs.suo
│   │   ├── bin
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── OpLogs.application
│   │   │   ├── OpLogs.exe
│   │   │   ├── OpLogs.exe.manifest
│   │   │   ├── OpLogs.vshost.exe
│   │   │   └── OpLogs.xml
│   │   ├── images
│   │   │   └── top550.jpg
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── app.manifest
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── obj
│   │   │   ├── OpLogs.vbproj.FileListAbsolute.txt
│   │   │   ├── Release
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   └── OpLogs.vbproj.ResolveComReference.cache
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── OpLogs.application
│   │   │   ├── OpLogs.exe
│   │   │   ├── OpLogs.exe.manifest
│   │   │   ├── OpLogs.OpLogs.resources
│   │   │   ├── OpLogs.Resources.resources
│   │   │   ├── OpLogs.TrustInfo.xml
│   │   │   ├── OpLogs.vbproj.GenerateResource.Cache
│   │   │   ├── OpLogs.vbproj.ResolveComReference.cache
│   │   │   ├── OpLogs.xml
│   │   │   └── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   ├── OpLogs.Designer.vb
│   │   ├── OpLogs.resx
│   │   ├── OpLogs.sln
│   │   ├── OpLogs.suo
│   │   ├── OpLogs.vb
│   │   ├── OpLogs.vbproj
│   │   └── SearchforUSBCom.vb
│   ├── Others
│   │   ├── bin
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── Others.application
│   │   │   ├── Others.exe
│   │   │   ├── Others.exe.manifest
│   │   │   ├── Others.vshost.exe
│   │   │   └── Others.xml
│   │   ├── Device Management.suo
│   │   ├── images
│   │   │   └── top.jpg
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── app.manifest
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── obj
│   │   │   ├── Others.vbproj.FileListAbsolute.txt
│   │   │   ├── Release
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   └── Others.vbproj.ResolveComReference.cache
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── Others.application
│   │   │   ├── Others.exe
│   │   │   ├── Others.exe.manifest
│   │   │   ├── Others.Others.resources
│   │   │   ├── Others.Resources.resources
│   │   │   ├── Others.TrustInfo.xml
│   │   │   ├── Others.vbproj.GenerateResource.Cache
│   │   │   ├── Others.vbproj.ResolveComReference.cache
│   │   │   ├── Others.xml
│   │   │   └── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   ├── OthersMain.Designer.vb
│   │   ├── OthersMain.resx
│   │   ├── OthersMain.vb
│   │   ├── Others.sln
│   │   ├── Others.suo
│   │   ├── Others.vbproj
│   │   ├── SearchforUSBCom.vb
│   │   └── Short Messages.suo
│   ├── RTEvents
│   │   ├── AttLogs.suo
│   │   ├── bin
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── RTEvents.application
│   │   │   ├── RTEvents.exe
│   │   │   ├── RTEvents.exe.manifest
│   │   │   ├── RTEvents.vshost.exe
│   │   │   └── RTEvents.xml
│   │   ├── images
│   │   │   └── top550.jpg
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── app.manifest
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── obj
│   │   │   ├── Release
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   └── RTEvents.vbproj.ResolveComReference.cache
│   │   │   ├── RTEvents.vbproj.FileListAbsolute.txt
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── RTEvents.application
│   │   │   ├── RTEvents.exe
│   │   │   ├── RTEvents.exe.manifest
│   │   │   ├── RTEvents.Resources.resources
│   │   │   ├── RTEvents.RTEvents.resources
│   │   │   ├── RTEvents.TrustInfo.xml
│   │   │   ├── RTEvents.vbproj.GenerateResource.Cache
│   │   │   ├── RTEvents.vbproj.ResolveComReference.cache
│   │   │   ├── RTEvents.xml
│   │   │   └── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   ├── RTEvents.Designer.vb
│   │   ├── RTEvents.resx
│   │   ├── RTEvents.sln
│   │   ├── RTEvents.suo
│   │   ├── RTEvents.vb
│   │   ├── RTEvents.vbproj
│   │   └── SearchforUSBCom.vb
│   ├── Short Messages
│   │   ├── bin
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── ShortMessages.application
│   │   │   ├── ShortMessages.exe
│   │   │   ├── ShortMessages.exe.manifest
│   │   │   ├── ShortMessages.vshost.exe
│   │   │   └── ShortMessages.xml
│   │   ├── Device Management.suo
│   │   ├── images
│   │   │   └── top.jpg
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── app.manifest
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── obj
│   │   │   ├── Release
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   └── ShortMessages.vbproj.ResolveComReference.cache
│   │   │   ├── ShortMessages.vbproj.FileListAbsolute.txt
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── ShortMessages.application
│   │   │   ├── ShortMessages.exe
│   │   │   ├── ShortMessages.exe.manifest
│   │   │   ├── ShortMessages.Resources.resources
│   │   │   ├── ShortMessages.ShortMessages.resources
│   │   │   ├── ShortMessages.TrustInfo.xml
│   │   │   ├── ShortMessages.vbproj.GenerateResource.Cache
│   │   │   ├── ShortMessages.vbproj.ResolveComReference.cache
│   │   │   ├── ShortMessages.xml
│   │   │   └── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   ├── SearchforUSBCom.vb
│   │   ├── Short Messages.sln
│   │   ├── Short Messages.suo
│   │   ├── ShortMessages.vbproj
│   │   ├── SMSMain.Designer.vb
│   │   ├── SMSMain.resx
│   │   └── SMSMain.vb
│   ├── Udisk Data Management
│   │   ├── bin
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── Udisk.exe
│   │   │   ├── Udisk.vshost.exe
│   │   │   └── Udisk.xml
│   │   ├── images
│   │   │   └── top750.jpg
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── obj
│   │   │   ├── Udisk.vbproj.FileListAbsolute.txt
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── TempPE
│   │   │   │   └── My Project.Resources.Designer.vb.dll
│   │   │   ├── UdiskData.Resources.resources
│   │   │   ├── UdiskData.UDiskDataMain.resources
│   │   │   ├── Udisk.exe
│   │   │   ├── Udisk.vbproj.GenerateResource.Cache
│   │   │   └── Udisk.xml
│   │   ├── Raw.vb
│   │   ├── Structs.vb
│   │   ├── UDiskDataMain.Designer.vb
│   │   ├── UDiskDataMain.resx
│   │   ├── UDiskDataMain.vb
│   │   ├── Udisk.sln
│   │   ├── Udisk.suo
│   │   └── Udisk.vbproj
│   └── UserInfo
│   ├── Access.suo
│   ├── bin
│   │   └── x86
│   │   └── Release
│   │   ├── Interop.zkemkeeper.dll
│   │   ├── UserInfo.application
│   │   ├── UserInfo.exe
│   │   ├── UserInfo.exe.manifest
│   │   ├── UserInfo.vshost.exe
│   │   └── UserInfo.xml
│   ├── Device Management.suo
│   ├── images
│   │   └── top.jpg
│   ├── My Project
│   │   ├── Application.Designer.vb
│   │   ├── Application.myapp
│   │   ├── app.manifest
│   │   ├── AssemblyInfo.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── obj
│   │   ├── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   └── UserInfo.vbproj.ResolveComReference.cache
│   │   ├── UserInfo.vbproj.FileListAbsolute.txt
│   │   └── x86
│   │   └── Release
│   │   ├── Interop.zkemkeeper.dll
│   │   ├── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   ├── UserInfo.application
│   │   ├── UserInfo.exe
│   │   ├── UserInfo.exe.manifest
│   │   ├── UserInfo.Resources.resources
│   │   ├── UserInfo.TrustInfo.xml
│   │   ├── UserInfo.UserInfo.resources
│   │   ├── UserInfo.vbproj.GenerateResource.Cache
│   │   ├── UserInfo.vbproj.ResolveComReference.cache
│   │   └── UserInfo.xml
│   ├── SearchforUSBCom.vb
│   ├── UserInfoMain.Designer.vb
│   ├── UserInfoMain.resx
│   ├── UserInfoMain.vb
│   ├── UserInfo.sln
│   ├── UserInfo.suo
│   └── UserInfo.vbproj
├── IFace
│   ├── AccessControl
│   │   ├── AccessControl.vbproj
│   │   ├── Access.sln
│   │   ├── Access.suo
│   │   ├── ACMain.Designer.vb
│   │   ├── ACMain.resx
│   │   ├── ACMain.vb
│   │   ├── bin
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── AccessControl.application
│   │   │   ├── AccessControl.exe
│   │   │   ├── AccessControl.exe.manifest
│   │   │   ├── AccessControl.vshost.exe
│   │   │   ├── AccessControl.xml
│   │   │   └── Interop.zkemkeeper.dll
│   │   ├── Device Management.suo
│   │   ├── images
│   │   │   └── top.jpg
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── app.manifest
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   └── obj
│   │   ├── AccessControl.vbproj.FileListAbsolute.txt
│   │   ├── Release
│   │   │   ├── AccessControl.vbproj.ResolveComReference.cache
│   │   │   └── Interop.zkemkeeper.dll
│   │   └── x86
│   │   └── Release
│   │   ├── AccessControl.AccessControl.resources
│   │   ├── AccessControl.application
│   │   ├── AccessControl.exe
│   │   ├── AccessControl.exe.manifest
│   │   ├── AccessControl.Resources.resources
│   │   ├── AccessControl.TrustInfo.xml
│   │   ├── AccessControl.vbproj.GenerateResource.Cache
│   │   ├── AccessControl.vbproj.ResolveComReference.cache
│   │   ├── AccessControl.xml
│   │   ├── Interop.zkemkeeper.dll
│   │   └── TempPE
│   │   └── My Project.Resources.Designer.vb.dll
│   ├── AttLogs
│   │   ├── AttLogs.Designer.vb
│   │   ├── AttLogs.resx
│   │   ├── AttLogs.sln
│   │   ├── AttLogs.suo
│   │   ├── AttLogs.vb
│   │   ├── AttLogs.vbproj
│   │   ├── bin
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── AttLogs.application
│   │   │   ├── AttLogs.exe
│   │   │   ├── AttLogs.exe.manifest
│   │   │   ├── AttLogs.vshost.exe
│   │   │   ├── AttLogs.xml
│   │   │   └── Interop.zkemkeeper.dll
│   │   ├── images
│   │   │   └── top550.jpg
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── app.manifest
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   └── obj
│   │   ├── AttLogs.vbproj.FileListAbsolute.txt
│   │   ├── Release
│   │   │   ├── AttLogs.vbproj.ResolveComReference.cache
│   │   │   └── Interop.zkemkeeper.dll
│   │   └── x86
│   │   └── Release
│   │   ├── AttLogs.application
│   │   ├── AttLogs.AttLogs.resources
│   │   ├── AttLogs.exe
│   │   ├── AttLogs.exe.manifest
│   │   ├── AttLogs.Resources.resources
│   │   ├── AttLogs.TrustInfo.xml
│   │   ├── AttLogs.vbproj.GenerateResource.Cache
│   │   ├── AttLogs.vbproj.ResolveComReference.cache
│   │   ├── AttLogs.xml
│   │   ├── Interop.zkemkeeper.dll
│   │   └── TempPE
│   │   └── My Project.Resources.Designer.vb.dll
│   ├── Card Management
│   │   ├── bin
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── CardManagement.application
│   │   │   ├── CardManagement.exe
│   │   │   ├── CardManagement.exe.manifest
│   │   │   ├── CardManagement.vshost.exe
│   │   │   ├── CardManagement.xml
│   │   │   └── Interop.zkemkeeper.dll
│   │   ├── CardMain.Designer.vb
│   │   ├── CardMain.resx
│   │   ├── CardMain.vb
│   │   ├── Card Management.sln
│   │   ├── Card Management.suo
│   │   ├── Card Management.v12.suo
│   │   ├── Card.vbproj
│   │   ├── images
│   │   │   └── top.jpg
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── app.manifest
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   └── obj
│   │   ├── Card.vbproj.FileListAbsolute.txt
│   │   ├── Release
│   │   │   ├── Card.vbproj.ResolveComReference.cache
│   │   │   └── Interop.zkemkeeper.dll
│   │   └── x86
│   │   └── Release
│   │   ├── Card.Card.resources
│   │   ├── CardManagement.application
│   │   ├── CardManagement.exe
│   │   ├── CardManagement.exe.manifest
│   │   ├── CardManagement.TrustInfo.xml
│   │   ├── CardManagement.xml
│   │   ├── Card.Resources.resources
│   │   ├── Card.vbproj.GenerateResource.Cache
│   │   ├── Card.vbproj.ResolveComReference.cache
│   │   ├── Interop.zkemkeeper.dll
│   │   └── TempPE
│   │   └── My Project.Resources.Designer.vb.dll
│   ├── Device Management
│   │   ├── bin
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── Device.application
│   │   │   ├── Device.exe
│   │   │   ├── Device.exe.manifest
│   │   │   ├── Device.vshost.exe
│   │   │   ├── Device.xml
│   │   │   └── Interop.zkemkeeper.dll
│   │   ├── Device Management.Designer.vb
│   │   ├── Device Management.resx
│   │   ├── Device Management.sln
│   │   ├── Device Management.suo
│   │   ├── Device Management.v12.suo
│   │   ├── Device Management.vb
│   │   ├── Device Management.vbproj
│   │   ├── images
│   │   │   └── top485.jpg
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── app.manifest
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   └── obj
│   │   ├── Device Management.vbproj.FileListAbsolute.txt
│   │   ├── Release
│   │   │   ├── Device Management.vbproj.ResolveComReference.cache
│   │   │   └── Interop.zkemkeeper.dll
│   │   └── x86
│   │   └── Release
│   │   ├── Device.application
│   │   ├── Device.Device.resources
│   │   ├── Device.exe
│   │   ├── Device.exe.manifest
│   │   ├── Device Management.vbproj.GenerateResource.Cache
│   │   ├── Device Management.vbproj.ResolveComReference.cache
│   │   ├── Device.Resources.resources
│   │   ├── Device.TrustInfo.xml
│   │   ├── Device.xml
│   │   ├── Interop.zkemkeeper.dll
│   │   └── TempPE
│   │   └── My Project.Resources.Designer.vb.dll
│   ├── Others
│   │   ├── bin
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── Others.application
│   │   │   ├── Others.exe
│   │   │   ├── Others.exe.manifest
│   │   │   ├── Others.vshost.exe
│   │   │   └── Others.xml
│   │   ├── Device Management.suo
│   │   ├── images
│   │   │   └── top485.jpg
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── app.manifest
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── obj
│   │   │   ├── Others.vbproj.FileListAbsolute.txt
│   │   │   ├── Release
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   └── Others.vbproj.ResolveComReference.cache
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── Others.application
│   │   │   ├── Others.exe
│   │   │   ├── Others.exe.manifest
│   │   │   ├── Others.Others.resources
│   │   │   ├── Others.Resources.resources
│   │   │   ├── Others.TrustInfo.xml
│   │   │   ├── Others.vbproj.GenerateResource.Cache
│   │   │   ├── Others.vbproj.ResolveComReference.cache
│   │   │   ├── Others.xml
│   │   │   └── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   ├── OthersMain.Designer.vb
│   │   ├── OthersMain.resx
│   │   ├── OthersMain.vb
│   │   ├── Others.sln
│   │   ├── Others.suo
│   │   ├── Others.vbproj
│   │   └── Short Messages.suo
│   ├── RTEvents
│   │   ├── AttLogs.suo
│   │   ├── bin
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── RTEvents.application
│   │   │   ├── RTEvents.exe
│   │   │   ├── RTEvents.exe.manifest
│   │   │   ├── RTEvents.vshost.exe
│   │   │   └── RTEvents.xml
│   │   ├── images
│   │   │   └── top550.jpg
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── app.manifest
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── obj
│   │   │   ├── Release
│   │   │   │   ├── Interop.zkemkeeper.dll
│   │   │   │   └── RTEvents.vbproj.ResolveComReference.cache
│   │   │   ├── RTEvents.vbproj.FileListAbsolute.txt
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── RTEvents.application
│   │   │   ├── RTEvents.exe
│   │   │   ├── RTEvents.exe.manifest
│   │   │   ├── RTEvents.Resources.resources
│   │   │   ├── RTEvents.RTEvents.resources
│   │   │   ├── RTEvents.TrustInfo.xml
│   │   │   ├── RTEvents.vbproj.GenerateResource.Cache
│   │   │   ├── RTEvents.vbproj.ResolveComReference.cache
│   │   │   ├── RTEvents.xml
│   │   │   └── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   ├── RTEvents.Designer.vb
│   │   ├── RTEvents.resx
│   │   ├── RTEvents.sln
│   │   ├── RTEvents.suo
│   │   ├── RTEvents.vb
│   │   └── RTEvents.vbproj
│   ├── Udisk Data Management
│   │   ├── bin
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── Udisk.exe
│   │   │   ├── Udisk.vshost.exe
│   │   │   └── Udisk.xml
│   │   ├── images
│   │   │   └── top750.jpg
│   │   ├── My Project
│   │   │   ├── Application.Designer.vb
│   │   │   ├── Application.myapp
│   │   │   ├── AssemblyInfo.vb
│   │   │   ├── Resources.Designer.vb
│   │   │   ├── Resources.resx
│   │   │   ├── Settings.Designer.vb
│   │   │   └── Settings.settings
│   │   ├── obj
│   │   │   ├── Udisk.vbproj.FileListAbsolute.txt
│   │   │   └── x86
│   │   │   └── Release
│   │   │   ├── TempPE
│   │   │   │   └── My Project.Resources.Designer.vb.dll
│   │   │   ├── UdiskData.Resources.resources
│   │   │   ├── UdiskData.UDiskDataMain.resources
│   │   │   ├── Udisk.exe
│   │   │   ├── Udisk.vbproj.GenerateResource.Cache
│   │   │   └── Udisk.xml
│   │   ├── Raw.vb
│   │   ├── Structs.vb
│   │   ├── UDiskDataMain.Designer.vb
│   │   ├── UDiskDataMain.resx
│   │   ├── UDiskDataMain.vb
│   │   ├── Udisk.sln
│   │   ├── Udisk.suo
│   │   └── Udisk.vbproj
│   └── UserInfo
│   ├── bin
│   │   └── x86
│   │   └── Release
│   │   ├── Interop.zkemkeeper.dll
│   │   ├── UserInfo.exe
│   │   ├── UserInfo.vshost.exe
│   │   └── UserInfo.xml
│   ├── images
│   │   └── top.jpg
│   ├── My Project
│   │   ├── Application.Designer.vb
│   │   ├── Application.myapp
│   │   ├── AssemblyInfo.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── obj
│   │   ├── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   └── UserInfo.vbproj.ResolveComReference.cache
│   │   ├── UserInfo.vbproj.FileListAbsolute.txt
│   │   └── x86
│   │   └── Release
│   │   ├── Interop.zkemkeeper.dll
│   │   ├── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   ├── UserInfo.exe
│   │   ├── UserInfo.Resources.resources
│   │   ├── UserInfo.UserInfo.resources
│   │   ├── UserInfo.vbproj.GenerateResource.Cache
│   │   ├── UserInfo.vbproj.ResolveComReference.cache
│   │   └── UserInfo.xml
│   ├── UserInfoMain.Designer.vb
│   ├── UserInfoMain.resx
│   ├── UserInfoMain.vb
│   ├── UserInfo.sln
│   ├── UserInfo.suo
│   └── UserInfo.vbproj
└── TFT
├── AccessControl
│   ├── AccessControl.vbproj
│   ├── Access.sln
│   ├── Access.suo
│   ├── ACMain.Designer.vb
│   ├── ACMain.resx
│   ├── ACMain.vb
│   ├── bin
│   │   └── x86
│   │   └── Release
│   │   ├── AccessControl.application
│   │   ├── AccessControl.exe
│   │   ├── AccessControl.exe.manifest
│   │   ├── AccessControl.vshost.exe
│   │   ├── AccessControl.xml
│   │   └── Interop.zkemkeeper.dll
│   ├── Device Management.suo
│   ├── images
│   │   └── top.jpg
│   ├── My Project
│   │   ├── Application.Designer.vb
│   │   ├── Application.myapp
│   │   ├── app.manifest
│   │   ├── AssemblyInfo.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── obj
│   │   ├── AccessControl.vbproj.FileListAbsolute.txt
│   │   ├── Release
│   │   │   ├── AccessControl.vbproj.ResolveComReference.cache
│   │   │   └── Interop.zkemkeeper.dll
│   │   └── x86
│   │   └── Release
│   │   ├── AccessControl.AccessControl.resources
│   │   ├── AccessControl.application
│   │   ├── AccessControl.exe
│   │   ├── AccessControl.exe.manifest
│   │   ├── AccessControl.Resources.resources
│   │   ├── AccessControl.TrustInfo.xml
│   │   ├── AccessControl.vbproj.GenerateResource.Cache
│   │   ├── AccessControl.vbproj.ResolveComReference.cache
│   │   ├── AccessControl.xml
│   │   ├── Interop.zkemkeeper.dll
│   │   └── TempPE
│   │   └── My Project.Resources.Designer.vb.dll
│   └── SearchforUSBCom.vb
├── AttLogs
│   ├── AttLogs.Designer.vb
│   ├── AttLogs.resx
│   ├── AttLogs.sln
│   ├── AttLogs.suo
│   ├── AttLogs.vb
│   ├── AttLogs.vbproj
│   ├── bin
│   │   └── x86
│   │   └── Release
│   │   ├── AttLogs.application
│   │   ├── AttLogs.exe
│   │   ├── AttLogs.exe.manifest
│   │   ├── AttLogs.vshost.exe
│   │   ├── AttLogs.xml
│   │   └── Interop.zkemkeeper.dll
│   ├── images
│   │   └── top550.jpg
│   ├── My Project
│   │   ├── Application.Designer.vb
│   │   ├── Application.myapp
│   │   ├── app.manifest
│   │   ├── AssemblyInfo.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── obj
│   │   ├── AttLogs.vbproj.FileListAbsolute.txt
│   │   ├── Release
│   │   │   ├── AttLogs.vbproj.ResolveComReference.cache
│   │   │   └── Interop.zkemkeeper.dll
│   │   └── x86
│   │   └── Release
│   │   ├── AttLogs.application
│   │   ├── AttLogs.AttLogs.resources
│   │   ├── AttLogs.exe
│   │   ├── AttLogs.exe.manifest
│   │   ├── AttLogs.Resources.resources
│   │   ├── AttLogs.TrustInfo.xml
│   │   ├── AttLogs.vbproj.GenerateResource.Cache
│   │   ├── AttLogs.vbproj.ResolveComReference.cache
│   │   ├── AttLogs.xml
│   │   ├── Interop.zkemkeeper.dll
│   │   └── TempPE
│   │   └── My Project.Resources.Designer.vb.dll
│   └── SearchforUSBCom.vb
├── Card Management
│   ├── bin
│   │   └── x86
│   │   └── Release
│   │   ├── CardManagement.application
│   │   ├── CardManagement.exe
│   │   ├── CardManagement.exe.manifest
│   │   ├── CardManagement.vshost.exe
│   │   ├── CardManagement.xml
│   │   └── Interop.zkemkeeper.dll
│   ├── CardMain.Designer.vb
│   ├── CardMain.resx
│   ├── CardMain.vb
│   ├── Card Management.sln
│   ├── Card Management.suo
│   ├── Card.vbproj
│   ├── images
│   │   └── top.jpg
│   ├── My Project
│   │   ├── Application.Designer.vb
│   │   ├── Application.myapp
│   │   ├── app.manifest
│   │   ├── AssemblyInfo.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── obj
│   │   ├── Card.vbproj.FileListAbsolute.txt
│   │   ├── Release
│   │   │   ├── Card.vbproj.ResolveComReference.cache
│   │   │   └── Interop.zkemkeeper.dll
│   │   └── x86
│   │   └── Release
│   │   ├── Card.Card.resources
│   │   ├── CardManagement.application
│   │   ├── CardManagement.exe
│   │   ├── CardManagement.exe.manifest
│   │   ├── CardManagement.TrustInfo.xml
│   │   ├── CardManagement.xml
│   │   ├── Card.Resources.resources
│   │   ├── Card.vbproj.GenerateResource.Cache
│   │   ├── Card.vbproj.ResolveComReference.cache
│   │   ├── Interop.zkemkeeper.dll
│   │   └── TempPE
│   │   └── My Project.Resources.Designer.vb.dll
│   └── SearchforUSBCom.vb
├── Device Management
│   ├── bin
│   │   └── x86
│   │   └── Release
│   │   ├── Device.application
│   │   ├── Device.exe
│   │   ├── Device.exe.manifest
│   │   ├── Device.vshost.exe
│   │   ├── Device.xml
│   │   └── Interop.zkemkeeper.dll
│   ├── Device Management.Designer.vb
│   ├── Device Management.resx
│   ├── Device Management.sln
│   ├── Device Management.suo
│   ├── Device Management.vb
│   ├── Device Management.vbproj
│   ├── images
│   │   └── top955.jpg
│   ├── My Project
│   │   ├── Application.Designer.vb
│   │   ├── Application.myapp
│   │   ├── app.manifest
│   │   ├── AssemblyInfo.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── obj
│   │   ├── Device Management.vbproj.FileListAbsolute.txt
│   │   ├── Release
│   │   │   ├── Device Management.vbproj.ResolveComReference.cache
│   │   │   └── Interop.zkemkeeper.dll
│   │   └── x86
│   │   └── Release
│   │   ├── Device.application
│   │   ├── Device.Device.resources
│   │   ├── Device.exe
│   │   ├── Device.exe.manifest
│   │   ├── Device Management.vbproj.GenerateResource.Cache
│   │   ├── Device Management.vbproj.ResolveComReference.cache
│   │   ├── Device.Resources.resources
│   │   ├── Device.TrustInfo.xml
│   │   ├── Device.xml
│   │   ├── Interop.zkemkeeper.dll
│   │   └── TempPE
│   │   └── My Project.Resources.Designer.vb.dll
│   └── SearchforUSBCom.vb
├── OnlineEnroll
│   ├── bin
│   │   └── x86
│   │   └── Release
│   │   ├── Interop.zkemkeeper.dll
│   │   ├── OnlineEnroll.exe
│   │   ├── OnlineEnroll.vshost.exe
│   │   └── OnlineEnroll.xml
│   ├── data
│   │   ├── Templates.ldb
│   │   └── Templates.mdb
│   ├── images
│   │   └── top550.jpg
│   ├── My Project
│   │   ├── Application.Designer.vb
│   │   ├── Application.myapp
│   │   ├── AssemblyInfo.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── obj
│   │   ├── OnlineEnroll.vbproj.FileListAbsolute.txt
│   │   ├── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   └── OnlineEnroll.vbproj.ResolveComReference.cache
│   │   └── x86
│   │   └── Release
│   │   ├── Interop.zkemkeeper.dll
│   │   ├── OnlineEnroll.exe
│   │   ├── OnlineEnroll.OnEnrollMain.resources
│   │   ├── OnlineEnroll.Resources.resources
│   │   ├── OnlineEnroll.vbproj.GenerateResource.Cache
│   │   ├── OnlineEnroll.vbproj.ResolveComReference.cache
│   │   ├── OnlineEnroll.xml
│   │   └── TempPE
│   │   └── My Project.Resources.Designer.vb.dll
│   ├── OnEnrollMain.Designer.vb
│   ├── OnEnrollMain.resx
│   ├── OnEnrollMain.vb
│   ├── OnlineEnroll.sln
│   ├── OnlineEnroll.suo
│   ├── OnlineEnroll.vbproj
│   └── SearchforUSBCom.vb
├── Others
│   ├── bin
│   │   └── x86
│   │   └── Release
│   │   ├── Interop.zkemkeeper.dll
│   │   ├── Others.application
│   │   ├── Others.exe
│   │   ├── Others.exe.manifest
│   │   ├── Others.vshost.exe
│   │   └── Others.xml
│   ├── Device Management.suo
│   ├── images
│   │   └── top.jpg
│   ├── My Project
│   │   ├── Application.Designer.vb
│   │   ├── Application.myapp
│   │   ├── app.manifest
│   │   ├── AssemblyInfo.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── obj
│   │   ├── Others.vbproj.FileListAbsolute.txt
│   │   ├── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   └── Others.vbproj.ResolveComReference.cache
│   │   └── x86
│   │   └── Release
│   │   ├── Interop.zkemkeeper.dll
│   │   ├── Others.application
│   │   ├── Others.exe
│   │   ├── Others.exe.manifest
│   │   ├── Others.Others.resources
│   │   ├── Others.Resources.resources
│   │   ├── Others.TrustInfo.xml
│   │   ├── Others.vbproj.GenerateResource.Cache
│   │   ├── Others.vbproj.ResolveComReference.cache
│   │   ├── Others.xml
│   │   └── TempPE
│   │   └── My Project.Resources.Designer.vb.dll
│   ├── OthersMain.Designer.vb
│   ├── OthersMain.resx
│   ├── OthersMain.vb
│   ├── Others.sln
│   ├── Others.suo
│   ├── Others.vbproj
│   ├── SearchforUSBCom.vb
│   └── Short Messages.suo
├── RTEvents
│   ├── AttLogs.suo
│   ├── bin
│   │   └── x86
│   │   └── Release
│   │   ├── Interop.zkemkeeper.dll
│   │   ├── RTEvents.application
│   │   ├── RTEvents.exe
│   │   ├── RTEvents.exe.manifest
│   │   ├── RTEvents.vshost.exe
│   │   └── RTEvents.xml
│   ├── images
│   │   └── top550.jpg
│   ├── My Project
│   │   ├── Application.Designer.vb
│   │   ├── Application.myapp
│   │   ├── app.manifest
│   │   ├── AssemblyInfo.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── obj
│   │   ├── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   └── RTEvents.vbproj.ResolveComReference.cache
│   │   ├── RTEvents.vbproj.FileListAbsolute.txt
│   │   ├── x64
│   │   │   └── Release
│   │   │   ├── build.force
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   ├── RTEvents.vbproj.ResolveComReference.cache
│   │   │   └── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   └── x86
│   │   └── Release
│   │   ├── Interop.zkemkeeper.dll
│   │   ├── RTEvents.application
│   │   ├── RTEvents.exe
│   │   ├── RTEvents.exe.manifest
│   │   ├── RTEvents.Resources.resources
│   │   ├── RTEvents.RTEvents.resources
│   │   ├── RTEvents.TrustInfo.xml
│   │   ├── RTEvents.vbproj.GenerateResource.Cache
│   │   ├── RTEvents.vbproj.ResolveComReference.cache
│   │   ├── RTEvents.xml
│   │   └── TempPE
│   │   └── My Project.Resources.Designer.vb.dll
│   ├── RTEvents.Designer.vb
│   ├── RTEvents.resx
│   ├── RTEvents.sln
│   ├── RTEvents.suo
│   ├── RTEvents.vb
│   ├── RTEvents.vbproj
│   └── SearchforUSBCom.vb
├── Short Messages
│   ├── bin
│   │   └── x86
│   │   └── Release
│   │   ├── Interop.zkemkeeper.dll
│   │   ├── ShortMessages.application
│   │   ├── ShortMessages.exe
│   │   ├── ShortMessages.exe.manifest
│   │   ├── ShortMessages.vshost.exe
│   │   └── ShortMessages.xml
│   ├── Device Management.suo
│   ├── images
│   │   └── top.jpg
│   ├── My Project
│   │   ├── Application.Designer.vb
│   │   ├── Application.myapp
│   │   ├── app.manifest
│   │   ├── AssemblyInfo.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── obj
│   │   ├── Release
│   │   │   ├── Interop.zkemkeeper.dll
│   │   │   └── ShortMessages.vbproj.ResolveComReference.cache
│   │   ├── ShortMessages.vbproj.FileListAbsolute.txt
│   │   └── x86
│   │   └── Release
│   │   ├── Interop.zkemkeeper.dll
│   │   ├── ShortMessages.application
│   │   ├── ShortMessages.exe
│   │   ├── ShortMessages.exe.manifest
│   │   ├── ShortMessages.Resources.resources
│   │   ├── ShortMessages.ShortMessages.resources
│   │   ├── ShortMessages.TrustInfo.xml
│   │   ├── ShortMessages.vbproj.GenerateResource.Cache
│   │   ├── ShortMessages.vbproj.ResolveComReference.cache
│   │   ├── ShortMessages.xml
│   │   └── TempPE
│   │   └── My Project.Resources.Designer.vb.dll
│   ├── SearchforUSBCom.vb
│   ├── Short Messages.sln
│   ├── Short Messages.suo
│   ├── ShortMessages.vbproj
│   ├── SMSMain.Designer.vb
│   ├── SMSMain.resx
│   └── SMSMain.vb
├── Udisk Data Management
│   ├── bin
│   │   └── x86
│   │   └── Release
│   │   ├── Udisk.exe
│   │   ├── Udisk.vshost.exe
│   │   └── Udisk.xml
│   ├── images
│   │   └── top750.jpg
│   ├── My Project
│   │   ├── Application.Designer.vb
│   │   ├── Application.myapp
│   │   ├── AssemblyInfo.vb
│   │   ├── Resources.Designer.vb
│   │   ├── Resources.resx
│   │   ├── Settings.Designer.vb
│   │   └── Settings.settings
│   ├── obj
│   │   ├── Udisk.vbproj.FileListAbsolute.txt
│   │   └── x86
│   │   └── Release
│   │   ├── TempPE
│   │   │   └── My Project.Resources.Designer.vb.dll
│   │   ├── UdiskData.Resources.resources
│   │   ├── UdiskData.UDiskDataMain.resources
│   │   ├── Udisk.exe
│   │   ├── Udisk.vbproj.GenerateResource.Cache
│   │   └── Udisk.xml
│   ├── Raw.vb
│   ├── Structs.vb
│   ├── UDiskDataMain.Designer.vb
│   ├── UDiskDataMain.resx
│   ├── UDiskDataMain.vb
│   ├── Udisk.sln
│   ├── Udisk.suo
│   └── Udisk.vbproj
└── UserInfo
├── bin
│   └── x86
│   └── Release
│   ├── Interop.zkemkeeper.dll
│   ├── UserInfo.exe
│   ├── UserInfo.vshost.exe
│   └── UserInfo.xml
├── images
│   └── top.jpg
├── My Project
│   ├── Application.Designer.vb
│   ├── Application.myapp
│   ├── AssemblyInfo.vb
│   ├── Resources.Designer.vb
│   ├── Resources.resx
│   ├── Settings.Designer.vb
│   └── Settings.settings
├── obj
│   ├── Release
│   │   ├── Interop.zkemkeeper.dll
│   │   └── UserInfo.vbproj.ResolveComReference.cache
│   ├── UserInfo.vbproj.FileListAbsolute.txt
│   └── x86
│   └── Release
│   ├── Interop.zkemkeeper.dll
│   ├── TempPE
│   │   └── My Project.Resources.Designer.vb.dll
│   ├── UserInfo.exe
│   ├── UserInfo.Resources.resources
│   ├── UserInfo.UserInfo.resources
│   ├── UserInfo.vbproj.GenerateResource.Cache
│   ├── UserInfo.vbproj.ResolveComReference.cache
│   └── UserInfo.xml
├── SearchforUSBCom.vb
├── UserInfoMain.Designer.vb
├── UserInfoMain.resx
├── UserInfoMain.vb
├── UserInfo.sln
├── UserInfo.suo
└── UserInfo.vbproj

718 directories, 2404 files

标签:

实例下载地址

考勤机SDK二次开发包接口

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警