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

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. /************************************
  2.   REVISION LOG ENTRY
  3.   Revision By: Mihai Filimon
  4.   Revised on 10/8/98 5:25:18 PM
  5.   Comments: XFloorWnd.h : main header file for XFLOORWND.DLL
  6.  ************************************/
  7. #if !defined(AFX_XFLOORWND_H__24FFD1F3_5EA9_11D2_86B1_0040055C08D9__INCLUDED_)
  8. #define AFX_XFLOORWND_H__24FFD1F3_5EA9_11D2_86B1_0040055C08D9__INCLUDED_
  9. #if _MSC_VER >= 1000
  10. #pragma once
  11. #endif // _MSC_VER >= 1000
  12. #if !defined( __AFXCTL_H__ )
  13. #error include 'afxctl.h' before including this file
  14. #endif
  15. #include "resource.h"       // main symbols
  16. /////////////////////////////////////////////////////////////////////////////
  17. // CXFloorWndApp : See XFloorWnd.cpp for implementation.
  18. class CXFloorWndApp : public COleControlModule
  19. {
  20. public:
  21. BOOL InitInstance();
  22. int ExitInstance();
  23. };
  24. extern const GUID CDECL _tlid;
  25. extern const WORD _wVerMajor;
  26. extern const WORD _wVerMinor;
  27. extern const TCHAR _cPagesSeparator;
  28. //{{AFX_INSERT_LOCATION}}
  29. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  30. #endif // !defined(AFX_XFLOORWND_H__24FFD1F3_5EA9_11D2_86B1_0040055C08D9__INCLUDED)