📄 setwr5dlg.cpp.bak
字号:
// SetWR5Dlg.cpp : implementation file
//
#include "stdafx.h"
#include "SMT5K.h"
#include "SetWR5Dlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CSetWR5Dlg dialog
CSetWR5Dlg::CSetWR5Dlg(CWnd* pParent /*=NULL*/)
: CDialog(CSetWR5Dlg::IDD, pParent)
{
//{{AFX_DATA_INIT(CSetWR5Dlg)
m_B0 = FALSE;
//}}AFX_DATA_INIT
}
void CSetWR5Dlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CSetWR5Dlg)
DDX_Check(pDX, IDC_CHECK_B0, m_B0);
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CSetWR5Dlg, CDialog)
//{{AFX_MSG_MAP(CSetWR5Dlg)
// NOTE: the ClassWizard will add message map macros here
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CSetWR5Dlg message handlers
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -