📄 testencrydlldlg.h
字号:
// TestEncryDllDlg.h : header file
//
#if !defined(AFX_TESTENCRYDLLDLG_H__B2F81D63_9D74_4309_9357_4C71D6098948__INCLUDED_)
#define AFX_TESTENCRYDLLDLG_H__B2F81D63_9D74_4309_9357_4C71D6098948__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "reg.h"
/////////////////////////////////////////////////////////////////////////////
// CTestEncryDllDlg dialog
class CTestEncryDllDlg : public CDialog
{
// Construction
public:
CTestEncryDllDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CTestEncryDllDlg)
enum { IDD = IDD_TESTENCRYDLL_DIALOG };
CString m_DiskIdStr;
CString m_MD5Text;
CString m_MD5Result;
CString m_BlowfishText;
CString m_BlowfishKey;
CString m_BlowfishResult;
CString m_InputProcStr;
CString m_ProcStrKey;
CString m_ProcStrResult;
CString m_N_Str;
CString m_D_Str;
CString m_RSA_InputStr;
CString m_RSA_OutputStr;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTestEncryDllDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CTestEncryDllDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnGetHarddiskIdButton();
afx_msg void OnMd5Button();
afx_msg void OnBlowfishButton();
afx_msg void OnEncrystrButton();
afx_msg void OnDeencrystrButton();
afx_msg void OnBlowfishDecrypt();
afx_msg void OnRsaencrypt();
afx_msg void OnRsadecrypt();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TESTENCRYDLLDLG_H__B2F81D63_9D74_4309_9357_4C71D6098948__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -