Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

63 lines
1.5 KiB

  1. #if !defined(AFX_PLUGIN_H__766C2F40_46F0_11D3_99F3_0010A4F77383__INCLUDED_)
  2. #define AFX_PLUGIN_H__766C2F40_46F0_11D3_99F3_0010A4F77383__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // PlugIn.h : header file
  7. //
  8. #include "McsPI.h"
  9. #import "\bin\McsVarSetMin.tlb" no_namespace, named_guids
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CPlugIn dialog
  12. class CPlugIn : public CPropertyPage
  13. {
  14. DECLARE_DYNCREATE(CPlugIn)
  15. // Construction
  16. public:
  17. CPlugIn();
  18. ~CPlugIn();
  19. // Dialog Data
  20. //{{AFX_DATA(CPlugIn)
  21. enum { IDD = IDD_PLUGIN_TEST };
  22. CString m_ProgID;
  23. //}}AFX_DATA
  24. IMcsDomPlugIn * m_pPlugIn;
  25. IVarSetPtr m_pVarSet;
  26. // Overrides
  27. // ClassWizard generate virtual function overrides
  28. //{{AFX_VIRTUAL(CPlugIn)
  29. protected:
  30. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  31. //}}AFX_VIRTUAL
  32. // Implementation
  33. protected:
  34. // Generated message map functions
  35. //{{AFX_MSG(CPlugIn)
  36. afx_msg void OnConfigure();
  37. afx_msg void OnCreateInstance();
  38. afx_msg void OnEditVarset();
  39. afx_msg void OnGetDesc();
  40. afx_msg void OnGetName();
  41. afx_msg void OnPostTask();
  42. afx_msg void OnPreTask();
  43. afx_msg void OnRegisterableFiles();
  44. afx_msg void OnRequiredFiles();
  45. afx_msg void OnStoreResult();
  46. afx_msg void OnViewResult();
  47. virtual BOOL OnInitDialog();
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. };
  51. //{{AFX_INSERT_LOCATION}}
  52. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  53. #endif // !defined(AFX_PLUGIN_H__766C2F40_46F0_11D3_99F3_0010A4F77383__INCLUDED_)