ShellDlg.h
资源名称:Visualhk.rar [点击查看]
上传用户:cjw5120
上传日期:2022-05-11
资源大小:5032k
文件大小:1k
源码类别:
网络截获/分析
开发平台:
Visual C++
- #if !defined(AFX_SHELLDLG_H__CFA17C5B_0312_4A31_B3BD_AFA1AD7FC9EB__INCLUDED_)
- #define AFX_SHELLDLG_H__CFA17C5B_0312_4A31_B3BD_AFA1AD7FC9EB__INCLUDED_
- #if _MSC_VER > 1000
- #pragma once
- #endif // _MSC_VER > 1000
- // ShellDlg.h : header file
- //
- /*
- 作者:海啸 lyyer English Name: Jack
- blog:http://lyyer.blog.sohu.com
- website:http://www.cnGSG.com
- 海啸网络安全组织
- */
- /////////////////////////////////////////////////////////////////////////////
- // CShellDlg dialog
- class CShellDlg : public CDialog
- {
- // Construction
- public:
- BOOL OnInitDialog();
- SOCKET ClientSocket;
- CShellDlg(CWnd* pParent = NULL); // standard constructor
- // Dialog Data
- //{{AFX_DATA(CShellDlg)
- enum { IDD = IDD_DIALOG_SHELL };
- CEdit m_CmdEdit;
- CString m_cmd;
- CString m_command;
- //}}AFX_DATA
- // Overrides
- // ClassWizard generated virtual function overrides
- //{{AFX_VIRTUAL(CShellDlg)
- protected:
- virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
- //}}AFX_VIRTUAL
- // Implementation
- protected:
- // Generated message map functions
- //{{AFX_MSG(CShellDlg)
- afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
- afx_msg void OnShowWindow(BOOL bShow, UINT nStatus);
- afx_msg void OnButtonCmdshell();
- //}}AFX_MSG
- DECLARE_MESSAGE_MAP()
- };
- //{{AFX_INSERT_LOCATION}}
- // Microsoft Visual C++ will insert additional declarations immediately before the previous line.
- #endif // !defined(AFX_SHELLDLG_H__CFA17C5B_0312_4A31_B3BD_AFA1AD7FC9EB__INCLUDED_)