home *** CD-ROM | disk | FTP | other *** search
/ ActiveX Programming Unleashed CD / AXU.iso / source / chap04 / lst43 / lst43ppg.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-09-26  |  962 b   |  35 lines

  1. // Lst43Ppg.h : Declaration of the CLst43PropPage property page class.
  2.  
  3. ////////////////////////////////////////////////////////////////////////////
  4. // CLst43PropPage : See Lst43Ppg.cpp.cpp for implementation.
  5.  
  6. class CLst43PropPage : public COlePropertyPage
  7. {
  8.     DECLARE_DYNCREATE(CLst43PropPage)
  9.     DECLARE_OLECREATE_EX(CLst43PropPage)
  10.  
  11. // Constructor
  12. public:
  13.     CLst43PropPage();
  14.  
  15. // Dialog Data
  16.     //{{AFX_DATA(CLst43PropPage)
  17.     enum { IDD = IDD_PROPPAGE_LST43 };
  18.         // NOTE - ClassWizard will add data members here.
  19.         //    DO NOT EDIT what you see in these blocks of generated code !
  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(CLst43PropPage)
  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.