home *** CD-ROM | disk | FTP | other *** search
/ C Programming Starter Kit 2.0 / SamsPublishing-CProgrammingStarterKit-v2.0-Win31.iso / tybc4 / xped4 / xped4abd.h < prev    next >
C/C++ Source or Header  |  1994-02-13  |  900b  |  39 lines

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