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


#ifndef _ABOUT_H  
#define _ABOUT_H  
#include "Resource.h" 
#include "SinusStatic.h" 
#include "MoveStatic.h" 
class CAboutDlg : public CDialog 
{ 
public: 
	CAboutDlg(); 
private: 
	CFont m_font; 
// Dialog Data 
	//{{AFX_DATA(CAboutDlg) 
	enum { IDD = IDD_ABOUTBOX }; 
	CSinusStatic	m_cSinus; 
	CMoveStatic	    m_cMove; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CAboutDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	//{{AFX_MSG(CAboutDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSystemIcon(); 
	afx_msg void OnMove(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
#endif