www.pudn.com > source.rar > ProgressStatusBar.h


#if !defined(AFX_PROGRESSSTATUSBAR_H__FF85C043_5165_11D5_953D_8BFCD3DA651D__INCLUDED_) 
#define AFX_PROGRESSSTATUSBAR_H__FF85C043_5165_11D5_953D_8BFCD3DA651D__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// ProgressStatusBar.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CProgressStatusBar window 
 
class CProgressStatusBar : public CStatusBar 
{ 
// Construction 
public: 
	CProgressStatusBar(); 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CProgressStatusBar) 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	void DrawItem(LPDRAWITEMSTRUCT lpDrawItemStruct); 
	virtual ~CProgressStatusBar(); 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CProgressStatusBar) 
		// NOTE - the ClassWizard will add and remove member functions here. 
	//}}AFX_MSG 
 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_PROGRESSSTATUSBAR_H__FF85C043_5165_11D5_953D_8BFCD3DA651D__INCLUDED_)