HeroDlg.h
上传用户:clj987822
上传日期:2022-04-25
资源大小:13296k
文件大小:1k
- #if !defined(AFX_HERODLG_H__259060A8_49A0_4968_9246_169184D4AFFB__INCLUDED_)
- #define AFX_HERODLG_H__259060A8_49A0_4968_9246_169184D4AFFB__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // HeroDlg.h : header file
- //
- #include "ButtonST.h"
- #include "Resource.h"
- /////////////////////////////////////////////////////////////////////////////
- // CHeroDlg dialog
- class CHeroDlg : public CDialog
- {
- // Construction
- public:
- CHeroDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CHeroDlg)
- enum { IDD = IDD_HERO };
- CButtonST m_OK;
- CString m_hero1;
- CString m_hero2;
- CString m_hero3;
- CString m_hero4;
- CString m_hero5;
- int m_heronum1;
- int m_heronum2;
- int m_heronum3;
- int m_heronum4;
- int m_heronum5;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CHeroDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CHeroDlg)
- virtual void OnOK();
- virtual BOOL OnInitDialog();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_HERODLG_H__259060A8_49A0_4968_9246_169184D4AFFB__INCLUDED_)