文件名称:字幕滚动及秒表

  • 所属分类:
  • 界面编程
  • 资源属性:
  • [Dephi] [Pascal] [源码]
  • 上传时间:
  • 2012-11-26
  • 文件大小:
  • 204kb
  • 下载次数:
  • 0次
  • 提 供 者:
  • 何**
  • 相关连接:
  • 下载说明:
  • 别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容均来自于网络,请自行研究使用

滚动字幕:滚动字幕的窗体为scrollform,在窗体中增加一个计时器Timer1、一个标签控件Label1(字幕)、一个TrackBar1(控制滚动速度)、一个MainMenu1和一个Button。主要功能可以实现字幕滚动;字幕滚动速度调节;字幕字体颜色的更改;字幕内容的更改和还原。核心代码如下: procedure Tscrollform.Timer1Timer(Sender: TObject) begin timer1.Interval:=300-TrackBar1.Position Label3.Caption:=IntToStr(210-timer1.Interval) if label2.Left+label2.Width >0 then label2.Left := label2.Left-10 else label2.Left:=Panel1.Width end   计时器:计时器的窗体为timerform,在窗体中增加一个MaskEdit1控件,一个计时器Timer2,两个按钮Start和Reset。主要功能可以实现计时,暂停、继续、重置计时器。主要思想是使用decodetime函数和计时器实现两个不同时刻相减得到总的毫秒数,再转成时、分、秒,显示在MaskEdit1控件。-rolling subtitles : Rolling subtitles for the Form scrollform, in the form of an additional timer Timer1, a label control Label1 (subtitles), a TrackBar1 (rolling speed control), a MainMenu1 and a Button. The main function can be achieved subtitles rolling; Subtitles rolling speed adjustment; Subtitles font color changes; Subtitles content changes and reduction. The core code is as follows : procedure Tscrollform.Timer1Timer (Sender : TObject) begin timer1.Interval : = 300-TrackBar1.Position Label3.Caption : = IntToStr (210-timer1.Interval) if label2.Left label2.Width gt; 0 then label2. Left : = label2.Left-10 label2.Left else : = Panel1.Width end timer : Form for the timer timerform, in the form of an additional MaskEdit1 control, a timer Timer2, two Start and Reset button. The main funct
(系统自动生成,下载前可以参看下载内容)

下载文件列表

字幕滚动及秒表

..............\dynamic.dcu

..............\dynamic.ddp

..............\dynamic.dfm

..............\dynamic.pas

..............\dynamic.~ddp

..............\dynamic.~dfm

..............\dynamic.~pas

..............\Dynamic1.cfg

..............\Dynamic1.dof

..............\Dynamic1.dpr

..............\Dynamic1.exe

..............\Dynamic1.res

..............\Dynamic1.~dpr

..............\scroll.dcu

..............\scroll.ddp

..............\scroll.dfm

..............\scroll.pas

..............\scroll.~ddp

..............\scroll.~dfm

..............\scroll.~pas

..............\timer.dcu

..............\timer.ddp

..............\timer.dfm

..............\timer.pas

..............\timer.~ddp

..............\timer.~dfm

..............\timer.~pas

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 本站是交换下载平台,提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度更多...
  • 请直接用浏览器下载本站内容,不要使用迅雷之类的下载软件,用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*主  题:
*内  容:
*验 证 码:

源码中国 www.ymcn.org