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

📄 strdlg.h

📁 1、更正了原来的1.0版本的所有内存泄漏问题。 2、使用了文件读写的缓冲技术
💻 H
字号:
#if !defined(AFX_STRDLG_H__0219495F_DF09_482D_858A_0F9F3978B2AD__INCLUDED_)
#define AFX_STRDLG_H__0219495F_DF09_482D_858A_0F9F3978B2AD__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// StrDlg.h : header file
//


#include "CRijndael.h"
/////////////////////////////////////////////////////////////////////////////
// CStrDlg dialog

class CStrDlg : public CDialog
{
// Construction
public:
	CStrDlg(CWnd* pParent = NULL);   // standard constructor
	
// Dialog Data
	//{{AFX_DATA(CStrDlg)
	enum { IDD = IDD_STRDLG };
	CEdit	m_cip;
	CString	m_cipher;
	CString	m_deplaint;
	CString	m_time;
	CString	m_strlen;
	CString	m_plaint;
	CString	m_isfinished;
	//}}AFX_DATA


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

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CStrDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnEncryp();
	afx_msg void OnDecryp();
	afx_msg void OnChangePlaint();
	afx_msg void OnButClc();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
	CString m_key;

	CRijndael aes;

};

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_STRDLG_H__0219495F_DF09_482D_858A_0F9F3978B2AD__INCLUDED_)

⌨️ 快捷键说明

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