資源簡介
代碼片段和文件信息
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?PlanText
{
????public?partial?class?Form1?:?Form
????{
????????public?Form1()
????????{
????????????InitializeComponent();
????????}
????????ProgressBarText?ProgressBarT?=?new?ProgressBarText();
????????private?void?Form1_Load(object?sender?EventArgs?e)
????????{
????????????ProgressBarT.Font?=?Font;
????????????ProgressBarT.Text?=?“0%“;
????????????ProgressBarT.ForeColor?=?Color.Blue;
????????????ProgressBarT.Control?=?progressBar1;
????????}
????????private?void?timer1_Tick(object?sender?EventArgs?e)
????????{
????????????if?(progressBar1.Value?>=?progressBar1.Maximum)
????????????????timer1.Stop();
????????????else
????????????{
????????????????progressBar1.Value?=?progressBar1.Value?+?2;
????????????????ProgressBarT.Text?=?((float)((float)progressBar1.Val
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件?????????914??2009-02-12?16:14??sj\01\PlanText\PlanText.sln
?????文件???????15872??2009-02-12?16:37??sj\01\PlanText\PlanText.suo
?????文件????????1216??2009-02-12?16:33??sj\01\PlanText\PlanText\Form1.cs
?????文件????????2960??2009-02-12?16:24??sj\01\PlanText\PlanText\Form1.Designer.cs
?????文件????????6008??2009-02-12?16:24??sj\01\PlanText\PlanText\Form1.resx
?????文件????????3913??2009-02-12?16:17??sj\01\PlanText\PlanText\PlanText.csproj
?????文件?????????489??2009-02-12?16:14??sj\01\PlanText\PlanText\Program.cs
?????文件????????2531??2009-02-12?16:37??sj\01\PlanText\PlanText\ProgressBarText.cs
?????文件????????1148??2009-02-12?16:19??sj\01\PlanText\PlanText\ProgressBarText.Designer.cs
?????文件???????10240??2009-02-12?16:37??sj\01\PlanText\PlanText\bin\Debug\PlanText.exe
?????文件???????26112??2009-02-12?16:37??sj\01\PlanText\PlanText\bin\Debug\PlanText.pdb
?????文件???????14328??2009-02-12?16:37??sj\01\PlanText\PlanText\bin\Debug\PlanText.vshost.exe
?????文件?????????490??2007-07-21?01:33??sj\01\PlanText\PlanText\bin\Debug\PlanText.vshost.exe.manifest
?????文件?????????939??2009-02-12?16:37??sj\01\PlanText\PlanText\obj\Debug\PlanText.csproj.FileListAbsolute.txt
?????文件?????????847??2009-02-12?16:37??sj\01\PlanText\PlanText\obj\Debug\PlanText.csproj.GenerateResource.Cache
?????文件???????10240??2009-02-12?16:37??sj\01\PlanText\PlanText\obj\Debug\PlanText.exe
?????文件?????????180??2009-02-12?16:37??sj\01\PlanText\PlanText\obj\Debug\PlanText.Form1.resources
?????文件???????26112??2009-02-12?16:37??sj\01\PlanText\PlanText\obj\Debug\PlanText.pdb
?????文件?????????180??2009-02-12?16:37??sj\01\PlanText\PlanText\obj\Debug\PlanText.Properties.Resources.resources
?????文件????????1348??2009-02-12?16:14??sj\01\PlanText\PlanText\Properties\AssemblyInfo.cs
?????文件????????2866??2009-02-12?16:14??sj\01\PlanText\PlanText\Properties\Resources.Designer.cs
?????文件????????5612??2009-02-12?16:14??sj\01\PlanText\PlanText\Properties\Resources.resx
?????文件????????1093??2009-02-12?16:14??sj\01\PlanText\PlanText\Properties\Settings.Designer.cs
?????文件?????????249??2009-02-12?16:14??sj\01\PlanText\PlanText\Properties\Settings.settings
?????文件????????1025??2008-12-04?13:12??sl\根據文件大小顯示文件復制進度條\根據文件大小顯示文件復制進度條.sln
?????文件???????15872??2009-02-07?16:33??sl\根據文件大小顯示文件復制進度條\根據文件大小顯示文件復制進度條.suo
?????文件????????5948??2009-01-05?14:42??sl\根據文件大小顯示文件復制進度條\根據文件大小顯示文件復制進度條\Form1.cs
?????文件????????4621??2008-12-05?09:41??sl\根據文件大小顯示文件復制進度條\根據文件大小顯示文件復制進度條\Form1.Designer.cs
?????文件????????6226??2008-12-05?09:41??sl\根據文件大小顯示文件復制進度條\根據文件大小顯示文件復制進度條\Form1.resx
?????文件?????????526??2008-12-04?13:11??sl\根據文件大小顯示文件復制進度條\根據文件大小顯示文件復制進度條\Program.cs
?????文件????????3801??2008-12-04?13:45??sl\根據文件大小顯示文件復制進度條\根據文件大小顯示文件復制進度條\根據文件大小顯示文件復制進度條.csproj
............此處省略15個文件信息
評論
共有 條評論