/*=========================================================================== * * File: Aboutdlg.CPP * Author: Dave Humphrey (uesp@m0use.net) * Created On: Saturday, June 23, 2001 * * Implements the CAboutDlg class. * *=========================================================================*/ /* Include Files */ #include "stdafx.h" #include "aboutdlg.h" /*=========================================================================== * * Class CAboutDlg Message Map * *=========================================================================*/ BEGIN_MESSAGE_MAP(CAboutDlg, CDialog) //{{AFX_MSG_MAP(CAboutDlg) //}}AFX_MSG_MAP END_MESSAGE_MAP() /*=========================================================================== * End of Class CAboutDlg Message Map *=========================================================================*/ /*=========================================================================== * * Class CAboutDlg Constructor * *=========================================================================*/ CAboutDlg::CAboutDlg() : CDialog(CAboutDlg::IDD) { //{{AFX_DATA_INIT(CAboutDlg) //}}AFX_DATA_INIT } /*=========================================================================== * End of Class CAboutDlg Constructor *=========================================================================*/ /*=========================================================================== * * Class CAboutDlg Method - void DoDataExchange (CDataExchange* pDX); * *=========================================================================*/ void CAboutDlg::DoDataExchange(CDataExchange* pDX) { CDialog::DoDataExchange(pDX); //{{AFX_DATA_MAP(CAboutDlg) //}}AFX_DATA_MAP } /*=========================================================================== * End of Class Method CAboutDlg::DoDataExchange() *=========================================================================*/