资源简介

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\Database\UserData.mdb

     文件       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个文件信息

评论

共有 条评论