hexedit.h

来自「可以用于.net2005或.net2003中的vc调试」· C头文件 代码 · 共 29 行

H
29
字号
/*----------------------------------------------------------------------
"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 + =
减小字号Ctrl + -
显示快捷键?