⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 techsupportdlg.cpp

📁 共享内存的源代码
💻 CPP
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -