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