www.pudn.com > 通讯录管理程序源代码(c).rar > ProgressWin.h


#if !defined(AFX_PROGRESSWIN_H__075FC66A_27A3_456A_8EFB_C14F03F6DDA3__INCLUDED_) 
#define AFX_PROGRESSWIN_H__075FC66A_27A3_456A_8EFB_C14F03F6DDA3__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// ProgressWin.h : header file 
// 
 
#include "ProgressWnd.h" 
 
///////////////////////////////////////////////////////////////////////////// 
// CProgressWin thread 
 
class CProgressWin : public CWinThread 
{ 
	DECLARE_DYNCREATE(CProgressWin) 
protected: 
	CProgressWin();           // protected constructor used by dynamic creation 
 
// Attributes 
public: 
   CProgressWnd m_pWindow; 
// Operations 
public: 
	void OnQuitthread(); 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CProgressWin) 
	public: 
	virtual BOOL InitInstance(); 
	virtual int ExitInstance(); 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	virtual ~CProgressWin(); 
 
	// Generated message map functions 
	//{{AFX_MSG(CProgressWin) 
		// 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_PROGRESSWIN_H__075FC66A_27A3_456A_8EFB_C14F03F6DDA3__INCLUDED_)