• 大小: 440KB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-06-08
  • 语言: C/C++
  • 标签: 控件  源码  资源  

资源简介

跳棋游戏: 开发工具:VC++6.0 和 MFC 很不错的游戏,游戏界面美观,最多可以支持6个人同时游戏。

资源截图

代码片段和文件信息

// AboutDialog.cpp : implementation file
//

#include “stdafx.h“
#include “ttq.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

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        4724  2003-03-08 16:20  tqr\TTQ.CLW
     文件        2381  2001-04-22 13:13  tqr\NewGame.cpp
     文件        6251  2001-04-22 15:44  tqr\ttq.dsp
     文件        3525  2001-04-03 17:05  tqr\ReadMe.txt
     文件        1291  2001-04-03 17:05  tqr\TTQ.H
     文件       21665  2001-04-22 15:27  tqr\Tzq.cpp
     文件       14002  2001-04-22 16:33  tqr\ttqDlg.cpp
     文件        1021  2001-04-19 00:15  tqr\StdAfx.h
     文件         205  2001-04-03 17:05  tqr\StdAfx.cpp
     文件        3096  2001-04-22 13:10  tqr\resource.h
     文件        1830  2001-04-22 16:33  tqr\ttqDlg.h
     文件        9993  2001-04-22 15:41  tqr\ttq.rc
     文件        1412  2001-04-22 12:37  tqr\NewGame.h
     文件         529  2001-04-03 17:05  tqr\TTQ.DSW
     文件         602  2001-04-17 11:31  tqr\Date.h
     文件        1738  2001-04-22 16:33  tqr\Tzq.h
     文件         240  2001-04-23 13:16  tqr\TTQ.PLG
     文件        1378  2001-04-21 21:02  tqr\MySocket.h
     文件        1579  2001-04-21 21:02  tqr\MySocket.cpp
     文件        2420  2001-04-19 00:19  tqr\Ttq.cpp
     文件        1269  2001-04-22 13:11  tqr\AboutDialog.h
     文件        1042  2001-04-22 13:11  tqr\AboutDialog.cpp
     文件      115712  2003-03-08 16:20  tqr\TTQ.ncb
     文件      758112  2003-03-08 16:20  tqr\ttq.aps
     目录           0  2003-03-08 17:10  tqr\RES\
     文件         395  2001-04-03 17:05  tqr\RES\TTQ.RC2
     文件        1078  2001-04-03 17:05  tqr\RES\TTQ.ICO
     文件        1550  2001-04-04 14:55  tqr\RES\6666.bmp
     文件       30302  2001-04-03 22:53  tqr\RES\DDDB.BMP
     文件        1552  2001-04-04 14:55  tqr\RES\2222.bmp
     文件        1550  2001-04-04 14:55  tqr\RES\3333.bmp
............此处省略17个文件信息

评论

共有 条评论