📄 new.h
字号:
#if !defined(AFX_NEW_H__DBB8D034_54F8_49A2_BF82_4E916FCC9072__INCLUDED_)
#define AFX_NEW_H__DBB8D034_54F8_49A2_BF82_4E916FCC9072__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// New.h : header file
//
#include "TestZnPDFLibrarianDLLDlg.h"
/////////////////////////////////////////////////////////////////////////////
// CNew dialog
class CNew : public CDialog
{
friend class CSearchStatus;
// Construction
public:
BOOL SelDir(char szPath[]);
static DWORD ThreadProc(LPVOID lpParameter);
CNew(CWnd* pParent = NULL); // standard constructor
// CNew(CTestZnPDFLibrarianDLLDlg *pDlg) : m_pDlg( pDlg ) {}
CString m_ZindexTitle;
CString m_ZwordFinderVersion;
CString m_ZindexDescription;
CString m_ZExcludeFile;
CString m_ZIncludeFile;
CString m_ZCustomField;
CString m_ZStopWord;
CTime m_time;
VARIANT filepath,pageno,pagecount;
ZPL_CatalogStatus pStatus;
CString strstatus;
// CTestZnPDFLibrarianDLLDlg *m_pDlg;
// CString m_IndexPath;//索引路径
// Dialog Data
//{{AFX_DATA(CNew)
enum { IDD = IDD_DIALOG1 };
CListCtrl m_listCustomField;
CListCtrl m_ListStopWord;
CComboBox m_CustomFieldType;
CString m_indexTitle;
CString m_ExcludeFile;
CString m_IncludeFile;
CString m_CustomField;
CString m_StopWord;
long m_WordFinderVersion;
CString m_indexDescription;
//}}AFX_DATA
private :
IPDFLibrarianPtr m_pPDFLibrarian;
IPDFIndex *m_pPDFIndex;
IPDFSearch *m_pPDFSearch;
_IPDFSearchEvents *m_pPDFSearchEvents;
CTestZnPDFLibrarianDLLDlg *m_pMainDlg ;
ZPL_CustomFieldType m_EnumCustomFieldType;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CNew)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CNew)
afx_msg void OnBuild();
afx_msg void OnRebuild();
afx_msg void OnPurge();
afx_msg void OnIncludeFile();
afx_msg void OnExcludeFile();
afx_msg void OnCustomField();
afx_msg void OnAddStopWord();
afx_msg void OnAdd();
virtual BOOL OnInitDialog();
afx_msg void OnSelchangeCombo1();
afx_msg void OnTimer(UINT nIDEvent);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_NEW_H__DBB8D034_54F8_49A2_BF82_4E916FCC9072__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -