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

  1. // DaoEditPpg.h : Declaration of the CDaoEditPropPage property page class.
  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. // CDaoEditPropPage : See DaoEditPpg.cpp.cpp for implementation.
  15.  
  16. class CDaoEditPropPage : public COlePropertyPage
  17. {
  18.     DECLARE_DYNCREATE(CDaoEditPropPage)
  19.     DECLARE_OLECREATE_EX(CDaoEditPropPage)
  20.  
  21. // Constructor
  22. public:
  23.     CDaoEditPropPage();
  24.  
  25. // Dialog Data
  26.     //{{AFX_DATA(CDaoEditPropPage)
  27.     enum { IDD = IDD_PROPPAGE_DAOEDIT };
  28.         // NOTE - ClassWizard will add data members here.
  29.         //    DO NOT EDIT what you see in these blocks of generated code !
  30.     //}}AFX_DATA
  31.  
  32. // Implementation
  33. protected:
  34.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  35.  
  36. // Message maps
  37. protected:
  38.     //{{AFX_MSG(CDaoEditPropPage)
  39.         // NOTE - ClassWizard will add and remove member functions here.
  40.         //    DO NOT EDIT what you see in these blocks of generated code !
  41.     //}}AFX_MSG
  42.     DECLARE_MESSAGE_MAP()
  43.  
  44. };
  45.