📄 taopaobtn.h
字号:
#if !defined(AFX_TAOPAOBTN_H__BCFC82B2_79B2_4581_8AEE_C884410CD40A__INCLUDED_)
#define AFX_TAOPAOBTN_H__BCFC82B2_79B2_4581_8AEE_C884410CD40A__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TaopaoBtn.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CTaopaoBtn window
class CTaopaoBtn : public CButton
{
// Construction
public:
CTaopaoBtn();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTaopaoBtn)
//}}AFX_VIRTUAL
// Implementation
public:
CTaopaoBtn* m_pbtn;
virtual ~CTaopaoBtn();
// Generated message map functions
protected:
//{{AFX_MSG(CTaopaoBtn)
afx_msg void OnMouseMove(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_TAOPAOBTN_H__BCFC82B2_79B2_4581_8AEE_C884410CD40A__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -