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

📄 ftpform.designer.cs

📁 客户端源码
💻 CS
📖 第 1 页 / 共 2 页
字号:
            this.lvLog.UseCompatibleStateImageBehavior = false;
            // 
            // tsConfigure
            // 
            this.tsConfigure.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsConfig});
            this.tsConfigure.Name = "tsConfigure";
            this.tsConfigure.Size = new System.Drawing.Size(65, 20);
            this.tsConfigure.Text = "站点设置";
            // 
            // tsOrder
            // 
            this.tsOrder.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
            this.tsOpen,
            this.tsBack,
            this.tsPut,
            this.tsDownLoad,
            this.tsNew,
            this.tsDel,
            this.tsRename});
            this.tsOrder.Name = "tsOrder";
            this.tsOrder.Size = new System.Drawing.Size(65, 20);
            this.tsOrder.Text = "操作命令";
            // 
            // tsOpen
            // 
            this.tsOpen.Name = "tsOpen";
            this.tsOpen.Size = new System.Drawing.Size(152, 22);
            this.tsOpen.Text = "打开目录";
            this.tsOpen.Click += new System.EventHandler(this.tsOpen_Click);
            // 
            // tsBack
            // 
            this.tsBack.Name = "tsBack";
            this.tsBack.Size = new System.Drawing.Size(152, 22);
            this.tsBack.Text = "返回上一级";
            this.tsBack.Click += new System.EventHandler(this.tsBack_Click);
            // 
            // tsPut
            // 
            this.tsPut.Name = "tsPut";
            this.tsPut.Size = new System.Drawing.Size(152, 22);
            this.tsPut.Text = "上 传";
            // 
            // tsDownLoad
            // 
            this.tsDownLoad.Name = "tsDownLoad";
            this.tsDownLoad.Size = new System.Drawing.Size(152, 22);
            this.tsDownLoad.Text = "下 载";
            // 
            // tsNew
            // 
            this.tsNew.Name = "tsNew";
            this.tsNew.Size = new System.Drawing.Size(152, 22);
            this.tsNew.Text = "建立新目录";
            // 
            // tsDel
            // 
            this.tsDel.Name = "tsDel";
            this.tsDel.Size = new System.Drawing.Size(152, 22);
            this.tsDel.Text = "删除文件";
            // 
            // tsRename
            // 
            this.tsRename.Name = "tsRename";
            this.tsRename.Size = new System.Drawing.Size(152, 22);
            this.tsRename.Text = "重明名";
            // 
            // tsHelp
            // 
            this.tsHelp.Name = "tsHelp";
            this.tsHelp.Size = new System.Drawing.Size(41, 20);
            this.tsHelp.Text = "帮助";
            // 
            // tsConfig
            // 
            this.tsConfig.Name = "tsConfig";
            this.tsConfig.Size = new System.Drawing.Size(152, 22);
            this.tsConfig.Text = "设置站点";
            this.tsConfig.Click += new System.EventHandler(this.tsConfig_Click);
            // 
            // tsLable
            // 
            this.tsLable.Name = "tsLable";
            this.tsLable.Size = new System.Drawing.Size(59, 17);
            this.tsLable.Text = "当前状态:";
            // 
            // tsStatus
            // 
            this.tsStatus.AutoSize = false;
            this.tsStatus.ForeColor = System.Drawing.Color.Blue;
            this.tsStatus.Name = "tsStatus";
            this.tsStatus.Size = new System.Drawing.Size(180, 17);
            this.tsStatus.Text = "连接已断开!";
            // 
            // toolStripStatusLabel1
            // 
            this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
            this.toolStripStatusLabel1.Size = new System.Drawing.Size(59, 17);
            this.toolStripStatusLabel1.Text = "当前目录:";
            // 
            // tsDirectory
            // 
            this.tsDirectory.AutoSize = false;
            this.tsDirectory.ForeColor = System.Drawing.Color.Blue;
            this.tsDirectory.Name = "tsDirectory";
            this.tsDirectory.Size = new System.Drawing.Size(300, 17);
            // 
            // FtpForm
            // 
            this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
            this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
            this.ClientSize = new System.Drawing.Size(725, 510);
            this.Controls.Add(this.splitContainer1);
            this.Controls.Add(this.statusStrip1);
            this.Controls.Add(this.menuStrip1);
            this.MainMenuStrip = this.menuStrip1;
            this.Name = "FtpForm";
            this.Text = "ftpClient";
            this.Load += new System.EventHandler(this.FtpForm_Load);
            this.menuStrip1.ResumeLayout(false);
            this.menuStrip1.PerformLayout();
            this.statusStrip1.ResumeLayout(false);
            this.statusStrip1.PerformLayout();
            this.splitContainer1.Panel1.ResumeLayout(false);
            this.splitContainer1.Panel2.ResumeLayout(false);
            this.splitContainer1.ResumeLayout(false);
            this.splitContainer2.Panel1.ResumeLayout(false);
            this.splitContainer2.Panel2.ResumeLayout(false);
            this.splitContainer2.ResumeLayout(false);
            this.ResumeLayout(false);
            this.PerformLayout();

        }

        #endregion

        private System.Windows.Forms.MenuStrip menuStrip1;
        private System.Windows.Forms.StatusStrip statusStrip1;
        private System.Windows.Forms.SplitContainer splitContainer1;
        private System.Windows.Forms.ListView lvLocalFiles;
        private System.Windows.Forms.ComboBox cbLocalDrives;
        private System.Windows.Forms.SplitContainer splitContainer2;
        private System.Windows.Forms.ListView lvRemoteFiles;
        private System.Windows.Forms.ListView lvLog;
        private System.Windows.Forms.ToolStripMenuItem tsConfigure;
        private System.Windows.Forms.ToolStripMenuItem tsOrder;
        private System.Windows.Forms.ToolStripMenuItem tsOpen;
        private System.Windows.Forms.ToolStripMenuItem tsBack;
        private System.Windows.Forms.ToolStripMenuItem tsPut;
        private System.Windows.Forms.ToolStripMenuItem tsDownLoad;
        private System.Windows.Forms.ToolStripMenuItem tsNew;
        private System.Windows.Forms.ToolStripMenuItem tsDel;
        private System.Windows.Forms.ToolStripMenuItem tsRename;
        private System.Windows.Forms.ToolStripMenuItem tsHelp;
        private System.Windows.Forms.ToolStripMenuItem tsConfig;
        private System.Windows.Forms.ToolStripStatusLabel tsLable;
        private System.Windows.Forms.ToolStripStatusLabel tsStatus;
        private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
        private System.Windows.Forms.ToolStripStatusLabel tsDirectory;
    }
}

⌨️ 快捷键说明

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