📄 newgas_dialog.cpp
字号:
// NEWGAS_DIALOG.cpp : implementation file
//
#include "stdafx.h"
#include "newgas.h"
#include "NEWGAS_DIALOG.h"
#include "leafDlg.h"
// NEWGAS_DIALOG dialog
IMPLEMENT_DYNAMIC(NEWGAS_DIALOG, CDialog)
NEWGAS_DIALOG::NEWGAS_DIALOG(CWnd* pParent /*=NULL*/)
: CDialog(NEWGAS_DIALOG::IDD, pParent)
{
}
NEWGAS_DIALOG::~NEWGAS_DIALOG()
{
}
void NEWGAS_DIALOG::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
}
BEGIN_MESSAGE_MAP(NEWGAS_DIALOG, CDialog)
END_MESSAGE_MAP()
// NEWGAS_DIALOG message handlers
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -