WinFinderPpg.h
上传用户:lwzh1970
上传日期:2007-01-01
资源大小:33k
文件大小:1k
- // WinFinderPpg.h : Declaration of the CWinFinderPropPage property page class.
- ////////////////////////////////////////////////////////////////////////////
- // CWinFinderPropPage : See WinFinderPpg.cpp.cpp for implementation.
- class CWinFinderPropPage : public COlePropertyPage
- {
- DECLARE_DYNCREATE(CWinFinderPropPage)
- DECLARE_OLECREATE_EX(CWinFinderPropPage)
- // Constructor
- public:
- CWinFinderPropPage();
- // Dialog Data
- //{{AFX_DATA(CWinFinderPropPage)
- enum { IDD = IDD_PROPPAGE_WINFINDER };
- // 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(CWinFinderPropPage)
- // 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()
- };