reman3/Rayman_X/cpa/Appli/BinaryTool2/inc/panelafter.h

54 lines
1.3 KiB
C++

#if !defined(AFX_PANELAFTER_H__8AA7F79E_F23D_11D2_BB70_00E029219C3C__INCLUDED_)
#define AFX_PANELAFTER_H__8AA7F79E_F23D_11D2_BB70_00E029219C3C__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// panelafter.h : header file
//
#include "Panel.h"
#include "util.h"
/////////////////////////////////////////////////////////////////////////////
// CPanelAfter dialog
class CPanelAfter : public CPanel
{
// Construction
public:
CPanelAfter(CWnd* pParent = NULL); // standard constructor
virtual BOOL Create( CWnd* pParentWnd );
virtual void m_fn_vUpdateRegistry();
// Dialog Data
//{{AFX_DATA(CPanelAfter)
enum { IDD = IDD_DIALOG_AfterBinarization };
CEdit m_EditSizeOfBigFile;
CButton m_CheckDeleteRelocTables;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPanelAfter)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPanelAfter)
afx_msg void OnBUTTONGenerateBigFile();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PANELAFTER_H__8AA7F79E_F23D_11D2_BB70_00E029219C3C__INCLUDED_)