📄 sambtn.h
字号:
#if !defined(AFX_SAMBTN_H__389A5F50_7006_4092_A56C_19710ADD828D__INCLUDED_)
#define AFX_SAMBTN_H__389A5F50_7006_4092_A56C_19710ADD828D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SAMBTN.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CSAMBTN window
class CSAMBTN : public CBitmapButton
{
// Construction
public:
CSAMBTN();
CSAMBTN * m_pbtn;
// Attributes
public:
// Operations
public:
int flag;
void PlaySnd();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSAMBTN)
protected:
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CSAMBTN();
// Generated message map functions
protected:
//{{AFX_MSG(CSAMBTN)
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
afx_msg int OnMouseActivate(CWnd* pDesktopWnd, UINT nHitTest, UINT message);
afx_msg void OnDrawItem(int nIDCtl, LPDRAWITEMSTRUCT lpDrawItemStruct);
afx_msg void OnSetFocus(CWnd* pOldWnd);
afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SAMBTN_H__389A5F50_7006_4092_A56C_19710ADD828D__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -