📄 filteredword.h
字号:
#if !defined(AFX_FILTEREDWORD_H__E68A770C_F338_43A1_9EEE_356A66745801__INCLUDED_)
#define AFX_FILTEREDWORD_H__E68A770C_F338_43A1_9EEE_356A66745801__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FilteredWord.h : header file
//
#include "WordManage.h"
/////////////////////////////////////////////////////////////////////////////
// CFilteredWord dialog
class CFilteredWord : public CDialog
{
// Construction
public:
CFilteredWord(CWnd* pParent = NULL); // standard constructor
void ShowWord(CWordManage *ph);
int nselect;
CWordManage *m_pWordListHead;
CWordManage *m_pWordListTail;
// Dialog Data
//{{AFX_DATA(CFilteredWord)
enum { IDD = IDD_SetWordList_DLG };
CListCtrl m_ctrSetWordList;
CString m_newadded;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CFilteredWord)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CFilteredWord)
afx_msg void OnBNImportWordList();
virtual BOOL OnInitDialog();
afx_msg void OnBNADDWord();
afx_msg void OnBNDELWord();
afx_msg void OnClickSetWordList(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnBNUse();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_FILTEREDWORD_H__E68A770C_F338_43A1_9EEE_356A66745801__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -