• 大小: 0.61M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-01
  • 标签:

资源简介

C++实战源码-拼图游戏(入门级实例591).zip

资源截图

代码片段和文件信息

// HelpDlg.cpp : implementation file
//

#include “stdafx.h“
#include “PictureGame.h“
#include “HelpDlg.h“

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CHelpDlg dialog


CHelpDlg::CHelpDlg(CWnd* pParent /*=NULL*/)
: CDialog(CHelpDlg::IDD pParent)
{
//{{AFX_DATA_INIT(CHelpDlg)
// NOTE: the ClassWizard will add member initialization here
//}}AFX_DATA_INIT
}


void CHelpDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CHelpDlg)
DDX_Control(pDX IDC_STATICHELP m_picture);
//}}AFX_DATA_MAP
}


BEGIN_MESSAGE_MAP(CHelpDlg CDialog)
//{{AFX_MSG_MAP(CHelpDlg)
ON_WM_PAINT()
//}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1589  2007-05-08 08:48  PictureGame\HelpDlg.cpp
     文件        1183  2007-05-08 08:48  PictureGame\HelpDlg.h
     文件        1711  2010-10-28 15:49  PictureGame\PictureGame.clw
     文件        2133  2007-05-08 08:48  PictureGame\PictureGame.cpp
     文件        4372  2007-05-08 08:48  PictureGame\PictureGame.dsp
     文件         545  2007-05-08 08:48  PictureGame\PictureGame.dsw
     文件        1379  2007-05-08 08:48  PictureGame\PictureGame.h
     文件        6554  2007-05-08 08:48  PictureGame\PictureGame.rc
     文件       14682  2007-05-08 08:48  PictureGame\PictureGameDlg.cpp
     文件        2167  2007-05-08 08:48  PictureGame\PictureGameDlg.h
     文件        1295  2007-05-08 08:48  PictureGame\resource.h
     文件         213  2007-05-08 08:48  PictureGame\StdAfx.cpp
     文件        1054  2007-05-08 08:48  PictureGame\StdAfx.h
     文件      372576  2007-05-08 08:48  PictureGame\res\01.bmp
     文件      329128  2007-05-08 08:48  PictureGame\res\02.bmp
     文件      342200  2007-05-08 08:48  PictureGame\res\03.bmp
     文件        1078  2007-05-08 08:48  PictureGame\res\PictureGame.ico
     文件         403  2007-05-08 08:48  PictureGame\res\PictureGame.rc2

评论

共有 条评论