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

ListView/ListBox

开发平台:

Visual C++

  1. #if !defined(AFX_TESTDLG_H__92CA5997_9434_11D1_88D5_444553540000__INCLUDED_)
  2. #define AFX_TESTDLG_H__92CA5997_9434_11D1_88D5_444553540000__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // TestDlg.h : header file
  7. //
  8. #include "GridListCtrl.h"
  9. #include "InPlaceEdit.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. // TestDlg dialog
  12. class TestDlg : public CDialog
  13. {
  14. // Construction
  15. public:
  16. TestDlg(CWnd* pParent = NULL);   // standard constructor
  17. ~TestDlg();
  18. // Dialog Data
  19. //{{AFX_DATA(TestDlg)
  20. enum { IDD = IDD_DIALOG1 };
  21. CGridListCtrl m_GridListCtrl;
  22. //}}AFX_DATA
  23. CImageList *m_pImageList;
  24. CInPlaceEdit *m_pListEdit;
  25. // Overrides
  26. // ClassWizard generated virtual function overrides
  27. //{{AFX_VIRTUAL(TestDlg)
  28. protected:
  29. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  30. //}}AFX_VIRTUAL
  31. // Implementation
  32. protected:
  33. // Generated message map functions
  34. //{{AFX_MSG(TestDlg)
  35. virtual BOOL OnInitDialog();
  36. afx_msg void OnBeginlabeleditList(NMHDR* pNMHDR, LRESULT* pResult);
  37. afx_msg void OnEndlabeleditList(NMHDR* pNMHDR, LRESULT* pResult);
  38. //}}AFX_MSG
  39. DECLARE_MESSAGE_MAP()
  40. };
  41. //{{AFX_INSERT_LOCATION}}
  42. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  43. #endif // !defined(AFX_TESTDLG_H__92CA5997_9434_11D1_88D5_444553540000__INCLUDED_)