home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / treevwx / tvx3demo.exe / data.1 / TreeViewXDlg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-08-18  |  1.7 KB  |  61 lines

  1. // TreeViewXDlg.h : header file
  2. //
  3. //{{AFX_INCLUDES()
  4. #include "pvtreeview3.h"
  5. //}}AFX_INCLUDES
  6.  
  7. #if !defined(AFX_TREEVIEWXDLG_H__162C4C27_36E1_11D2_9B3B_00400561D975__INCLUDED_)
  8. #define AFX_TREEVIEWXDLG_H__162C4C27_36E1_11D2_9B3B_00400561D975__INCLUDED_
  9.  
  10. #if _MSC_VER > 1000
  11. #pragma once
  12. #endif // _MSC_VER > 1000
  13.  
  14. /////////////////////////////////////////////////////////////////////////////
  15. // CTreeViewXDlg dialog
  16.  
  17. class CTreeViewXDlg : public CDialog
  18. {
  19. // Construction
  20. public:
  21.     CTreeViewXDlg(CWnd* pParent = NULL);    // standard constructor
  22.  
  23. // Dialog Data
  24.     //{{AFX_DATA(CTreeViewXDlg)
  25.     enum { IDD = IDD_TREEVIEWX_DIALOG };
  26.     CPVTreeView3    m_treeview;
  27.     //}}AFX_DATA
  28.  
  29.     // ClassWizard generated virtual function overrides
  30.     //{{AFX_VIRTUAL(CTreeViewXDlg)
  31.     protected:
  32.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  33.     //}}AFX_VIRTUAL
  34.  
  35. // Implementation
  36. protected:
  37.     HICON m_hIcon;
  38.  
  39.     // Generated message map functions
  40.     //{{AFX_MSG(CTreeViewXDlg)
  41.     virtual BOOL OnInitDialog();
  42.     afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  43.     afx_msg void OnPaint();
  44.     afx_msg HCURSOR OnQueryDragIcon();
  45.     afx_msg void OnSelectpreviousnode();
  46.     afx_msg void OnSelectnextnode();
  47.     afx_msg void OnDeletecurrentnode();
  48.     afx_msg void OnInsertnewnode();
  49.     afx_msg void OnAddrootnode();
  50.     afx_msg void OnKeyDownPvtreeviewxctrl1(short FAR* KeyCode, short Shift);
  51.     afx_msg void OnChangetext();
  52.     DECLARE_EVENTSINK_MAP()
  53.     //}}AFX_MSG
  54.     DECLARE_MESSAGE_MAP()
  55. };
  56.  
  57. //{{AFX_INSERT_LOCATION}}
  58. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  59.  
  60. #endif // !defined(AFX_TREEVIEWXDLG_H__162C4C27_36E1_11D2_9B3B_00400561D975__INCLUDED_)
  61.