KillerDlg.h
上传用户:ghp266
上传日期:2021-03-31
资源大小:6k
文件大小:2k
源码类别:

杀毒

开发平台:

Visual C++

  1. // KillerDlg.h : header file
  2. //
  3. #if !defined(AFX_DLG_H__18BFCA5C_40F6_43F9_82D7_A90C06023588__INCLUDED_)
  4. #define AFX_DLG_H__18BFCA5C_40F6_43F9_82D7_A90C06023588__INCLUDED_
  5. #if _MSC_VER > 1000
  6. #pragma once
  7. #endif // _MSC_VER > 1000
  8. /////////////////////////////////////////////////////////////////////////////
  9. // CMyDlg dialog
  10. class CMyDlg : public CDialog
  11. {
  12. // Construction
  13. public:
  14. CMyDlg(CWnd* pParent = NULL); // standard constructor
  15. CListCtrl m_list;
  16. CProgressCtrl m_progress;
  17. int iPos;
  18. // Dialog Data
  19. //{{AFX_DATA(CMyDlg)
  20. enum { IDD = IDD_MY_DIALOG };
  21. // NOTE: the ClassWizard will add data members here
  22. //}}AFX_DATA
  23. // ClassWizard generated virtual function overrides
  24. //{{AFX_VIRTUAL(CMyDlg)
  25. protected:
  26. virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
  27. //}}AFX_VIRTUAL
  28. // Implementation
  29. protected:
  30. HICON m_hIcon;
  31. BOOL m_bFinded;
  32. int DeleteVirusFiles();
  33. int DeleteRegValues();
  34. void WriteLog(char* chLog);
  35. // Generated message map functions
  36. //{{AFX_MSG(CMyDlg)
  37. virtual BOOL OnInitDialog();
  38. afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
  39. afx_msg void OnPaint();
  40. afx_msg HCURSOR OnQueryDragIcon();
  41. virtual void OnOK();
  42. virtual void OnCancel();
  43. afx_msg void OnButton2();
  44. afx_msg void OnButton1();
  45. afx_msg void OnButton3();
  46. //}}AFX_MSG
  47. DECLARE_MESSAGE_MAP()
  48. };
  49. //{{AFX_INSERT_LOCATION}}
  50. // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
  51. #endif // !defined(AFX_DLG_H__18BFCA5C_40F6_43F9_82D7_A90C06023588__INCLUDED_)