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.

60 lines
1.6 KiB

  1. #if !defined(AFX_PROPPAGELOGFILES_H__18F14285_FBAB_4BE1_8249_4B7EF63794F0__INCLUDED_)
  2. #define AFX_PROPPAGELOGFILES_H__18F14285_FBAB_4BE1_8249_4B7EF63794F0__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // PropPageLogFiles.h : header file
  7. //
  8. #include "genlistctrl.h"
  9. #include "emsvc.h" // Added by ClassView
  10. /////////////////////////////////////////////////////////////////////////////
  11. // CPropPageLogFiles dialog
  12. class CPropPageLogFiles : public CPropertyPage
  13. {
  14. DECLARE_DYNCREATE(CPropPageLogFiles)
  15. // Construction
  16. public:
  17. PEmObject GetSelectedEmObject();
  18. void DoModalReadLogsDlg(PEmObject pEmObject);
  19. HRESULT DisplayLogData(PEmObject pEmObject);
  20. void PopulateLogType();
  21. IEmManager* m_pIEmManager;
  22. PEmObject m_pEmObject;
  23. CPropPageLogFiles();
  24. ~CPropPageLogFiles();
  25. // Dialog Data
  26. //{{AFX_DATA(CPropPageLogFiles)
  27. enum { IDD = IDD_PROPPAGE_LOGFILES };
  28. CGenListCtrl m_ListCtrl;
  29. //}}AFX_DATA
  30. // Overrides
  31. // ClassWizard generate virtual function overrides
  32. //{{AFX_VIRTUAL(CPropPageLogFiles)
  33. protected:
  34. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  35. //}}AFX_VIRTUAL
  36. // Implementation
  37. protected:
  38. // Generated message map functions
  39. //{{AFX_MSG(CPropPageLogFiles)
  40. virtual BOOL OnInitDialog();
  41. afx_msg void OnDblclkListLogfiles(NMHDR* pNMHDR, LRESULT* pResult);
  42. afx_msg void OnButtonExport();
  43. afx_msg void OnButtonViewlogfile();
  44. //}}AFX_MSG
  45. DECLARE_MESSAGE_MAP()
  46. };
  47. //{{AFX_INSERT_LOCATION}}
  48. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  49. #endif // !defined(AFX_PROPPAGELOGFILES_H__18F14285_FBAB_4BE1_8249_4B7EF63794F0__INCLUDED_)