📄 hillcodordlg.h
字号:
// HillCodorDlg.h : header file
//
#if !defined(AFX_HILLCODORDLG_H__86ADEA74_44CF_4E1B_8D8E_0B1A5A5EB828__INCLUDED_)
#define AFX_HILLCODORDLG_H__86ADEA74_44CF_4E1B_8D8E_0B1A5A5EB828__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CHillCodorDlg dialog
class CHillCodorDlg : public CDialog
{
// Construction
public:
CHillCodorDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CHillCodorDlg)
enum { IDD = IDD_HILLCODOR_DIALOG };
CString m_strEnMFilePath;
CString m_strEnEFilePath;
CString m_strEnKeyFilePath;
CString m_strEnKey;
CString m_strDisMFilePath;
CString m_strDisKeyFilePath;
CString m_strDisEFilePath;
CString m_strUnMFilePath;
CString m_strUnEFilePath;
CString m_strUnKey;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CHillCodorDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CHillCodorDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnButtonOpenMFile();
afx_msg void OnButtonSaveEFile();
afx_msg void OnButtonSaveKeyFile();
afx_msg void OnButtonEncryption();
afx_msg void OnButtonSaveMFile();
afx_msg void OnButtonOpenEFile();
afx_msg void OnButtonOpenKeyFileDis();
afx_msg void OnButtonDiscryption();
afx_msg void OnButtonGetKey();
afx_msg void OnButtonOpenMUn();
afx_msg void OnButtonOpenEUn();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_HILLCODORDLG_H__86ADEA74_44CF_4E1B_8D8E_0B1A5A5EB828__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -