www.pudn.com > des.rar > desDlg.h


// desDlg.h : header file 
// 
 
#if !defined(AFX_DESDLG_H__73A71EF0_F72B_4FAE_AFFD_36793C357A59__INCLUDED_) 
#define AFX_DESDLG_H__73A71EF0_F72B_4FAE_AFFD_36793C357A59__INCLUDED_ 
 
#if _MSC_VER > 1000 
#pragma once 
#endif // _MSC_VER > 1000 
 
///////////////////////////////////////////////////////////////////////////// 
// CDesDlg dialog 
 
class CDesDlg : public CDialog 
{ 
// Construction 
public: 
 
	char skey[8]; 
	char* miwen; 
	char* mingwen; 
	CDesDlg(CWnd* pParent = NULL);	// standard constructor 
 
// Dialog Data 
	//{{AFX_DATA(CDesDlg) 
	enum { IDD = IDD_DES_DIALOG }; 
	CString	m_miyao; 
	CString	m_miwen; 
	CString	m_mingwen; 
	//}}AFX_DATA 
 
	// ClassWizard generated virtual function overrides 
	//{{AFX_VIRTUAL(CDesDlg) 
	protected: 
	virtual void DoDataExchange(CDataExchange* pDX);	// DDX/DDV support 
	//}}AFX_VIRTUAL 
 
// Implementation 
protected: 
	HICON m_hIcon; 
 
	// Generated message map functions 
	//{{AFX_MSG(CDesDlg) 
	virtual BOOL OnInitDialog(); 
	afx_msg void OnSysCommand(UINT nID, LPARAM lParam); 
	afx_msg void OnPaint(); 
	afx_msg HCURSOR OnQueryDragIcon(); 
	afx_msg void On1des(); 
	afx_msg void OnChangemiyao(); 
	afx_msg void OnChangemingwen(); 
	afx_msg void OnChangemiwen(); 
	afx_msg void Onjiemi(); 
	afx_msg void On2des(); 
	afx_msg void Onjiemi2(); 
	afx_msg void On3des(); 
	afx_msg void Onjiemi3(); 
	afx_msg void Oncbc(); 
	afx_msg void Oncfb(); 
	afx_msg void OnJ_cbc(); 
	afx_msg void OnJ_cfb(); 
	afx_msg void Onofb(); 
	afx_msg void OnJ_ofb(); 
	afx_msg void OnJ_ctr(); 
	afx_msg void Onctr(); 
	//}}AFX_MSG 
	DECLARE_MESSAGE_MAP() 
}; 
 
//{{AFX_INSERT_LOCATION}} 
// Microsoft Visual C++ will insert additional declarations immediately before the previous line. 
 
#endif // !defined(AFX_DESDLG_H__73A71EF0_F72B_4FAE_AFFD_36793C357A59__INCLUDED_)