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

资源简介

C++ 设计假条套打程序(提高篇-实例496).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “PrintLeave.h“
#include “PrintLeaveDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CPrintLeaveApp

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

/////////////////////////////////////////////////////////////////////////////
// CPrintLeaveApp construction

CPrintLeaveApp::CPrintLeaveApp()
{
// 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件       25120  2013-12-24 13:43  PrintLeave\PrintLeave.aps
     文件        4114  2013-12-24 13:45  PrintLeave\PrintLeave.clw
     文件        2119  2008-12-09 13:05  PrintLeave\PrintLeave.cpp
     文件        4232  2008-12-10 10:44  PrintLeave\PrintLeave.dsp
     文件         545  2008-12-09 13:05  PrintLeave\PrintLeave.dsw
     文件        1368  2008-12-09 13:05  PrintLeave\PrintLeave.h
     文件       41984  2013-12-24 13:45  PrintLeave\PrintLeave.ncb
     文件       53760  2013-12-24 13:45  PrintLeave\PrintLeave.opt
     文件        2417  2013-12-24 13:43  PrintLeave\PrintLeave.plg
     文件       10631  2008-12-10 10:29  PrintLeave\PrintLeave.rc
     文件        5361  2008-12-10 11:38  PrintLeave\PrintLeaveDlg.cpp
     文件        1438  2008-12-10 10:30  PrintLeave\PrintLeaveDlg.h
     文件        3651  2008-12-09 13:05  PrintLeave\ReadMe.txt
     文件        2022  2008-12-10 10:28  PrintLeave\Resource.h
     文件         212  2008-12-09 13:05  PrintLeave\StdAfx.cpp
     文件        1054  2008-12-09 13:05  PrintLeave\StdAfx.h
     文件      110681  2013-12-24 13:43  PrintLeave\Debug\PrintLeave.exe
     文件      203196  2013-12-24 13:43  PrintLeave\Debug\PrintLeave.ilk
     文件       13444  2013-12-24 13:43  PrintLeave\Debug\PrintLeave.obj
     文件     6878676  2013-12-24 13:43  PrintLeave\Debug\PrintLeave.pch
     文件      279552  2013-12-24 13:43  PrintLeave\Debug\PrintLeave.pdb
     文件        5232  2013-12-24 13:43  PrintLeave\Debug\PrintLeave.res
     文件        3084  2013-12-24 13:43  PrintLeave\Debug\PrintLeave.sbr
     文件       29963  2013-12-24 13:43  PrintLeave\Debug\PrintLeaveDlg.obj
     文件        5755  2013-12-24 13:43  PrintLeave\Debug\PrintLeaveDlg.sbr
     文件      105976  2013-12-24 13:43  PrintLeave\Debug\StdAfx.obj
     文件     1376624  2013-12-24 13:43  PrintLeave\Debug\StdAfx.sbr
     文件      205824  2013-12-24 13:44  PrintLeave\Debug\vc60.idb
     文件      364544  2013-12-24 13:43  PrintLeave\Debug\vc60.pdb
     文件        1078  2008-12-09 13:05  PrintLeave\res\PrintLeave.ico
     文件         402  2008-12-09 13:05  PrintLeave\res\PrintLeave.rc2
............此处省略1个文件信息

评论

共有 条评论