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

资源简介

C++实战源码-晃动的窗体(入门级实例262).zip

资源截图

代码片段和文件信息

// RockDialog.cpp : Defines the class behaviors for the application.
//

#include “stdafx.h“
#include “RockDialog.h“
#include “RockDialogDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CRockDialogApp

BEGIN_MESSAGE_MAP(CRockDialogApp CWinApp)
//{{AFX_MSG_MAP(CRockDialogApp)
// NOTE - the ClassWizard will add and remove mapping macros here.
//    DO NOT EDIT what you see in these blocks of generated code!
//}}AFX_MSG
ON_COMMAND(ID_HELP CWinApp::onhelp)
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CRockDialogApp construction

CRockDialogApp::CRockDialogApp()
{
// TODO: add construction code here
// Place all significant initialization in InitInstance
}

/////////////////////////////////////////////////////////////////////////////
// The one and only CRo

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件         542  2010-06-12 11:23  RockDialog\Resource.h
     文件        1069  2010-10-26 18:51  RockDialog\RockDialog.clw
     文件        2119  2010-06-12 11:23  RockDialog\RockDialog.cpp
     文件        4231  2010-06-12 11:23  RockDialog\RockDialog.dsp
     文件         545  2010-06-12 11:23  RockDialog\RockDialog.dsw
     文件        1368  2010-06-12 11:23  RockDialog\RockDialog.h
     文件        5187  2010-06-12 11:23  RockDialog\RockDialog.rc
     文件        4516  2010-06-18 14:28  RockDialog\RockDialogDlg.cpp
     文件        1411  2010-06-12 11:23  RockDialog\RockDialogDlg.h
     文件         212  2010-06-12 11:23  RockDialog\StdAfx.cpp
     文件        1054  2010-06-12 11:23  RockDialog\StdAfx.h
     文件        1078  2010-06-12 11:23  RockDialog\res\RockDialog.ico
     文件         402  2010-06-12 11:23  RockDialog\res\RockDialog.rc2

评论

共有 条评论