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