home *** CD-ROM | disk | FTP | other *** search
- #if !defined(__tdocdlg_h) // Sentry, use file only if it's not already included.
- #define __tdocdlg_h
-
- /* Project firstapp
-
- Copyright ⌐ 1993. All Rights Reserved.
-
- SUBSYSTEM: firstapp.exe Application
- FILE: tdocdlg.h
- AUTHOR:
-
-
- OVERVIEW
- ========
- Class definition for TDocDlg (TDialog).
- */
-
- #include <owl\owlpch.h>
- #pragma hdrstop
-
- #include <owl\dialog.h>
-
- #include "frstppap.rh" // Definition of all resources.
-
-
- //{{TDialog = TDocDlg}}
- class TDocDlg : public TDialog {
- public:
- TDocDlg (TWindow* parent, TResId resId = IDD_DOCTORS, TModule* module = 0);
- virtual ~TDocDlg ();
-
- //{{TDocDlgVIRTUAL_BEGIN}}
- public:
- virtual BOOL PreProcessMsg (MSG& msg);
- //{{TDocDlgVIRTUAL_END}}
- }; //{{TDocDlg}}
-
-
- #endif // __tdocdlg_h sentry.
-
-