• 大小: 0.49M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-26
  • 语言: C#
  • 标签: 考勤  指纹  C#  

资源简介

Visual C#使用指纹识别器实现员工考勤程序源码下载.rar

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;
using System.Runtime.InteropServices;
using System.Data.SqlClient;
namespace 使用指纹识别器进行员工考勤
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
        [DllImport(“kernel32“)]
        public static extern int Beep(int dwFreg int dwDuration);

        bool isConnected;//判断是否已经连接
        string savapath = ““;

        private void toolStripButton1_Click(object sender EventArgs e)
        {
            if (axZKFPEngX1.InitEngine() == 0)//初始化指纹仪
            {
                richTextBox1.Clear();//清空richTextBox1控件

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-06-30 17:07  bin\
     目录           0  2016-07-13 09:11  bin\Debug\
     文件       32768  2009-01-20 14:01  bin\Debug\AxInterop.ZKFPEngXControl.dll
     文件       36864  2009-01-21 10:52  bin\Debug\Interop.ZKFPEngXControl.dll
     文件       30720  2016-07-13 09:15  bin\Debug\使用指纹识别器进行员工考勤.exe
     文件       46592  2016-07-13 09:15  bin\Debug\使用指纹识别器进行员工考勤.pdb
     文件       21656  2016-07-13 09:13  bin\Debug\使用指纹识别器进行员工考勤.vshost.exe
     文件         490  2012-06-02 22:34  bin\Debug\使用指纹识别器进行员工考勤.vshost.exe.manifest
     目录           0  2013-06-30 17:07  Database\
     文件     1179648  2009-01-20 16:30  Database\db_finger_Data.MDF
     文件     1048576  2009-01-20 16:30  Database\db_finger_Log.LDF
     文件        8421  2016-07-13 09:13  Form1.cs
     文件       22028  2009-02-16 11:15  Form1.designer.cs
     文件       12029  2009-02-16 11:15  Form1.resx
     文件        6084  2016-07-13 09:13  Form2.cs
     文件       11631  2009-02-16 11:15  Form2.designer.cs
     文件        6482  2009-02-16 11:15  Form2.resx
     目录           0  2016-07-13 09:05  obj\
     目录           0  2016-07-13 09:15  obj\Debug\
     文件         791  2016-07-13 09:13  obj\Debug\DesignTimeResolveAssemblyReferences.cache
     文件        7495  2016-07-13 09:05  obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     目录           0  2016-07-13 09:05  obj\Debug\TempPE\
     文件        2534  2016-07-13 09:13  obj\Debug\使用指纹识别器进行员工考勤.csproj.FileListAbsolute.txt
     文件         905  2016-07-13 09:11  obj\Debug\使用指纹识别器进行员工考勤.csproj.GenerateResource.Cache
     文件       11692  2016-07-13 09:06  obj\Debug\使用指纹识别器进行员工考勤.csprojResolveAssemblyReference.cache
     文件       30720  2016-07-13 09:15  obj\Debug\使用指纹识别器进行员工考勤.exe
     文件        4220  2016-07-13 09:11  obj\Debug\使用指纹识别器进行员工考勤.Form1.resources
     文件         710  2016-07-13 09:11  obj\Debug\使用指纹识别器进行员工考勤.Form2.resources
     文件       46592  2016-07-13 09:15  obj\Debug\使用指纹识别器进行员工考勤.pdb
     文件         180  2016-07-13 09:11  obj\Debug\使用指纹识别器进行员工考勤.Properties.Resources.resources
     文件         520  2016-07-13 09:13  Program.cs
............此处省略8个文件信息

评论

共有 条评论