#if !defined(AFX_PROGRESS_H__BE743442_11D1_11D3_86FA_0060087BC27A__INCLUDED_) #define AFX_PROGRESS_H__BE743442_11D1_11D3_86FA_0060087BC27A__INCLUDED_ #if _MSC_VER > 1000 #pragma once #endif // _MSC_VER > 1000 // Progress.h : header file // ///////////////////////////////////////////////////////////////////////////// // Progress dialog #ifndef PROGRESS #define PROGRESS class Progress : public CDialog { // Construction public: Progress(CWnd* pParent = NULL); // standard constructor // Dialog Data //{{AFX_DATA(Progress) enum { IDD = IDD_STATUS_DLG }; CProgressCtrl m_Progress; CString m_Count; //}}AFX_DATA // Overrides // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(Progress) protected: virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL // Implementation protected: // Generated message map functions //{{AFX_MSG(Progress) virtual BOOL OnInitDialog(); //}}AFX_MSG DECLARE_MESSAGE_MAP() }; //{{AFX_INSERT_LOCATION}} // Microsoft Visual C++ will insert additional declarations immediately before the previous line. #endif // !defined(AFX_PROGRESS_H__BE743442_11D1_11D3_86FA_0060087BC27A__INCLUDED_) #endif