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