📄 vigeneradlg.h
字号:
#if !defined(AFX_VIGENERADLG_H__E576C062_5792_43E2_BBA1_606AC96EDBFE__INCLUDED_)
#define AFX_VIGENERADLG_H__E576C062_5792_43E2_BBA1_606AC96EDBFE__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// VigeneraDlg.h : header file
//
#include "Vigenera.h"
#include "TaskbarNotifier.h"
#include "myMouse.h"
/////////////////////////////////////////////////////////////////////////////
// CVigeneraDlg dialog
class CVigeneraDlg : public CDialog
{
// Construction
public:
// CComQIPtr<ISkin> pSkin2;
CTaskbarNotifier * m_wndTaskbarNotifier;
virtual BOOL PreTranslateMessage(MSG* pMsg);
CVigeneraDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CVigeneraDlg)
enum { IDD = IDD_VIGENERE };
CString m_cipherFile;
CString m_cipherString;
CString m_key;
CString m_plainFile;
CString m_plainString;
int m_radio;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CVigeneraDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CToolTipCtrl m_tooltip;
virtual BOOL OnInitDialog();
int m_iMethod;
HCURSOR m_hArrow;
HCURSOR m_hHand;
HCURSOR m_hBeam;
HCURSOR m_hPen;
HCURSOR m_hMove;
void DecipherFile();
void ShowStringGroup(bool bShow);
void ShowFileGroup(bool bShow);
void DecipherString();
void EncipherFile();
void EncipherString();
// Generated message map functions
//{{AFX_MSG(CVigeneraDlg)
afx_msg void OnRadioString();
afx_msg void OnRadioFile();
afx_msg void OnEncipher();
afx_msg void OnDecipher();
afx_msg void OnOpenPlain();
afx_msg void OnOpenCipher();
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_VIGENERADLG_H__E576C062_5792_43E2_BBA1_606AC96EDBFE__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -