CreditDialog.h
上传用户:zhenlu1001
上传日期:2007-01-02
资源大小:131k
文件大小:1k
源码类别:

Static控件

开发平台:

Visual C++

  1. #if !defined(AFX_CREDITDIALOG_H__97882521_4ABC_11D1_9E3C_00A0245800CF__INCLUDED_)
  2. #define AFX_CREDITDIALOG_H__97882521_4ABC_11D1_9E3C_00A0245800CF__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // CreditDialog.h : header file
  7. //
  8. #include "CreditStatic.h"
  9. /////////////////////////////////////////////////////////////////////////////
  10. // CCreditDialog dialog
  11. class CCreditDialog : public CDialog
  12. {
  13. // Construction
  14. public:
  15. CCreditDialog(CWnd* pParent = NULL);   // standard constructor
  16. // Dialog Data
  17. //{{AFX_DATA(CCreditDialog)
  18. enum { IDD = IDD_DISPLAY };
  19. // NOTE: the ClassWizard will add data members here
  20. //}}AFX_DATA
  21. // Overrides
  22. // ClassWizard generated virtual function overrides
  23. //{{AFX_VIRTUAL(CCreditDialog)
  24. protected:
  25. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  26. //}}AFX_VIRTUAL
  27. // Implementation
  28. protected:
  29. CCreditStatic m_static;
  30. UINT bitmapIDs[2];
  31. UINT TimerOn;
  32. // Generated message map functions
  33. //{{AFX_MSG(CCreditDialog)
  34. virtual BOOL OnInitDialog();
  35. afx_msg void OnTimer(UINT nIDEvent);
  36. afx_msg void OnDestroy();
  37. //}}AFX_MSG
  38. DECLARE_MESSAGE_MAP()
  39. };
  40. //{{AFX_INSERT_LOCATION}}
  41. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  42. #endif // !defined(AFX_CREDITDIALOG_H__97882521_4ABC_11D1_9E3C_00A0245800CF__INCLUDED_)