dlgauther.cpp

来自「在9格寬×9格高的大九宮格中有9個3格寬×3格高的小九宮格」· C++ 代码 · 共 34 行

CPP
34
字号
// DlgAuther.cpp : 实现文件
//

#include "stdafx.h"
#include "shudu.h"
#include "DlgAuther.h"


// CDlgAuther 对话框

IMPLEMENT_DYNAMIC(CDlgAuther, CDialog)

CDlgAuther::CDlgAuther(CWnd* pParent /*=NULL*/)
	: CDialog(CDlgAuther::IDD, pParent)
{

}

CDlgAuther::~CDlgAuther()
{
}

void CDlgAuther::DoDataExchange(CDataExchange* pDX)
{
	CDialog::DoDataExchange(pDX);
}


BEGIN_MESSAGE_MAP(CDlgAuther, CDialog)
END_MESSAGE_MAP()


// CDlgAuther 消息处理程序

⌨️ 快捷键说明

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