34 lines
679 B
C++
Executable File
34 lines
679 B
C++
Executable File
// BmpButton.cpp : implementation file
|
|
//
|
|
|
|
#include "stdafx.h"
|
|
#include "musicplayer.h"
|
|
#include "BmpButton.h"
|
|
|
|
#ifdef _DEBUG
|
|
#define new DEBUG_NEW
|
|
#undef THIS_FILE
|
|
static char THIS_FILE[] = __FILE__;
|
|
#endif
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CBmpButton
|
|
|
|
CBmpButton::CBmpButton()
|
|
{
|
|
}
|
|
|
|
CBmpButton::~CBmpButton()
|
|
{
|
|
}
|
|
|
|
|
|
BEGIN_MESSAGE_MAP(CBmpButton, CButton)
|
|
//{{AFX_MSG_MAP(CBmpButton)
|
|
// NOTE - the ClassWizard will add and remove mapping macros here.
|
|
//}}AFX_MSG_MAP
|
|
END_MESSAGE_MAP()
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// CBmpButton message handlers
|