www.pudn.com > HexEditOcx.rar > HexEditPpg.h


/* 
 * Softerra Hex Editor (c) Softerra, LLC 2005 
 * 
 * FILENAME:	HexEditPpg.h 
 * SUBSYSTEM:	Core 
 * DESCRIPTION:	Declaration of the CHexEditPropPage property page class. 
 */ 
 
 
#if !defined(SOFTERRA_HEXEDITOR_HEXEDITPPG_H_INCLUDED_) 
#define SOFTERRA_HEXEDITOR_HEXEDITPPG_H_INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
class CHexEditPropPage : public COlePropertyPage 
{ 
	DECLARE_DYNCREATE(CHexEditPropPage) 
	DECLARE_OLECREATE_EX(CHexEditPropPage) 
 
// Constructor 
public: 
	CHexEditPropPage(); 
 
// Dialog Data 
	//{{AFX_DATA(CHexEditPropPage) 
	enum { IDD = IDD_PROPPAGE_HEXEDIT }; 
		// NOTE - ClassWizard will add data members here. 
		//    DO NOT EDIT what you see in these blocks of generated code ! 
	//}}AFX_DATA 
 
// Implementation 
protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
 
// Message maps 
protected: 
	//{{AFX_MSG(CHexEditPropPage) 
		// NOTE - ClassWizard will add and remove member functions here. 
		//    DO NOT EDIT what you see in these blocks of generated code ! 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(SOFTERRA_HEXEDITOR_HEXEDITPPG_H_INCLUDED_)