Browse.h
资源名称:BFF_demo.zip [点击查看]
上传用户:furain
上传日期:2007-01-04
资源大小:14k
文件大小:1k
源码类别:
Shell编程
开发平台:
Visual C++
- // Browse.h : main header file for the BROWSE application
- //
- #if !defined(AFX_BROWSE_H__C477D6C5_FCC5_11D1_A07C_00400566D433__INCLUDED_)
- #define AFX_BROWSE_H__C477D6C5_FCC5_11D1_A07C_00400566D433__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
- /////////////////////////////////////////////////////////////////////////////
- // CBrowseApp:
- // See Browse.cpp for the implementation of this class
- //
- class CBrowseApp : public CWinApp
- {
- public:
- CBrowseApp();
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CBrowseApp)
- public:
- virtual BOOL InitInstance();
- //}}AFX_VIRTUAL
- // Implementation
- //{{AFX_MSG(CBrowseApp)
- // 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()
- };
- /////////////////////////////////////////////////////////////////////////////
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_BROWSE_H__C477D6C5_FCC5_11D1_A07C_00400566D433__INCLUDED_)