資源簡介
代碼片段和文件信息
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();
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????923??2009-02-11?11:48??sj\FollCaption\FollCaption.sln
?????文件???????14336??2009-02-11?13:04??sj\FollCaption\FollCaption.suo
?????文件????????3733??2009-02-11?11:55??sj\FollCaption\FollCaption\FollCaption.csproj
?????文件?????????798??2009-02-11?13:04??sj\FollCaption\FollCaption\Form1.cs
?????文件????????5809??2009-02-11?13:02??sj\FollCaption\FollCaption\Form1.Designer.cs
?????文件????????6008??2009-02-11?13:02??sj\FollCaption\FollCaption\Form1.resx
?????文件?????????492??2009-02-11?11:48??sj\FollCaption\FollCaption\Program.cs
?????文件???????12288??2009-02-11?13:04??sj\FollCaption\FollCaption\bin\Debug\FollCaption.exe
?????文件???????24064??2009-02-11?13:04??sj\FollCaption\FollCaption\bin\Debug\FollCaption.pdb
?????文件???????14328??2009-02-11?13:04??sj\FollCaption\FollCaption\bin\Debug\FollCaption.vshost.exe
?????文件?????????490??2007-07-21?01:33??sj\FollCaption\FollCaption\bin\Debug\FollCaption.vshost.exe.manifest
?????文件?????????984??2009-02-11?13:04??sj\FollCaption\FollCaption\obj\Debug\FollCaption.csproj.FileListAbsolute.txt
?????文件?????????847??2009-02-11?13:02??sj\FollCaption\FollCaption\obj\Debug\FollCaption.csproj.GenerateResource.Cache
?????文件???????12288??2009-02-11?13:04??sj\FollCaption\FollCaption\obj\Debug\FollCaption.exe
?????文件?????????180??2009-02-11?13:02??sj\FollCaption\FollCaption\obj\Debug\FollCaption.Form1.resources
?????文件???????24064??2009-02-11?13:04??sj\FollCaption\FollCaption\obj\Debug\FollCaption.pdb
?????文件?????????180??2009-02-11?13:02??sj\FollCaption\FollCaption\obj\Debug\FollCaption.Properties.Resources.resources
?????文件????????1354??2009-02-11?11:48??sj\FollCaption\FollCaption\Properties\AssemblyInfo.cs
?????文件????????2872??2009-02-11?11:48??sj\FollCaption\FollCaption\Properties\Resources.Designer.cs
?????文件????????5612??2009-02-11?11:48??sj\FollCaption\FollCaption\Properties\Resources.resx
?????文件????????1096??2009-02-11?11:48??sj\FollCaption\FollCaption\Properties\Settings.Designer.cs
?????文件?????????249??2009-02-11?11:48??sj\FollCaption\FollCaption\Properties\Settings.settings
?????文件?????????935??2009-01-15?15:44??sl\自定義屏保\自定義屏保.sln
?????文件???????14336??2009-02-06?10:35??sl\自定義屏保\自定義屏保.suo
?????文件????????6027??2009-01-16?10:52??sl\自定義屏保\自定義屏保\Form1.cs
?????文件????????6983??2009-01-16?09:04??sl\自定義屏保\自定義屏保\Form1.Designer.cs
?????文件????????6008??2009-01-16?09:04??sl\自定義屏保\自定義屏保\Form1.resx
?????文件?????????496??2009-01-15?15:44??sl\自定義屏保\自定義屏保\Program.cs
?????文件????????3776??2009-01-15?16:08??sl\自定義屏保\自定義屏保\自定義屏保.csproj
?????文件???????11776??2009-01-16?10:52??sl\自定義屏保\自定義屏保\bin\Debug\自定義屏保.exe
?????文件???????28160??2009-01-16?10:52??sl\自定義屏保\自定義屏保\bin\Debug\自定義屏保.pdb
............此處省略13個文件信息
- 上一篇:設置任務欄時間
- 下一篇:使用鍵盤控制窗體或控件的移動
評論
共有 條評論