📄 docfiledlg.h
字号:
#if !defined(AFX_DOCFILEDLG_H__288EE027_7765_4D04_9F1E_56135C991FFF__INCLUDED_)
#define AFX_DOCFILEDLG_H__288EE027_7765_4D04_9F1E_56135C991FFF__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// DocFileDlg.h : header file
//
#include "msword8.h"
/////////////////////////////////////////////////////////////////////////////
// CDocFileDlg dialog
class CDocFileDlg : public CDialog
{
// Construction
void ClipWindow();
CBrush brush,lbbrh;
CStringList fileList;
POSITION pos;
CString filename;
void GetWords(CString s);
CString strWord;
HANDLE hEci;
HANDLE Read(CString s);
public:
CDocFileDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CDocFileDlg)
enum { IDD = IDD_DOCFILEDLG_DIALOG };
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CDocFileDlg)
public:
virtual BOOL DestroyWindow();
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
char pointchar;
// Generated message map functions
//{{AFX_MSG(CDocFileDlg)
virtual void OnOK();
virtual void OnCancel();
virtual BOOL OnInitDialog();
afx_msg HBRUSH OnCtlColor(CDC* pDC, CWnd* pWnd, UINT nCtlColor);
afx_msg void OnLButtonDblClk(UINT nFlags, CPoint point);
afx_msg void OnPaint();
afx_msg void OnTimer(UINT nIDEvent);
afx_msg void OnRButtonDblClk(UINT nFlags, CPoint point);
afx_msg void OnMouseMove(UINT nFlags, CPoint point);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_DOCFILEDLG_H__288EE027_7765_4D04_9F1E_56135C991FFF__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -