AboutMember.h
上传用户:yatsl7111
上传日期:2007-01-08
资源大小:1433k
文件大小:1k
源码类别:

图形图象

开发平台:

Visual C++

  1. #if !defined(AFX_ABOUTMEMBER_H__DEA83740_DEB5_11D4_8853_A98FB3A92171__INCLUDED_)
  2. #define AFX_ABOUTMEMBER_H__DEA83740_DEB5_11D4_8853_A98FB3A92171__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // AboutMember.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CAboutMember window
  10. class CAboutMember : public CStatic
  11. {
  12. // Construction
  13. public:
  14. CAboutMember();
  15. // Attributes
  16. public:
  17. HDRAWDIB m_hDrawDib;
  18. CReturnReceipt *m_pImage;
  19. int m_count;
  20. int m_timer;
  21. int infonum;
  22. LPDEVELOPERINFO lpInfo;
  23. CFont infofont;
  24. // Operations
  25. public:
  26. // Overrides
  27. // ClassWizard generated virtual function overrides
  28. //{{AFX_VIRTUAL(CAboutMember)
  29. //}}AFX_VIRTUAL
  30. // Implementation
  31. public:
  32. BOOL RegisterWndClass(HINSTANCE hInstance);
  33. int InitControl(void);
  34. virtual ~CAboutMember();
  35. // Generated message map functions
  36. protected:
  37. //{{AFX_MSG(CAboutMember)
  38. afx_msg BOOL OnEraseBkgnd(CDC* pDC);
  39. afx_msg void OnPaint();
  40. afx_msg void OnTimer(UINT nIDEvent);
  41. afx_msg void OnDestroy();
  42. //}}AFX_MSG
  43. DECLARE_MESSAGE_MAP()
  44. };
  45. /////////////////////////////////////////////////////////////////////////////
  46. //{{AFX_INSERT_LOCATION}}
  47. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  48. #endif // !defined(AFX_ABOUTMEMBER_H__DEA83740_DEB5_11D4_8853_A98FB3A92171__INCLUDED_)