home *** CD-ROM | disk | FTP | other *** search
- // quoteppg.h : Declaration of the CQuotePropPage property page class.
-
- ////////////////////////////////////////////////////////////////////////////
- // CQuotePropPage : See quoteppg.cpp for implementation.
-
- class CQuotePropPage : public COlePropertyPage
- {
- DECLARE_DYNCREATE(CQuotePropPage)
- DECLARE_OLECREATE_EX(CQuotePropPage)
-
- // Constructor
- public:
- CQuotePropPage();
-
- // Dialog Data
- //{{AFX_DATA(CQuotePropPage)
- enum { IDD = IDD_PROPPAGE_QUOTE };
- BOOL m_bShowAuthor;
- //}}AFX_DATA
-
- // Implementation
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
-
- // Message maps
- protected:
- //{{AFX_MSG(CQuotePropPage)
- // NOTE - ClassWizard will add and remove member functions here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
-
- };
-