home *** CD-ROM | disk | FTP | other *** search
- // Progress.h : main header file for the PROGRESS DLL
-
- #if !defined(AFX_PROGRESS_H__7A5287D3_3F7C_11D3_A911_00104B9A4FD0__INCLUDED_)
- #define AFX_PROGRESS_H__7A5287D3_3F7C_11D3_A911_00104B9A4FD0__INCLUDED_
-
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
-
- #ifndef __AFXWIN_H__
- #error include 'stdafx.h' before including this file for PCH
- #endif
-
- #include "resource.h" // main symbols
- #include "progressDlg.h"
-
- extern CString g_text1;
- extern CString g_text2;
- extern long g_xpos;
- extern long g_ypos;
- extern long g_width;
- extern long g_height;
- extern long g_begin;
- extern long g_end;
- extern long * g_pBasicVar;
-
- extern ProgressDlg * g_pProgBar; // used to hold pointer to dialog box outside of new thread
-
- /////////////////////////////////////////////////////////////////////////////
- // CProgressApp
- // See Progress.cpp for the implementation of this class
- //
-
- class CProgressApp : public CWinApp
- {
- public:
- CProgressApp();
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CProgressApp)
- //}}AFX_VIRTUAL
-
- //{{AFX_MSG(CProgressApp)
- // NOTE - the ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}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__7A5287D3_3F7C_11D3_A911_00104B9A4FD0__INCLUDED_)
-