📄 treelistpage.h
字号:
#if !defined(AFX_TREELISTPAGE_H__163E27F7_6629_4BFB_82D5_B06E2F796457__INCLUDED_)
#define AFX_TREELISTPAGE_H__163E27F7_6629_4BFB_82D5_B06E2F796457__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TreeListPage.h : header file
//
/////////////////////////////////////////////////////////////////////////////
// CTreeListPage dialog
class CTreeListPage : public CPropertyPage
{
DECLARE_DYNCREATE(CTreeListPage)
// Construction
public:
void RecreateTreeListControl(const DWORD &dwStyles, const DWORD &dwTreeStyles, const DWORD &dwStylesEx);
void InsertItems();
void InitTabCtrl();
void InitTreeListCtrlCols();
BOOL InitImageList();
CTreeListPage();
~CTreeListPage();
// Dialog Data
//{{AFX_DATA(CTreeListPage)
enum { IDD = IDD_TREE_LIST };
CTreeCtrl m_cTreeCtrl;
CTabCtrl m_cTabListMode;
CListCtrl m_cListCtrl;
//}}AFX_DATA
//Attributes
protected:
CImageList m_cImageListNormal, m_cImageListSmall, m_cImageListState;
// Overrides
// ClassWizard generate virtual function overrides
//{{AFX_VIRTUAL(CTreeListPage)
protected:
virtual void DoDataExchange(CDataExchange* pDX); // DDX/DDV support
//}}AFX_VIRTUAL
// Implementation
protected:
// Generated message map functions
//{{AFX_MSG(CTreeListPage)
virtual BOOL OnInitDialog();
afx_msg void OnStyles();
afx_msg void OnStylesEx();
afx_msg void OnSelchangeListCtrlMode(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnItemchangedListCtrl(NMHDR* pNMHDR, LRESULT* pResult);
afx_msg void OnSelchangedTree1(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_TREELISTPAGE_H__163E27F7_6629_4BFB_82D5_B06E2F796457__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -