ListViewDemo.h
上传用户:ayqaqa
上传日期:2007-01-02
资源大小:37k
文件大小:1k
- // ListViewDemo.h : main header file for the LISTVIEWDEMO application
- //
- #if !defined(AFX_LISTVIEWDEMO_H__6AB8B065_0F98_11D2_8560_00A024068C2F__INCLUDED_)
- #define AFX_LISTVIEWDEMO_H__6AB8B065_0F98_11D2_8560_00A024068C2F__INCLUDED_
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- /////////////////////////////////////////////////////////////////////////////
- // CListViewDemoApp:
- // See ListViewDemo.cpp for the implementation of this class
- //
- class CListViewDemoApp : public CWinApp
- {
- public:
- CListViewDemoApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CListViewDemoApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CListViewDemoApp)
- afx_msg void OnAppAbout();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_LISTVIEWDEMO_H__6AB8B065_0F98_11D2_8560_00A024068C2F__INCLUDED_)