dlg_about.cpp

来自「这是纸牌游戏斗地主,算法完整,可以单机,网络连线玩.」· C++ 代码 · 共 44 行

CPP
44
字号
// 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

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?