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

📄 minifrienddialog.h

📁 墨香最新私服
💻 H
字号:
// MiniFriendDialog.h: interface for the CMiniFriendDialog class.
//
//////////////////////////////////////////////////////////////////////

#if !defined(AFX_MINIFRIENDDIALOG_H__3565EDD2_97D4_4E4F_8535_23A911D95094__INCLUDED_)
#define AFX_MINIFRIENDDIALOG_H__3565EDD2_97D4_4E4F_8535_23A911D95094__INCLUDED_

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

#include "INTERFACE\cDialog.h"
#include ".\interface\cWindowHeader.h"

class CMiniFriendDialog : public cDialog  
{
	cStatic * m_pName;
	cEditBox * m_pNameEdit;
	cButton * m_pAddOkBtn;
	cButton * m_pAddCancelBtn;
	
public:
	CMiniFriendDialog();
	virtual ~CMiniFriendDialog();
	void Init(LONG x, LONG y, WORD wid, WORD hei, cImage * basicImage, LONG ID=0);
	void Linking();
	void SetActiveRecursive(BOOL val);
	void SetName(char* Name);
};

#endif // !defined(AFX_MINIFRIENDDIALOG_H__3565EDD2_97D4_4E4F_8535_23A911D95094__INCLUDED_)

⌨️ 快捷键说明

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