• 大小: 233KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-05-21
  • 语言: 其他
  • 标签: PBOC  智能卡  MFC  

资源简介

本工具模拟POS机实现,充值,消费,复合消费等测试流程

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “CPUTest.h“
#include “CPUTestDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CCPUTestApp

BEGIN_MESSAGE_MAP(CCPUTestApp CWinApp)
//{{AFX_MSG_MAP(CCPUTestApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CCPUTestApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CCPUTestApp object

CCPUTestApp theApp;

/////////////////////////////////////////////////////////////////////////////
// CCPUTestApp initialization

BOOL CCPUTestApp::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

CCPUTestDlg 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;
}

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

     目录          0  2013-07-18 14:29  模拟POS机程序代码

     文件         53  2010-07-21 13:22  模拟POS机程序代码\config.ini

     文件         53  2010-07-13 15:20  模拟POS机程序代码\config.ini.bak

     文件      22988  2013-06-06 13:21  模拟POS机程序代码\CPUTest.aps

     文件       1827  2013-07-18 14:25  模拟POS机程序代码\CPUTest.clw

     文件       2077  2009-11-13 17:13  模拟POS机程序代码\CPUTest.cpp

     文件       4744  2010-07-16 11:29  模拟POS机程序代码\CPUTest.dsp

     文件        537  2009-11-13 17:13  模拟POS机程序代码\CPUTest.dsw

     文件       1335  2009-11-13 17:13  模拟POS机程序代码\CPUTest.h

     文件     328704  2013-07-18 14:25  模拟POS机程序代码\CPUTest.ncb

     文件     440832  2013-07-18 14:25  模拟POS机程序代码\CPUTest.opt

     文件       2184  2010-10-14 15:04  模拟POS机程序代码\CPUTest.plg

     文件       6499  2010-01-04 14:56  模拟POS机程序代码\CPUTest.rc

     文件      53055  2010-11-18 08:37  模拟POS机程序代码\CPUTestDlg.cpp

     文件       1797  2009-12-03 14:59  模拟POS机程序代码\CPUTestDlg.h

     文件      14016  2009-11-17 15:06  模拟POS机程序代码\DES.cpp

     文件       1374  2009-11-24 15:29  模拟POS机程序代码\DES.h

     文件       9995  2013-06-06 16:50  模拟POS机程序代码\FeeCard.cpp

     文件       1417  2010-01-05 16:55  模拟POS机程序代码\FeeCard.h

     文件       8914  2013-06-06 15:03  模拟POS机程序代码\PBOC.CPP

     文件       3322  2009-08-10 15:34  模拟POS机程序代码\pboc.h

     文件       3020  2009-11-18 18:05  模拟POS机程序代码\PCSCReader.cpp

     文件       1028  2009-11-18 15:18  模拟POS机程序代码\PCSCReader.h

     文件       3597  2009-11-13 17:13  模拟POS机程序代码\ReadMe.txt

     目录          0  2010-07-16 11:37  模拟POS机程序代码\res

     文件       1078  2009-11-13 17:13  模拟POS机程序代码\res\CPUTest.ico

     文件        399  2009-11-13 17:13  模拟POS机程序代码\res\CPUTest.rc2

     文件        326  2010-01-04 14:56  模拟POS机程序代码\res\cursor1.cur

     文件       1834  2010-01-04 14:56  模拟POS机程序代码\Resource.h

     文件        209  2009-11-13 17:13  模拟POS机程序代码\StdAfx.cpp

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

评论

共有 条评论