91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 6.83MB
    文件類型: .rar
    金幣: 2
    下載: 0 次
    發(fā)布日期: 2023-10-14
  • 語言: C/C++
  • 標(biāo)簽:

資源簡介

小游戲包括:掃雷,拼圖,推箱子,貪食蛇,俄羅斯方塊等

資源截圖

代碼片段和文件信息

/*++

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? if?(m_uWidth?>?30)?m_uWidth?=?30;
if?(m_uHeight? if?(m_uHeight?>?24)?m_uHeight?=?24;
if?(m_uNumber? 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;
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件????????215??2010-03-27?11:59??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\Debug\config.ini

?????文件??????12233??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\Debug\DlgCustom.obj

?????文件???????7399??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\Debug\DlgCustom.sbr

?????文件??????22715??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\Debug\DlgHero.obj

?????文件??????10356??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\Debug\DlgHero.sbr

?????文件??????16438??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\Debug\DlgNewRecord.obj

?????文件???????9413??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\Debug\DlgNewRecord.sbr

?????文件?????258115??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\Debug\Mine.exe

?????文件?????292120??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\Debug\Mine.ilk

?????文件??????18113??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\Debug\Mine.obj

?????文件????7028608??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\Debug\Mine.pch

?????文件?????353280??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\Debug\Mine.pdb

?????文件?????100092??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\Debug\Mine.res

?????文件???????8862??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\Debug\Mine.sbr

?????文件?????106854??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\Debug\MineWnd.obj

?????文件??????85691??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\Debug\MineWnd.sbr

?????文件?????106210??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\Debug\StdAfx.obj

?????文件????1376622??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\Debug\StdAfx.sbr

?????文件?????222208??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\Debug\vc60.idb

?????文件?????380928??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\Debug\vc60.pdb

?????文件???????1842??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\DlgCustom.cpp

?????文件???????1275??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\DlgCustom.h

?????文件???????2362??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\DlgHero.cpp

?????文件???????1455??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\DlgHero.h

?????文件???????1623??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\DlgNewRecord.cpp

?????文件???????1302??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\DlgNewRecord.h

?????文件?????120948??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\Mine.aps

?????文件???????2396??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\Mine.clw

?????文件???????2263??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\Mine.cpp

?????文件???????5268??2009-12-21?15:15??經(jīng)典游戲\第2章?掃雷\Skyblue_Mine\Mine.dsp

............此處省略326個文件信息

評論

共有 條評論