📄 base64 md5dlg.h
字号:
// Base64 MD5Dlg.h : header file
//
#if !defined(AFX_BASE64MD5DLG_H__70B7F7A7_1B4E_4CC4_8F5B_1DEAB9CF3515__INCLUDED_)
#define AFX_BASE64MD5DLG_H__70B7F7A7_1B4E_4CC4_8F5B_1DEAB9CF3515__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CBase64MD5Dlg dialog
#include "Base64MD5.h"
class CBase64MD5Dlg : public CDialog
{
// Construction
public:
CBase64MD5Dlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CBase64MD5Dlg)
enum { IDD = IDD_BASE64MD5_DIALOG };
CString m_strSrc;
CString m_strDst;
CString m_strMD5Src;
CString m_strMD5Dst;
CString m_strMD5;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CBase64MD5Dlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CBase64MD5Dlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnToBase64();
afx_msg void OnFromBase64();
afx_msg void OnToMD5Base();
virtual void OnCancel();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_BASE64MD5DLG_H__70B7F7A7_1B4E_4CC4_8F5B_1DEAB9CF3515__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -