• 大小: 738KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-11-30
  • 语言: C#
  • 标签: 读卡器  识别  C#  

资源简介

一款可以从二代身份证读卡器中获取数据的C#源程序。

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms;

namespace NewIDCard
{
    static class Program
    {
        /// 
        /// The main entry point for the application.
        /// 

        [STAThread]
        static void Main()
        {
            Application.EnableVisualstyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new Read());
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件        917  2008-10-06 09:03  NewIDCard.sln

     文件        128  2005-01-11 09:56  termb.lic

     文件         30  2008-11-19 11:02  说明.txt

     文件      16923  2008-11-19 10:40  NewIDCard\Adapter\IdentityCardProviderImp.cs

     文件      65536  2008-10-06 09:03  NewIDCard\bin\Debug\CVRApi.dll

     文件      22528  2008-11-19 10:52  NewIDCard\bin\Debug\NewIDCard.exe

     文件      36352  2008-11-19 10:52  NewIDCard\bin\Debug\NewIDCard.pdb

     文件      14328  2009-02-24 16:49  NewIDCard\bin\Debug\NewIDCard.vshost.exe

     文件        490  2007-07-21 01:33  NewIDCard\bin\Debug\NewIDCard.vshost.exe.manifest

     文件     157696  2008-10-06 09:03  NewIDCard\bin\Debug\sdtapi.dll

     文件     497152  2008-10-06 09:03  NewIDCard\bin\Debug\termb.dll

     文件      90112  2008-10-06 09:03  NewIDCard\bin\Debug\WltRS.dll

     文件       1024  2008-11-19 10:53  NewIDCard\bin\Debug\xp.wlt

    .......     38862  2008-11-19 10:53  NewIDCard\bin\Debug\zp.bmp

     文件      65536  2008-10-06 09:03  NewIDCard\CVRApi.dll

     文件       4302  2008-11-19 10:45  NewIDCard\NewIDCard.csproj

     文件       1303  2009-02-24 16:49  NewIDCard\obj\Debug\NewIDCard.csproj.FileListAbsolute.txt

     文件        907  2008-11-19 10:52  NewIDCard\obj\Debug\NewIDCard.csproj.GenerateResource.Cache

     文件      22528  2008-11-19 10:52  NewIDCard\obj\Debug\NewIDCard.exe

     文件      36352  2008-11-19 10:52  NewIDCard\obj\Debug\NewIDCard.pdb

     文件        180  2008-11-19 10:45  NewIDCard\obj\Debug\NewIDCard.Properties.Resources.resources

     文件        180  2008-11-19 10:52  NewIDCard\obj\Debug\NewIDCard.Read.resources

     文件        500  2008-11-19 10:45  NewIDCard\Program.cs

     文件       1450  2008-10-06 09:03  NewIDCard\Properties\AssemblyInfo.cs

     文件       2847  2008-10-06 09:03  NewIDCard\Properties\Resources.Designer.cs

     文件       5612  2008-10-06 09:03  NewIDCard\Properties\Resources.resx

     文件       1094  2008-10-06 09:03  NewIDCard\Properties\Settings.Designer.cs

     文件        249  2008-10-06 09:03  NewIDCard\Properties\Settings.settings

     文件       1563  2008-11-19 10:52  NewIDCard\Read.cs

     文件      16930  2008-11-19 10:52  NewIDCard\Read.Designer.cs

............此处省略17个文件信息

评论

共有 条评论