ToolTipHeaderCtrl.h
上传用户:lds876
上传日期:2013-05-25
资源大小:567k
文件大小:1k
源码类别:

P2P编程

开发平台:

Visual C++

  1. #if !defined(AFX_TOOLTIPHEADERCTRL_H__8BA94EC0_01DD_4EF7_9C77_90A437D5627E__INCLUDED_)
  2. #define AFX_TOOLTIPHEADERCTRL_H__8BA94EC0_01DD_4EF7_9C77_90A437D5627E__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ToolTipHeaderCtrl.h : header file
  7. //
  8. #define MAX_TIP_LENGTH 80
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CToolTipHeaderCtrl window
  11. class CToolTipHeaderCtrl : public CHeaderCtrl
  12. {
  13. // Construction
  14. public:
  15. CToolTipHeaderCtrl();
  16. // Attributes
  17. public:
  18. // Operations
  19. public:
  20. int AddToolTip(int nCol, LPCTSTR lpszTip);
  21. void RecalcToolRect();
  22. protected:
  23. CToolTipCtrl m_Tooltip;
  24. // Attributes
  25. public:
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CToolTipHeaderCtrl)
  29. public:
  30. virtual BOOL PreTranslateMessage(MSG* pMsg);
  31. protected:
  32. virtual void PreSubclassWindow();
  33. //}}AFX_VIRTUAL
  34. // Implementation
  35. public:
  36. virtual ~CToolTipHeaderCtrl();
  37. // Generated message map functions
  38. protected:
  39. //{{AFX_MSG(CToolTipHeaderCtrl)
  40. afx_msg void OnMove(int x, int y);
  41. //}}AFX_MSG
  42. DECLARE_MESSAGE_MAP()
  43. };
  44. /////////////////////////////////////////////////////////////////////////////
  45. //{{AFX_INSERT_LOCATION}}
  46. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  47. #endif // !defined(AFX_TOOLTIPHEADERCTRL_H__8BA94EC0_01DD_4EF7_9C77_90A437D5627E__INCLUDED_)