filetree.h

来自「自编的一个SQL服务器,实现服务器的基本功能」· C头文件 代码 · 共 52 行

H
52
字号
#if !defined(AFX_FILETREE_H__FD3A97D5_FF03_4C76_86E3_F84EAB17124D__INCLUDED_)
#define AFX_FILETREE_H__FD3A97D5_FF03_4C76_86E3_F84EAB17124D__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// FileTree.h : header file
//

/////////////////////////////////////////////////////////////////////////////
// CFileTree window

class CFileTree : public CTreeCtrl
{
// Construction
public:
	CFileTree();

// Attributes
public:
	UINT	m_menuID1, m_menuID2;

// Operations
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CMyTree)
	//}}AFX_VIRTUAL

// Implementation
public:
	virtual ~CFileTree();
	UINT GetMenuID(int num);
	void SetMenuID(UINT nID1, UINT nID2);

	// Generated message map functions
protected:
	//{{AFX_MSG(CMyTree)
	afx_msg void OnRButtonDown(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_FILETREE_H__FD3A97D5_FF03_4C76_86E3_F84EAB17124D__INCLUDED_)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?