www.pudn.com > endecipher.rar > Dlg_Rc4.h
#if !defined(AFX_DLG_RC4_H__F055BCBF_C658_4612_83DD_C7FA0A5C1D04__INCLUDED_)
#define AFX_DLG_RC4_H__F055BCBF_C658_4612_83DD_C7FA0A5C1D04__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Dlg_Rc4.h : header file
//
#include "FileOperator.h"
/////////////////////////////////////////////////////////////////////////////
// CDlg_Rc4 dialog
class CDlg_Rc4 : public CDialog
{
// Construction
public:
CDlg_Rc4(CWnd* pParent = NULL); // standard constructor
char * Encipher(CString a);
char * Decipher(CString a);
// Dialog Data
//{{AFX_DATA(CDlg_Rc4)
enum { IDD = IDD_DIALOG_RC4 };
CFileOperator file;
CButton m_file;
CButton m_string;
CStatic m_sp;
CStatic m_sc;
CStatic m_fp;
CStatic m_fc;
CEdit m_ps;
CEdit m_cs;
CEdit m_pfp;
CEdit m_cfp;
CButton m_openpf;
CButton m_opencf;
CString m_cfpath;
CString m_pfpath;
CString m_cstring;
CString m_pstring;
int m_t;
CString m_k;
CString m_s;
int m_k1;
int m_k2;
int m_k3;
int m_k4;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlg_Rc4)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
virtual BOOL OnInitDialog();
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlg_Rc4)
afx_msg void OnRadioS();
afx_msg void OnRadioF();
afx_msg void OnBUTTONEncipher();
afx_msg void OnBUTTONDecipher();
afx_msg bool OnSetButton();
afx_msg void OnBUTTONOpenP();
afx_msg void OnBUTTONOpenC();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_RC4_H__F055BCBF_C658_4612_83DD_C7FA0A5C1D04__INCLUDED_)