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

资源简介

C++实战源码-Animate动画显示窗体(入门级实例244).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “Donghua.h“
#include “DonghuaDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CDonghuaApp

BEGIN_MESSAGE_MAP(CDonghuaApp CWinApp)
//{{AFX_MSG_MAP(CDonghuaApp)
// 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()

/////////////////////////////////////////////////////////////////////////////
// CDonghuaApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CDonghuaApp object

CDonghua

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1049  2010-10-26 18:38  AnimateWindow\Donghua.clw
     文件        2077  2007-08-21 15:44  AnimateWindow\Donghua.cpp
     文件        4177  2007-08-21 15:44  AnimateWindow\Donghua.dsp
     文件         537  2007-08-21 15:44  AnimateWindow\Donghua.dsw
     文件        1335  2007-08-21 15:44  AnimateWindow\Donghua.h
     文件        5168  2010-06-09 14:45  AnimateWindow\Donghua.rc
     文件        5151  2010-06-09 15:03  AnimateWindow\DonghuaDlg.cpp
     文件        1342  2010-06-09 14:44  AnimateWindow\DonghuaDlg.h
     文件         685  2010-06-09 14:45  AnimateWindow\resource.h
     文件         209  2007-08-21 15:44  AnimateWindow\StdAfx.cpp
     文件        1054  2007-08-21 15:44  AnimateWindow\StdAfx.h
     文件        1078  2007-08-21 15:44  AnimateWindow\res\Donghua.ico
     文件         399  2007-08-21 15:44  AnimateWindow\res\Donghua.rc2

评论

共有 条评论