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