ServicePage.h
上传用户:shouhua
上传日期:2014-12-06
资源大小:5685k
文件大小:2k
- #if !defined(AFX_SERVICEPAGE_H__29D1EB08_3998_4BF3_BED7_FF0208204E74__INCLUDED_)
- #define AFX_SERVICEPAGE_H__29D1EB08_3998_4BF3_BED7_FF0208204E74__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ServicePage.h : header file
- //
- /////////////////////////////////////////////////////////////////////////////
- // CServicePage dialog
- #include "MyList.h"
- class CServicePage : public CPropertyPage
- {
- DECLARE_DYNCREATE(CServicePage)
- // Construction
- public:
- CServicePage();
- ~CServicePage();
- int iSelected;
- BOOL EnablePriv();
- int DumpServiceInfo();
- // Dialog Data
- //{{AFX_DATA(CServicePage)
- enum { IDD = IDD_DIALOG_SERVICE };
- MyList m_list;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generate virtual function overrides
- //{{AFX_VIRTUAL(CServicePage)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CServicePage)
- virtual BOOL OnInitDialog();
- afx_msg void OnRclickProcessList(NMHDR* pNMHDR, LRESULT* pResult);
- afx_msg void OnView();
- afx_msg void OnMenuRef();
- afx_msg void OnServiceStart();
- afx_msg void OnGooleService();
- afx_msg void OnServiceDelete();
- afx_msg void OnServiceStop();
- afx_msg void OnServiceAuto();
- afx_msg void OnServiceManager();
- afx_msg void OnServiceDisable();
- afx_msg void OnServiceProperties();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- private:
- CImageList *m_pImage;
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SERVICEPAGE_H__29D1EB08_3998_4BF3_BED7_FF0208204E74__INCLUDED_)