MySplitterWnd.h 798 B

123456789101112131415161718192021222324252627
  1. // MySplitterWnd.h: interface for the MySplitterWnd class.
  2. //
  3. //////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_MYSPLITTERWND_H__540435D8_BD53_4E3B_921D_7707FDA82765__INCLUDED_)
  5. #define AFX_MYSPLITTERWND_H__540435D8_BD53_4E3B_921D_7707FDA82765__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. class MySplitterWnd : public CSplitterWnd
  10. {
  11. public:
  12. MySplitterWnd();
  13. virtual ~MySplitterWnd();
  14. // Generated message map functions
  15. protected:
  16. DECLARE_DYNCREATE(MySplitterWnd)
  17. //{{AFX_MSG(CMainFrame)
  18. afx_msg void OnMouseMove(UINT nFlags, CPoint point);
  19. afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  20. //}}AFX_MSG
  21. DECLARE_MESSAGE_MAP()
  22. };
  23. #endif // !defined(AFX_MYSPLITTERWND_H__540435D8_BD53_4E3B_921D_7707FDA82765__INCLUDED_)