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