資源簡介
C#走馬燈 示例源碼下載
代碼片段和文件信息
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;
//?Download?by?http://down.liehuo.net
namespace?Case03_2
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????this.timer1.Enabled?=?true;????//計時器可用
????????}
????????private?void?timer1_Tick(object?sender?EventArgs?e)
????????{
????????????this.panel1.Left?=?this.panel1.Left?+?10;????
????????????if?(this.panel1.Left?>?this.Width?+?10)
????????????{
????????????????this.panel1.Left?=?-?this.panel1.Width;
????????????}
????????}
????????private?void?pictureBox1_MouseEnter(object?sender?EventArgs?e)
????????{
????????????timer1.Enabled?=?false;
????????}
????????private?void?pictureBox1_MouseLeave(object?sender
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????4021??2008-06-06?18:44??photoscoll\down.liehuo.net\Case03_2\Case03_2.csproj
?????文件???????1630??2010-08-17?20:24??photoscoll\down.liehuo.net\Case03_2\Form1.cs
?????文件???????6527??2008-06-06?18:56??photoscoll\down.liehuo.net\Case03_2\Form1.Designer.cs
?????文件???????6205??2008-06-06?18:56??photoscoll\down.liehuo.net\Case03_2\Form1.resx
?????文件????????526??2010-08-17?20:24??photoscoll\down.liehuo.net\Case03_2\Program.cs
?????文件???????1409??2010-08-17?20:24??photoscoll\down.liehuo.net\Case03_2\Properties\AssemblyInfo.cs
?????文件???????3621??2010-08-17?20:24??photoscoll\down.liehuo.net\Case03_2\Properties\Resources.Designer.cs
?????文件???????6671??2008-06-06?18:36??photoscoll\down.liehuo.net\Case03_2\Properties\Resources.resx
?????文件???????1130??2010-08-17?20:24??photoscoll\down.liehuo.net\Case03_2\Properties\Settings.Designer.cs
?????文件????????249??2008-06-06?18:06??photoscoll\down.liehuo.net\Case03_2\Properties\Settings.settings
?????文件??????84648??2008-06-06?18:27??photoscoll\down.liehuo.net\Case03_2\Resources\0647.jpg
?????文件??????25446??2008-06-06?18:33??photoscoll\down.liehuo.net\Case03_2\Resources\0765.jpg
?????文件??????78617??2008-06-06?18:36??photoscoll\down.liehuo.net\Case03_2\Resources\1698.jpg
?????文件????????914??2008-06-06?18:06??photoscoll\down.liehuo.net\Case03_2.sln
????..A..H.?????14848??2008-06-06?20:47??photoscoll\down.liehuo.net\Case03_2.suo
?????文件???????3445??2010-07-19?13:11??photoscoll\down.liehuo.net\Liehuo_Net.gif
?????文件???????2120??2010-07-21?12:38??photoscoll\down.liehuo.net\使用必讀.txt
?????文件????????325??2010-07-21?12:39??photoscoll\down.liehuo.net\幫助文件.url
?????目錄??????????0??2010-08-15?06:35??photoscoll\down.liehuo.net\Case03_2\Properties
?????目錄??????????0??2010-08-15?06:35??photoscoll\down.liehuo.net\Case03_2\Resources
?????目錄??????????0??2010-08-15?07:02??photoscoll\down.liehuo.net\Case03_2
?????目錄??????????0??2010-08-17?20:29??photoscoll\down.liehuo.net
?????目錄??????????0??2010-08-17?20:24??photoscoll
-----------?---------??----------?-----??----
???????????????242352????????????????????23
- 上一篇:盛大點卷充值
- 下一篇:根據文件列表,合并文本文件,保持原文件的字符集
評論
共有 條評論