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

ListView/ListBox

开发平台:

Visual C++

  1. #if !defined(AFX_TESTTREEDLG_H__C6DF171C_806D_11D2_9A94_002018026B76__INCLUDED_)
  2. #define AFX_TESTTREEDLG_H__C6DF171C_806D_11D2_9A94_002018026B76__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // TestTreeDlg.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CTestTreeDlg dialog
  10. #include "MySuperGrid.h"
  11. class CTestTreeDlg : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CTestTreeDlg(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CTestTreeDlg)
  18. enum { IDD = IDD_DIALOG_SUPERGRID };
  19. CStatic m_Frame;
  20. //}}AFX_DATA
  21. CMySuperGrid m_List;
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CTestTreeDlg)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. // Generated message map functions
  31. //{{AFX_MSG(CTestTreeDlg)
  32. virtual BOOL OnInitDialog();
  33. afx_msg void OnButtonInsert();
  34. afx_msg int OnCreate(LPCREATESTRUCT lpCreateStruct);
  35. //}}AFX_MSG
  36. DECLARE_MESSAGE_MAP()
  37. };
  38. //{{AFX_INSERT_LOCATION}}
  39. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  40. #endif // !defined(AFX_TESTTREEDLG_H__C6DF171C_806D_11D2_9A94_002018026B76__INCLUDED_)