ServicePage.h
上传用户:shouhua
上传日期:2014-12-06
资源大小:5685k
文件大小:2k
源码类别:

杀毒

开发平台:

Visual C++

  1. #if !defined(AFX_SERVICEPAGE_H__29D1EB08_3998_4BF3_BED7_FF0208204E74__INCLUDED_)
  2. #define AFX_SERVICEPAGE_H__29D1EB08_3998_4BF3_BED7_FF0208204E74__INCLUDED_
  3. #if _MSC_VER > 1000
  4. #pragma once
  5. #endif // _MSC_VER > 1000
  6. // ServicePage.h : header file
  7. //
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CServicePage dialog
  10. #include "MyList.h"
  11. class CServicePage : public CPropertyPage
  12. {
  13. DECLARE_DYNCREATE(CServicePage)
  14. // Construction
  15. public:
  16. CServicePage();
  17. ~CServicePage();
  18.     int   iSelected;
  19.  BOOL EnablePriv();
  20.  int DumpServiceInfo();
  21. // Dialog Data
  22. //{{AFX_DATA(CServicePage)
  23. enum { IDD = IDD_DIALOG_SERVICE };
  24. MyList m_list;
  25. //}}AFX_DATA
  26. // Overrides
  27. // ClassWizard generate virtual function overrides
  28. //{{AFX_VIRTUAL(CServicePage)
  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(CServicePage)
  36. virtual BOOL OnInitDialog();
  37. afx_msg void OnRclickProcessList(NMHDR* pNMHDR, LRESULT* pResult);
  38. afx_msg void OnView();
  39. afx_msg void OnMenuRef();
  40. afx_msg void OnServiceStart();
  41. afx_msg void OnGooleService();
  42. afx_msg void OnServiceDelete();
  43. afx_msg void OnServiceStop();
  44. afx_msg void OnServiceAuto();
  45. afx_msg void OnServiceManager();
  46. afx_msg void OnServiceDisable();
  47. afx_msg void OnServiceProperties();
  48. //}}AFX_MSG
  49. DECLARE_MESSAGE_MAP()
  50. private:
  51. CImageList  *m_pImage;
  52. };
  53. //{{AFX_INSERT_LOCATION}}
  54. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  55. #endif // !defined(AFX_SERVICEPAGE_H__29D1EB08_3998_4BF3_BED7_FF0208204E74__INCLUDED_)