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

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