fvpageqqbarwithtree.h

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

H
71
字号
#if !defined(AFX_FVQQBARPG1_H__47AF8D8F_AB46_498F_9A47_0D6806D1B041__INCLUDED_)
#define AFX_FVQQBARPG1_H__47AF8D8F_AB46_498F_9A47_0D6806D1B041__INCLUDED_

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

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

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

class AFX_EXT_CLASS CFVPageQQBarWithTree : public CFVPage
{
protected:
//	DECLARE_DYNCREATE(CFVPageQQBarWithTree)

// Form Data
public:
	CFVPageQQBarWithTree(CString strPageLable="",CString strFileName="",CString strFileContent="",CString strQQIconFolder="");           // protected constructor used by dynamic creation
	virtual ~CFVPageQQBarWithTree();
	//{{AFX_DATA(CFVPageQQBarWithTree)
	enum { IDD = IDD_HCONTROL_FV_PG_QQBAR_TREE };
	//}}AFX_DATA

// Attributes
public:
	CHDirectoryTree		m_oTree;
	CFont				m_Font;

protected:
// Operations
	virtual void		CreateBar();
	void GenerateTree();
	CString GetProfileName();
public:

// Overrides
	// ClassWizard generated virtual function overrides
	//{{AFX_VIRTUAL(CFVPageQQBarWithTree)
	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(CFVPageQQBarWithTree)
	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_FVQQBARPG1_H__47AF8D8F_AB46_498F_9A47_0D6806D1B041__INCLUDED_)

⌨️ 快捷键说明

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