资源简介

Windows+经典游戏-扫雷+源码.zip

资源截图

代码片段和文件信息

/*++

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_uW

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2013-06-14 15:50  Windows+经典游戏-扫雷+源码\
     目录           0  2013-06-14 15:50  Windows+经典游戏-扫雷+源码\Debug\
     文件         217  2013-05-26 14:54  Windows+经典游戏-扫雷+源码\Debug\config.ini
     文件       12068  2007-12-07 23:09  Windows+经典游戏-扫雷+源码\Debug\DlgCustom.obj
     文件        7417  2007-12-07 23:09  Windows+经典游戏-扫雷+源码\Debug\DlgCustom.sbr
     文件       22550  2007-12-07 23:09  Windows+经典游戏-扫雷+源码\Debug\DlgHero.obj
     文件       10377  2007-12-07 23:09  Windows+经典游戏-扫雷+源码\Debug\DlgHero.sbr
     文件       16291  2007-12-07 23:09  Windows+经典游戏-扫雷+源码\Debug\DlgNewRecord.obj
     文件        9434  2007-12-07 23:09  Windows+经典游戏-扫雷+源码\Debug\DlgNewRecord.sbr
     文件      258118  2007-12-07 23:09  Windows+经典游戏-扫雷+源码\Debug\Mine.exe
     文件      291220  2007-12-07 23:09  Windows+经典游戏-扫雷+源码\Debug\Mine.ilk
     文件       17948  2007-12-07 23:09  Windows+经典游戏-扫雷+源码\Debug\Mine.obj
     文件      443392  2007-12-07 23:09  Windows+经典游戏-扫雷+源码\Debug\Mine.pdb
     文件      100092  2007-09-01 07:48  Windows+经典游戏-扫雷+源码\Debug\Mine.res
     文件        8880  2007-12-07 23:09  Windows+经典游戏-扫雷+源码\Debug\Mine.sbr
     文件      106689  2007-12-07 23:09  Windows+经典游戏-扫雷+源码\Debug\MineWnd.obj
     文件       85706  2007-12-07 23:09  Windows+经典游戏-扫雷+源码\Debug\MineWnd.sbr
     文件      105680  2007-12-07 23:09  Windows+经典游戏-扫雷+源码\Debug\StdAfx.obj
     文件     1374895  2007-12-07 23:09  Windows+经典游戏-扫雷+源码\Debug\StdAfx.sbr
     文件      222208  2013-05-26 14:53  Windows+经典游戏-扫雷+源码\Debug\vc60.idb
     文件      380928  2007-12-07 23:09  Windows+经典游戏-扫雷+源码\Debug\vc60.pdb
     文件        1842  2006-01-05 14:54  Windows+经典游戏-扫雷+源码\DlgCustom.cpp
     文件        1275  2006-01-05 14:54  Windows+经典游戏-扫雷+源码\DlgCustom.h
     文件        2362  2006-01-05 14:54  Windows+经典游戏-扫雷+源码\DlgHero.cpp
     文件        1455  2006-01-05 14:54  Windows+经典游戏-扫雷+源码\DlgHero.h
     文件        1623  2006-01-05 14:54  Windows+经典游戏-扫雷+源码\DlgNewRecord.cpp
     文件        1302  2006-01-05 14:54  Windows+经典游戏-扫雷+源码\DlgNewRecord.h
     文件      120944  2013-05-26 14:51  Windows+经典游戏-扫雷+源码\Mine.aps
     文件        2396  2013-05-26 14:54  Windows+经典游戏-扫雷+源码\Mine.clw
     文件        2263  2006-01-05 14:54  Windows+经典游戏-扫雷+源码\Mine.cpp
     文件        5268  2006-01-05 14:54  Windows+经典游戏-扫雷+源码\Mine.dsp
............此处省略25个文件信息

评论

共有 条评论