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