资源简介
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个文件信息
- 上一篇:C++ 设置打印纸大小
- 下一篇:C++ 设置分页打印
相关资源
- C++ 设置分页打印
- C++ 设置打印纸大小
- C++ 设置打印纸边距
- C++ 创建视图
- C++ 创建存储过程
- C++ 创建触发器
- cc2541-ds18b20例程
- MFC/VC++字符串与十六进制码之间互相转
- C++设计模式
- 深入理解C++11新特性解析与应用迷你书
- OpenGL编程指南(原书第7版)中文扫描
- 敏捷软件开发:原则、模式与实践(
- c语言黑白棋ai游戏源码
- c语言拼图游戏源码
- c语言配有图片和音乐的打字母游戏
- c语言青蛙过河小游戏
- 传智扫地僧C提高课程讲义
- 各种排序算法可视化.rar
- 二叉树和森林之间的转换
- C语言经典编程282例
- C++实战源码-小蛇长得快
- C++实战源码-文字水平滚动
- C++实战源码-替换指定的字符串
- C++实战源码-小球称重
- C++实战源码-新同学的年龄
- C++实战源码-向数组中赋值
- C++实战源码-用#打印三角形
- C++实战源码-统计学生成绩分布
- C++实战源码-向数组中插入元素
- C++实战源码-用指向函数的指针比较大
评论
共有 条评论