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