home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c016 / 3.ddi / CORNEXT.PAK / NXTPPABD.H < prev    next >
Encoding:
C/C++ Source or Header  |  1993-11-11  |  920 b   |  39 lines

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