AnimPic.h
上传用户:zslianheng
上传日期:2013-04-03
资源大小:946k
文件大小:2k
源码类别:

Linux/Unix编程

开发平台:

Visual C++

  1. /***************************************************************************
  2.  *                                                                         *
  3.  *   This program is free software; you can redistribute it and/or modify  *
  4.  *   it under the terms of the GNU General Public License as published by  *
  5.  *   the Free Software Foundation; either version 2 of the License, or     *
  6.  *   (at your option) any later version.                                   *
  7.  *                                                                         *
  8.  *   copyright            : (C) 2002 by Zhang Yong                         *
  9.  *   email                : z-yong163@163.com                              *
  10.  ***************************************************************************/
  11. #if !defined(AFX_ANIMPIC_H__76930B09_72F2_4142_827C_723C3040F8E1__INCLUDED_)
  12. #define AFX_ANIMPIC_H__76930B09_72F2_4142_827C_723C3040F8E1__INCLUDED_
  13. #if _MSC_VER > 1000
  14. #pragma once
  15. #endif // _MSC_VER > 1000
  16. // AnimPic.h : header file
  17. //
  18. /////////////////////////////////////////////////////////////////////////////
  19. // CAnimPic window
  20. class CAnimPic : public CStatic
  21. {
  22. // Construction
  23. public:
  24. CAnimPic();
  25. // Attributes
  26. public:
  27. // Operations
  28. public:
  29. void start();
  30. void stop();
  31. // Overrides
  32. // ClassWizard generated virtual function overrides
  33. //{{AFX_VIRTUAL(CAnimPic)
  34. //}}AFX_VIRTUAL
  35. // Implementation
  36. public:
  37. virtual ~CAnimPic();
  38. private:
  39. int frame;
  40. // Generated message map functions
  41. protected:
  42. //{{AFX_MSG(CAnimPic)
  43. afx_msg void OnTimer(UINT nIDEvent);
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. /////////////////////////////////////////////////////////////////////////////
  48. //{{AFX_INSERT_LOCATION}}
  49. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  50. #endif // !defined(AFX_ANIMPIC_H__76930B09_72F2_4142_827C_723C3040F8E1__INCLUDED_)