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