home *** CD-ROM | disk | FTP | other *** search
- // TreeDialog.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CTreeDialog dialog
- //{{AFX_INCLUDES()
- #include "pvtreeview.h"
- //}}AFX_INCLUDES
-
- class CTreeDialog : public CDialog
- {
- // Construction
- public:
- CTreeDialog(CWnd* pParent = NULL); // standard constructor
-
- // Dialog Data
- //{{AFX_DATA(CTreeDialog)
- enum { IDD = IDD_TREEVIEW };
- CPVTreeView m_treeview;
- //}}AFX_DATA
-
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTreeDialog)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
-
- // Implementation
- protected:
-
- // Generated message map functions
- //{{AFX_MSG(CTreeDialog)
- virtual BOOL OnInitDialog();
- afx_msg void OnUpMultibtnctrl1();
- afx_msg void OnDownMultibtnctrl1();
- afx_msg void OnLeftMultibtnctrl1();
- afx_msg void OnRightMultibtnctrl1();
- afx_msg void OnClickButton1();
- afx_msg void OnKeyDownTreeview1(short FAR* KeyCode, short Shift);
- DECLARE_EVENTSINK_MAP()
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
-