資源簡(jiǎn)介
C#滾動(dòng)字幕,很簡(jiǎn)單的實(shí)例源碼
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Data;
using?System.Drawing;
using?System.Linq;
using?System.Text;
using?System.Windows.Forms;
namespace?FollCaption
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????listBox1.Top?=?this.Height;
????????????this.Focus();
????????}
????????private?void?timer1_Tick(object?sender?EventArgs?e)
????????{
????????????if?(listBox1.Top?-listBox1.Height)
????????????{
????????????????listBox1.Top?=?this.Height;
????????????}
????????????listBox1.Top?=?listBox1.Top?-?5;
????????????this.Focus();
????????}
????}
}
?屬性????????????大小?????日期????時(shí)間???名稱(chēng)
-----------?---------??----------?-----??----
?????目錄???????????0??2013-01-10?11:20??滾動(dòng)字幕\
?????目錄???????????0??2013-01-10?11:20??滾動(dòng)字幕\FollCaption\
?????文件?????????923??2009-02-11?11:48??滾動(dòng)字幕\FollCaption.sln
?????文件???????14336??2009-02-11?13:04??滾動(dòng)字幕\FollCaption.suo
?????目錄???????????0??2013-01-10?11:20??滾動(dòng)字幕\FollCaption\bin\
?????目錄???????????0??2013-01-10?11:20??滾動(dòng)字幕\FollCaption\bin\Debug\
?????文件???????12288??2009-02-11?13:04??滾動(dòng)字幕\FollCaption\bin\Debug\FollCaption.exe
?????文件???????24064??2009-02-11?13:04??滾動(dòng)字幕\FollCaption\bin\Debug\FollCaption.pdb
?????文件???????14328??2009-02-11?13:04??滾動(dòng)字幕\FollCaption\bin\Debug\FollCaption.vshost.exe
?????文件?????????490??2007-07-21?01:33??滾動(dòng)字幕\FollCaption\bin\Debug\FollCaption.vshost.exe.manifest
?????文件????????3733??2009-02-11?11:55??滾動(dòng)字幕\FollCaption\FollCaption.csproj
?????文件?????????798??2009-02-11?13:04??滾動(dòng)字幕\FollCaption\Form1.cs
?????文件????????5809??2009-02-11?13:02??滾動(dòng)字幕\FollCaption\Form1.Designer.cs
?????文件????????6008??2009-02-11?13:02??滾動(dòng)字幕\FollCaption\Form1.resx
?????目錄???????????0??2013-01-10?11:20??滾動(dòng)字幕\FollCaption\obj\
?????目錄???????????0??2013-01-10?11:20??滾動(dòng)字幕\FollCaption\obj\Debug\
?????文件?????????984??2009-02-11?13:04??滾動(dòng)字幕\FollCaption\obj\Debug\FollCaption.csproj.FileListAbsolute.txt
?????文件?????????847??2009-02-11?13:02??滾動(dòng)字幕\FollCaption\obj\Debug\FollCaption.csproj.GenerateResource.Cache
?????文件???????12288??2009-02-11?13:04??滾動(dòng)字幕\FollCaption\obj\Debug\FollCaption.exe
?????文件?????????180??2009-02-11?13:02??滾動(dòng)字幕\FollCaption\obj\Debug\FollCaption.Form1.resources
?????文件???????24064??2009-02-11?13:04??滾動(dòng)字幕\FollCaption\obj\Debug\FollCaption.pdb
?????文件?????????180??2009-02-11?13:02??滾動(dòng)字幕\FollCaption\obj\Debug\FollCaption.Properties.Resources.resources
?????目錄???????????0??2012-05-02?09:50??滾動(dòng)字幕\FollCaption\obj\Debug\TempPE\
?????文件?????????492??2009-02-11?11:48??滾動(dòng)字幕\FollCaption\Program.cs
?????目錄???????????0??2013-01-10?11:20??滾動(dòng)字幕\FollCaption\Properties\
?????文件????????1354??2009-02-11?11:48??滾動(dòng)字幕\FollCaption\Properties\AssemblyInfo.cs
?????文件????????2872??2009-02-11?11:48??滾動(dòng)字幕\FollCaption\Properties\Resources.Designer.cs
?????文件????????5612??2009-02-11?11:48??滾動(dòng)字幕\FollCaption\Properties\Resources.resx
?????文件????????1096??2009-02-11?11:48??滾動(dòng)字幕\FollCaption\Properties\Settings.Designer.cs
?????文件?????????249??2009-02-11?11:48??滾動(dòng)字幕\FollCaption\Properties\Settings.settings
評(píng)論
共有 條評(píng)論