📄 balloon.cpp
字号:
///////////////////////////////////////////////////////////////////////////////
// class CBalloon
//
// Author: Rajesh C K R
// email: rajeshckr@usa.net
// page: http://www.cybertalkonline.com
// Copyright ?2000, Rajesh C K R
//
// This code provided "AS IS," without warranty of any kind.
// You may freely use or modify this code provided this
// Copyright is included in all derived versions.
//
// version : 1.0
#include "stdafx.h"
#include "Balloon.h"
/////////////////////////////////////////////////////////////////////////////
// CBalloon
UINT CBalloon::m_sActiveCount=0;
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -