WinFinderPpg.h
上传用户:lwzh1970
上传日期:2007-01-01
资源大小:33k
文件大小:1k
源码类别:

对话框与窗口

开发平台:

Visual C++

  1. // WinFinderPpg.h : Declaration of the CWinFinderPropPage property page class.
  2. ////////////////////////////////////////////////////////////////////////////
  3. // CWinFinderPropPage : See WinFinderPpg.cpp.cpp for implementation.
  4. class CWinFinderPropPage : public COlePropertyPage
  5. {
  6. DECLARE_DYNCREATE(CWinFinderPropPage)
  7. DECLARE_OLECREATE_EX(CWinFinderPropPage)
  8. // Constructor
  9. public:
  10. CWinFinderPropPage();
  11. // Dialog Data
  12. //{{AFX_DATA(CWinFinderPropPage)
  13. enum { IDD = IDD_PROPPAGE_WINFINDER };
  14. // NOTE - ClassWizard will add data members here.
  15. //    DO NOT EDIT what you see in these blocks of generated code !
  16. //}}AFX_DATA
  17. // Implementation
  18. protected:
  19. virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
  20. // Message maps
  21. protected:
  22. //{{AFX_MSG(CWinFinderPropPage)
  23. // NOTE - ClassWizard will add and remove member functions here.
  24. //    DO NOT EDIT what you see in these blocks of generated code !
  25. //}}AFX_MSG
  26. DECLARE_MESSAGE_MAP()
  27. };