📄 deformdlg.cpp
字号:
// DeformDlg.cpp : 实现文件
//
#include "stdafx.h"
#include "Deforober.h"
#include "DeformDlg.h"
// DeformDlg 对话框
IMPLEMENT_DYNAMIC(DeformDlg, CDialog)
DeformDlg::DeformDlg(CWnd* pParent /*=NULL*/)
: CDialog(DeformDlg::IDD, pParent)
{
}
DeformDlg::~DeformDlg()
{
}
void DeformDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
}
BEGIN_MESSAGE_MAP(DeformDlg, CDialog)
END_MESSAGE_MAP()
// DeformDlg 消息处理程序
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -