資源簡介
sdk掃雷,基于vc++
完全一樣。很好學習代碼

代碼片段和文件信息
/*++
Copyright?(c)?2004-2005??Micro-soft
Module?Name:
????DlgCustom.cpp
Abstract:
???????the?class?of?Dialog?for?setting?user‘s?favor-config
Author:
Microsoft‘s?Engineer?-?Unknown?Name
????improved?by?Weijian?Luo?(Arthur?Luo)???15-Jun-2005
E-mail:?skybluehacker@yahoo.com.cn
Revision?History:??????1.0
--*/
#include?“stdafx.h“
#include?“mine.h“
#include?“DlgCustom.h“
#include?“MineWnd.h“
#ifdef?_DEBUG
#define?new?DEBUG_NEW
#undef?THIS_FILE
static?char?THIS_FILE[]?=?__FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
//?CDlgCustom?dialog
CDlgCustom::CDlgCustom(CWnd*?pParent?/*=NULL*/)
:?CDialog(CDlgCustom::IDD?pParent)
{
//{{AFX_DATA_INIT(CDlgCustom)
m_uHeight?=?0;
m_uNumber?=?0;
m_uWidth?=?0;
//}}AFX_DATA_INIT
}
void?CDlgCustom::DoDataExchange(CDataExchange*?pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CDlgCustom)
DDX_Text(pDX?IDC_HEIGHT?m_uHeight);
DDX_Text(pDX?IDC_NUMBER?m_uNumber);
DDX_Text(pDX?IDC_WIDTH?m_uWidth);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CDlgCustom?CDialog)
//{{AFX_MSG_MAP(CDlgCustom)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
void?CDlgCustom::OnOK()?
{
UpdateData();
if?(m_uWidth?9)?m_uWidth?=?9;
if?(m_uWidth?>?30)?m_uWidth?=?30;
if?(m_uHeight?9)?m_uHeight?=?9;
if?(m_uHeight?>?24)?m_uHeight?=?24;
if?(m_uNumber?10)?m_uNumber?=?10;
if?(m_uNumber?>?m_uWidth?*?m_uHeight)?m_uNumber?=?m_uWidth?*?m_uHeight?-?1;
CMineWnd?*pMine?=?(CMineWnd*)AfxGetMainWnd();
pMine->SetCustom(m_uWidth?m_uHeight?m_uNumber);
CDialog::OnOK();
}
void?CDlgCustom::InitData(UINT?xNum?UINT?yNum?UINT?mNum)
{
m_uWidth?=?xNum;
m_uHeight?=?yNum;
m_uNumber?=?mNum;
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄??????????0??2007-06-05?15:40??掃雷vc++版\Debug
?????文件???????1842??2006-01-05?14:54??掃雷vc++版\DlgCustom.cpp
?????文件???????1275??2006-01-05?14:54??掃雷vc++版\DlgCustom.h
?????文件???????2362??2006-01-05?14:54??掃雷vc++版\DlgHero.cpp
?????文件???????1455??2006-01-05?14:54??掃雷vc++版\DlgHero.h
?????文件???????1623??2006-01-05?14:54??掃雷vc++版\DlgNewRecord.cpp
?????文件???????1302??2006-01-05?14:54??掃雷vc++版\DlgNewRecord.h
?????文件?????121052??2006-01-05?14:54??掃雷vc++版\Mine.aps
?????文件???????2396??2006-01-05?14:54??掃雷vc++版\Mine.clw
?????文件???????2263??2006-01-05?14:54??掃雷vc++版\Mine.cpp
?????文件???????5268??2006-01-05?14:54??掃雷vc++版\Mine.dsp
?????文件????????531??2006-01-05?14:54??掃雷vc++版\Mine.dsw
?????文件????????878??2006-01-05?14:54??掃雷vc++版\Mine.h
?????文件?????148480??2006-01-05?14:54??掃雷vc++版\Mine.ncb
?????文件??????51712??2006-01-05?14:54??掃雷vc++版\Mine.opt
?????文件???????1581??2006-01-05?14:54??掃雷vc++版\Mine.plg
?????文件???????7989??2006-01-05?14:54??掃雷vc++版\Mine.rc
?????文件???????3354??2006-01-05?14:54??掃雷vc++版\MineDefs.h
?????文件??????38708??2006-01-05?14:54??掃雷vc++版\MineWnd.cpp
?????文件???????5206??2006-01-05?14:54??掃雷vc++版\MineWnd.h
?????文件???????2166??2006-01-05?14:54??掃雷vc++版\res\BITMAP10.BMP
?????文件???????1086??2006-01-05?14:54??掃雷vc++版\res\BITMAP11.BMP
?????文件???????2406??2006-01-05?14:54??掃雷vc++版\res\bitmap2.bmp
?????文件???????2326??2006-01-05?14:54??掃雷vc++版\res\BITMAP20.BMP
?????文件???????1166??2006-01-05?14:54??掃雷vc++版\res\BITMAP21.BMP
?????文件???????1558??2006-01-05?14:54??掃雷vc++版\res\BITMAP30.BMP
?????文件????????542??2006-01-05?14:54??掃雷vc++版\res\BITMAP31.BMP
?????文件??????23566??2006-01-05?14:54??掃雷vc++版\res\Mine.ico
?????文件????????396??2006-01-05?14:54??掃雷vc++版\res\Mine.rc2
?????文件??????15872??2006-01-05?14:54??掃雷vc++版\res\Thumbs.db
............此處省略11個文件信息
- 上一篇:04_圖像編輯器實現.zip
- 下一篇:條件隨機場資料CRFC++版
評論
共有 條評論