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

📄 030300816dlg.h

📁 1、对于凯撒密文
💻 H
字号:
// 030300816Dlg.h : header file
//

#if !defined(AFX_030300816DLG_H__402FC695_29DA_4A32_82ED_828F780BE60B__INCLUDED_)
#define AFX_030300816DLG_H__402FC695_29DA_4A32_82ED_828F780BE60B__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
#include "030300816.h"
#include "CaesarDeDlg.h"
#include "SubDeDlg.h"
#include "RandomDlg.h"
#include "SubKeywordDlg.h"
#include "DictDlg.h"
#include "Dictionary.h"
#include "TaskbarNotifier.h"
#include "stdafx.h"
#include "DesDlg.h"
#include "VigeneraDlg.h"
#include "IdeaDlg.h"
#include "KeywordDlg.h"
#include "LfsrDlg.h"
#include "PlayfairDlg.h"
#include "Rc4Dlg.h"
#include "CaesarDlg.h"
/////////////////////////////////////////////////////////////////////////////
// CMy030300816Dlg dialog

class CMy030300816Dlg : public CDialog
{
// Construction
public:
	CMy030300816Dlg(CWnd* pParent = NULL);	// standard constructor
	CDictionary dictionary;
	DWORD dwDictThreadId;
	HANDLE hDictThread;
	
// Dialog Data
	//{{AFX_DATA(CMy030300816Dlg)
	enum { IDD = IDD_MY030300816_DIALOG };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

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

// Implementation
protected:
	afx_msg void OnContextMenu(CWnd*, CPoint point);
	CMenu * pNewMenu;
	HICON m_hIcon;
	HCURSOR m_hTORO_BEAM;
	HCURSOR m_hTORO_HAND;
	HCURSOR m_hTORO_MOVE;
	HCURSOR m_hTORO_WAIT;

	HCURSOR m_hArrow;
	HCURSOR m_hHand;
	HCURSOR m_hBeam;
	HCURSOR m_hPen;
	HCURSOR m_hMove;
	CTaskbarNotifier m_wndTaskbarNotifier;
//	CComQIPtr<ISkin> pSkin1;
//	CComQIPtr<ISkin> pSkin2;
	// Generated message map functions
	//{{AFX_MSG(CMy030300816Dlg)
	virtual BOOL OnInitDialog();
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam);
	afx_msg void OnPaint();
	afx_msg HCURSOR OnQueryDragIcon();
	afx_msg void OnCaesarDe();
	afx_msg void OnSubDe();
	afx_msg void OnAboutbox();
	afx_msg void OnDict();
	afx_msg void OnSubKeyword();
	afx_msg void OnSubRandom();
	afx_msg void OnDes();
	afx_msg void OnVigenera();
	afx_msg void OnIdea();
	afx_msg void OnKeyword();
	afx_msg void OnLfsr();
	afx_msg void OnPlayfair();
	afx_msg void OnRc4();
	afx_msg void OnCaesar();
	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_030300816DLG_H__402FC695_29DA_4A32_82ED_828F780BE60B__INCLUDED_)

⌨️ 快捷键说明

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