#if !defined(AFX_RETRYERRORDLG_H__395F85E0_1CA8_11D1_85FB_50714CC10000__INCLUDED_)
#define AFX_RETRYERRORDLG_H__395F85E0_1CA8_11D1_85FB_50714CC10000__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000
// RetryErrorDlg.h : header file
//

#include "resource.h"

/////////////////////////////////////////////////////////////////////////////
// CRetryErrorDlg dialog

class CRetryErrorDlg : public CDialog
{
// Construction
public:
	CRetryErrorDlg(CWnd* pParent = NULL);   // standard constructor

// Dialog Data
	int		m_nTimeout;
	CString	m_csCaption;
	CString m_csCaption_WhatHappened;
	CString m_csCaption_CorrectiveAction;

	//{{AFX_DATA(CRetryErrorDlg)
	enum { IDD = IDD_RETRY_ERROR };
	CButton	m_btnWhatHappened;
	CButton	m_btnCorrectiveAction;
	CProgressCtrl	m_ProgressCtrl;
	CString	m_csCorrectiveAction;
	CString	m_csWhatHappened;
	CString	m_csRetryReport;
	//}}AFX_DATA


// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CRetryErrorDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CRetryErrorDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnTimer(UINT nIDEvent);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_RETRYERRORDLG_H__395F85E0_1CA8_11D1_85FB_50714CC10000__INCLUDED_)

