PLUGINP.H
// PluginP.h : Declaration of the CPluginPropPage property page class. 
 
//////////////////////////////////////////////////////////////////////////// 
// CPluginPropPage : See PluginP.cpp.cpp for implementation. 
 
class CPluginPropPage : public COlePropertyPage 
{ 
DECLARE_DYNCREATE(CPluginPropPage) 
DECLARE_OLECREATE_EX(CPluginPropPage) 
 
// Constructor 
public: 
CPluginPropPage(); 
 
// Dialog Data 
//{{AFX_DATA(CPluginPropPage) 
enum { IDD = IDD_PROPPAGE_PLUGIN }; 
// 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(CPluginPropPage) 
// 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() 
 
};