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


//============================================ 
//=====author:³Â½¨ÎÄ 
//=====compony:дó½ 
//===================== 
// Splash.cpp : implementation file 
// 
 
#include "stdafx.h" 
#include "irisanalyse.h" 
#include "Splash.h" 
#include "MainFrm.h" 
#ifdef _DEBUG 
#define new DEBUG_NEW 
#undef THIS_FILE 
static char THIS_FILE[] = __FILE__; 
#endif 
 
///////////////////////////////////////////////////////////////////////////// 
// CSplash dialog 
 
 
CSplash::CSplash(CWnd* pParent /*=NULL*/) 
	: CDialog(CSplash::IDD, pParent) 
{ 
	//{{AFX_DATA_INIT(CSplash) 
		// NOTE: the ClassWizard will add member initialization here 
	//}}AFX_DATA_INIT 
} 
CSplash::~CSplash() 
{ 
	//AfxGetApp()->GetMainWnd()->ShowWindow(SW_SHOW); 
} 
 
void CSplash::DoDataExchange(CDataExchange* pDX) 
{ 
	CDialog::DoDataExchange(pDX); 
	//{{AFX_DATA_MAP(CSplash) 
		// NOTE: the ClassWizard will add DDX and DDV calls here 
	//}}AFX_DATA_MAP 
} 
 
 
BEGIN_MESSAGE_MAP(CSplash, CDialog) 
	//{{AFX_MSG_MAP(CSplash) 
		// NOTE: the ClassWizard will add message map macros here 
	//}}AFX_MSG_MAP 
END_MESSAGE_MAP() 
 
///////////////////////////////////////////////////////////////////////////// 
// CSplash message handlers