home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1996 February / PCWK0296.iso / po7_win / object10 / bltstabd.h < prev    next >
C/C++ Source or Header  |  1994-07-12  |  910b  |  39 lines

  1. #if !defined(__bltstabd_h)              // Sentry, use file only if it's not already included.
  2. #define __bltstabd_h
  3.  
  4. /*  Project bltest
  5.     
  6.     Copyright ⌐ 1994. All Rights Reserved.
  7.  
  8.     SUBSYSTEM:    bltest.exe Application
  9.     FILE:         bltstabd.h
  10.     AUTHOR:       
  11.  
  12.  
  13.     OVERVIEW
  14.     ========
  15.     Class definition for bltestAboutDlg (TDialog).      
  16. */
  17.  
  18.  
  19. #include <owl\owlpch.h>
  20. #pragma hdrstop
  21.  
  22. #include "bltstapp.rh"                  // Definition of all resources.
  23.  
  24.  
  25. //{{TDialog = bltestAboutDlg}}
  26. class bltestAboutDlg : public TDialog {
  27. public:
  28.     bltestAboutDlg (TWindow *parent, TResId resId = IDD_ABOUT, TModule *module = 0);
  29.     virtual ~bltestAboutDlg ();
  30.  
  31. //{{bltestAboutDlgVIRTUAL_BEGIN}}
  32. public:
  33.     void SetupWindow ();
  34. //{{bltestAboutDlgVIRTUAL_END}}
  35. };    //{{bltestAboutDlg}}
  36.  
  37.  
  38. #endif                                      // __bltstabd_h sentry.
  39.