home *** CD-ROM | disk | FTP | other *** search
- #if !defined(AFX_MYPROGRESSCTRL_H__544CEEE1_4CB8_11D2_BC4E_0060970A2B51__INCLUDED_)
- #define AFX_MYPROGRESSCTRL_H__544CEEE1_4CB8_11D2_BC4E_0060970A2B51__INCLUDED_
-
- #if _MSC_VER >= 1000
- #pragma once
- #endif // _MSC_VER >= 1000
- // MyProgressCtrl.h : header file
- //
-
- /////////////////////////////////////////////////////////////////////////////
- // CMyProgressCtrl window
-
- class CMyProgressCtrl : public CProgressCtrl
- {
- // Construction
- public:
- CMyProgressCtrl();
-
- // Attributes
- public:
-
- // Operations
- public:
-
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMyProgressCtrl)
- //}}AFX_VIRTUAL
-
- // Implementation
- public:
- virtual ~CMyProgressCtrl();
-
- // Generated message map functions
- protected:
- //{{AFX_MSG(CMyProgressCtrl)
- // NOTE - the ClassWizard will add and remove 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_MYPROGRESSCTRL_H__544CEEE1_4CB8_11D2_BC4E_0060970A2B51__INCLUDED_)
-