QuitDlg.cpp
上传用户:hydatong
上传日期:2022-08-07
资源大小:219k
文件大小:1k
- // QuitDlg.cpp : implementation file
- //
- #include "stdafx.h"
- #include "fighter.h"
- #include "QuitDlg.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CQuitDlg dialog
- CQuitDlg::CQuitDlg(CWnd* pParent /*=NULL*/)
- : CDialog(CQuitDlg::IDD, pParent)
- {
- //{{AFX_DATA_INIT(CQuitDlg)
- // NOTE: the ClassWizard will add member initialization here
- //}}AFX_DATA_INIT
- }
- void CQuitDlg::DoDataExchange(CDataExchange* pDX)
- {
- CDialog::DoDataExchange(pDX);
- //{{AFX_DATA_MAP(CQuitDlg)
- // NOTE: the ClassWizard will add DDX and DDV calls here
- //}}AFX_DATA_MAP
- }
- BEGIN_MESSAGE_MAP(CQuitDlg, CDialog)
- //{{AFX_MSG_MAP(CQuitDlg)
- // NOTE: the ClassWizard will add message map macros here
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // CQuitDlg message handlers