You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
587 B
C++

#if !defined(AFX_CMDBTN_H__1806C3A3_0279_4B10_A383_905233E78AD1__INCLUDED_)
#define AFX_CMDBTN_H__1806C3A3_0279_4B10_A383_905233E78AD1__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
class CCMDBtn : public CButton
{
public:
CCMDBtn();
BYTE Cmd;
virtual ~CCMDBtn();
protected:
//{{AFX_MSG(CMCBtn)
afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#endif // !defined(AFX_XPBTN_H__1806C3A3_0278_4B10_A383_905233E78AD1__INCLUDED_)