KillerDlg.h
资源名称:blog.rar [点击查看]
上传用户:ghp266
上传日期:2021-03-31
资源大小:6k
文件大小:2k
源码类别:
杀毒
开发平台:
Visual C++
- // KillerDlg.h : header file
- //
- #if !defined(AFX_DLG_H__18BFCA5C_40F6_43F9_82D7_A90C06023588__INCLUDED_)
- #define AFX_DLG_H__18BFCA5C_40F6_43F9_82D7_A90C06023588__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- /////////////////////////////////////////////////////////////////////////////
- // CMyDlg dialog
- class CMyDlg : public CDialog
- {
- // Construction
- public:
- CMyDlg(CWnd* pParent = NULL); // standard constructor
- CListCtrl m_list;
- CProgressCtrl m_progress;
- int iPos;
- // Dialog Data
- //{{AFX_DATA(CMyDlg)
- enum { IDD = IDD_MY_DIALOG };
- // NOTE: the ClassWizard will add data members here
- //}}AFX_DATA
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CMyDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- HICON m_hIcon;
- BOOL m_bFinded;
- int DeleteVirusFiles();
- int DeleteRegValues();
- void WriteLog(char* chLog);
- // Generated message map functions
- //{{AFX_MSG(CMyDlg)
- virtual BOOL OnInitDialog();
- afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
- afx_msg void OnPaint();
- afx_msg HCURSOR OnQueryDragIcon();
- virtual void OnOK();
- virtual void OnCancel();
- afx_msg void OnButton2();
- afx_msg void OnButton1();
- afx_msg void OnButton3();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_DLG_H__18BFCA5C_40F6_43F9_82D7_A90C06023588__INCLUDED_)