DABOUT.H
//--dabout.h------------------------------------------------------------------ 
// 
// declaration of the CAboutDlg class 
// 
// Copyright (C) Microsoft Corp. 1986-1996.  All Rights Reserved. 
//---------------------------------------------------------------------------- 
 
///////////////////////////////////////////////////////////////////////////// 
// CAboutDlg dialog 
 
class CAboutDlg : public CDialog 
{ 
public: 
CAboutDlg(); 
 
// Dialog Data 
//{{AFX_DATA(CAboutDlg) 
enum { IDD = IDD_ABOUTBOX }; 
//}}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) 
//}}AFX_MSG 
DECLARE_MESSAGE_MAP() 
};