dlg_replace.h
来自「人工智能课程设计之二」· C头文件 代码 · 共 84 行
H
84 行
#if !defined(AFX_DLG_REPLACE_H__1E9112C3_7A00_4285_86A2_913B7D82020C__INCLUDED_)
#define AFX_DLG_REPLACE_H__1E9112C3_7A00_4285_86A2_913B7D82020C__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Dlg_Replace.h : header file
//
#include "FileOperator.h"
#include "Dict.h"
/////////////////////////////////////////////////////////////////////////////
// Dlg_Replace dialog
class Dlg_Replace : public CDialog
{
// Construction
public:
Dlg_Replace(CWnd* pParent = NULL); // standard constructor
bool Possible(int lr,char * a,char * b);
void PSearch(int st);
bool Test(int lr,char * a,char * b);
int Select();
void Search(int deep);
// Dialog Data
//{{AFX_DATA(Dlg_Replace)
enum { IDD = IDD_REPLACE_DIALOG };
CButton m_string;
CStatic m_ssp;
CStatic m_ssc;
CStatic m_fp;
CButton m_file;
CStatic m_fc;
CEdit m_PFP;
CButton m_openp;
CButton m_openc;
CEdit m_CFP;
CEdit m_SP;
CEdit m_SC;
int m_s;
CString m_cfpath;
CString m_sc;
CString m_sp;
long m_time;
CString m_pfpath;
CString m_begin;
CString m_end;
CString m_cipher;
CString m_plain;
CFileOperator file;
CDict Dict;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(Dlg_Replace)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(Dlg_Replace)
virtual BOOL OnInitDialog();
afx_msg void OnBUTTONExit();
afx_msg void OnRADIOString();
afx_msg void OnRADIOFile();
afx_msg void OnDecipherButton();
afx_msg void OnOpenCipherButton();
afx_msg void OnOpenPlainButton();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DLG_REPLACE_H__1E9112C3_7A00_4285_86A2_913B7D82020C__INCLUDED_)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?