BalloonTip.h
上传用户:lswyart
上传日期:2008-06-12
资源大小:3441k
文件大小:2k
源码类别:

杀毒

开发平台:

Visual C++

  1. /*-----------------------------------------------------------------------------
  2. # Name:        BalloonTip.h
  3. # Product:     ClamWin Antivirus
  4. # Author:      alch [alch at users dot sourceforge dot net]
  5. #
  6. # Created:     2004/11/05
  7. # Copyright:   Copyright alch (c) 2004
  8. # Licence:     
  9. #   This program is free software; you can redistribute it and/or modify
  10. #   it under the terms of the GNU General Public License as published by
  11. #   the Free Software Foundation; either version 2 of the License, or
  12. #   (at your option) any later version.
  13. #   This program is distributed in the hope that it will be useful,
  14. #   but WITHOUT ANY WARRANTY; without even the implied warranty of
  15. #   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  16. #   GNU General Public License for more details.
  17. #   You should have received a copy of the GNU General Public License
  18. #   along with this program; if not, write to the Free Software
  19. #   Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  20. #-----------------------------------------------------------------------------
  21. */
  22. // BalloonTip.h : main header file for the BALLOONTIP DLL
  23. //
  24. #if !defined(AFX_BALLOONTIP_H__5E25FB3F_95A6_47AC_AF18_4340F5A9CCEC__INCLUDED_)
  25. #define AFX_BALLOONTIP_H__5E25FB3F_95A6_47AC_AF18_4340F5A9CCEC__INCLUDED_
  26. #if _MSC_VER > 1000
  27. #pragma once
  28. #endif // _MSC_VER > 1000
  29. #ifndef __AFXWIN_H__
  30. #error include 'stdafx.h' before including this file for PCH
  31. #endif
  32. #include "resource.h" // main symbols
  33. /////////////////////////////////////////////////////////////////////////////
  34. // CBalloonTipApp
  35. // See BalloonTip.cpp for the implementation of this class
  36. //
  37. class CBalloonTipApp : public CWinApp
  38. {
  39. public:
  40. CBalloonTipApp();
  41. // Overrides
  42. // ClassWizard generated virtual function overrides
  43. //{{AFX_VIRTUAL(CBalloonTipApp)
  44. //}}AFX_VIRTUAL
  45. //{{AFX_MSG(CBalloonTipApp)
  46. // NOTE - the ClassWizard will add and remove member functions here.
  47. //    DO NOT EDIT what you see in these blocks of generated code !
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. /////////////////////////////////////////////////////////////////////////////
  52. //{{AFX_INSERT_LOCATION}}
  53. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  54. #endif // !defined(AFX_BALLOONTIP_H__5E25FB3F_95A6_47AC_AF18_4340F5A9CCEC__INCLUDED_)