hexeditdlg.cpp
来自「PasswordViewer 是一个集察看屏保口令、Access数据库口令、CM」· C++ 代码 · 共 51 行
CPP
51 行
// HexEditDlg.cpp : implementation file
//
#include "stdafx.h"
#include "gameprobe.h"
#include "HexEditDlg.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif
/////////////////////////////////////////////////////////////////////////////
// CHexEditDlg dialog
CHexEditDlg::CHexEditDlg(CWnd* pParent /*=NULL*/)
: CDialog(CHexEditDlg::IDD, pParent)
{
//{{AFX_DATA_INIT(CHexEditDlg)
//}}AFX_DATA_INIT
}
void CHexEditDlg::DoDataExchange(CDataExchange* pDX)
{
CDialog::DoDataExchange(pDX);
//{{AFX_DATA_MAP(CHexEditDlg)
//}}AFX_DATA_MAP
}
BEGIN_MESSAGE_MAP(CHexEditDlg, CDialog)
//{{AFX_MSG_MAP(CHexEditDlg)
//}}AFX_MSG_MAP
END_MESSAGE_MAP()
/////////////////////////////////////////////////////////////////////////////
// CHexEditDlg message handlers
BOOL CHexEditDlg::OnInitDialog()
{
CDialog::OnInitDialog();
// TODO: Add extra initialization here
return TRUE; // return TRUE unless you set the focus to a control
// EXCEPTION: OCX Property Pages should return FALSE
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?