資源簡介
C++ 設(shè)置打印紙大小(提高篇-實例469).zip
代碼片段和文件信息
//?Papersize.cpp?:?Defines?the?class?behaviors?for?the?application.
//
#include?“stdafx.h“
#include?“Papersize.h“
#include?“PapersizeDlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CPapersizeApp
BEGIN_MESSAGE_MAP(CPapersizeApp?CWinApp)
//{{AFX_MSG_MAP(CPapersizeApp)
//?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()
/////////////////////////////////////////////////////////////////////////////
//?CPapersizeApp?construction
CPapersizeApp::CPapersizeApp()
{
//?TODO:?add
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????20800??2013-12-04?09:08??Papersize.aps
?????文件????????1091??2013-12-23?08:54??Papersize.clw
?????文件????????2105??2007-01-16?11:15??Papersize.cpp
?????文件????????4213??2007-01-16?11:15??Papersize.dsp
?????文件?????????541??2007-01-16?11:15??Papersize.dsw
?????文件????????1357??2007-01-16?11:15??Papersize.h
?????文件???????58368??2013-12-23?09:32??Papersize.ncb
?????文件??????655360??2013-12-23?09:32??Papersize.opt
?????文件?????????724??2013-12-04?09:06??Papersize.plg
?????文件????????5224??2013-12-04?09:06??Papersize.rc
?????文件????????5127??2007-01-16?11:15??PapersizeDlg.cpp
?????文件????????1398??2007-01-16?11:15??PapersizeDlg.h
?????文件????????3633??2007-01-16?11:15??ReadMe.txt
?????文件?????????540??2007-01-16?11:15??Resource.h
?????文件?????????211??2007-01-16?11:15??StdAfx.cpp
?????文件????????1054??2007-01-16?11:15??StdAfx.h
?????文件??????106572??2013-12-04?09:06??Debug\Papersize.exe
?????文件??????194868??2013-12-04?09:06??Debug\Papersize.ilk
?????文件???????13218??2013-12-04?09:05??Debug\Papersize.obj
?????文件?????5498092??2013-12-04?09:05??Debug\Papersize.pch
?????文件??????353280??2013-12-04?09:06??Debug\Papersize.pdb
?????文件????????2516??2013-12-04?09:06??Debug\Papersize.res
?????文件???????27478??2013-12-04?09:05??Debug\PapersizeDlg.obj
?????文件??????105799??2013-12-04?09:05??Debug\StdAfx.obj
?????文件??????205824??2013-12-23?08:53??Debug\vc60.idb
?????文件??????364544??2013-12-04?09:05??Debug\vc60.pdb
?????文件????????1078??2007-01-16?11:15??res\Papersize.ico
?????文件?????????401??2007-01-16?11:15??res\Papersize.rc2
- 上一篇:C++ 設(shè)置打印紙邊距
- 下一篇:C++ 設(shè)計假條套打程序
評論
共有 條評論