home *** CD-ROM | disk | FTP | other *** search
- #if !defined(__tfrmtdlg_h) // Sentry, use file only if it's not already included.
- #define __tfrmtdlg_h
-
- /* Project clsxprt2
-
- Copyright ⌐ 1993. All Rights Reserved.
-
- SUBSYSTEM: clsxprt2.exe Application
- FILE: tfrmtdlg.h
- AUTHOR:
-
-
- OVERVIEW
- ========
- Class definition for TFrmtDialog (TDialog).
- */
-
- #include <owl\owlpch.h>
- #pragma hdrstop
-
- #include <owl\dialog.h>
-
- #include "clsxpr2a.rh" // Definition of all resources.
- #include "clsxpr2a.h"
-
- //{{TDialog = TFrmtDialog}}
- class TFrmtDialog : public TDialog {
- public:
- TFrmtDialog (TWindow* parent, TResId resId = IDD_ABOUT, TModule* module = 0);
- virtual ~TFrmtDialog ();
- BOOL IsAmPm;
- clsxprt2App::dateFormat df;
-
- //{{TFrmtDialogVIRTUAL_BEGIN}}
- public:
- virtual BOOL EvInitDialog (HWND hWndFocus);
- void CmOk();
- //{{TFrmtDialogVIRTUAL_END}}
-
- // insert declaration of response table
- DECLARE_RESPONSE_TABLE(TFrmtDialog);
- }; //{{TFrmtDialog}}
-
-
- #endif // __tfrmtdlg_h sentry.
-
-