⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 formftp.designer.cs

📁 FTP使用
💻 CS
字号:
namespace Ftp
{
    partial class FormFtp
    {
        /// <summary>
        /// 必需的设计器变量。
        /// </summary>
        private System.ComponentModel.IContainer components = null;

        /// <summary>
        /// 清理所有正在使用的资源。
        /// </summary>
        /// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
        protected override void Dispose(bool disposing)
        {
            if (disposing && (components != null))
            {
                components.Dispose();
            }
            base.Dispose(disposing);
        }

        #region Windows 窗体设计器生成的代码

        /// <summary>
        /// 设计器支持所需的方法 - 不要
        /// 使用代码编辑器修改此方法的内容。
        /// </summary>
        private void InitializeComponent()
        {
            System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FormFtp));
            this.btnUpLoad = new System.Windows.Forms.Button();
            this.textBoxUrl = new System.Windows.Forms.TextBox();
            this.textBoxUser = new System.Windows.Forms.TextBox();
            this.textBoxPw = new System.Windows.Forms.TextBox();
            this.label1 = new System.Windows.Forms.Label();
            this.label2 = new System.Windows.Forms.Label();
            this.label3 = new System.Windows.Forms.Label();
            this.DiskDriveComboBox = new System.Windows.Forms.ComboBox();
            this.label4 = new System.Windows.Forms.Label();
            this.DirectoryListBox = new System.Windows.Forms.ListBox();
            this.label5 = new System.Windows.Forms.Label();
            this.FileListBox = new System.Windows.Forms.ListBox();
            this.btnDown = new System.Windows.Forms.Button();
            this.SuspendLayout();
            // 
            // btnUpLoad
            // 
            this.btnUpLoad.Location = new System.Drawing.Point(445, 63);
            this.btnUpLoad.Name = "btnUpLoad";
            this.btnUpLoad.Size = new System.Drawing.Size(75, 23);
            this.btnUpLoad.TabIndex = 1;
            this.btnUpLoad.Text = "上传";
            this.btnUpLoad.UseVisualStyleBackColor = true;
            this.btnUpLoad.Click += new System.EventHandler(this.btnUpLoad_Click);
            // 
            // textBoxUrl
            // 
            this.textBoxUrl.Location = new System.Drawing.Point(63, 26);
            this.textBoxUrl.Name = "textBoxUrl";
            this.textBoxUrl.Size = new System.Drawing.Size(429, 21);
            this.textBoxUrl.TabIndex = 2;
            this.textBoxUrl.Text = "ftp://222.33.90.31/test";
            // 
            // textBoxUser
            // 
            this.textBoxUser.Location = new System.Drawing.Point(60, 59);
            this.textBoxUser.Name = "textBoxUser";
            this.textBoxUser.Size = new System.Drawing.Size(100, 21);
            this.textBoxUser.TabIndex = 3;
            this.textBoxUser.Text = "ponbo";
            // 
            // textBoxPw
            // 
            this.textBoxPw.Location = new System.Drawing.Point(234, 62);
            this.textBoxPw.Name = "textBoxPw";
            this.textBoxPw.Size = new System.Drawing.Size(100, 21);
            this.textBoxPw.TabIndex = 4;
            this.textBoxPw.Text = "810706";
            // 
            // label1
            // 
            this.label1.AutoSize = true;
            this.label1.Location = new System.Drawing.Point(25, 35);
            this.label1.Name = "label1";
            this.label1.Size = new System.Drawing.Size(23, 12);
            this.label1.TabIndex = 5;
            this.label1.Text = "Url";
            // 
            // label2
            // 
            this.label2.AutoSize = true;
            this.label2.Location = new System.Drawing.Point(25, 62);
            this.label2.Name = "label2";
            this.label2.Size = new System.Drawing.Size(29, 12);
            this.label2.TabIndex = 6;
            this.label2.Text = "User";
            // 
            // label3
            // 
            this.label3.AutoSize = true;
            this.label3.Location = new System.Drawing.Point(208, 68);
            this.label3.Name = "label3";
            this.label3.Size = new System.Drawing.Size(17, 12);
            this.label3.TabIndex = 7;
            this.label3.Text = "Pw";
            // 
            // DiskDriveComboBox
            // 
            this.DiskDriveComboBox.Location = new System.Drawing.Point(160, 96);
            this.DiskDriveComboBox.Margin = new System.Windows.Forms.Padding(2);
            this.DiskDriveComboBox.Name = "DiskDriveComboBox";
            this.DiskDriveComboBox.Size = new System.Drawing.Size(121, 20);
            this.DiskDriveComboBox.TabIndex = 24;
            this.DiskDriveComboBox.SelectedIndexChanged += new System.EventHandler(this.DiskDriveComboBox_SelectedIndexChanged);
            // 
            // label4
            // 
            this.label4.AutoSize = true;
            this.label4.Location = new System.Drawing.Point(30, 96);
            this.label4.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label4.Name = "label4";
            this.label4.Size = new System.Drawing.Size(137, 12);
            this.label4.TabIndex = 23;
            this.label4.Text = "请选取一个磁盘驱动器:";
            // 
            // DirectoryListBox
            // 
            this.DirectoryListBox.FormattingEnabled = true;
            this.DirectoryListBox.ItemHeight = 12;
            this.DirectoryListBox.Location = new System.Drawing.Point(-1, 148);
            this.DirectoryListBox.Margin = new System.Windows.Forms.Padding(2);
            this.DirectoryListBox.Name = "DirectoryListBox";
            this.DirectoryListBox.Size = new System.Drawing.Size(559, 136);
            this.DirectoryListBox.TabIndex = 26;
            this.DirectoryListBox.SelectedIndexChanged += new System.EventHandler(this.DirectoryListBox_SelectedIndexChanged);
            // 
            // label5
            // 
            this.label5.Image = ((System.Drawing.Image)(resources.GetObject("label5.Image")));
            this.label5.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
            this.label5.Location = new System.Drawing.Point(30, 118);
            this.label5.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
            this.label5.Name = "label5";
            this.label5.Size = new System.Drawing.Size(142, 16);
            this.label5.TabIndex = 25;
            this.label5.Text = " 请选取一个根目录:";
            this.label5.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
            // 
            // FileListBox
            // 
            this.FileListBox.FormattingEnabled = true;
            this.FileListBox.ItemHeight = 12;
            this.FileListBox.Location = new System.Drawing.Point(-1, 313);
            this.FileListBox.Margin = new System.Windows.Forms.Padding(2);
            this.FileListBox.Name = "FileListBox";
            this.FileListBox.Size = new System.Drawing.Size(559, 136);
            this.FileListBox.TabIndex = 27;
            // 
            // btnDown
            // 
            this.btnDown.Location = new System.Drawing.Point(445, 111);
            this.btnDown.Name = "btnDown";
            this.btnDown.Size = new System.Drawing.Size(75, 23);
            this.btnDown.TabIndex = 28;
            this.btnDown.Text = "下载";
            this.btnDown.UseVisualStyleBackColor = true;
            this.btnDown.Click += new System.EventHandler(this.button1_Click);
            // 
            // FormFtp
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(610, 516);
            this.Controls.Add(this.btnDown);
            this.Controls.Add(this.FileListBox);
            this.Controls.Add(this.DirectoryListBox);
            this.Controls.Add(this.label5);
            this.Controls.Add(this.DiskDriveComboBox);
            this.Controls.Add(this.label4);
            this.Controls.Add(this.label3);
            this.Controls.Add(this.label2);
            this.Controls.Add(this.label1);
            this.Controls.Add(this.textBoxPw);
            this.Controls.Add(this.textBoxUser);
            this.Controls.Add(this.textBoxUrl);
            this.Controls.Add(this.btnUpLoad);
            this.Name = "FormFtp";
            this.Text = "Ftp";
            this.Load += new System.EventHandler(this.FormFtp_Load);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.Button btnUpLoad;
        private System.Windows.Forms.TextBox textBoxUrl;
        private System.Windows.Forms.TextBox textBoxUser;
        private System.Windows.Forms.TextBox textBoxPw;
        private System.Windows.Forms.Label label1;
        private System.Windows.Forms.Label label2;
        private System.Windows.Forms.Label label3;
        internal System.Windows.Forms.ComboBox DiskDriveComboBox;
        internal System.Windows.Forms.Label label4;
        internal System.Windows.Forms.ListBox DirectoryListBox;
        internal System.Windows.Forms.Label label5;
        internal System.Windows.Forms.ListBox FileListBox;
        private System.Windows.Forms.Button btnDown;
    }
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -