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

资源简介

C++实战源码-动画按钮(入门级实例310).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “AVIButton.h“
#include “AVIButtonDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CAVIButtonApp

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

/////////////////////////////////////////////////////////////////////////////
// CAVIButtonApp construction

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

/////////////////////////////////////////////////////////////////////////////
// The one and only CAVIButtonAp

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1304  2010-09-30 16:57  AVIButton\AVIButton.clw
     文件        2105  2007-05-08 08:47  AVIButton\AVIButton.cpp
     文件        4470  2010-07-13 13:34  AVIButton\AVIButton.dsp
     文件         541  2007-05-08 08:47  AVIButton\AVIButton.dsw
     文件        1357  2007-05-08 08:47  AVIButton\AVIButton.h
     文件        5645  2010-09-30 14:59  AVIButton\AVIButton.rc
     文件        4105  2010-09-30 14:59  AVIButton\AVIButtonDlg.cpp
     文件        1363  2007-05-08 08:47  AVIButton\AVIButtonDlg.h
     文件        2543  2010-06-08 16:00  AVIButton\ButtonAvi.cpp
     文件        1316  2007-05-08 08:47  AVIButton\ButtonAvi.h
     文件         823  2010-07-13 13:31  AVIButton\resource.h
     文件         211  2007-05-08 08:47  AVIButton\StdAfx.cpp
     文件        1054  2007-05-08 08:47  AVIButton\StdAfx.h
     文件     1210880  2010-09-30 22:10  AVIButton\res\165.avi
     文件      396630  2010-07-13 13:32  AVIButton\res\avibk.bmp
     文件        5694  2005-10-08 16:28  AVIButton\res\AVIButton.ico
     文件         401  2007-05-08 08:47  AVIButton\res\AVIButton.rc2
     文件       16896  2010-09-30 14:11  AVIButton\res\Thumbs.db

评论

共有 条评论