home *** CD-ROM | disk | FTP | other *** search
- #if !defined(__aboutdlg_h) // Sentry, use file only if it's not already included.
- #define __aboutdlg_h
-
- /* Project wpdemo
- Lighthouse Engineering
- Copyright 1994 by Lighthouse Engineering. All Rights Reserved.
-
- SUBSYSTEM: wpdemo.exe Application
- FILE: aboutdlg.h
- AUTHOR: K. Scott Piel
-
-
- OVERVIEW
- ========
- Class definition for AboutDlg (TDialog).
- */
-
-
- #include <owl\owlpch.h>
- #pragma hdrstop
-
- #include "wpdemo.rh" // Definition of all resources.
-
-
- //{{TDialog = AboutDlg}}
- class AboutDlg : public TDialog {
- public:
- AboutDlg (TWindow *parent, TResId resId = IDD_ABOUT, TModule *module = 0);
- virtual ~AboutDlg ();
-
- //{{AboutDlgVIRTUAL_BEGIN}}
- public:
- void SetupWindow ();
- //{{AboutDlgVIRTUAL_END}}
- }; //{{AboutDlg}}
-
-
- #endif // __aboutdlg_h sentry.
-