home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_CHECKTREECTRL_H__A1E74867_84F8_11D1_BC01_0000C0003048__INCLUDED_)
- #define AFX_CHECKTREECTRL_H__A1E74867_84F8_11D1_BC01_0000C0003048__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // CheckTreeCtrl.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CCheckTreeCtrl window
-
- class CCheckTreeCtrl : public CTreeCtrl
- {
- // Construction
- public:
- CCheckTreeCtrl();
-
- // Attributes
- public:
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CCheckTreeCtrl)
- //}}AFX_VIRTUAL
-
- // Implementation
- public:
- void UnCheckTree(HTREEITEM i, int d);
- void CheckParent(HTREEITEM i, int d);
- void CheckItem(HTREEITEM i);
- virtual ~CCheckTreeCtrl();
-
- // Generated message map functions
- protected:
- //{{AFX_MSG(CCheckTreeCtrl)
- afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
- afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
- //}}AFX_MSG
-
- DECLARE_MESSAGE_MAP()
- };
-
- /////////////////////////////////////////////////////////////////////////////
-
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
-
- #endif // !defined(AFX_CHECKTREECTRL_H__A1E74867_84F8_11D1_BC01_0000C0003048__INCLUDED_)
-