home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / tybc4 / clsxprt2 / clsxp2ad.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-05  |  930 b   |  39 lines

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