/*=========================================================================== * * File: Aboutdlg.H * Author: Dave Humphrey (uesp@m0use.net) * Created On: Saturday, June 23, 2001 * * Defines the CAboutDlg for the simple about dialog window. * *=========================================================================*/ #ifndef __ABOUTDLG_H #define __ABOUTDLG_H /*=========================================================================== * * Begin Required Include Files * *=========================================================================*/ #include "resource.h" /*=========================================================================== * End of Required Include Files *=========================================================================*/ /*=========================================================================== * * Class CAboutDlg * *=========================================================================*/ class CAboutDlg : public CDialog { /* Dialog Data */ public: //{{AFX_DATA(CAboutDlg) enum { IDD = IDD_ABOUTBOX }; //}}AFX_DATA public: /* Class constructor */ CAboutDlg(); /* ClassWizard generated virtual function overrides */ //{{AFX_VIRTUAL(CAboutDlg) protected: virtual void DoDataExchange(CDataExchange* pDX); //}}AFX_VIRTUAL protected: //{{AFX_MSG(CAboutDlg) //}}AFX_MSG DECLARE_MESSAGE_MAP() }; /*=========================================================================== * End of Class CAboutDlg *=========================================================================*/ #endif /*=========================================================================== * End of File Aboutdlg.H *=========================================================================*/