文件名称:ScrollText
介绍说明--下载内容均来自于网络,请自行研究使用
05年时我曾在TCustomLabel的基础上写了一个简单的滚动字幕控件,也就是TScrollText,不过TScrollText只适用于少量文本,在滚动大量文本时速度会越来越慢,最后CPU占用率会升至100 !
这次发布的TSkyScrollText则可以用来滚动显示大文本,在显示大文本时其速度不会有太大变化,可以用来做大屏幕滚动字幕程序了,呵呵。
本次发布的代码是几年前就实现的,只支持D5~D2007的非Unicode版本。- 2005 when I worked in TCustomLabel written on the basis of a simple scrolling marquee control, that is TScrollText, but TScrollText applies only to a small text, large amounts of text when the scroll speed will become slower, and finally CPU occupancy rate will rise 100 !
The release TSkyScrollText can be used to scroll the display large text, large text in the display when its speed will not change much, can be used to enlarge the screen marquee program, huh.
This release of the code is implemented a few years ago, only supports D5 ~ D2007 non-Unicode version.
这次发布的TSkyScrollText则可以用来滚动显示大文本,在显示大文本时其速度不会有太大变化,可以用来做大屏幕滚动字幕程序了,呵呵。
本次发布的代码是几年前就实现的,只支持D5~D2007的非Unicode版本。- 2005 when I worked in TCustomLabel written on the basis of a simple scrolling marquee control, that is TScrollText, but TScrollText applies only to a small text, large amounts of text when the scroll speed will become slower, and finally CPU occupancy rate will rise 100 !
The release TSkyScrollText can be used to scroll the display large text, large text in the display when its speed will not change much, can be used to enlarge the screen marquee program, huh.
This release of the code is implemented a few years ago, only supports D5 ~ D2007 non-Unicode version.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ScrollTest.exe
ScrollTest.res
SkyScrollText.dcr
SkyScrollText.pas
Unit1.dfm
Unit1.pas
ScrollTest.dpr