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

📄 simplecryptdlg.h

📁 这个程序用64位密码加密文件
💻 H
字号:
// simplecryptDlg.h : header file
//

#if !defined(AFX_SIMPLECRYPTDLG_H__9F338802_C623_4DDF_9FF7_A2CB3EE1BF1F__INCLUDED_)
#define AFX_SIMPLECRYPTDLG_H__9F338802_C623_4DDF_9FF7_A2CB3EE1BF1F__INCLUDED_

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

class CSimplecryptDlgAutoProxy;

#include "fileinfo.h"
/////////////////////////////////////////////////////////////////////////////
// CSimplecryptDlg dialog

class CSimplecryptDlg : public CDialog
{
	DECLARE_DYNAMIC(CSimplecryptDlg);
	friend class CSimplecryptDlgAutoProxy;

// Construction
public:
	fileinfo *info;
	unsigned char *bytes;
	CString m_filename;
	int length;
	CSimplecryptDlg(CWnd* pParent = NULL);	// standard constructor
	virtual ~CSimplecryptDlg();

// Dialog Data
	//{{AFX_DATA(CSimplecryptDlg)
	enum { IDD = IDD_SIMPLECRYPT_DIALOG };
	CProgressCtrl	m_progress;
	CString	m_filepath;
	//}}AFX_DATA

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

// Implementation
protected:
	CSimplecryptDlgAutoProxy* m_pAutoProxy;
	HICON m_hIcon;

	BOOL CanExit();

	// Generated message map functions
	//{{AFX_MSG(CSimplecryptDlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnClose();
	virtual void OnOK();
	virtual void OnCancel();
	afx_msg void OnHelpAbout();
	afx_msg void OnEncryptDecrypt();
	afx_msg void OnFileLoad();
	afx_msg void OnFileSave();
	afx_msg void OnShowfileinfo();
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
};

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

#endif // !defined(AFX_SIMPLECRYPTDLG_H__9F338802_C623_4DDF_9FF7_A2CB3EE1BF1F__INCLUDED_)

⌨️ 快捷键说明

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