ecfiledlg.h
来自「简单的文件加解密程序。可以对整个文件夹进行加密和解密。」· C头文件 代码 · 共 66 行
H
66 行
// ecfileDlg.h : header file
//
#if !defined(AFX_ECFILEDLG_H__F282972B_CF5F_4913_9A02_309E132752EE__INCLUDED_)
#define AFX_ECFILEDLG_H__F282972B_CF5F_4913_9A02_309E132752EE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CEcfileDlg dialog
class CEcfileDlg : public CDialog
{
// Construction
public:
__int64 epass();
__int64 m_password;
int dcfile(LPCTSTR fpath);
BOOL ecfile(LPCTSTR fpath);
CEcfileDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CEcfileDlg)
enum { IDD = IDD_ECFILE_DIALOG };
CEdit m_FileList;
CString m_path;
CString m_pass;
CString m_List;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CEcfileDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
BOOL GetFloder(CString* sFolderPath);
void CEcfileDlg::GetFile(CString sDir);
int CEcfileDlg::IsFileorPath(CString str);
CStringArray sa;
// Implementation
protected:
HICON m_hIcon;
// Generated message map functions
//{{AFX_MSG(CEcfileDlg)
virtual BOOL OnInitDialog();
afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnE();
afx_msg void OnD();
afx_msg void OnBrow();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ECFILEDLG_H__F282972B_CF5F_4913_9A02_309E132752EE__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?