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