rsaprojectdlg.h

来自「/* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 」· C头文件 代码 · 共 68 行

H
68
字号
// RSAProjectDlg.h : header file
//

#if !defined(AFX_RSAPROJECTDLG_H__2687E73B_36F0_11D6_8725_004854C0CEF6__INCLUDED_)
#define AFX_RSAPROJECTDLG_H__2687E73B_36F0_11D6_8725_004854C0CEF6__INCLUDED_

#if _MSC_VER >= 1000
#pragma once
#endif // _MSC_VER >= 1000

/////////////////////////////////////////////////////////////////////////////
// CRSAProjectDlg dialog

class CRSAProjectDlg : public CDialog
{
// Construction
public:
	CRSAProjectDlg(CWnd* pParent = NULL);	// standard constructor

// Dialog Data
	//{{AFX_DATA(CRSAProjectDlg)
	enum { IDD = IDD_RSAPROJECT_DIALOG };
	CString	m_PRK_DEC;
	CString	m_FILE_ENC;
	CString	m_PBK_DEC;
	CString	m_PBK_ENC;
	CString	m_FILE_DEC;
	CButton	m_PT;
	CButton	m_CT;
	CButton	m_DCT;
	CButton	m_DT;
	//}}AFX_DATA

	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CRSAProjectDlg)
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:
	HICON m_hIcon;

	// Generated message map functions
	//{{AFX_MSG(CRSAProjectDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnOpenFileEnc();
	afx_msg void OnOpenFileDec();
	afx_msg void OnPBKEnc();
	afx_msg void OnPRKDec();
	afx_msg void OnPBKDec();
	afx_msg void OnEncrypt();
	afx_msg void OnOpenDC();
	afx_msg void OnOpenEC();
	afx_msg void OnDecrypt();
	afx_msg void OnGenerate();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

//{{AFX_INSERT_LOCATION}}
// Microsoft Developer Studio will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_RSAPROJECTDLG_H__2687E73B_36F0_11D6_8725_004854C0CEF6__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?