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

资源简介

C++ 设置分页打印(提高篇-实例466).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Printfenshu.h“
#include “PrintfenshuDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CPrintfenshuApp

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

/////////////////////////////////////////////////////////////////////////////
// CPrintfenshuApp construction

CPrintfenshuApp::CPrintfenshuApp()

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       35604  2013-12-04 08:48  Printfenshu.aps
     文件        1084  2014-01-02 16:03  Printfenshu.clw
     文件        2133  2007-01-16 11:15  Printfenshu.cpp
     文件        4249  2007-01-16 11:15  Printfenshu.dsp
     文件         547  2007-01-16 11:15  Printfenshu.dsw
     文件        1379  2007-01-16 11:15  Printfenshu.h
     文件       58368  2014-01-02 16:04  Printfenshu.ncb
     文件       53760  2014-01-02 16:04  Printfenshu.opt
     文件        1203  2013-12-04 08:48  Printfenshu.plg
     文件        5202  2013-12-04 08:48  Printfenshu.rc
     文件        4408  2013-12-04 08:48  PrintfenshuDlg.cpp
     文件        1420  2007-01-16 11:15  PrintfenshuDlg.h
     文件        3669  2007-01-16 11:15  ReadMe.txt
     文件         544  2007-01-16 11:15  Resource.h
     文件         213  2007-01-16 11:15  StdAfx.cpp
     文件        1054  2007-01-16 11:15  StdAfx.h
     文件      106581  2013-12-04 08:48  Debug\Printfenshu.exe
     文件      187920  2013-12-04 08:48  Debug\Printfenshu.ilk
     文件       13376  2013-11-22 14:48  Debug\Printfenshu.obj
     文件     5501624  2013-11-22 14:48  Debug\Printfenshu.pch
     文件      353280  2013-12-04 08:48  Debug\Printfenshu.pdb
     文件        2512  2013-12-04 08:48  Debug\Printfenshu.res
     文件       25644  2013-12-04 08:48  Debug\PrintfenshuDlg.obj
     文件      105876  2013-11-22 14:48  Debug\StdAfx.obj
     文件      214016  2014-01-02 13:35  Debug\vc60.idb
     文件      364544  2013-12-04 08:48  Debug\vc60.pdb
     文件        1078  2007-01-16 11:15  res\Printfenshu.ico
     文件         403  2007-01-16 11:15  res\Printfenshu.rc2

评论

共有 条评论