資源簡介
ftp定時自動上傳文件到服務器上,以方便用戶獲取數據,不用人工。
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.ComponentModel;
using?System.Drawing;
using?System.Windows.Forms;
using?System.Reflection;
namespace?AutoRAR
{
????partial?class?AboutBox1?:?Form
????{
????????public?AboutBox1()
????????{
????????????InitializeComponent();
????????????//??初始化?AboutBox?以顯示程序集信息中包含的產品信息。
????????????//??也可以通過以下方法更改應用程序的程序集信息設置:
????????????//??-?項目->屬性->應用程序->程序集信息
????????????//??-?AssemblyInfo.cs
????????????this.Text?=?String.Format(“關于?{0}“?Assemblytitle);
????????????this.labelProductName.Text?=?AssemblyProduct;
????????????this.labelVersion.Text?=?String.Format(“版本?{0}“?AssemblyVersion);
????????????this.labelCopyright.Text?=?AssemblyCopyright;
????????????this.labelCompanyName.Text?=?AssemblyCompany;//51(aspx)
??
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????文件???????4760??2010-02-26?09:54??ftp\AboutBox1.cs
?????文件???????9193??2010-02-26?09:54??ftp\AboutBox1.Designer.cs
?????文件???????5814??2010-02-26?09:54??ftp\AboutBox1.resx
?????文件??????14237??2010-03-03?13:29??ftp\AddObj.cs
?????文件??????21977??2010-02-24?22:42??ftp\AddObj.Designer.cs
?????文件?????262848??2010-02-24?22:42??ftp\AddObj.resx
?????文件???????6601??2010-02-25?00:10??ftp\AutoFTP.csproj
?????文件????????504??2010-02-25?00:10??ftp\AutoFTP.csproj.user
?????文件????????903??2010-02-24?22:42??ftp\AutoFTP.sln
????..A..H.?????44544??2011-02-09?14:53??ftp\AutoFTP.suo
?????文件?????926720??2010-03-03?13:29??ftp\bin\Debug\AutoFTP.exe
?????文件?????151552??2011-02-09?11:10??ftp\bin\Debug\Databa
?????文件???????1627??2008-11-18?15:20??ftp\bin\Debug\Images\del.png
?????文件???????1365??2008-11-18?15:19??ftp\bin\Debug\Images\Developer_Icons_091.png
?????文件???????1639??2008-11-18?15:20??ftp\bin\Debug\Images\Developer_Icons_160.png
?????文件???????1455??2008-11-18?15:20??ftp\bin\Debug\Images\Developer_Icons_161.png
?????文件???????1558??2008-11-18?15:20??ftp\bin\Debug\Images\Developer_Icons_163.png
?????文件???????1519??2008-11-18?15:20??ftp\bin\Debug\Images\edit.png
?????文件???????1482??2008-11-18?15:19??ftp\bin\Debug\Images\hidden.png
?????文件???????1398??2008-11-18?15:20??ftp\bin\Debug\Images\start.png
?????文件???????1323??2008-11-18?15:20??ftp\bin\Debug\Images\stop.png
?????文件???????4190??2009-04-25?09:56??ftp\DB.cs
?????文件???????1248??2010-02-26?09:48??ftp\downloadNetPage.cs
?????文件??????19206??2010-02-26?09:48??ftp\FTPClient.cs
?????文件????????480??2010-02-24?22:46??ftp\GlobalVar.cs
?????文件?????171014??2004-05-19?00:32??ftp\main.ico
?????文件??????18337??2010-03-03?13:29??ftp\MainForm.cs
?????文件??????27241??2010-02-25?00:01??ftp\MainForm.Designer.cs
?????文件?????263033??2010-02-25?00:01??ftp\MainForm.resx
?????文件????????429??2009-04-25?21:23??ftp\obj\AutoFTP.csproj.FileList.txt
............此處省略38個文件信息
評論
共有 條評論