LLLDlg.h
上传用户:maicowu
上传日期:2007-01-02
资源大小:87k
文件大小:1k
源码类别:

TreeView控件

开发平台:

Visual C++

  1. // LLLDlg.h : header file
  2. //
  3. #if !defined(AFX_LLLDLG_H__77232567_0814_11D2_8627_0040055C08D9__INCLUDED_)
  4. #define AFX_LLLDLG_H__77232567_0814_11D2_8627_0040055C08D9__INCLUDED_
  5. #include "TreeCtrlMultiColumn.h" // Added by ClassView
  6. #include "Tsyslistviewex.h" // Added by ClassView
  7. #if _MSC_VER >= 1000
  8. #pragma once
  9. #endif // _MSC_VER >= 1000
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CLLLDlg dialog
  12. class CLLLDlg : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CTsyslistviewex m_listCtrl;
  17. CTreeMultiColumnCtrl m_treeCtrl;
  18. CLLLDlg(CWnd* pParent = NULL); // standard constructor
  19. // Dialog Data
  20. //{{AFX_DATA(CLLLDlg)
  21. enum { IDD = IDD_LLL_DIALOG };
  22. // NOTE: the ClassWizard will add data members here
  23. //}}AFX_DATA
  24. // ClassWizard generated virtual function overrides
  25. //{{AFX_VIRTUAL(CLLLDlg)
  26. protected:
  27. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  28. //}}AFX_VIRTUAL
  29. // Implementation
  30. protected:
  31. HICON m_hIcon;
  32. // Generated message map functions
  33. //{{AFX_MSG(CLLLDlg)
  34. virtual BOOL OnInitDialog();
  35. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  36. afx_msg void OnPaint();
  37. afx_msg HCURSOR OnQueryDragIcon();
  38. afx_msg void OnButtonDel();
  39. //}}AFX_MSG
  40. DECLARE_MESSAGE_MAP()
  41. };
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_LLLDLG_H__77232567_0814_11D2_8627_0040055C08D9__INCLUDED_)