資源簡介
MFC做的用幻燈片模式播放圖片,用到時鐘還有分欄,很實用~~

代碼片段和文件信息
//?Dlg.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“tupian.h“
#include?“Dlg.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?Dlg
IMPLEMENT_DYNCREATE(Dlg?CFormView)
Dlg::Dlg()
:?CFormView(Dlg::IDD)
{
//{{AFX_DATA_INIT(Dlg)
//?NOTE:?the?ClassWizard?will?add?member?initialization?here
//}}AFX_DATA_INIT
}
Dlg::~Dlg()
{
}
void?Dlg::DoDataExchange(CDataExchange*?pDX)
{
CFormView::DoDataExchange(pDX);
//{{AFX_DATA_MAP(Dlg)
//?NOTE:?the?ClassWizard?will?add?DDX?and?DDV?calls?here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(Dlg?CFormView)
//{{AFX_MSG_MAP(Dlg)
//?NOTE?-?the?ClassWizard?will?add?and?remove?mapping?macros?here.
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?Dlg?diagnostics
#ifdef?_DEBUG
void?Dlg::AssertValid()?const
{
CFormView::AssertValid();
}
void?Dlg::Dump(CDumpContext&?dc)?const
{
CFormView::Dump(dc);
}
#endif?//_DEBUG
/////////////////////////////////////////////////////////////////////////////
//?Dlg?message?handlers
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????2878??2010-08-14?21:47??jyjfenlan\tupian.clw
?????文件???????4311??2010-07-15?11:17??jyjfenlan\ReadMe.txt
?????文件???????1356??2010-07-15?11:17??jyjfenlan\tupian.h
?????文件???????4209??2010-07-15?11:17??jyjfenlan\tupian.cpp
?????文件???????1054??2010-07-15?11:17??jyjfenlan\StdAfx.h
?????文件????????208??2010-07-15?11:17??jyjfenlan\StdAfx.cpp
?????文件???????1475??2010-07-15?11:17??jyjfenlan\tupianDoc.h
?????文件???????1742??2010-07-15?11:17??jyjfenlan\tupianDoc.cpp
?????文件?????164864??2010-08-14?22:01??jyjfenlan\tupian.ncb
?????文件???????1213??2010-08-14?21:44??jyjfenlan\tupian.plg
?????文件???????1563??2010-06-07?19:59??jyjfenlan\Picture.h
?????文件??????21407??2010-07-14?09:44??jyjfenlan\Picture.cpp
?????文件????????537??2010-07-15?12:43??jyjfenlan\tupian.dsw
?????文件?????352056??2010-07-25?13:54??jyjfenlan\Debug\tupian.res
?????文件?????222208??2010-08-14?21:44??jyjfenlan\Debug\vc60.idb
?????文件????5491964??2010-07-15?11:18??jyjfenlan\Debug\tupian.pch
?????文件?????364544??2010-08-14?21:44??jyjfenlan\Debug\vc60.pdb
?????文件?????105633??2010-07-15?11:18??jyjfenlan\Debug\StdAfx.obj
?????文件??????14737??2010-07-15?11:18??jyjfenlan\Debug\tupianDoc.obj
?????文件??????26273??2010-07-15?11:18??jyjfenlan\Debug\Picture.obj
?????文件??????22981??2010-07-15?11:27??jyjfenlan\Debug\tupian.obj
?????文件?????548931??2010-08-14?21:44??jyjfenlan\Debug\tupian.exe
?????文件?????525312??2010-08-14?21:44??jyjfenlan\Debug\tupian.pdb
?????文件??????16337??2010-07-16?09:34??jyjfenlan\Debug\FormView.obj
?????文件??????15782??2010-07-25?13:53??jyjfenlan\Debug\Dlg.obj
?????文件?????416944??2010-08-14?21:44??jyjfenlan\Debug\tupian.ilk
?????文件??????21749??2010-07-25?13:54??jyjfenlan\Debug\MainFrm.obj
?????文件??????23266??2010-08-14?21:44??jyjfenlan\Debug\tupianView.obj
?????文件????????398??2010-07-15?11:17??jyjfenlan\res\tupian.rc2
?????文件???????1078??2010-07-15?11:17??jyjfenlan\res\tupianDoc.ico
............此處省略28個文件信息
- 上一篇:VS2012工程坦克大戰
- 下一篇:C++21點小游戲課程設計
評論
共有 條評論