📄 非标准16位des算法dlg.h
字号:
// 非标准16位DES算法Dlg.h : header file
//
#include "DES16.h"
#if !defined(AFX_16DESDLG_H__9C52AA73_E587_49E0_AF22_352EE0985281__INCLUDED_)
#define AFX_16DESDLG_H__9C52AA73_E587_49E0_AF22_352EE0985281__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
/////////////////////////////////////////////////////////////////////////////
// CMy16DESDlg dialog
class CMy16DESDlg : public CDialog
{
// Construction
public:
DWORD GetFSize(LPTSTR lpszFilePath);
CMy16DESDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CMy16DESDlg)
enum { IDD = IDD_MY16DES_DIALOG };
CProgressCtrl m_p1;
CString m_file1;
CString m_file2;
CString m_static1;
int m_r1;
int m_r2;
CString m_key;
//}}AFX_DATA
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CMy16DESDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual BOOL OnCommand(WPARAM wParam, LPARAM lParam);
//}}AFX_VIRTUAL
// Implementation
protected:
HICON m_hIcon;
CFileDialog *FDlg,*FDlg2;
// Generated message map functions
//{{AFX_MSG(CMy16DESDlg)
virtual BOOL OnInitDialog();
afx_msg void OnPaint();
afx_msg HCURSOR OnQueryDragIcon();
afx_msg void OnClose();
afx_msg void OnR1();
afx_msg void OnR2();
afx_msg void OnView1();
afx_msg void OnView2();
afx_msg void OnStart();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_16DESDLG_H__9C52AA73_E587_49E0_AF22_352EE0985281__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -