www.pudn.com > Hanoi_Src.rar > ExitDlg.h
#if !defined(AFX_EXITDLG_H__73795E05_0BBB_11D3_8EF2_0080C8EB5B82__INCLUDED_)
#define AFX_EXITDLG_H__73795E05_0BBB_11D3_8EF2_0080C8EB5B82__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// ExitDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CExitDlg dialog
class CExitDlg : public CDialog
{
// Construction
public:
CExitDlg(CWnd* pParent = NULL,BOOL exitenable=TRUE); // standard constructor
BOOL m_bEnable;
// Dialog Data
//{{AFX_DATA(CExitDlg)
enum { IDD = IDD_EXIT };
CButton m_okbutton;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CExitDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CExitDlg)
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_EXITDLG_H__73795E05_0BBB_11D3_8EF2_0080C8EB5B82__INCLUDED_)