• 大小: 1.7MB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2023-08-31
  • 语言: VB
  • 标签: Demo  读卡器  API  

资源简介

明华读卡器(API+Demo+手册)包含Delphi+Pb+VB+VC+Vfp源码

资源截图

代码片段和文件信息

// ReadWriteTest.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “ReadWriteTest.h“
#include “ReadWriteTestDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CReadWriteTestApp

BEGIN_MESSAGE_MAP(CReadWriteTestApp CWinApp)
//{{AFX_MSG_MAP(CReadWriteTestApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CReadWriteTestApp construction

CReadWriteTestApp::CReadWriteTestApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CReadWriteTestApp object

CReadWriteTestApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CReadWriteTestApp initialization

BOOL CReadWriteTestApp::InitInstance()
{
AfxEnableControlContainer();

// Standard initialization
// If you are not using these features and wish to reduce the size
//  of your final executable you should remove from the following
//  the specific initialization routines you do not need.

#ifdef _AFXDLL
Enable3dControls(); // Call this when using MFC in a shared DLL
#else
Enable3dControlsStatic(); // Call this when linking to MFC statically
#endif

CReadWriteTestDlg dlg;
m_pMainWnd = &dlg;
int nResponse = dlg.DoModal();
if (nResponse == IDOK)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with OK
}
else if (nResponse == IDCANCEL)
{
// TODO: Place code here to handle when the dialog is
//  dismissed with Cancel
}

// Since the dialog has been closed return FALSE so that we exit the
//  application rather than start the application‘s message pump.
return FALSE;
}

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

     文件     114688  2013-08-20 19:59  明华读卡器\API\mwrf32.dll

     文件      18762  2013-08-20 19:59  明华读卡器\API\mwrf32.h

     文件      38794  2013-08-20 19:59  明华读卡器\API\mwrf32.lib

     文件     487424  2013-08-20 19:58  明华读卡器\Demo\DemoHRF2.0.exe

     文件     311296  2013-08-20 19:59  明华读卡器\Demo\HRFFUDANDemo1.0.exe

     文件     311296  2013-08-20 19:59  明华读卡器\Demo\HRFSHC1102Demo1.0.exe

     文件         47  2015-01-04 15:15  明华读卡器\Demo\mf30.ini

     文件     114688  2013-08-20 19:59  明华读卡器\Demo\mwrf32.dll

     文件     133205  2013-08-20 19:59  明华读卡器\Demo\mwrfhelp.chm

     文件     114688  2013-08-20 19:59  明华读卡器\Examples\Delphi5\mwrf32.dll

     文件        386  2013-08-20 19:58  明华读卡器\Examples\Delphi5\Rfexamd.cfg

     文件       1043  2013-08-20 19:58  明华读卡器\Examples\Delphi5\Rfexamd.dof

     文件        191  2013-08-20 19:58  明华读卡器\Examples\Delphi5\Rfexamd.dpr

     文件     399360  2015-01-26 09:00  明华读卡器\Examples\Delphi5\Rfexamd.exe

     文件        876  2013-08-20 19:58  明华读卡器\Examples\Delphi5\Rfexamd.res

     文件       1243  2013-08-20 19:58  明华读卡器\Examples\Delphi5\rfexamp.dfm

     文件      19873  2015-01-26 08:56  明华读卡器\Examples\Delphi5\rfexamp.pas

     文件      93184  2013-08-20 19:58  明华读卡器\Examples\Pb5\sample.pbl

     文件       6439  2013-08-20 19:58  明华读卡器\Examples\VB5.0\example.bas

     文件      24241  2013-08-20 19:58  明华读卡器\Examples\VB5.0\sample.frm

     文件         56  2013-08-20 19:58  明华读卡器\Examples\VB5.0\sample.frx

     文件        694  2013-08-20 19:58  明华读卡器\Examples\VB5.0\sample.vbp

     文件         79  2013-08-20 19:58  明华读卡器\Examples\VB5.0\sample.vbw

     文件       3705  2013-08-20 19:58  明华读卡器\Examples\VC6.0\ReadMe.txt

     文件      22824  2013-08-20 19:58  明华读卡器\Examples\VC6.0\ReadWriteTest.aps

     文件       2089  2013-08-20 19:58  明华读卡器\Examples\VC6.0\ReadWriteTest.clw

     文件       2161  2013-08-20 19:58  明华读卡器\Examples\VC6.0\ReadWriteTest.cpp

     文件       4409  2013-08-20 19:58  明华读卡器\Examples\VC6.0\ReadWriteTest.dsp

     文件        549  2013-08-20 19:58  明华读卡器\Examples\VC6.0\ReadWriteTest.dsw

     文件       1401  2013-08-20 19:58  明华读卡器\Examples\VC6.0\ReadWriteTest.h

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

评论

共有 条评论