HeroDlg.h
上传用户:clj987822
上传日期:2022-04-25
资源大小:13296k
文件大小:1k
源码类别:

其他智力游戏

开发平台:

Visual C++

  1. #if !defined(AFX_HERODLG_H__259060A8_49A0_4968_9246_169184D4AFFB__INCLUDED_)
  2. #define AFX_HERODLG_H__259060A8_49A0_4968_9246_169184D4AFFB__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // HeroDlg.h : header file
  7. //
  8. #include "ButtonST.h"
  9. #include "Resource.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CHeroDlg dialog
  12. class CHeroDlg : public CDialog
  13. {
  14. // Construction
  15. public:
  16. CHeroDlg(CWnd* pParent = NULL);   // standard constructor
  17. // Dialog Data
  18. //{{AFX_DATA(CHeroDlg)
  19. enum { IDD = IDD_HERO };
  20. CButtonST m_OK;
  21. CString m_hero1;
  22. CString m_hero2;
  23. CString m_hero3;
  24. CString m_hero4;
  25. CString m_hero5;
  26. int m_heronum1;
  27. int m_heronum2;
  28. int m_heronum3;
  29. int m_heronum4;
  30. int m_heronum5;
  31. //}}AFX_DATA
  32. // Overrides
  33. // ClassWizard generated virtual function overrides
  34. //{{AFX_VIRTUAL(CHeroDlg)
  35. protected:
  36. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  37. //}}AFX_VIRTUAL
  38. // Implementation
  39. protected:
  40. // Generated message map functions
  41. //{{AFX_MSG(CHeroDlg)
  42. virtual void OnOK();
  43. virtual BOOL OnInitDialog();
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_HERODLG_H__259060A8_49A0_4968_9246_169184D4AFFB__INCLUDED_)