📄 subdedlg.h
字号:
#if !defined(AFX_SUBDEDLG_H__79B82566_651B_44E8_B87D_5498FC8B2C1C__INCLUDED_)
#define AFX_SUBDEDLG_H__79B82566_651B_44E8_B87D_5498FC8B2C1C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// SubDeDlg.h : header file
//
#include "time.h"
#include "stdio.h"
#include "stdlib.h"
#include "process.h"
#include "string.h"
#include "math.h"
#include "TaskbarNotifier.h"
#define CRYPT_SUBSTITUTION 1
/////////////////////////////////////////////////////////////////////////////
// CSubDeDlg dialog
class CSubDeDlg : public CDialog
{
// Construction
public:
virtual BOOL PreTranslateMessage(MSG* pMsg);
// CComQIPtr<ISkin> pSkin2;
CTaskbarNotifier * m_wndTaskbarNotifier;
CSubDeDlg(CWnd* pParent = NULL); // standard constructor
char buffer[100000];
char buffout[100000];
int m_iMethod;
DWORD dwTetraThreadId;
HANDLE hTetraThread;
DWORD dwThreadId;
HANDLE hThread;
CDictionary * m_pDictionary;
// Dialog Data
//{{AFX_DATA(CSubDeDlg)
enum { IDD = IDD_SUB_DE };
int m_radio;
CString m_cipherString;
CString m_plainString;
CString m_time;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CSubDeDlg)
public:
virtual BOOL DestroyWindow();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CToolTipCtrl m_tooltip;
HCURSOR m_hArrow;
HCURSOR m_hHand;
HCURSOR m_hBeam;
HCURSOR m_hPen;
HCURSOR m_hMove;
// void DecipherP();
// double score(char *d);
// void smalladj(char *d);
// void rndstr(char *d);
// Generated message map functions
//{{AFX_MSG(CSubDeDlg)
afx_msg void OnDecipher();
afx_msg void OnRadioP();
afx_msg void OnRadioH();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
virtual BOOL OnInitDialog();
afx_msg void OnPause();
afx_msg void OnResume();
afx_msg void OnDestroy();
afx_msg void OnStop();
afx_msg BOOL OnSetCursor(CWnd* pWnd, UINT nHitTest, UINT message);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_SUBDEDLG_H__79B82566_651B_44E8_B87D_5498FC8B2C1C__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -