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