⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 qqface.h

📁 一个多方面查询的系统,也是很辛苦找到,并且做管理系统很多方面都用到的
💻 H
字号:
// QQFace.h: interface for the CQQFace class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_QQFACE_H__DEE2C5CB_547E_49EE_BE88_DF468B4DADB9__INCLUDED_)
#define AFX_QQFACE_H__DEE2C5CB_547E_49EE_BE88_DF468B4DADB9__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "MyLabel.h"
#include "MyList.h"

class CQQFace  
{
public:
	class CFolder
	{
	public:
		CFolder();
		virtual  ~CFolder();
		CMyLabel *button;
		CMyList  *Items;
		int       index;
	};

public:
	CMyLabel * GetFolderItem(int folder,int item);
	int GetFolderSize(int folder);
	void deleteItem(int folder,int act);
	void SetItemAnimate(int folder, int act,bool animate);
	void cleanFolder(int iFolder);
	void OnTimer();
	void ListUp();
	void ListDown();
	void setPos(CRect rc);
	void AnimateFolderScroll(int hit);
	void OutRect();
	void OnMouseMove(CPoint point);
	void OnRButtonDown(CPoint point);
	void OnLButtonUp(CPoint point);
	void OnLButtonDown(CPoint point);
	void AddItem(int ifolder,char *name,int ishape,bool fromfile=false,int act=-1,char *filename=NULL);
	void draw(CDC *pDC);
	void layout();
	UINT ID;
	void AddFolder(char *cName,int iShape);
	CRect GetInsideRect(int ifolder);
	CWnd *pParentWnd;
	CRect QRect;
	int iSelFolder;
	CPtrArray arFolders;
	int iFolderhigh;
	CQQFace(CWnd *parentWnd,UINT id);
	CQQFace();
	virtual ~CQQFace();

	

};

#endif // !defined(AFX_QQFACE_H__DEE2C5CB_547E_49EE_BE88_DF468B4DADB9__INCLUDED_)

⌨️ 快捷键说明

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