📄 form1.designer.cs
字号:
namespace FTP24CP
{
partial class Form1
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
this.btnUpload = new System.Windows.Forms.Button();
this.txtUpload = new System.Windows.Forms.TextBox();
this.grpBoxUpload = new System.Windows.Forms.GroupBox();
this.btnFileSize = new System.Windows.Forms.Button();
this.btndelete = new System.Windows.Forms.Button();
this.btnDownload = new System.Windows.Forms.Button();
this.grpBoxRename = new System.Windows.Forms.GroupBox();
this.label5 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txtNewFilename = new System.Windows.Forms.TextBox();
this.txtCurrentFilename = new System.Windows.Forms.TextBox();
this.btnRename = new System.Windows.Forms.Button();
this.grpBoxDir = new System.Windows.Forms.GroupBox();
this.txtNewDir = new System.Windows.Forms.TextBox();
this.btnewDir = new System.Windows.Forms.Button();
this.grpBoxConfig = new System.Windows.Forms.GroupBox();
this.txtPassword = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.txtUsername = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtServerIP = new System.Windows.Forms.TextBox();
this.btnFTPSave = new System.Windows.Forms.Button();
this.label1 = new System.Windows.Forms.Label();
this.grpBoxFList = new System.Windows.Forms.GroupBox();
this.btnFileDetailList = new System.Windows.Forms.Button();
this.lstFiles = new System.Windows.Forms.ListBox();
this.btnLstFiles = new System.Windows.Forms.Button();
this.grpBoxUpload.SuspendLayout();
this.grpBoxRename.SuspendLayout();
this.grpBoxDir.SuspendLayout();
this.grpBoxConfig.SuspendLayout();
this.grpBoxFList.SuspendLayout();
this.SuspendLayout();
//
// btnUpload
//
this.btnUpload.Location = new System.Drawing.Point(6, 42);
this.btnUpload.Name = "btnUpload";
this.btnUpload.Size = new System.Drawing.Size(128, 21);
this.btnUpload.TabIndex = 0;
this.btnUpload.Text = "上传";
this.btnUpload.UseVisualStyleBackColor = true;
this.btnUpload.Click += new System.EventHandler(this.btnUpload_Click);
//
// txtUpload
//
this.txtUpload.Location = new System.Drawing.Point(6, 18);
this.txtUpload.Name = "txtUpload";
this.txtUpload.Size = new System.Drawing.Size(539, 21);
this.txtUpload.TabIndex = 1;
//
// grpBoxUpload
//
this.grpBoxUpload.BackColor = System.Drawing.SystemColors.Control;
this.grpBoxUpload.Controls.Add(this.txtUpload);
this.grpBoxUpload.Controls.Add(this.btnFileSize);
this.grpBoxUpload.Controls.Add(this.btnUpload);
this.grpBoxUpload.Controls.Add(this.btndelete);
this.grpBoxUpload.Controls.Add(this.btnDownload);
this.grpBoxUpload.Location = new System.Drawing.Point(12, 11);
this.grpBoxUpload.Name = "grpBoxUpload";
this.grpBoxUpload.Size = new System.Drawing.Size(551, 73);
this.grpBoxUpload.TabIndex = 2;
this.grpBoxUpload.TabStop = false;
this.grpBoxUpload.Text = "FTP操作";
//
// btnFileSize
//
this.btnFileSize.Location = new System.Drawing.Point(417, 42);
this.btnFileSize.Name = "btnFileSize";
this.btnFileSize.Size = new System.Drawing.Size(128, 21);
this.btnFileSize.TabIndex = 0;
this.btnFileSize.Text = "获取文件长度";
this.btnFileSize.UseVisualStyleBackColor = true;
this.btnFileSize.Click += new System.EventHandler(this.btnFileSize_Click);
//
// btndelete
//
this.btndelete.Location = new System.Drawing.Point(280, 42);
this.btndelete.Name = "btndelete";
this.btndelete.Size = new System.Drawing.Size(128, 21);
this.btndelete.TabIndex = 0;
this.btndelete.Text = "删除";
this.btndelete.UseVisualStyleBackColor = true;
this.btndelete.Click += new System.EventHandler(this.btndelete_Click);
//
// btnDownload
//
this.btnDownload.Location = new System.Drawing.Point(143, 42);
this.btnDownload.Name = "btnDownload";
this.btnDownload.Size = new System.Drawing.Size(128, 21);
this.btnDownload.TabIndex = 0;
this.btnDownload.Text = "下载";
this.btnDownload.UseVisualStyleBackColor = true;
this.btnDownload.Click += new System.EventHandler(this.btnDownload_Click);
//
// grpBoxRename
//
this.grpBoxRename.BackColor = System.Drawing.SystemColors.Control;
this.grpBoxRename.Controls.Add(this.label5);
this.grpBoxRename.Controls.Add(this.label4);
this.grpBoxRename.Controls.Add(this.txtNewFilename);
this.grpBoxRename.Controls.Add(this.txtCurrentFilename);
this.grpBoxRename.Controls.Add(this.btnRename);
this.grpBoxRename.Location = new System.Drawing.Point(13, 90);
this.grpBoxRename.Name = "grpBoxRename";
this.grpBoxRename.Size = new System.Drawing.Size(550, 96);
this.grpBoxRename.TabIndex = 6;
this.grpBoxRename.TabStop = false;
this.grpBoxRename.Text = "文件重命名";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(9, 44);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 4;
this.label5.Text = "新文件名";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(9, 20);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 3;
this.label4.Text = "文件名";
//
// txtNewFilename
//
this.txtNewFilename.Location = new System.Drawing.Point(94, 42);
this.txtNewFilename.Name = "txtNewFilename";
this.txtNewFilename.Size = new System.Drawing.Size(450, 21);
this.txtNewFilename.TabIndex = 2;
//
// txtCurrentFilename
//
this.txtCurrentFilename.Location = new System.Drawing.Point(94, 18);
this.txtCurrentFilename.Name = "txtCurrentFilename";
this.txtCurrentFilename.Size = new System.Drawing.Size(450, 21);
this.txtCurrentFilename.TabIndex = 1;
//
// btnRename
//
this.btnRename.Location = new System.Drawing.Point(5, 66);
this.btnRename.Name = "btnRename";
this.btnRename.Size = new System.Drawing.Size(539, 21);
this.btnRename.TabIndex = 0;
this.btnRename.Text = "重命名";
this.btnRename.UseVisualStyleBackColor = true;
this.btnRename.Click += new System.EventHandler(this.button1_Click);
//
// grpBoxDir
//
this.grpBoxDir.BackColor = System.Drawing.SystemColors.Control;
this.grpBoxDir.Controls.Add(this.txtNewDir);
this.grpBoxDir.Controls.Add(this.btnewDir);
this.grpBoxDir.Location = new System.Drawing.Point(12, 191);
this.grpBoxDir.Name = "grpBoxDir";
this.grpBoxDir.Size = new System.Drawing.Size(551, 73);
this.grpBoxDir.TabIndex = 6;
this.grpBoxDir.TabStop = false;
this.grpBoxDir.Text = "新目录";
//
// txtNewDir
//
this.txtNewDir.Location = new System.Drawing.Point(6, 18);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -