home *** CD-ROM | disk | FTP | other *** search
- /* Project emedit
- Early Morning Software
- Copyright ⌐ 1993. All Rights Reserved.
-
- SUBSYSTEM: emedit.exe Application
- FILE: mdtrplcd.cpp
- AUTHOR: Ted Stockwell
-
-
- OVERVIEW
- ========
- Source file for implementation of emeditReplaceDialog (TDialog).
- */
-
- #include <owl\owlpch.h>
- #pragma hdrstop
-
- #include "mdtrplcd.h"
-
-
- //{{emeditReplaceDialog Implementation}}
-
-
- emeditReplaceDialog::emeditReplaceDialog (TWindow* parent, TResId resId, TModule* module):
- TDialog(parent, resId, module)
- {
- // INSERT>> Your constructor code here.
-
- }
-
-
- emeditReplaceDialog::~emeditReplaceDialog ()
- {
- Destroy();
-
- // INSERT>> Your destructor code here.
-
- }
-
-