資源簡介
用MFC做的拼圖小游戲,可以選擇圖片,難度,預覽圖片

代碼片段和文件信息
//?AboutDialog.cpp?:?implementation?file
//
#include?“stdafx.h“
#include?“拼圖游戲.h“
#include?“AboutDialog.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CAboutDialog?dialog
CAboutDialog::CAboutDialog(CWnd*?pParent?/*=NULL*/)
:?CDialog(CAboutDialog::IDD?pParent)
{
//{{AFX_DATA_INIT(CAboutDialog)
//?NOTE:?the?ClassWizard?will?add?member?initialization?here
//}}AFX_DATA_INIT
}
void?CAboutDialog::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CAboutDialog)
//?NOTE:?the?ClassWizard?will?add?DDX?and?DDV?calls?here
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CAboutDialog?CDialog)
//{{AFX_MSG_MAP(CAboutDialog)
//?NOTE:?the?ClassWizard?will?add?message?map?macros?here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
//?CAboutDialog?message?handlers
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1047??2012-01-14?20:55??拼圖游戲\AboutDialog.cpp
?????文件???????1274??2012-01-14?20:55??拼圖游戲\AboutDialog.h
?????文件??????12918??2012-02-18?13:41??拼圖游戲\aero_li
?????文件???????2419??2012-02-18?15:19??拼圖游戲\CMyStatic.cpp
?????文件???????1595??2012-02-08?14:07??拼圖游戲\CMyStatic.h
????..A.SH.????????77??2012-01-21?23:46??拼圖游戲\desktop.ini
?????文件??????36139??1998-10-01?01:10??拼圖游戲\MIDI.cpp
?????文件??????10109??1998-10-01?01:10??拼圖游戲\MIDI.h
?????文件???????3612??2012-01-14?17:46??拼圖游戲\ReadMe.txt
?????文件?????435330??2012-01-16?23:46??拼圖游戲\res\20.bmp
?????文件?????412774??2012-02-13?14:28??拼圖游戲\res\22?-?副本.bmp
?????文件?????624142??2012-01-16?23:22??拼圖游戲\res\28.bmp
?????文件?????399062??2012-01-16?09:10??拼圖游戲\res\66.bmp
?????文件??????85334??2012-01-14?18:49??拼圖游戲\res\egg.ico
?????文件???????1078??2012-01-14?17:46??拼圖游戲\res\拼圖游戲.ico
?????文件????????400??2012-01-14?17:46??拼圖游戲\res\拼圖游戲.rc2
?????文件??????10257??2012-02-02?14:18??拼圖游戲\res\蒲公英的約定.mid
?????文件???????2484??2012-02-18?13:41??拼圖游戲\resource.h
?????文件????????210??2012-01-14?17:46??拼圖游戲\StdAfx.cpp
?????文件???????1054??2012-01-16?19:07??拼圖游戲\StdAfx.h
?????文件????2002376??2012-02-18?20:27??拼圖游戲\拼圖游戲.aps
?????文件???????2548??2012-03-24?14:34??拼圖游戲\拼圖游戲.clw
?????文件???????2082??2012-01-22?02:51??拼圖游戲\拼圖游戲.cpp
?????文件???????5060??2012-02-18?15:13??拼圖游戲\拼圖游戲.dsp
?????文件????????524??2012-01-14?17:46??拼圖游戲\拼圖游戲.dsw
?????文件???????1317??2012-01-14?17:46??拼圖游戲\拼圖游戲.h
?????文件?????123904??2012-03-24?14:35??拼圖游戲\拼圖游戲.ncb
?????文件??????65024??2012-03-24?14:35??拼圖游戲\拼圖游戲.opt
?????文件????????250??2012-03-01?18:00??拼圖游戲\拼圖游戲.plg
?????文件???????8782??2012-02-18?16:31??拼圖游戲\拼圖游戲.rc
............此處省略7個文件信息
評論
共有 條評論