verifydlg.h
来自「DES查分攻击源代码」· C头文件 代码 · 共 54 行
H
54 行
#if !defined(AFX_VERIFYDLG_H__FA49D784_0FA7_49B7_9A2B_EE3F01650245__INCLUDED_)
#define AFX_VERIFYDLG_H__FA49D784_0FA7_49B7_9A2B_EE3F01650245__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// VerifyDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CVerifyDlg dialog
class CVerifyDlg : public CDialog
{
// Construction
public:
CVerifyDlg(CWnd* pParent = NULL); // standard constructor
friend class CDesDemoDlg;
// Dialog Data
//{{AFX_DATA(CVerifyDlg)
enum { IDD = IDD_DIALOG_VERIFY };
//}}AFX_DATA
protected:
char m_cOrgKey[9];
char m_cCrackKey[9];
char *m_pCryText;
int m_nCryTextLength;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CVerifyDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CVerifyDlg)
afx_msg void OnButtonCry();
afx_msg void OnButtonDec();
virtual BOOL OnInitDialog();
afx_msg void OnDestroy();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_VERIFYDLG_H__FA49D784_0FA7_49B7_9A2B_EE3F01650245__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?