📄 getdocinfo.h
字号:
#if !defined(AFX_GETDOCINFO_H__35412E8C_B82D_459F_9683_480A1BE56C23__INCLUDED_)
#define AFX_GETDOCINFO_H__35412E8C_B82D_459F_9683_480A1BE56C23__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// GetDocInfo.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CGetDocInfo dialog
class CGetDocInfo : public CDialog
{
// Construction
public:
CGetDocInfo(CWnd* pParent = NULL); // standard constructor
CString delkey[100],titlename2[100],titlename1[100];
int delkeyi,newkeyi;
// Dialog Data
//{{AFX_DATA(CGetDocInfo)
enum { IDD = IDD_DOCINFO };
long m_cdocinfocount;
long m_cdocinfoi;
CString m_cdocinfo;
CString m_keyword;
CString m_subject;
CString m_title;
CString m_author;
CString m_cdocinfokey;
long m_pagenum;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CGetDocInfo)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CGetDocInfo)
afx_msg void OnDocinfoshow();
afx_msg void OnDelcdocinfo2();
afx_msg void OnCinfonext();
afx_msg void OnAddcdocinfo();
afx_msg void OnNewinfo();
virtual BOOL OnInitDialog();
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_GETDOCINFO_H__35412E8C_B82D_459F_9683_480A1BE56C23__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -