base
This commit is contained in:
@@ -0,0 +1,20 @@
|
||||
#pragma once
|
||||
|
||||
|
||||
// CHCButton
|
||||
|
||||
class CHCButton : public CBitmapButton
|
||||
{
|
||||
DECLARE_DYNAMIC(CHCButton)
|
||||
|
||||
public:
|
||||
CHCButton();
|
||||
virtual ~CHCButton();
|
||||
|
||||
protected:
|
||||
DECLARE_MESSAGE_MAP()
|
||||
public:
|
||||
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user