• 大小: 0.79M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签:

资源简介


资源截图

代码片段和文件信息

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.Data.SqlClient;
using System.Runtime.InteropServices;

namespace checkonworkattendance
{
    public partial class Form1 : Form
    {
        public Form1()
        {
            InitializeComponent();
        }
        bool isConnected=false;//判断是否已经连接
        private void button1_Click(object sender EventArgs e)
        {
            if (axZKFPEngX1.InitEngine() == 0)//初始化指纹仪
            {
                toolStripStatusLabel1.Text= “指纹仪连接成功“;//显示指纹仪连接成功
                this.Text =“注册码:“+ axZKFPEngX1.SensorSN;//获取指纹仪的注册码
                isConnected = true;//标识,指纹仪连接成功

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         196  2009-02-23 16:50  sj\01\程序使用说明.txt
     文件         953  2009-02-10 15:26  sj\01\checkonworkattendance\checkonworkattendance.sln
     文件       17920  2009-02-10 16:23  sj\01\checkonworkattendance\checkonworkattendance.suo
     文件        4709  2009-02-10 15:34  sj\01\checkonworkattendance\checkonworkattendance\checkonworkattendance.csproj
     文件        3916  2009-02-10 16:22  sj\01\checkonworkattendance\checkonworkattendance\Form1.cs
     文件        7114  2009-02-10 15:57  sj\01\checkonworkattendance\checkonworkattendance\Form1.Designer.cs
     文件        6877  2009-02-10 15:57  sj\01\checkonworkattendance\checkonworkattendance\Form1.resx
     文件         502  2009-02-10 15:26  sj\01\checkonworkattendance\checkonworkattendance\Program.cs
     文件       32768  2009-02-10 15:34  sj\01\checkonworkattendance\checkonworkattendance\bin\Debug\AxInterop.ZKFPEngXControl.dll
     文件       13312  2009-02-10 16:22  sj\01\checkonworkattendance\checkonworkattendance\bin\Debug\checkonworkattendance.exe
     文件       28160  2009-02-10 16:22  sj\01\checkonworkattendance\checkonworkattendance\bin\Debug\checkonworkattendance.pdb
     文件       14328  2009-02-10 16:23  sj\01\checkonworkattendance\checkonworkattendance\bin\Debug\checkonworkattendance.vshost.exe
     文件         490  2007-07-21 01:33  sj\01\checkonworkattendance\checkonworkattendance\bin\Debug\checkonworkattendance.vshost.exe.manifest
     文件       36864  2009-02-10 15:34  sj\01\checkonworkattendance\checkonworkattendance\bin\Debug\Interop.ZKFPEngXControl.dll
     文件     1048576  2009-03-11 14:36  sj\01\checkonworkattendance\checkonworkattendance\Database\db_Finger_Data.MDF
     文件     1048576  2009-03-11 14:36  sj\01\checkonworkattendance\checkonworkattendance\Database\db_Finger_Log.LDF
     文件       32768  2009-02-10 15:34  sj\01\checkonworkattendance\checkonworkattendance\obj\Debug\AxInterop.ZKFPEngXControl.dll
     文件        1411  2009-02-10 16:23  sj\01\checkonworkattendance\checkonworkattendance\obj\Debug\checkonworkattendance.csproj.FileListAbsolute.txt
     文件         847  2009-02-10 15:59  sj\01\checkonworkattendance\checkonworkattendance\obj\Debug\checkonworkattendance.csproj.GenerateResource.Cache
     文件         610  2009-02-10 15:34  sj\01\checkonworkattendance\checkonworkattendance\obj\Debug\checkonworkattendance.csproj.ResolveComReference.cache
     文件       13312  2009-02-10 16:22  sj\01\checkonworkattendance\checkonworkattendance\obj\Debug\checkonworkattendance.exe
     文件         709  2009-02-10 15:59  sj\01\checkonworkattendance\checkonworkattendance\obj\Debug\checkonworkattendance.Form1.resources
     文件       28160  2009-02-10 16:22  sj\01\checkonworkattendance\checkonworkattendance\obj\Debug\checkonworkattendance.pdb
     文件         180  2009-02-10 15:35  sj\01\checkonworkattendance\checkonworkattendance\obj\Debug\checkonworkattendance.Properties.Resources.resources
     文件       36864  2009-02-10 15:34  sj\01\checkonworkattendance\checkonworkattendance\obj\Debug\Interop.ZKFPEngXControl.dll
     文件        1374  2009-02-10 15:26  sj\01\checkonworkattendance\checkonworkattendance\Properties\AssemblyInfo.cs
     文件        2892  2009-02-10 15:26  sj\01\checkonworkattendance\checkonworkattendance\Properties\Resources.Designer.cs
     文件        5612  2009-02-10 15:26  sj\01\checkonworkattendance\checkonworkattendance\Properties\Resources.resx
     文件        1106  2009-02-10 15:26  sj\01\checkonworkattendance\checkonworkattendance\Properties\Settings.Designer.cs
     文件         249  2009-02-10 15:26  sj\01\checkonworkattendance\checkonworkattendance\Properties\Settings.settings
     文件         196  2009-02-23 16:50  sl\程序使用说明.txt
............此处省略33个文件信息

评论

共有 条评论