home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / mfc / database / bindenrl / enroldlg.h < prev    next >
C/C++ Source or Header  |  1998-03-26  |  1KB  |  37 lines

  1. // EnrolDlg.h : header file
  2. //
  3. // This is a part of the Microsoft Foundation Classes C++ library.
  4. // Copyright (C) 1992-1998 Microsoft Corporation
  5. // All rights reserved.
  6. //
  7. // This source code is only intended as a supplement to the
  8. // Microsoft Foundation Classes Reference and related
  9. // electronic documentation provided with the library.
  10. // See these sources for detailed information regarding the
  11. // Microsoft Foundation Classes product.
  12.  
  13. /////////////////////////////////////////////////////////////////////////////
  14. // CAboutDlg dialog used for App About
  15. class CAboutDlg : public CDialog
  16. {
  17. public:
  18.     CAboutDlg();
  19.  
  20. // Dialog Data
  21.     //{{AFX_DATA(CAboutDlg)
  22.     enum { IDD = IDD_ABOUTBOX };
  23.     //}}AFX_DATA
  24.  
  25.     // ClassWizard generated virtual function overrides
  26.     //{{AFX_VIRTUAL(CAboutDlg)
  27.     protected:
  28.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  29.     //}}AFX_VIRTUAL
  30.  
  31. // Implementation
  32. protected:
  33.     //{{AFX_MSG(CAboutDlg)
  34.     //}}AFX_MSG
  35.     DECLARE_MESSAGE_MAP()
  36. };
  37.