www.pudn.com > TCPIPAnalyse1.rar > Splash.h


#if !defined(AFX_SPLASH_H__195D9DF4_EEEB_41AF_B20F_80C2CD3FB8AE__INCLUDED_) 
#define AFX_SPLASH_H__195D9DF4_EEEB_41AF_B20F_80C2CD3FB8AE__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// Splash.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CSplash dialog 
 
class CSplash : public CDialog 
{ 
// Construction 
public: 
	CSplash(CWnd* pParent = NULL);   // standard constructor 
	virtual ~CSplash(); 
// Dialog Data 
	//{{AFX_DATA(CSplash) 
	enum { IDD = IDD_DIALOG_SPLASH }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CSplash) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CSplash) 
		// NOTE: the ClassWizard will add 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_SPLASH_H__195D9DF4_EEEB_41AF_B20F_80C2CD3FB8AE__INCLUDED_)