// +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ // + // + FileName: About.h Author: S.Hammond // + // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ #ifndef _ABOUT_H_ #define _ABOUT_H_ // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ class CAboutDlg : public CDialog { public: CAboutDlg(); //{{AFX_DATA(CAboutDlg) enum { IDD = IDD_ABOUTBOX }; //}}AFX_DATA protected: // ClassWizard generated virtual function overrides //{{AFX_VIRTUAL(CAboutDlg) virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support //}}AFX_VIRTUAL //{{AFX_MSG(CAboutDlg) //}}AFX_MSG DECLARE_MESSAGE_MAP() }; // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ #ifdef _ABOUT_C_ #else #endif // +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ #endif /* _ABOUT_H_ */