AnimatBitmapView.h
上传用户:gao_853
上传日期:2020-04-10
资源大小:362k
文件大小:2k
源码类别:

midi

开发平台:

Visual C++

  1. // AnimatBitmapView.h : interface of the CAnimatBitmapView class
  2. //
  3. /////////////////////////////////////////////////////////////////////////////
  4. #if !defined(AFX_ANIMATBITMAPVIEW_H__E0E80F2E_86DA_4C3A_9541_2753F834698E__INCLUDED_)
  5. #define AFX_ANIMATBITMAPVIEW_H__E0E80F2E_86DA_4C3A_9541_2753F834698E__INCLUDED_
  6. #if _MSC_VER > 1000
  7. #pragma once
  8. #endif // _MSC_VER > 1000
  9. #include "AnimeBitmap.h"
  10. #pragma comment(lib, "AnimeBitmap.lib")
  11. //////////////
  12. class CAnimatBitmapView : public CView
  13. {
  14. protected: // create from serialization only
  15. CAnimatBitmapView();
  16. DECLARE_DYNCREATE(CAnimatBitmapView)
  17. // Attributes
  18. public:
  19. CAnimatBitmapDoc* GetDocument();
  20. CAnimeBitmap ImgBmp;
  21. int AnimeCode, Speed;
  22. // Operations
  23. public:
  24. // Overrides
  25. // ClassWizard generated virtual function overrides
  26. //{{AFX_VIRTUAL(CAnimatBitmapView)
  27. public:
  28. virtual void OnDraw(CDC* pDC);  // overridden to draw this view
  29. virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
  30. protected:
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. public:
  34. virtual ~CAnimatBitmapView();
  35. #ifdef _DEBUG
  36. virtual void AssertValid() const;
  37. virtual void Dump(CDumpContext& dc) const;
  38. #endif
  39. protected:
  40. // Generated message map functions
  41. protected:
  42. //{{AFX_MSG(CAnimatBitmapView)
  43. afx_msg void OnAnime1();
  44. afx_msg void OnAnime2();
  45. afx_msg void OnAnime3();
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. #ifndef _DEBUG  // debug version in AnimatBitmapView.cpp
  50. inline CAnimatBitmapDoc* CAnimatBitmapView::GetDocument()
  51.    { return (CAnimatBitmapDoc*)m_pDocument; }
  52. #endif
  53. /////////////////////////////////////////////////////////////////////////////
  54. //{{AFX_INSERT_LOCATION}}
  55. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  56. #endif // !defined(AFX_ANIMATBITMAPVIEW_H__E0E80F2E_86DA_4C3A_9541_2753F834698E__INCLUDED_)