home *** CD-ROM | disk | FTP | other *** search
- // Lst43Ppg.h : Declaration of the CLst43PropPage property page class.
-
- ////////////////////////////////////////////////////////////////////////////
- // CLst43PropPage : See Lst43Ppg.cpp.cpp for implementation.
-
- class CLst43PropPage : public COlePropertyPage
- {
- DECLARE_DYNCREATE(CLst43PropPage)
- DECLARE_OLECREATE_EX(CLst43PropPage)
-
- // Constructor
- public:
- CLst43PropPage();
-
- // Dialog Data
- //{{AFX_DATA(CLst43PropPage)
- enum { IDD = IDD_PROPPAGE_LST43 };
- // NOTE - ClassWizard will add data members here.
- // DO NOT EDIT what you see in these blocks of generated code !
- //}}AFX_DATA
-
- // Implementation
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
-
- // Message maps
- protected:
- //{{AFX_MSG(CLst43PropPage)
- // 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()
-
- };
-