FadeInCtrl.h
上传用户:sycq158
上传日期:2008-10-22
资源大小:15361k
文件大小:1k
源码类别:

游戏

开发平台:

Visual C++

  1. #if !defined(AFX_ALPHACTRL_H__FB39898D_676D_4BD2_B576_542ABCA68021__INCLUDED_)
  2. #define AFX_ALPHACTRL_H__FB39898D_676D_4BD2_B576_542ABCA68021__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // AlphaCtrl.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CFadeInCtrl window
  10. class CFadeInCtrl : public CStatic
  11. {
  12. // Construction
  13. public:
  14. CFadeInCtrl();
  15. // Attributes
  16. public:
  17. // Operations
  18. public:
  19. BOOL bCanPaint;
  20. UINT nBmpID;
  21. int nTimer;
  22. // Overrides
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CFadeInCtrl)
  25. //}}AFX_VIRTUAL
  26. // Implementation
  27. public:
  28. BOOL Load(UINT uID, int iTimer);
  29. CBitmap m_bitmap;
  30. void Display(CDC& pDC, CClientDC& dc, BLENDFUNCTION& rBlendProps, int width, int heigh, byte nLevel);
  31. virtual ~CFadeInCtrl();
  32. // Generated message map functions
  33. protected:
  34. //{{AFX_MSG(CFadeInCtrl)
  35. afx_msg void OnPaint();
  36. //}}AFX_MSG
  37.  
  38. DECLARE_MESSAGE_MAP()
  39. protected:
  40. };
  41. /////////////////////////////////////////////////////////////////////////////
  42. //{{AFX_INSERT_LOCATION}}
  43. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  44. #endif // !defined(AFX_ALPHACTRL_H__FB39898D_676D_4BD2_B576_542ABCA68021__INCLUDED_)