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

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. #if !defined(AFX_PROPPAGEMFC_H__A56A23D9_79AF_11D2_8DC4_C36D152E46FE__INCLUDED_)
  2. #define AFX_PROPPAGEMFC_H__A56A23D9_79AF_11D2_8DC4_C36D152E46FE__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // PropPageMFC.h : main header file for PROPPAGEMFC.DLL
  7. #if !defined( __AFXCTL_H__ )
  8. #error include 'afxctl.h' before including this file
  9. #endif
  10. #include "resource.h"       // main symbols
  11. /////////////////////////////////////////////////////////////////////////////
  12. // CPropPageMFCApp : See PropPageMFC.cpp for implementation.
  13. class CPropPageMFCApp : public COleControlModule
  14. {
  15. public:
  16. BOOL InitInstance();
  17. int ExitInstance();
  18. };
  19. extern const GUID CDECL _tlid;
  20. extern const WORD _wVerMajor;
  21. extern const WORD _wVerMinor;
  22. //{{AFX_INSERT_LOCATION}}
  23. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  24. #endif // !defined(AFX_PROPPAGEMFC_H__A56A23D9_79AF_11D2_8DC4_C36D152E46FE__INCLUDED)