⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 binaryimageoptionsdlg.h

📁 可以用于.net2005或.net2003中的vc调试
💻 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 _BINARYIMAGEOPTIONSDLG_H
#define _BINARYIMAGEOPTIONSDLG_H

#include "resource.h"
#include "HexEdit.h"


class CBinaryImageOptionsDlg : public CDialog
{
public      :

    CBinaryImageOptionsDlg ( ) ;

    // Dialog Data
    enum { IDD = IDD_BINARYPROPERTIES } ;

    DWORD m_dwAddr ;

    CString m_strImageName ;

protected   :
    virtual void DoDataExchange ( CDataExchange * pDX ) ;
    virtual BOOL OnInitDialog ( void ) ;
    virtual void OnOK ( void ) ;

// Implementation
protected   :

    CHexEdit    m_cHexCtrl  ;

    DECLARE_MESSAGE_MAP ( )
} ;

#endif  // _BINARYIMAGEOPTIONSDLG_H


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -