📄 toopti~1.h
字号:
#if !defined(AFX_TOOPTIPHELP_H__FA7F3CA9_CDB3_492C_A2E9_DB326C0DA254__INCLUDED_)
#define AFX_TOOPTIPHELP_H__FA7F3CA9_CDB3_492C_A2E9_DB326C0DA254__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ToopTipHelp.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CToopTipHelp window
class CToopTipHelp : public CToolTipCtrl
{
// Construction
public:
CToopTipHelp();
// Attributes
public:
// Operations
public:
bool AddTool(UINT nID,LPCTSTR lpszText=LPSTR_TEXTCALLBACK);
bool AddTool(UINT nID,UINT nIDText);
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CToopTipHelp)
//}}AFX_VIRTUAL
// Implementation
public:
virtual ~CToopTipHelp();
// Generated message map functions
protected:
//{{AFX_MSG(CToopTipHelp)
// 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_TOOPTIPHELP_H__FA7F3CA9_CDB3_492C_A2E9_DB326C0DA254__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -