www.pudn.com > 数字硬盘录像机软件代码.rar > BUILDLOGO.H


#if !defined(AFX_BUILDLOGO_H__DE887EC1_54EC_11D5_9F7A_00C02650BB86__INCLUDED_) 
#define AFX_BUILDLOGO_H__DE887EC1_54EC_11D5_9F7A_00C02650BB86__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
// BuildLogo.h : header file 
// 
 
///////////////////////////////////////////////////////////////////////////// 
// CBuildLogo window 
 
class CBuildLogo : public CStatic 
{ 
// Construction 
public: 
	CBuildLogo(); 
 
// Attributes 
public: 
 
// Operations 
public: 
 
// Overrides 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CBuildLogo) 
	//}}AFX_VIRTUAL 
 
// Implementation 
public: 
	virtual ~CBuildLogo(); 
 
	// Generated message map functions 
protected: 
	//{{AFX_MSG(CBuildLogo) 
	afx_msg void OnPaint(); 
	//}}AFX_MSG 
 
	DECLARE_MESSAGE_MAP() 
}; 
 
///////////////////////////////////////////////////////////////////////////// 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_BUILDLOGO_H__DE887EC1_54EC_11D5_9F7A_00C02650BB86__INCLUDED_)