📄 tooltipctrl.h
字号:
#if !defined(AFX_TOOLTIPCTRL_H__3A261C09_E57D_4ADD_AA94_34B58170E4C4__INCLUDED_)#define AFX_TOOLTIPCTRL_H__3A261C09_E57D_4ADD_AA94_34B58170E4C4__INCLUDED_#if _MSC_VER > 1000#pragma once#endif // _MSC_VER > 1000// ToolTipCtrl.h : header file///////////////////////////////////////////////////////////////////////////////// RxToolTipCtrl windowclass RxToolTipCtrl : public CWnd{// Constructionpublic: RxToolTipCtrl();// Attributespublic: static CString m_strClassName; // tooltip window class name CPoint m_ptLastPoint;// Operationspublic: BOOL Create (CWnd* pWndParent = NULL, BOOL bShadow = FALSE); // create the tooltip window // request the tooltip window to track with the specified text and string resource ID void Track (CPoint pt, LPCTSTR lpszText); void Hide (); // hide the tooltip window// Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(RxToolTipCtrl) //}}AFX_VIRTUAL// Implementationpublic: virtual ~RxToolTipCtrl(); // Generated message map functionsprotected: //{{AFX_MSG(RxToolTipCtrl) afx_msg void OnPaint(); //}}AFX_MSG DECLARE_MESSAGE_MAP()};///////////////////////////////////////////////////////////////////////////////{{AFX_INSERT_LOCATION}}// Microsoft Visual C++ will insert additional declarations immediately before the previous line.#endif // !defined(AFX_TOOLTIPCTRL_H__3A261C09_E57D_4ADD_AA94_34B58170E4C4__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -