TabTreeFile.h
上传用户:szled88
上传日期:2015-04-09
资源大小:43957k
文件大小:1k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. // TabTreeFile.h : header file
  2. //
  3. #if !defined(__TABTREEFILE_H__)
  4. #define __TABTREEFILE_H__
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CTabTreeFile window
  10. class CTabTreeFile : public CXTTreeCtrl
  11. {
  12. // Construction
  13. public:
  14. CTabTreeFile();
  15. // Attributes
  16. public:
  17. // Operations
  18. protected:
  19. CImageList m_imageList;
  20. // Overrides
  21. // ClassWizard generated virtual function overrides
  22. //{{AFX_VIRTUAL(CTabTreeFile)
  23. public:
  24. virtual BOOL PreTranslateMessage(MSG* pMsg);
  25. protected:
  26. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. public:
  30. void UpdateTree();
  31. virtual ~CTabTreeFile();
  32. // Generated message map functions
  33. protected:
  34. //{{AFX_MSG(CTabTreeFile)
  35. afx_msg LRESULT OnNcHitTest(CPoint point);
  36. afx_msg void OnEndlabeledit(NMHDR* pNMHDR, LRESULT* pResult);
  37. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(__TABTREEFILE_H__)