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

  1. // DayPPg.h : header file
  2. //
  3.  
  4. /////////////////////////////////////////////////////////////////////////////
  5. // CDayPropPage : Property page dialog
  6.  
  7. class CDayPropPage : public COlePropertyPage
  8. {
  9.     DECLARE_DYNCREATE(CDayPropPage)
  10.     DECLARE_OLECREATE_EX(CDayPropPage)
  11.  
  12. // Constructors
  13. public:
  14.     CDayPropPage();
  15.  
  16. // Dialog Data
  17.     //{{AFX_DATA(CDayPropPage)
  18.     enum { IDD = IDD_PROPPAGE_DAY };
  19.     int        m_dayBorderStyle;
  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(CDayPropPage)
  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.