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


#if !defined(AFX_WELCOME_H__E21B22D5_DD5E_4281_BE50_B3B954077FCA__INCLUDED_) 
#define AFX_WELCOME_H__E21B22D5_DD5E_4281_BE50_B3B954077FCA__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// Welcome.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CWelcome dialog 
 
class CWelcome : public CDialog 
{ 
// Construction 
public: 
	CRect rect, WndRect; 
	CWelcome(CWnd* pParent = NULL);   // standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CWelcome) 
	enum { IDD = IDD_DIALOG8 }; 
		// NOTE: the ClassWizard will add data members here 
	//}}AFX_DATA 
 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CWelcome) 
	public: 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
 
	// Generated message map functions 
	//{{AFX_MSG(CWelcome) 
	afx_msg void OnPaint(); 
	afx_msg void OnTimer(UINT nIDEvent); 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnMovewnd(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_WELCOME_H__E21B22D5_DD5E_4281_BE50_B3B954077FCA__INCLUDED_)