字幕滚动及秒表

所属分类:界面编程
开发工具:Delphi
文件大小:204KB
下载次数:80
上传日期:2005-05-31 20:32:45
上 传 者zelosor
说明:  滚动字幕:滚动字幕的窗体为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)

文件列表:
字幕滚动及秒表\Dynamic1.dpr (278, 2005-04-17)
字幕滚动及秒表\Dynamic1.res (876, 2005-04-16)
字幕滚动及秒表\timer.dcu (6057, 2005-04-17)
字幕滚动及秒表\scroll.dcu (6723, 2005-04-20)
字幕滚动及秒表\dynamic.dcu (4474, 2005-04-20)
字幕滚动及秒表\Dynamic1.exe (452608, 2005-05-03)
字幕滚动及秒表\Dynamic1.~dpr (278, 2005-04-16)
字幕滚动及秒表\dynamic.pas (913, 2005-04-16)
字幕滚动及秒表\dynamic.~pas (913, 2005-04-16)
字幕滚动及秒表\dynamic.dfm (1692, 2005-04-17)
字幕滚动及秒表\dynamic.~dfm (1692, 2005-04-16)
字幕滚动及秒表\dynamic.ddp (51, 2005-04-17)
字幕滚动及秒表\dynamic.~ddp (51, 2005-04-16)
字幕滚动及秒表\scroll.pas (2495, 2005-04-20)
字幕滚动及秒表\scroll.~pas (2495, 2005-04-20)
字幕滚动及秒表\scroll.dfm (3802, 2005-04-20)
字幕滚动及秒表\scroll.~dfm (3802, 2005-04-20)
字幕滚动及秒表\scroll.ddp (51, 2005-04-20)
字幕滚动及秒表\scroll.~ddp (51, 2005-04-20)
字幕滚动及秒表\timer.pas (1940, 2005-04-17)
字幕滚动及秒表\timer.~pas (1940, 2005-04-17)
字幕滚动及秒表\timer.dfm (2274, 2005-04-26)
字幕滚动及秒表\timer.~dfm (2276, 2005-04-17)
字幕滚动及秒表\timer.ddp (51, 2005-04-26)
字幕滚动及秒表\timer.~ddp (51, 2005-04-17)
字幕滚动及秒表\Dynamic1.dof (2266, 2005-04-26)
字幕滚动及秒表\Dynamic1.cfg (406, 2005-04-26)
字幕滚动及秒表 (0, 2005-04-20)

近期下载者

相关文件


收藏者