資源簡介
實(shí)現(xiàn)滾動字幕
代碼片段和文件信息
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í)間???名稱
-----------?---------??----------?-----??----
?????文件??????12288??2019-01-20?15:19??滾動字幕\FollCaption\bin\Debug\FollCaption.exe
?????文件??????24064??2019-01-20?15:19??滾動字幕\FollCaption\bin\Debug\FollCaption.pdb
?????文件??????14328??2019-01-20?15:19??滾動字幕\FollCaption\bin\Debug\FollCaption.vshost.exe
?????文件????????490??2019-01-20?15:19??滾動字幕\FollCaption\bin\Debug\FollCaption.vshost.exe.manifest
?????文件???????3733??2019-01-20?15:19??滾動字幕\FollCaption\FollCaption.csproj
?????文件????????798??2019-01-20?15:19??滾動字幕\FollCaption\Form1.cs
?????文件???????5809??2019-01-20?15:19??滾動字幕\FollCaption\Form1.Designer.cs
?????文件???????6008??2019-01-20?15:19??滾動字幕\FollCaption\Form1.resx
?????文件????????984??2019-01-20?15:19??滾動字幕\FollCaption\obj\Debug\FollCaption.csproj.FileListAbsolute.txt
?????文件????????847??2019-01-20?15:19??滾動字幕\FollCaption\obj\Debug\FollCaption.csproj.GenerateResource.Cache
?????文件??????12288??2019-01-20?15:19??滾動字幕\FollCaption\obj\Debug\FollCaption.exe
?????文件????????180??2019-01-20?15:19??滾動字幕\FollCaption\obj\Debug\FollCaption.Form1.resources
?????文件??????24064??2019-01-20?15:19??滾動字幕\FollCaption\obj\Debug\FollCaption.pdb
?????文件????????180??2019-01-20?15:19??滾動字幕\FollCaption\obj\Debug\FollCaption.Properties.Resources.resources
?????文件????????492??2019-01-20?15:19??滾動字幕\FollCaption\Program.cs
?????文件???????1354??2019-01-20?15:19??滾動字幕\FollCaption\Properties\AssemblyInfo.cs
?????文件???????2872??2019-01-20?15:19??滾動字幕\FollCaption\Properties\Resources.Designer.cs
?????文件???????5612??2019-01-20?15:19??滾動字幕\FollCaption\Properties\Resources.resx
?????文件???????1096??2019-01-20?15:19??滾動字幕\FollCaption\Properties\Settings.Designer.cs
?????文件????????249??2019-01-20?15:19??滾動字幕\FollCaption\Properties\Settings.settings
?????文件????????923??2019-01-20?15:19??滾動字幕\FollCaption.sln
????..A..H.?????14336??2019-01-20?15:19??滾動字幕\FollCaption.suo
?????目錄??????????0??2019-01-20?15:19??滾動字幕\FollCaption\obj\Debug\TempPE
?????目錄??????????0??2019-01-20?15:19??滾動字幕\FollCaption\bin\Debug
?????目錄??????????0??2019-01-20?15:19??滾動字幕\FollCaption\obj\Debug
?????目錄??????????0??2019-01-20?15:19??滾動字幕\FollCaption\bin
?????目錄??????????0??2019-01-20?15:19??滾動字幕\FollCaption\obj
?????目錄??????????0??2019-01-20?15:19??滾動字幕\FollCaption\Properties
?????目錄??????????0??2019-01-20?15:19??滾動字幕\FollCaption
?????目錄??????????0??2019-01-20?15:19??滾動字幕
............此處省略3個(gè)文件信息
評論
共有 條評論