Dlg_About.cpp
资源名称:斗地主_src.rar [点击查看]
上传用户:may_xy
上传日期:2007-08-09
资源大小:1519k
文件大小:1k
源码类别:
游戏
开发平台:
C/C++
- // Dlg_About.cpp : implementation file
- //
- #include "stdafx.h"
- #include "斗地主.h"
- #include "Dlg_About.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // CDlg_About dialog
- CDlg_About::CDlg_About(CWnd* pParent /*=NULL*/)
- : CDialog(CDlg_About::IDD, pParent)
- {
- //{{AFX_DATA_INIT(CDlg_About)
- // NOTE: the ClassWizard will add member initialization here
- //}}AFX_DATA_INIT
- }
- void CDlg_About::DoDataExchange(CDataExchange* pDX)
- {
- CDialog::DoDataExchange(pDX);
- //{{AFX_DATA_MAP(CDlg_About)
- // NOTE: the ClassWizard will add DDX and DDV calls here
- //}}AFX_DATA_MAP
- }
- BEGIN_MESSAGE_MAP(CDlg_About, CDialog)
- //{{AFX_MSG_MAP(CDlg_About)
- // NOTE: the ClassWizard will add message map macros here
- //}}AFX_MSG_MAP
- END_MESSAGE_MAP()
- /////////////////////////////////////////////////////////////////////////////
- // CDlg_About message handlers