www.pudn.com > vcmatlab20060426WaterMark.zip > BusyDlg.h


#if !defined(AFX_BUSYDLG_H__37D8A1F7_F46B_44AD_BBA6_EA9F9ED8AAFE__INCLUDED_) 
#define AFX_BUSYDLG_H__37D8A1F7_F46B_44AD_BBA6_EA9F9ED8AAFE__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// BusyDlg.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CBusyDlg dialog 
 
class CBusyDlg : public CDialog 
{ 
// Construction 
public: 
	CBusyDlg(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CBusyDlg) 
	enum { IDD = IDD_BUSY }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CBusyDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
 
	// Generated message map functions 
	//{{AFX_MSG(CBusyDlg) 
	afx_msg void OnDestroy(); 
	virtual void OnOK(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_BUSYDLG_H__37D8A1F7_F46B_44AD_BBA6_EA9F9ED8AAFE__INCLUDED_)