PropPageMFCCtl.h
上传用户:lc8096
上传日期:2007-01-02
资源大小:40k
文件大小:2k
源码类别:

ActiveX/DCOM/ATL

开发平台:

Visual C++

  1. #if !defined(AFX_PROPPAGEMFCCTL_H__A56A23E0_79AF_11D2_8DC4_C36D152E46FE__INCLUDED_)
  2. #define AFX_PROPPAGEMFCCTL_H__A56A23E0_79AF_11D2_8DC4_C36D152E46FE__INCLUDED_
  3. #if _MSC_VER >= 1000
  4. #pragma once
  5. #endif // _MSC_VER >= 1000
  6. // PropPageMFCCtl.h : Declaration of the CPropPageMFCCtrl ActiveX Control class.
  7. /////////////////////////////////////////////////////////////////////////////
  8. // CPropPageMFCCtrl : See PropPageMFCCtl.cpp for implementation.
  9. class CPropPageMFCCtrl : public COleControl
  10. {
  11. DECLARE_DYNCREATE(CPropPageMFCCtrl)
  12. // Constructor
  13. public:
  14. CPropPageMFCCtrl();
  15. // Overrides
  16. // ClassWizard generated virtual function overrides
  17. //{{AFX_VIRTUAL(CPropPageMFCCtrl)
  18. public:
  19. virtual void OnDraw(CDC* pdc, const CRect& rcBounds, const CRect& rcInvalid);
  20. virtual void DoPropExchange(CPropExchange* pPX);
  21. virtual void OnResetState();
  22. //}}AFX_VIRTUAL
  23. // Implementation
  24. protected:
  25. ~CPropPageMFCCtrl();
  26. DECLARE_OLECREATE_EX(CPropPageMFCCtrl)    // Class factory and guid
  27. DECLARE_OLETYPELIB(CPropPageMFCCtrl)      // GetTypeInfo
  28. DECLARE_PROPPAGEIDS(CPropPageMFCCtrl)     // Property page IDs
  29. DECLARE_OLECTLTYPE(CPropPageMFCCtrl) // Type name and misc status
  30. // Message maps
  31. //{{AFX_MSG(CPropPageMFCCtrl)
  32. // NOTE - ClassWizard will add and remove member functions here.
  33. //    DO NOT EDIT what you see in these blocks of generated code !
  34. //}}AFX_MSG
  35. DECLARE_MESSAGE_MAP()
  36. // Dispatch maps
  37. //{{AFX_DISPATCH(CPropPageMFCCtrl)
  38. afx_msg void Execute();
  39. //}}AFX_DISPATCH
  40. DECLARE_DISPATCH_MAP()
  41. // Event maps
  42. //{{AFX_EVENT(CPropPageMFCCtrl)
  43. void FireObjectFound(LPCTSTR ObjectID)
  44. {FireEvent(eventidObjectFound,EVENT_PARAM(VTS_BSTR), ObjectID);}
  45. //}}AFX_EVENT
  46. DECLARE_EVENT_MAP()
  47. // Dispatch and event IDs
  48. public:
  49. enum {
  50. //{{AFX_DISP_ID(CPropPageMFCCtrl)
  51. dispidExecute = 1L,
  52. eventidObjectFound = 1L,
  53. //}}AFX_DISP_ID
  54. };
  55. };
  56. //{{AFX_INSERT_LOCATION}}
  57. // Microsoft Developer Studio will insert additional declarations immediately before the previous line.
  58. #endif // !defined(AFX_PROPPAGEMFCCTL_H__A56A23E0_79AF_11D2_8DC4_C36D152E46FE__INCLUDED)