www.pudn.com > endecipher.rar > Dlg_Idea.h
#if !defined(AFX_DLG_IDEA_H__7D04CC1B_D533_4D93_AA32_9495BDDED52E__INCLUDED_)
#define AFX_DLG_IDEA_H__7D04CC1B_D533_4D93_AA32_9495BDDED52E__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Dlg_Idea.h : header file
//
#include "FileOperator.h"
#include "Idea.h"
/////////////////////////////////////////////////////////////////////////////
// CDlg_Idea dialog
class CDlg_Idea : public CDialog
{
// Construction
public:
CDlg_Idea(CWnd* pParent = NULL); // standard constructor
char * Encipher(CString a);
char * Decipher(CString a);
// Dialog Data
//{{AFX_DATA(CDlg_Idea)
enum { IDD = IDD_DIALOG_IDEA };
CFileOperator file;
CStatic m_sp;
CStatic m_fp;
CButton m_file;
CButton m_string;
CStatic m_sc;
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_cstring;
CString m_pfpath;
CString m_pstring;
int m_t;
CString m_key;
CIdea idea;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDlg_Idea)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CDlg_Idea)
afx_msg void OnRadioS();
afx_msg void OnRadioF();
afx_msg void OnBUTTONEncipher();
afx_msg void OnBUTTONDecipher();
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_IDEA_H__7D04CC1B_D533_4D93_AA32_9495BDDED52E__INCLUDED_)