TitledPicsWndTest.h
上传用户:cuiyan8037
上传日期:2007-01-01
资源大小:215k
文件大小:1k
源码类别:
ListView/ListBox
开发平台:
Visual C++
- // TitledPicsWndTest.h : main header file for the TITLEDPICSWNDTEST application
- //
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
- #include "resource.h" // main symbols
- /////////////////////////////////////////////////////////////////////////////
- // CTitledPicsWndTestApp:
- // See TitledPicsWndTest.cpp for the implementation of this class
- //
- class CTitledPicsWndTestApp : public CWinApp
- {
- public:
- CTitledPicsWndTestApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CTitledPicsWndTestApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CTitledPicsWndTestApp)
- afx_msg void OnAppAbout();
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- /////////////////////////////////////////////////////////////////////////////