home *** CD-ROM | disk | FTP | other *** search
- #if !defined(__nxtppabd_h) // Sentry, use file only if it's not already included.
- #define __nxtppabd_h
-
- /* Project nextapp
-
- Copyright ⌐ 1993. All Rights Reserved.
-
- SUBSYSTEM: nextapp.exe Application
- FILE: nxtppabd.h
- AUTHOR:
-
-
- OVERVIEW
- ========
- Class definition for nextappAboutDlg (TDialog).
- */
-
-
- #include <owl\owlpch.h>
- #pragma hdrstop
-
- #include "nxtppapp.rh" // Definition of all resources.
-
-
- //{{TDialog = nextappAboutDlg}}
- class nextappAboutDlg : public TDialog {
- public:
- nextappAboutDlg (TWindow *parent, TResId resId = IDD_ABOUT, TModule *module = 0);
- virtual ~nextappAboutDlg ();
-
- //{{nextappAboutDlgVIRTUAL_BEGIN}}
- public:
- void SetupWindow ();
- //{{nextappAboutDlgVIRTUAL_END}}
- }; //{{nextappAboutDlg}}
-
-
- #endif // __nxtppabd_h sentry.
-