• 大小: 2.50M
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2023-06-24
  • 语言: C/C++
  • 标签:

资源简介

C++ 打印条形码(提高篇-实例479).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Barcode.h“
#include “BarcodeDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CBarcodeApp

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

/////////////////////////////////////////////////////////////////////////////
// CBarcodeApp construction

CBarcodeApp::CBarcodeApp()
{
// TODO: add construction code

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       21304  2013-11-21 15:24  Barcode.aps
     文件        1207  2013-12-04 14:34  Barcode.clw
     文件        2077  2007-08-21 15:48  Barcode.cpp
     文件        4639  2007-08-21 15:48  Barcode.dsp
     文件         581  2007-08-21 15:48  Barcode.dsw
     文件        1335  2007-08-21 15:48  Barcode.h
     文件       50176  2013-12-04 14:37  Barcode.ncb
     文件      655360  2013-12-04 14:37  Barcode.opt
     文件        1944  2013-11-21 15:25  Barcode.plg
     文件        6139  2007-08-21 15:48  Barcode.rc
     文件        3866  2007-08-21 15:48  barcodectrl.cpp
     文件        2292  2007-08-21 15:48  barcodectrl.h
     文件        5822  2007-08-21 15:48  BarcodeDlg.cpp
     文件        1466  2007-08-21 15:48  BarcodeDlg.h
     文件        3597  2007-08-21 15:48  ReadMe.txt
     文件         823  2007-08-21 15:48  resource.h
     文件         209  2007-08-21 15:48  StdAfx.cpp
     文件        1054  2007-08-21 15:48  StdAfx.h
     文件      114769  2013-11-21 15:25  Debug\Barcode.exe
     文件      227236  2013-11-21 15:25  Debug\Barcode.ilk
     文件       14760  2013-11-21 15:25  Debug\Barcode.obj
     文件     5501624  2013-11-21 15:25  Debug\Barcode.pch
     文件      295936  2013-11-21 15:25  Debug\Barcode.pdb
     文件        2796  2013-11-21 15:25  Debug\Barcode.res
     文件       25713  2013-11-21 15:25  Debug\barcodectrl.obj
     文件       35628  2013-11-21 15:25  Debug\BarcodeDlg.obj
     文件       90737  2009-07-14 09:15  Debug\msado15.tlh
     文件       76673  2009-07-14 09:15  Debug\msado15.tli
     文件      105872  2013-11-21 15:25  Debug\StdAfx.obj
     文件      205824  2013-12-04 14:20  Debug\vc60.idb
     文件      364544  2013-11-21 15:25  Debug\vc60.pdb
............此处省略2个文件信息

评论

共有 条评论