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.
26 lines
657 B
C++
26 lines
657 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 CMFCButton
|
|
{
|
|
public:
|
|
CCMDBtn();
|
|
BYTE Cmd;
|
|
int Cmdpage;
|
|
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()
|
|
public:
|
|
BYTE GetFcCmdFromPane(int page,BYTE cmd);
|
|
};
|
|
#endif // !defined(AFX_XPBTN_H__1806C3A3_0278_4B10_A383_905233E78AD1__INCLUDED_)
|