?? 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 + -