📄 newdocseldlg.h
字号:
#if !defined(AFX_NEWDOCSELDLG_H__AC60C27F_1989_4B2D_85BA_79A2BFD93021__INCLUDED_)
#define AFX_NEWDOCSELDLG_H__AC60C27F_1989_4B2D_85BA_79A2BFD93021__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// NewDocSelDlg.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CNewDocSelDlg dialog
class CNewDocSelDlg : public CDialog
{
// Construction
public:
int m_nSelectedItem;
public:
CNewDocSelDlg(CWnd* pParent = NULL); // standard constructor
// Dialog Data
//{{AFX_DATA(CNewDocSelDlg)
enum { IDD = IDD_NEW_TYPE_SEL_DLG };
CListCtrl m_DocTypeList;
//}}AFX_DATA
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CNewDocSelDlg)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
CImageList m_imagelist;
// Generated message map functions
//{{AFX_MSG(CNewDocSelDlg)
virtual BOOL OnInitDialog();
afx_msg void OnClickDocTypeList(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_NEWDOCSELDLG_H__AC60C27F_1989_4B2D_85BA_79A2BFD93021__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -