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