home *** CD-ROM | disk | FTP | other *** search
- #if !defined(__bltstabd_h) // Sentry, use file only if it's not already included.
- #define __bltstabd_h
-
- /* Project bltest
-
- Copyright ⌐ 1994. All Rights Reserved.
-
- SUBSYSTEM: bltest.exe Application
- FILE: bltstabd.h
- AUTHOR:
-
-
- OVERVIEW
- ========
- Class definition for bltestAboutDlg (TDialog).
- */
-
-
- #include <owl\owlpch.h>
- #pragma hdrstop
-
- #include "bltstapp.rh" // Definition of all resources.
-
-
- //{{TDialog = bltestAboutDlg}}
- class bltestAboutDlg : public TDialog {
- public:
- bltestAboutDlg (TWindow *parent, TResId resId = IDD_ABOUT, TModule *module = 0);
- virtual ~bltestAboutDlg ();
-
- //{{bltestAboutDlgVIRTUAL_BEGIN}}
- public:
- void SetupWindow ();
- //{{bltestAboutDlgVIRTUAL_END}}
- }; //{{bltestAboutDlg}}
-
-
- #endif // __bltstabd_h sentry.
-