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

对话框与窗口

开发平台:

Visual C++

  1. #if !defined(AFX_HISTREECTRL_H__A733B004_1724_11D4_9BCE_0000E85300AE__INCLUDED_)
  2. #define AFX_HISTREECTRL_H__A733B004_1724_11D4_9BCE_0000E85300AE__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // HisTreeCtrl.h : header file
  7. //
  8. //#include "BaseExpObj.h"
  9. class CHistoryTree;
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CHisTreeCtrl window
  12. class CHisTreeCtrl : public CTreeCtrl
  13. {
  14. // Construction
  15. public:
  16. CHisTreeCtrl();
  17. // Attributes
  18. public:
  19. CStringArray m_astrHist;
  20. // Operations
  21. public:
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CHisTreeCtrl)
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. public:
  28. // void GetItemPath(HTREEITEM hti, CString &path);
  29. // BOOL GetHistoryFolder(CString& strHis);
  30. // HTREEITEM m_hItem;
  31. LPITEMIDLIST FindFolder(LPCTSTR foldername, IShellFolder* pFolder);
  32. CHistoryTree* m_pHisTree;
  33. virtual ~CHisTreeCtrl();
  34. // Generated message map functions
  35. protected:
  36. //{{AFX_MSG(CHisTreeCtrl)
  37. afx_msg void OnClick(NMHDR* pNMHDR, LRESULT* pResult);
  38. afx_msg void OnMouseMove(UINT nFlags, CPoint point);
  39. // afx_msg void OnRclick(NMHDR* pNMHDR, LRESULT* pResult);
  40. // afx_msg void OnHisfolderDelete();
  41. // afx_msg void OnHisurlDelete();
  42. // afx_msg void OnHisurlAddtofavorites();
  43. // afx_msg void OnHisurlProperties();
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. /////////////////////////////////////////////////////////////////////////////
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_HISTREECTRL_H__A733B004_1724_11D4_9BCE_0000E85300AE__INCLUDED_)