資源簡介

代碼片段和文件信息
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?ftp下載
{
????public?partial?class?frmUpdate?:?Form
????{
????????public?ProgressBar?progressBar
????????{
????????????get?{?return?this.progressBar1;?}
????????}
????????public?Label?lFile
????????{
????????????get?{?return?lblFile;?}
????????}
????????public?string?title
????????{
????????????set?{?label1.Text?=?value;?}
????????}
????????bool?m_blnAltF4;
????????public?frmUpdate()
????????{
????????????InitializeComponent();???????????
????????}
????????private?void?frmUpdate_FormClosing(object?sender?FormClosingEventArgs?e)
????????{
????????????if?(this.m_blnAltF4)
????????????{
????????????????e.Cancel?=?true;
????????????}
????????}
????????private?void?frmUpdate_KeyDown(object?sender?KeyEventArgs?e)
????????{
????????????if?(e.Alt?&&?(e.KeyCode?==?Keys.F4))
????????????{
????????????????this.m_blnAltF4?=?true;
????????????}
????????}
????????private?void?frmUpdate_Load(object?sender?EventArgs?e)
????????{
????????????base.Top?-=?50;
????????}
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????1234??2012-02-16?09:34??ftp下載\frmUpdate.cs
?????文件???????6327??2012-02-16?09:31??ftp下載\frmUpdate.Designer.cs
?????文件?????217341??2012-02-16?09:31??ftp下載\frmUpdate.resx
?????文件???????9915??2012-02-16?09:41??ftp下載\FtpUpdate.cs
?????文件??????20048??2012-02-15?15:29??ftp下載\FtpWeb.cs
?????文件???????3522??2012-02-16?09:40??ftp下載\ftp下載.csproj
?????文件???????1088??2012-02-15?17:25??ftp下載\ftp下載.sln
????..A..H.?????22016??2012-02-20?10:29??ftp下載\ftp下載.suo
?????文件????????957??2012-02-18?10:44??ftp下載\Program.cs
?????文件???????1269??2012-02-15?17:24??ftp下載\readme.txt
?????文件????????310??2012-02-15?17:23??ftp下載\UpdateSetting.Svc.xm
?????文件????????285??2012-02-16?09:32??ftp下載\UpdateSetting.Client.xm
?????文件???????1356??2012-02-14?17:12??ftp下載\Properties\AssemblyInfo.cs
????....SHR????????93??2012-02-20?10:29??ftp下載\Properties\vssver2.scc
?????文件????????490??2007-07-21?01:33??ftp下載\bin\Debug\ftp下載.vshost.exe.manifest
?????文件??????14328??2012-02-20?10:22??ftp下載\bin\Debug\ftp下載.vshost.exe
????.......???????285??2012-02-16?09:32??ftp下載\bin\Debug\UpdateSetting.Client.xm
?????文件?????162816??2012-02-18?09:11??ftp下載\bin\Debug\ftp下載.exe
?????文件??????40448??2012-02-18?09:11??ftp下載\bin\Debug\ftp下載.pdb
?????文件?????141308??2012-02-18?09:11??ftp下載\obj\Debug\ftp下載.frmUpdate.resources
?????文件????????778??2012-02-18?09:11??ftp下載\obj\Debug\ftp下載.csproj.GenerateResource.Cache
?????文件??????40448??2012-02-18?09:11??ftp下載\obj\Debug\ftp下載.pdb
?????文件?????162816??2012-02-18?09:11??ftp下載\obj\Debug\ftp下載.exe
?????文件????????430??2012-02-20?10:22??ftp下載\obj\Debug\ftp下載.csproj.FileListAbsolute.txt
?????文件????????256??2012-02-15?17:25??ftp下載\ftp下載.vssscc
?????文件????????168??2012-02-16?09:21??ftp下載\ftp下載.csproj.user
?????文件????????257??2012-02-15?17:25??ftp下載\ftp下載.csproj.vspscc
?????文件????????243??2012-02-20?10:27??ftp下載\mssccprj.scc
????....SHR???????464??2012-02-20?10:29??ftp下載\vssver2.scc
?????文件?????140814??2012-02-16?09:17??ftp下載\images\自動更新.bmp
............此處省略12個文件信息
- 上一篇:noip基本算法必背
- 下一篇:請求分頁存儲管理模擬實驗
評論
共有 條評論