home *** CD-ROM | disk | FTP | other *** search
- #if !defined(__mdtabtdl_h) // Sentry, use file only if it's not already included.
- #define __mdtabtdl_h
-
- /* Project emedit
- Early Morning Software
- Copyright ⌐ 1994. All Rights Reserved.
-
- SUBSYSTEM: emedit.exe Application
- FILE: mdtabtdl.h
- AUTHOR: Ted Stockwell
-
-
- OVERVIEW
- ========
- Class definition for emeditAboutDlg (TDialog).
- */
-
-
- #include <owl\owlpch.h>
- #pragma hdrstop
-
- #include "emedtapp.rh" // Definition of all resources.
-
-
- //{{TDialog = emeditAboutDlg}}
- class emeditAboutDlg : public TDialog {
- public:
- emeditAboutDlg (TWindow *parent, TResId resId = IDD_ABOUT, TModule *module = 0);
- virtual ~emeditAboutDlg ();
-
- //{{emeditAboutDlgVIRTUAL_BEGIN}}
- public:
- void SetupWindow ();
- //{{emeditAboutDlgVIRTUAL_END}}
- }; //{{emeditAboutDlg}}
-
-
- #endif // __mdtabtdl_h sentry.
-