📄 hash_zyfdlg.h
字号:
// hash_zyfDlg.h : header file
//
#if !defined(AFX_HASH_ZYFDLG_H__3941978E_09F3_4A1F_B2ED_FE83E2B366AA__INCLUDED_)
#define AFX_HASH_ZYFDLG_H__3941978E_09F3_4A1F_B2ED_FE83E2B366AA__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CHash_zyfDlg dialog
class CHash_zyfDlg : public CDialog
{
// Construction
public:
CHash_zyfDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CHash_zyfDlg)
enum { IDD = IDD_HASH_ZYF_DIALOG };
CEdit m_EDIT2;
CEdit m_EDIT1;
CString m_pt;
CString m_ct;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CHash_zyfDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CHash_zyfDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnOpenfile();
afx_msg void OnSavefile();
afx_msg void OnDo();
afx_msg void OnRenew();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_HASH_ZYFDLG_H__3941978E_09F3_4A1F_B2ED_FE83E2B366AA__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -