⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rsaprojectdlg.h

📁 /* RSA Demo 1.0 版 * 版权所有 (C) 2004 赵春生 * 2004.04.25 * http://timw.yeah.net * http://timw.126.com * 本程
💻 H
字号:
// 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -