www.pudn.com > mfcopentree.rar > MyProgreeCtrl.h


#if !defined(AFX_MYPROGREECTRL_H__91DC30D3_ECB5_4691_B7FC_19CC5C71D512__INCLUDED_) 
#define AFX_MYPROGREECTRL_H__91DC30D3_ECB5_4691_B7FC_19CC5C71D512__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// MyProgreeCtrl.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CMyProgreeCtrl window 
 
class CMyProgreeCtrl : public CProgressCtrl 
{ 
// Construction 
public: 
	CMyProgreeCtrl(); 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CMyProgreeCtrl) 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	int m_nprog; 
	CFont m_font; 
	virtual ~CMyProgreeCtrl(); 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CMyProgreeCtrl) 
	afx_msg void OnPaint(); 
	//}}AFX_MSG 
 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_MYPROGREECTRL_H__91DC30D3_ECB5_4691_B7FC_19CC5C71D512__INCLUDED_)