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

📄 ministatic.cpp

📁 聊天室 可以群聊 exe文件图标可以在任务栏的通知区显示,
💻 CPP
字号:
// MiniStatic.cpp : implementation file
//

#include "stdafx.h"
#include "猩猩即时通.h"
#include "MiniStatic.h"

#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] = __FILE__;
#endif

/////////////////////////////////////////////////////////////////////////////
// CMiniStatic

CMiniStatic::CMiniStatic()
{
}

CMiniStatic::~CMiniStatic()
{
}


BEGIN_MESSAGE_MAP(CMiniStatic, CStatic)
	//{{AFX_MSG_MAP(CMiniStatic)
	ON_WM_LBUTTONUP()
	//}}AFX_MSG_MAP
END_MESSAGE_MAP()

/////////////////////////////////////////////////////////////////////////////
// CMiniStatic message handlers

void CMiniStatic::OnLButtonUp(UINT nFlags, CPoint point) 
{
	// TODO: Add your message handler code here and/or call default
	((CDialog*)GetParent())->ShowWindow(SW_HIDE);
	CStatic::OnLButtonUp(nFlags, point);
}

⌨️ 快捷键说明

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