📄 peinfodlg.h
字号:
// PEInfoDlg.h : header file
//
#if !defined(AFX_PEINFODLG_H__E3EA9CD3_888F_47E8_B259_BC5C8128FB0D__INCLUDED_)
#define AFX_PEINFODLG_H__E3EA9CD3_888F_47E8_B259_BC5C8128FB0D__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "btnst.h"
#include "Feature.h"
/////////////////////////////////////////////////////////////////////////////
// CPEInfoDlg dialog
class CPEInfoDlg : public CDialog
{
// Construction
public:
CPEInfoDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CPEInfoDlg)
enum { IDD = IDD_PE_INFO_DIALOG };
CButtonST m_openFileBut;
CString m_strinfo;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CPEInfoDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CPEInfoDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButopen();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
protected:
//!实现文件拖曳消息响应函数
LRESULT OnDropFiles(WPARAM wParam,LPARAM lParam); //Drag-Drop
private:
void _SetFile(CONST CString& _FileName);
CString _GetShell(CONST CString& _FileName);
BOOL _DetectShell(CONST LPBYTE pEntryPoint, CONST CString& pos, CONST CString& Fea, bool IsOrdered);
FeatureVec m_FeatureList;
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_PEINFODLG_H__E3EA9CD3_888F_47E8_B259_BC5C8128FB0D__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -