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