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

50 lines
1.3 KiB
C++

#if !defined(AFX_PANELRESULTS_H__89CC65A8_D186_11D2_BB48_00E029219C3C__INCLUDED_)
#define AFX_PANELRESULTS_H__89CC65A8_D186_11D2_BB48_00E029219C3C__INCLUDED_
#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// PanelResults.h : header file
//
#include "Panel.h"
/////////////////////////////////////////////////////////////////////////////
// CPanelResults dialog
class CPanelResults : public CPanel
{
// Construction
public:
CPanelResults(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CPanelResults)
enum { IDD = IDD_DIALOG_Results };
// NOTE: the ClassWizard will add data members here
//}}AFX_DATA
virtual BOOL Create( CWnd* pParentWnd );
virtual void m_fn_vUpdateRegistry();
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPanelResults)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CPanelResults)
// NOTE: the ClassWizard will add member functions here
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PANELRESULTS_H__89CC65A8_D186_11D2_BB48_00E029219C3C__INCLUDED_)