资源简介
明华读卡器最新版.zip
代码片段和文件信息
// ReadWrite.cpp : Defines the class behaviors for the application.
//
#include “stdafx.h“
#include “ReadWrite.h“
#include “ReadWriteDlg.h“
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CReadWriteApp
BEGIN_MESSAGE_MAP(CReadWriteApp CWinApp)
//{{AFX_MSG_MAP(CReadWriteApp)
// 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()
/////////////////////////////////////////////////////////////////////////////
// CReadWriteApp construction
CReadWriteApp::CReadWriteApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}
/////////////////////////////////////////////////////////////////////////////
// The one and only CReadWriteApp object
CReadWriteApp theApp;
/////////////////////////////////////////////////////////////////////////////
// CReadWriteApp initialization
BOOL CReadWriteApp::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
CReadWriteDlg 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 2018-10-17 17:53 API\
文件 114688 2009-02-13 11:42 API\mwhrf_bj.dll
文件 39190 2009-02-13 11:42 API\mwhrf_bj.lib
文件 18844 2008-12-19 10:46 API\mwrf32.h
目录 0 2003-07-17 18:16 Example\
目录 0 2011-11-17 19:40 Example\ReadWrite\
目录 0 2011-11-17 19:40 Example\ReadWrite\Debug\
文件 11778 2010-12-23 17:44 Example\ReadWrite\Debug\BuildLog.htm
文件 72704 2010-12-23 17:44 Example\ReadWrite\Debug\ReadWrite.exe
文件 920 2010-12-23 17:44 Example\ReadWrite\Debug\ReadWrite.exe.em
文件 984 2010-12-23 17:44 Example\ReadWrite\Debug\ReadWrite.exe.em
文件 861 2010-12-23 17:43 Example\ReadWrite\Debug\ReadWrite.exe.intermediate.manifest
文件 944936 2010-12-23 17:44 Example\ReadWrite\Debug\ReadWrite.ilk
文件 21398 2010-12-23 17:43 Example\ReadWrite\Debug\ReadWrite.obj
文件 25362432 2010-12-23 17:43 Example\ReadWrite\Debug\ReadWrite.pch
文件 3427328 2010-12-23 17:44 Example\ReadWrite\Debug\ReadWrite.pdb
文件 2896 2010-12-23 17:43 Example\ReadWrite\Debug\ReadWrite.res
文件 52682 2010-12-23 17:43 Example\ReadWrite\Debug\ReadWriteDlg.obj
文件 465619 2010-12-23 17:43 Example\ReadWrite\Debug\StdAfx.obj
文件 60 2010-12-23 17:44 Example\ReadWrite\Debug\mt.dep
文件 904192 2010-12-23 17:43 Example\ReadWrite\Debug\vc90.idb
文件 2002944 2010-12-23 17:43 Example\ReadWrite\Debug\vc90.pdb
文件 3633 2007-01-24 11:26 Example\ReadWrite\ReadMe.txt
文件 22440 2010-12-23 17:43 Example\ReadWrite\ReadWrite.aps
文件 1541 2009-02-17 17:13 Example\ReadWrite\ReadWrite.clw
文件 2105 2007-01-24 11:26 Example\ReadWrite\ReadWrite.cpp
文件 4336 2009-02-17 17:08 Example\ReadWrite\ReadWrite.dsp
文件 543 2007-01-24 11:26 Example\ReadWrite\ReadWrite.dsw
文件 1357 2007-01-24 11:26 Example\ReadWrite\ReadWrite.h
文件 22359040 2010-12-24 13:11 Example\ReadWrite\ReadWrite.ncb
文件 403968 2009-02-17 17:19 Example\ReadWrite\ReadWrite.opt
............此处省略79个文件信息
- 上一篇:VFP图书管理系统完美
- 下一篇:GridCtrl控件源码及Demo
相关资源
- 通过变化的电磁耦合,大型强子对撞
- Delphi XE10.3 破解文件
- Delphi XE10.2.3破解 破解
- 剖析Linux系统下基于NUMA构建的服务
- zend studio 12 破解 注册码 key 绿色版
- CCLicenseService
- WinRAR 4.0 简体中文破解版
- 单片机仿真软件proteus6.7免安装绿色版
- UltraEdit 26.x版本 激活工具
- 一种基于LM3150 Buck型开关电源设计.p
- 百度文库、豆丁、道客巴巴文件免费
- 改善分数分频锁相环合成器中的整数
- 233网校视频器2018最新绿色版
- OdooHotelManagementSystem 基于Odoo的酒店管
- SecureCRT-6.0.2安装包和SecureCRT-6.0.2注册
- 数据结构与算法课件ppt
- 方正超粗黑简体 FZCCHJW—GB1-0 字体
- FZCCHJW-GB10
- Dr. Cleaner Pro mac破解版
- kindle epub 电子书大全
- 迅雷敏感资源限制解除小工具.zip
- Eclipse编程技术与附CD-ROM光盘
- HEU_KMS_Activator_j
- pzs_44217116_06.aia
- Git汉化资源
- digital字体
- 浪潮英信服务器NP120D用户手册
- 看门狗复位的应用技巧
- Hillstone SA-2003高性能纯硬件安全网关产
- Hillstone ARP防护——StoneOS如何保
评论
共有 条评论