fvpageshelltree.h

来自「枚举主机网络设备」· C头文件 代码 · 共 74 行

H
74
字号
#if !defined(AFX_FVQQBARPG3_H__FE194848_3307_4423_9F4F_5F850AA6127E__INCLUDED_)
#define AFX_FVQQBARPG3_H__FE194848_3307_4423_9F4F_5F850AA6127E__INCLUDED_

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

#include "FVPage.h"
///////////////////////////////////////////////////////////////////////////
// CFVPageShellTree form view

#ifndef __AFXEXT_H__
#include <afxext.h>
#endif

class AFX_EXT_CLASS CFVPageShellTree : public CFVPage
{
protected:
	DECLARE_DYNCREATE(CFVPageShellTree)

// Form Data
public:
	CFVPageShellTree(CString strPageLable="",CString strFileName="",CString strFileContent="",CString strQQIconFolder="");           // protected constructor used by dynamic creation
	virtual ~CFVPageShellTree();
	//{{AFX_DATA(CFVPageShellTree)
	enum { IDD = IDD_HCONTROL_FV_PG_SHELL_TREE };
		// NOTE: the ClassWizard will add data members here
	//}}AFX_DATA

// Attributes
public:

protected:
	CHShellTree			m_oHShellTree;
	CHDirectoryTree		m_oTree;
	CFont				m_Font;
// Operations
public:
protected:
	virtual void		CreateBar();
	void GenerateTree();
	CString GetProfileName();

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CFVPageShellTree)
	public:
	virtual void InitBar();
	virtual BOOL Create(LPCTSTR lpszClassName, LPCTSTR lpszWindowName, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID, CCreateContext* pContext = NULL);
	protected:
	virtual void DoDataExchange(CDataExchange* pDX);    // DDX/DDV support
	//}}AFX_VIRTUAL

// Implementation
protected:

	// Generated message map functions
	//{{AFX_MSG(CFVPageShellTree)
	afx_msg void OnSize(UINT nType, int cx, int cy);
	afx_msg long OnClickTreeItem(UINT wParm,LONG lParm);
	//}}AFX_MSG
	DECLARE_MESSAGE_MAP()
private:
};

/////////////////////////////////////////////////////////////////////////////

//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.

#endif // !defined(AFX_FVQQBARPG3_H__FE194848_3307_4423_9F4F_5F850AA6127E__INCLUDED_)

⌨️ 快捷键说明

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