home *** CD-ROM | disk | FTP | other *** search
/ Using Visual C++ 4 (Special Edition) / Using_Visual_C_4_Special_Edition_QUE_1996.iso / ch11 / calenppg.h < prev    next >
C/C++ Source or Header  |  1995-10-25  |  882b  |  35 lines

  1. // CalenPpg.h : Declaration of the CCalenPropPage property page class.
  2.  
  3. ////////////////////////////////////////////////////////////////////////////
  4. // CCalenPropPage : See CalenPpg.cpp.cpp for implementation.
  5.  
  6. class CCalenPropPage : public COlePropertyPage
  7. {
  8.     DECLARE_DYNCREATE(CCalenPropPage)
  9.     DECLARE_OLECREATE_EX(CCalenPropPage)
  10.  
  11. // Constructor
  12. public:
  13.     CCalenPropPage();
  14.  
  15. // Dialog Data
  16.     //{{AFX_DATA(CCalenPropPage)
  17.     enum { IDD = IDD_PROPPAGE_CALEN };
  18.     BOOL    m_threeD;
  19.     int        m_ctrlBorderStyle;
  20.     //}}AFX_DATA
  21.  
  22. // Implementation
  23. protected:
  24.     virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  25.  
  26. // Message maps
  27. protected:
  28.     //{{AFX_MSG(CCalenPropPage)
  29.         // NOTE - ClassWizard will add and remove member functions here.
  30.         //    DO NOT EDIT what you see in these blocks of generated code !
  31.     //}}AFX_MSG
  32.     DECLARE_MESSAGE_MAP()
  33.  
  34. };
  35.