dlgtechsupport.cpp
来自「共享内存的源代码」· C++ 代码 · 共 32 行
CPP
32 行
// DlgTechSupport.cpp : implementation file
//
#include "stdafx.h"
#include "DataMan.h"
#include "DlgTechSupport.h"
// CDlgTechSupport dialog
IMPLEMENT_DYNAMIC(CDlgTechSupport, CDialog)
CDlgTechSupport::CDlgTechSupport(CWnd* pParent /*=NULL*/)
: CDialog(CDlgTechSupport::IDD, pParent)
{
}
CDlgTechSupport::~CDlgTechSupport()
{
}
void CDlgTechSupport::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
}
BEGIN_MESSAGE_MAP(CDlgTechSupport, CDialog)
END_MESSAGE_MAP()
// CDlgTechSupport message handlers
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?