📄 tabbrowseview.h
字号:
#if !defined(AFX_TABBROWSEVIEW_H__787573FF_2707_49EE_B0D8_FD467C47C780__INCLUDED_)
#define AFX_TABBROWSEVIEW_H__787573FF_2707_49EE_B0D8_FD467C47C780__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// TabBrowseView.h : header file
//
#include "TabBrowseDoc.h"
/////////////////////////////////////////////////////////////////////////////
// CTabBrowseView view
class CTabBrowseView : public CTreeView
{
protected:
CTabBrowseView(); // protected constructor used by dynamic creation
DECLARE_DYNCREATE(CTabBrowseView)
// Attributes
public:
// Operations
public:
void UpdateView();
CTabBrowseDoc * GetDocument();
CTreeCtrl* m_pTreeCtrl;
CImageList m_ImageList;
CString m_strQueryType;
// Overrides
// ClassWizard generated virtual function overrides
//{{AFX_VIRTUAL(CTabBrowseView)
public:
virtual void OnInitialUpdate();
virtual BOOL IsSelected(const CObject* pDocItem) const;
protected:
virtual void OnDraw(CDC* pDC); // overridden to draw this view
virtual BOOL PreCreateWindow(CREATESTRUCT& cs);
//}}AFX_VIRTUAL
// Implementation
protected:
virtual ~CTabBrowseView();
#ifdef _DEBUG
virtual void AssertValid() const;
virtual void Dump(CDumpContext& dc) const;
#endif
// Generated message map functions
protected:
//{{AFX_MSG(CTabBrowseView)
afx_msg void OnDblclk(NMHDR* pNMHDR, LRESULT* pResult);
//}}AFX_MSG
DECLARE_MESSAGE_MAP()
};
#ifndef _DEBUG // debug version in TabFileView.cpp
inline CTabBrowseDoc* CTabBrowseView::GetDocument()
{ return (CTabBrowseDoc*)m_pDocument; }
#endif
/////////////////////////////////////////////////////////////////////////////
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_TABBROWSEVIEW_H__787573FF_2707_49EE_B0D8_FD467C47C780__INCLUDED_)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -