📄 ntstatusexplorerdlg.h
字号:
// NTSTATUSExplorerDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CNTSTATUSExplorerDlg dialog
class CNTSTATUSExplorerDlg : public CDialog
{
// Construction
public:
CNTSTATUSExplorerDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CNTSTATUSExplorerDlg)
enum { IDD = IDD_NTSTATUSEXPLORER_DIALOG };
CProgressCtrl c_Progress;
CButton c_ByResult;
CButton c_ByErrorName;
CButton c_Unsorted;
CButton c_Clear;
CButton c_ByValue;
CButton c_ByName;
CStatusList c_NTSTATUS;
CButton c_SelectAll;
CButton c_Save;
CButton c_Go;
CButton c_Find;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CNTSTATUSExplorerDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
HANDLE hTest;
void parseHeader(CStdioFile & file);
void parseWinError(CStdioFile & file);
// Generated message map functions
//{{AFX_MSG(CNTSTATUSExplorerDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnDestroy();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnAdd();
afx_msg void OnByname();
afx_msg void OnByvalue();
afx_msg void OnByresult();
afx_msg void OnSave();
afx_msg void OnSelectall();
afx_msg void OnFind();
afx_msg void OnGo();
virtual void OnOK();
virtual void OnCancel();
afx_msg void OnClear();
afx_msg void OnUnsorted();
afx_msg void OnSize(UINT nType, int cx, int cy);
afx_msg void OnWinerror();
afx_msg void OnByErrorname();
afx_msg void OnOutput();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -