home *** CD-ROM | disk | FTP | other *** search
/ Mastering MFC Development / MMD.ISO / samples / c12 / simpledual / simpleppg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-02-20  |  1.1 KB  |  39 lines

  1. #if !defined(AFX_SIMPLEPPG_H__C48A81F1_4384_11D0_9C9D_000000000000__INCLUDED_)
  2. #define AFX_SIMPLEPPG_H__C48A81F1_4384_11D0_9C9D_000000000000__INCLUDED_
  3.  
  4. // SimplePpg.h : Declaration of the CSimplePropPage property page class.
  5.  
  6. ////////////////////////////////////////////////////////////////////////////
  7. // CSimplePropPage : See SimplePpg.cpp.cpp for implementation.
  8.  
  9. class CSimplePropPage : public COlePropertyPage
  10. {
  11.     DECLARE_DYNCREATE(CSimplePropPage)
  12.     DECLARE_OLECREATE_EX(CSimplePropPage)
  13.  
  14. // Constructor
  15. public:
  16.     CSimplePropPage();
  17.  
  18. // Dialog Data
  19.     //{{AFX_DATA(CSimplePropPage)
  20.     enum { IDD = IDD_PROPPAGE_SIMPLE };
  21.     //}}AFX_DATA
  22.  
  23. // Implementation
  24. protected:
  25.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  26.  
  27. // Message maps
  28. protected:
  29.     //{{AFX_MSG(CSimplePropPage)
  30.     //}}AFX_MSG
  31.     DECLARE_MESSAGE_MAP()
  32.  
  33. };
  34.  
  35. //{{AFX_INSERT_LOCATION}}
  36. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  37.  
  38. #endif // !defined(AFX_SIMPLEPPG_H__C48A81F1_4384_11D0_9C9D_000000000000__INCLUDED)
  39.