📄 tooltips.h
字号:
#if !defined(AFX_TOOLTIPS_H__8705DF17_7EA9_11D4_85D4_468CF3000000__INCLUDED_)
#define AFX_TOOLTIPS_H__8705DF17_7EA9_11D4_85D4_468CF3000000__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ToolTips.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CToolTips window
class CToolTips : public CToolTipCtrl
{
// Construction
public:
CToolTips();
// Attributes
public:
// Operations
public:
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CToolTips)
//}}AFX_VIRTUAL
// Implementation
public:
BOOL AddRect (CWnd *pParent, UINT nID, CRect &rc, LPCSTR pszText= LPSTR_TEXTCALLBACK);
BOOL AddControl(CWnd *pCtrl, UINT nID);
BOOL AddControl(CWnd *pCtrl, LPCSTR pszText= LPSTR_TEXTCALLBACK);
virtual ~CToolTips();
// Generated message map functions
protected:
//{{AFX_MSG(CToolTips)
// NOTE - the ClassWizard will add and remove member functions here.
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TOOLTIPS_H__8705DF17_7EA9_11D4_85D4_468CF3000000__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -