home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ftp.funduc.com
/
2014.08.ftp.funduc.com.tar
/
ftp.funduc.com
/
fshedcode-072212.zip
/
HexDumpDlg.h
< prev
next >
Wrap
C/C++ Source or Header
|
2010-09-13
|
2KB
|
67 lines
/////////////////////////////////////////////////////////////////////////////
// License (GPLv2+):
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2 of the License, or
// (at your option) any later version.
//
// This program is distributed in the hope that it will be useful, but
// WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
/////////////////////////////////////////////////////////////////////////////
#if !defined(AFX_HEXDUMPDLG_H__D122E667_D2E1_11D5_B58D_00B0D0719D70__INCLUDED_)
#define AFX_HEXDUMPDLG_H__D122E667_D2E1_11D5_B58D_00B0D0719D70__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// HexDumpDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CHexDumpDlg dialog
class CHexDumpDlg : public CDialog
{
// Construction
public:
CHexDumpDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CHexDumpDlg)
enum { IDD = IDD_HEXDUMPDIALOG };
int m_nExportTo;
CString m_strEndOffset;
CString m_strStartOffset;
//}}AFX_DATA
int m_nStartOffset, m_nEndOffset;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CHexDumpDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CHexDumpDlg)
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_HEXDUMPDLG_H__D122E667_D2E1_11D5_B58D_00B0D0719D70__INCLUDED_)