/*=========================================================================== * * File: Aboutdlg.H * Author: Dave Humphrey (uesp@m0use.net) * Created On: Tuesday, March 26, 2002 * * Defines the application about dialog class. * *=========================================================================*/ #ifndef __ABOUTDLG_H #define __ABOUTDLG_H /*=========================================================================== * * Required Include Files * *=========================================================================*/ #include "resource.h" /*=========================================================================== * End of Required Include Files *=========================================================================*/ /*=========================================================================== * * Class CAboutDlg Definition * *=========================================================================*/ class CAboutDlg : public CDialog { public: CAboutDlg(); //{{AFX_DATA(CAboutDlg) enum { IDD = IDD_ABOUTBOX }; //}}AFX_DATA /* 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 *=========================================================================*/