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