GraphView.h
上传用户:hxb_1234
上传日期:2010-03-30
资源大小:8328k
文件大小:1k
源码类别:

VC书籍

开发平台:

Visual C++

  1. #if !defined(AFX_GRAPHVIEW_H__C9475CBC_EF37_4F50_9251_A72F9059AAA0__INCLUDED_)
  2. #define AFX_GRAPHVIEW_H__C9475CBC_EF37_4F50_9251_A72F9059AAA0__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // GraphView.h : main header file for GRAPHVIEW.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. // CGraphViewApp : See GraphView.cpp for implementation.
  13. class CGraphViewApp : 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 Visual C++ will insert additional declarations immediately before the previous line.
  24. #endif // !defined(AFX_GRAPHVIEW_H__C9475CBC_EF37_4F50_9251_A72F9059AAA0__INCLUDED)