資源簡介
基于多文檔的VC++源程序,功能是讀取DIB圖像并顯示,保存

代碼片段和文件信息
//?ChildFrm.cpp?:?implementation?of?the?CChildframe?class
//
#include?“stdafx.h“
#include?“ViewDIB.h“
#include?“ChildFrm.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CChildframe
IMPLEMENT_DYNCREATE(CChildframe?CMDIChildWnd)
BEGIN_MESSAGE_MAP(CChildframe?CMDIChildWnd)
//{{AFX_MSG_MAP(CChildframe)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//????DO?NOT?EDIT?what?you?see?in?these?blocks?of?generated?code?!
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?construction/destruction
CChildframe::CChildframe()
{
//?TODO:?add?member?initialization?code?here
}
CChildframe::~CChildframe()
{
}
BOOL?CChildframe::PreCreateWindow(CREATESTRUCT&?cs)
{
//?TODO:?Modify?the?Window?class?or?styles?here?by?modifying
//??the?CREATESTRUCT?cs
if(?!CMDIChildWnd::PreCreateWindow(cs)?)
return?FALSE;
return?TRUE;
}
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?diagnostics
#ifdef?_DEBUG
void?CChildframe::AssertValid()?const
{
CMDIChildWnd::AssertValid();
}
void?CChildframe::Dump(CDumpContext&?dc)?const
{
CMDIChildWnd::Dump(dc);
}
#endif?//_DEBUG
/////////////////////////////////////////////////////////////////////////////
//?CChildframe?message?handlers
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1534??1999-03-25?08:18??ViewDIB\ChildFrm.cpp
?????文件???????1397??1999-03-25?08:18??ViewDIB\ChildFrm.h
?????文件??????12586??2006-05-02?12:40??ViewDIB\CqOctree.cpp
?????文件??????16170??2009-11-10?16:03??ViewDIB\Debug\ChildFrm.obj
?????文件??????14829??2009-11-10?16:03??ViewDIB\Debug\CqOctree.obj
?????文件??????66869??2009-11-10?16:03??ViewDIB\Debug\Dib.obj
?????文件??????77086??2009-11-10?16:03??ViewDIB\Debug\dibapi.obj
?????文件??????21368??2009-11-10?16:03??ViewDIB\Debug\MainFrm.obj
?????文件?????105563??2009-11-10?16:03??ViewDIB\Debug\StdAfx.obj
?????文件?????230400??2009-11-10?16:03??ViewDIB\Debug\vc60.idb
?????文件?????380928??2009-11-10?16:03??ViewDIB\Debug\vc60.pdb
?????文件?????172097??2009-11-10?16:03??ViewDIB\Debug\ViewDIB.exe
?????文件?????489912??2009-11-10?16:03??ViewDIB\Debug\ViewDIB.ilk
?????文件??????23463??2009-11-10?16:03??ViewDIB\Debug\ViewDIB.obj
?????文件????5493172??2009-11-10?16:03??ViewDIB\Debug\ViewDIB.pch
?????文件?????451584??2009-11-10?16:03??ViewDIB\Debug\ViewDIB.pdb
?????文件???????7896??2009-11-10?16:03??ViewDIB\Debug\ViewDIB.res
?????文件??????16864??2009-11-10?16:03??ViewDIB\Debug\ViewDIBDoc.obj
?????文件??????25003??2009-11-10?16:03??ViewDIB\Debug\ViewDIBView.obj
?????文件??????18368??2006-05-10?10:44??ViewDIB\Dib.cpp
?????文件???????4307??2005-12-06?13:04??ViewDIB\Dib.h
?????文件?????104422??2001-09-29?01:17??ViewDIB\dibapi.cpp
?????文件???????4052??2001-09-29?01:17??ViewDIB\dibapi.h
?????文件???????3333??1999-03-25?09:29??ViewDIB\MainFrm.cpp
?????文件???????1577??1999-03-25?09:26??ViewDIB\MainFrm.h
?????文件???????4793??1999-03-25?08:18??ViewDIB\ReadMe.txt
?????文件???????1078??1999-03-25?08:18??ViewDIB\res\Toolbar.bmp
?????文件???????1078??1999-03-25?08:18??ViewDIB\res\ViewDIB.ico
?????文件????????399??1999-03-25?08:18??ViewDIB\res\ViewDIB.rc2
?????文件???????1078??1999-03-25?08:18??ViewDIB\res\ViewDIBDoc.ico
............此處省略21個文件信息
- 上一篇:MFC各種重繪漂亮按鈕
- 下一篇:魚眼畸變圖像標定校正源碼
評論
共有 條評論