Location:
Search - Static Text
Search list
Description: 支持文字回绕,字体和颜色,透明,及背景图片拖拽的静态控件-support text, fonts and colors, transparent, and the background image stretching static control
Platform: |
Size: 60416 |
Author: 521zheng |
Hits:
Description: 可变的静态文本控件-variable static text control
Platform: |
Size: 166912 |
Author: 王慧 |
Hits:
Description: 从Static派生,可以任意改变静态文本背景颜色和字体的颜色。-derived from Static can arbitrarily change the static text background color and font colors.
Platform: |
Size: 16384 |
Author: gwj |
Hits:
Description: 可以改变static的文字颜色和字体大小的透明控件,在图形界面有很大的用处!-can change the static text color and font size of transparent controls, the graphical interface is very useful!
Platform: |
Size: 152576 |
Author: 康伟 |
Hits:
Description: 做用户界面的时候经常要用到一些静态文本控件,显示一些文字信息,但是 MFC 提供的 CStatic类的功能过于简单,无法满足高级需求。为此我从 CStatic 派生了一个类 CLabelEx,扩展了CStatic。第一次投稿,水平不足请大家见谅。-do the user interface, often have to use some static text control, showing some textual information, but the MFC CStatic functional categories are too simple, unable to meet senior needs. This, I CStatic derived from a type CLabelEx, expanded CStatic. The first drop, the level of inadequate Please be forgiven.
Platform: |
Size: 23552 |
Author: |
Hits:
Description: A class for setting various attributes of static text such as font, color
or alignment.-A class for setting various attributes of s tatic text such as font, color or alignment.
Platform: |
Size: 3072 |
Author: 吴刚 |
Hits:
Description: 一个可以改变static文本框字体、大小、颜色的类
enum FlashType {None, Text, Background }
class CLabel : public CStatic
{
// Construction
public:
CLabel()
CLabel& SetBkColor(COLORREF crBkgnd)
CLabel& SetTextColor(COLORREF crText)
CLabel& SetText(const CString& strText)
CLabel& SetFontBold(BOOL bBold)
CLabel& SetFontName(const CString& strFont)
CLabel& SetFontUnderline(BOOL bSet)
CLabel& SetFontItalic(BOOL bSet)
CLabel& SetFontSize(int nSize)
CLabel& SetSunken(BOOL bSet)
CLabel& SetBorder(BOOL bSet)
CLabel& FlashText(BOOL bActivate)
CLabel& FlashBackground(BOOL bActivate)
CLabel& SetLink(BOOL bLink)
CLabel& SetLinkCursor(HCURSOR hCursor)
// Attributes
public:
protected:
void ReconstructFont()
COLORREF m_crText
HBRUSH m_hBrush
HBRUSH m_hwndBrush
LOGFONT m_lf
CFont m_font
CString m_strText
BOOL m_bState
BOOL m_bTimer
BOOL m_bLink
FlashType m_Type
HCURSOR m_hCursor
// Operations-A static text box can change the font, size, color, class enum FlashType (None, Text, Background) class CLabel: public CStatic (//Constructionpublic: CLabel () CLabel
Platform: |
Size: 2048 |
Author: sunrise |
Hits:
Description: 可以设置静态控件的任何类型,比如位图、图标等。该控件可以获得输入焦点,可以用空格键激活。当改变风格、文本或者字体时,超级链接可以重新改变大小。-Can set the static control of any type, such as bitmaps, icons and so on. Can be the focus of the control input can be used to activate the space bar. When the change in style, text, or font, hyperlinks can be re-change the size.
Platform: |
Size: 37888 |
Author: sqk |
Hits:
Description: vc++ 漂亮的mfc静态文本控件,可以做成多种形式的文本!-vc++ beautiful mfc static text controls, can cause various forms of text!
Platform: |
Size: 3515392 |
Author: Qin Qiang |
Hits:
Description: 实现静态文本框(Static)的鼠标单击事件-To achieve static text box (Static) of the mouse click event
Platform: |
Size: 25600 |
Author: gaodongting |
Hits:
Description: 静态文本动态显示文字,带有背景色(无重影)-Dynamic static text display text, with a background color (no ghosting)
Platform: |
Size: 24576 |
Author: ywq |
Hits:
Description: VC编程开发扩展静态文本控件经典代码VC Programming extend the classical code static text control-VC Programming extend the classical code static text control
Platform: |
Size: 34816 |
Author: bvk |
Hits:
Description: 定时器的运用,是个学习定时器很好的例子。实现定时输出静态文本到界面上。-The use of the timer, the timer is a good example of learning. Static text to achieve timing output interface.
Platform: |
Size: 38912 |
Author: 朱朝彬 |
Hits:
Description: 一个彩色静态文本控件类。
A static text color of control
-A static text color of control
Platform: |
Size: 38912 |
Author: ddslgy |
Hits:
Description: MFC中修改STATIC的文本颜色和文本字体等-MFC modify the the STATIC text color and text font, etc.
Platform: |
Size: 153600 |
Author: tc |
Hits:
Description: Changing text color on Static Control
Platform: |
Size: 137216 |
Author: SN |
Hits:
Description: VC++仿电影字幕滚动文字特效,使用了VC++自绘技术,其两个核心文件CreditsCtrl.cpp和CreditsCtrl.h已打包。
本滚动字幕为垂直滚动,文字由下而上滚动,鼠标可拖动滚动中的文字,整体拖动,鼠标可变为一个小宠物。-The imitation VC++ Subtitles scroll text effects, to use technology VC++ self-drawn, the its two the core file CreditsCtrl.cpp and CreditsCtrl.h packaged. The scrolling marquee to vertical scrolling, scrolling text from the bottom up, the mouse to drag the scroll text, the overall drag the mouse into a small pet.
Platform: |
Size: 37888 |
Author: 兰文彪 |
Hits:
Description: vc 静态文本实现上下左右滚动效果,可自己随意设置-VC static text can scroll up and down around the effect, can be arbitrarily set
Platform: |
Size: 31744 |
Author: 谭岳龙 |
Hits:
Description: 使静态文本控件的背景透明,实现风格多样化-Make the background transparent static text control
Platform: |
Size: 3808256 |
Author: 许惠敏 |
Hits:
Description: 用static text 显示实时时间,以掌握STATIC TEXT-show time
Platform: |
Size: 63488 |
Author: 胡幸超 |
Hits:
« 12
3
4
5
6
7
8
9
10
...
23
»