ReportDlg.cpp
资源名称:chess.zip [点击查看]
上传用户:onward9999
上传日期:2022-06-27
资源大小:989k
文件大小:1k
源码类别:
其他游戏
开发平台:
Visual C++
- // ReportDlg.cpp : implementation file
- //
- #include "stdafx.h"
- #include "chess.h"
- #include "ReportDlg.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CReportDlg dialog
- CReportDlg::CReportDlg(CWnd* pParent /*=NULL*/)
- : CDialog(CReportDlg::IDD, pParent)
- {
- //{{AFX_DATA_INIT(CReportDlg)
- // NOTE: the ClassWizard will add member initialization here
- //}}AFX_DATA_INIT
- }
- void CReportDlg::DoDataExchange(CDataExchange* pDX)
- {
- CDialog::DoDataExchange(pDX);
- //{{AFX_DATA_MAP(CReportDlg)
- DDX_Control(pDX, IDOK, m_btnOK);
- DDX_Control(pDX, IDCANCEL, m_btnCancel);
- //}}AFX_DATA_MAP
- }
- BEGIN_MESSAGE_MAP(CReportDlg, CDialog)
- //{{AFX_MSG_MAP(CReportDlg)
- // NOTE: the ClassWizard will add message map macros here
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // CReportDlg message handlers