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

资源简介

C++实战源码-热点效果的图像切换(入门级实例307).zip

资源截图

代码片段和文件信息

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

#include “stdafx.h“
#include “BitmapButton.h“
#include “BitmapButtonDlg.h“

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

/////////////////////////////////////////////////////////////////////////////
// CBitmapButtonApp

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

/////////////////////////////////////////////////////////////////////////////
// CBitmapButtonApp construction

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

/////////////////////////////////////////////////////////////////////////////
// Th

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     文件        1496  2010-10-27 11:43  BitmapButton\BitmapButton.clw
     文件        2147  2008-10-05 08:58  BitmapButton\BitmapButton.cpp
     文件        4735  2010-10-06 11:45  BitmapButton\BitmapButton.dsp
     文件         547  2008-10-05 08:58  BitmapButton\BitmapButton.dsw
     文件        1390  2008-10-05 08:58  BitmapButton\BitmapButton.h
     文件        5890  2010-10-06 11:40  BitmapButton\BitmapButton.rc
     文件        4234  2010-07-12 14:12  BitmapButton\BitmapButtonDlg.cpp
     文件        1415  2010-07-12 14:12  BitmapButton\BitmapButtonDlg.h
     文件         660  2008-10-14 12:55  BitmapButton\BUTDOWN.PNG
     文件        3958  2010-07-05 13:55  BitmapButton\ButtonHot.cpp
     文件        1535  2010-06-30 18:30  BitmapButton\ButtonHot.h
     文件        3533  2010-06-30 18:22  BitmapButton\HotButton.cpp
     文件        1477  2010-06-30 18:21  BitmapButton\HotButton.h
     文件         682  2010-06-30 18:23  BitmapButton\HotButton1.cpp
     文件        1350  2010-06-30 18:30  BitmapButton\HotButton1.h
     文件         961  2010-10-06 11:36  BitmapButton\resource.h
     文件         214  2008-10-05 08:58  BitmapButton\StdAfx.cpp
     文件        1054  2008-10-05 08:58  BitmapButton\StdAfx.h
     文件      491826  2010-10-06 11:36  BitmapButton\res\019.bmp
     文件        7278  2008-05-31 12:49  BitmapButton\res\BitmapButton.ico
     文件         404  2008-10-05 08:58  BitmapButton\res\BitmapButton.rc2
     文件        6954  2008-10-14 12:55  BitmapButton\res\BUTDOWN.bmp
     文件        6954  2008-10-14 12:55  BitmapButton\res\BUTENABLED.bmp
     文件        6954  2008-10-14 12:55  BitmapButton\res\BUTMOVE.bmp
     文件        6954  2008-10-14 12:56  BitmapButton\res\BUTUP.bmp
     文件       13312  2010-07-12 14:14  BitmapButton\res\Thumbs.db

评论

共有 条评论