Meter.h
上传用户:seaboy_04
上传日期:2013-02-24
资源大小:284k
文件大小:1k
源码类别:

其他行业

开发平台:

Visual C++

  1. #if !defined(AFX_METER_H__15491A6B_5B63_11D5_ADD3_001088AB5D33__INCLUDED_)
  2. #define AFX_METER_H__15491A6B_5B63_11D5_ADD3_001088AB5D33__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // Meter.h : main header file for METER.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. // CMeterApp : See Meter.cpp for implementation.
  13. class CMeterApp : 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_METER_H__15491A6B_5B63_11D5_ADD3_001088AB5D33__INCLUDED)