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