XListCtrlTest.h 979 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. // XListCtrlTest.h : main header file for the XLISTCTRLTEST application
  2. //
  3. #ifndef XLISTCTRLTEST_H
  4. #define XLISTCTRLTEST_H
  5. #ifndef __AFXWIN_H__
  6. #error include 'stdafx.h' before including this file for PCH
  7. #endif
  8. #include "resource.h" // main symbols
  9. ///////////////////////////////////////////////////////////////////////////////
  10. // CXListCtrlTestApp:
  11. // See XListCtrlTest.cpp for the implementation of this class
  12. //
  13. class CXListCtrlTestApp : public CWinApp
  14. {
  15. public:
  16. CXListCtrlTestApp();
  17. // Overrides
  18. // ClassWizard generated virtual function overrides
  19. //{{AFX_VIRTUAL(CXListCtrlTestApp)
  20. public:
  21. virtual BOOL InitInstance();
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. //{{AFX_MSG(CXListCtrlTestApp)
  25. //}}AFX_MSG
  26. DECLARE_MESSAGE_MAP()
  27. };
  28. ///////////////////////////////////////////////////////////////////////////////
  29. //{{AFX_INSERT_LOCATION}}
  30. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  31. #endif //XLISTCTRLTEST_H