ExitDlg.h
资源名称:08.zip [点击查看]
上传用户:ynjin1970
上传日期:2014-10-13
资源大小:6438k
文件大小:1k
源码类别:
中间件编程
开发平台:
Visual C++
- #if !defined(AFX_EXITDLG_H__EE8832F5_C6A4_4473_AEC7_1314432D32F5__INCLUDED_)
- #define AFX_EXITDLG_H__EE8832F5_C6A4_4473_AEC7_1314432D32F5__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); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CExitDlg)
- enum { IDD = IDD_EXITDLG };
- BOOL m_bShutDown;
- //}}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 void OnOK();
- virtual void OnCancel();
- afx_msg void OnClickedOk();
- afx_msg void OnClickedCancel();
- //}}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__EE8832F5_C6A4_4473_AEC7_1314432D32F5__INCLUDED_)