📄 ftpform.designer.cs
字号:
namespace IsoFtp
{
partial class FTPForm
{
/// <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(FTPForm));
this.btUpload = new System.Windows.Forms.Button();
this.progressBar1 = new System.Windows.Forms.ProgressBar();
this.title = new System.Windows.Forms.Label();
this.lbServertitle = new System.Windows.Forms.Label();
this.txtLog = new System.Windows.Forms.TextBox();
this.btexit = new System.Windows.Forms.Button();
this.toolStripStatusLabel1 = new System.Windows.Forms.Label();
this.testhost = new System.Windows.Forms.Button();
this.txtFTPPath = new System.Windows.Forms.TextBox();
this.FindFile = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.lbfilename = new System.Windows.Forms.TextBox();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.SuspendLayout();
//
// btUpload
//
this.btUpload.Location = new System.Drawing.Point(12, 174);
this.btUpload.Name = "btUpload";
this.btUpload.Size = new System.Drawing.Size(67, 23);
this.btUpload.TabIndex = 0;
this.btUpload.Text = "上传";
this.btUpload.UseVisualStyleBackColor = true;
this.btUpload.Click += new System.EventHandler(this.btUpload_Click);
//
// progressBar1
//
this.progressBar1.Location = new System.Drawing.Point(2, 204);
this.progressBar1.Name = "progressBar1";
this.progressBar1.Size = new System.Drawing.Size(238, 16);
this.progressBar1.TabIndex = 1;
//
// title
//
this.title.AutoSize = true;
this.title.Location = new System.Drawing.Point(11, 9);
this.title.Name = "title";
this.title.Size = new System.Drawing.Size(71, 12);
this.title.TabIndex = 2;
this.title.Text = "上传文件名:";
//
// lbServertitle
//
this.lbServertitle.AutoSize = true;
this.lbServertitle.Location = new System.Drawing.Point(13, 32);
this.lbServertitle.Name = "lbServertitle";
this.lbServertitle.Size = new System.Drawing.Size(71, 12);
this.lbServertitle.TabIndex = 4;
this.lbServertitle.Text = "服务器地址:";
//
// txtLog
//
this.txtLog.BackColor = System.Drawing.SystemColors.ActiveCaptionText;
this.txtLog.Location = new System.Drawing.Point(12, 56);
this.txtLog.Multiline = true;
this.txtLog.Name = "txtLog";
this.txtLog.ReadOnly = true;
this.txtLog.Size = new System.Drawing.Size(307, 113);
this.txtLog.TabIndex = 6;
//
// btexit
//
this.btexit.Location = new System.Drawing.Point(250, 174);
this.btexit.Name = "btexit";
this.btexit.Size = new System.Drawing.Size(69, 23);
this.btexit.TabIndex = 7;
this.btexit.Text = "退出";
this.btexit.UseVisualStyleBackColor = true;
this.btexit.Click += new System.EventHandler(this.btexit_Click);
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.AutoSize = true;
this.toolStripStatusLabel1.Location = new System.Drawing.Point(246, 208);
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(53, 12);
this.toolStripStatusLabel1.TabIndex = 8;
this.toolStripStatusLabel1.Text = "等待处理";
//
// testhost
//
this.testhost.Location = new System.Drawing.Point(291, 29);
this.testhost.Name = "testhost";
this.testhost.Size = new System.Drawing.Size(28, 23);
this.testhost.TabIndex = 9;
this.testhost.Text = "…";
this.testhost.UseVisualStyleBackColor = true;
this.testhost.Click += new System.EventHandler(this.testhost_Click);
//
// txtFTPPath
//
this.txtFTPPath.Location = new System.Drawing.Point(82, 29);
this.txtFTPPath.Name = "txtFTPPath";
this.txtFTPPath.Size = new System.Drawing.Size(203, 21);
this.txtFTPPath.TabIndex = 10;
//
// FindFile
//
this.FindFile.Location = new System.Drawing.Point(291, 2);
this.FindFile.Name = "FindFile";
this.FindFile.Size = new System.Drawing.Size(28, 23);
this.FindFile.TabIndex = 11;
this.FindFile.Text = "…";
this.FindFile.UseVisualStyleBackColor = true;
this.FindFile.Click += new System.EventHandler(this.FindFile_Click);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// lbfilename
//
this.lbfilename.Location = new System.Drawing.Point(84, 2);
this.lbfilename.Name = "lbfilename";
this.lbfilename.Size = new System.Drawing.Size(201, 21);
this.lbfilename.TabIndex = 12;
//
// statusStrip1
//
this.statusStrip1.Location = new System.Drawing.Point(0, 200);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(327, 22);
this.statusStrip1.TabIndex = 13;
this.statusStrip1.Text = "statusStrip1";
//
// FTPForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(327, 222);
this.Controls.Add(this.toolStripStatusLabel1);
this.Controls.Add(this.progressBar1);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.lbfilename);
this.Controls.Add(this.FindFile);
this.Controls.Add(this.txtFTPPath);
this.Controls.Add(this.testhost);
this.Controls.Add(this.btexit);
this.Controls.Add(this.txtLog);
this.Controls.Add(this.lbServertitle);
this.Controls.Add(this.title);
this.Controls.Add(this.btUpload);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.Fixed3D;
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MaximizeBox = false;
this.Name = "FTPForm";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "上传本地文件到资源服务器";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.FTPForm_FormClosing);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btUpload;
private System.Windows.Forms.ProgressBar progressBar1;
private System.Windows.Forms.Label title;
private System.Windows.Forms.Label lbServertitle;
private System.Windows.Forms.TextBox txtLog;
private System.Windows.Forms.Button btexit;
private System.Windows.Forms.Label toolStripStatusLabel1;
private System.Windows.Forms.Button testhost;
private System.Windows.Forms.TextBox txtFTPPath;
private System.Windows.Forms.Button FindFile;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.TextBox lbfilename;
private System.Windows.Forms.StatusStrip statusStrip1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -