📄 hexedit.h
字号:
/*----------------------------------------------------------------------
"Debugging Applications" (Microsoft Press)
Copyright (c) 1997-2000 John Robbins -- All rights reserved.
With excellent updates from Scott Bloom, Ching Ming Kwok,
Jeff Shanholtz, and Pablo Presedo!
----------------------------------------------------------------------*/
#ifndef _HEXEDIT_H
#define _HEXEDIT_H
class CHexEdit : public CEdit
{
public :
CHexEdit ( void ) ;
void GetNumbers ( CDWordArray & cArray ) ;
protected :
afx_msg void OnChar ( UINT nChar , UINT nRepCnt , UINT nFlags ) ;
DECLARE_MESSAGE_MAP ( )
} ;
#endif // _HEXEDIT_H
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -