📄 ftpconfigform.designer.cs
字号:
namespace ftpTransport
{
partial class ftpConfigForm
{
/// <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()
{
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.btnSaveFtpConfig = new System.Windows.Forms.Button();
this.label9 = new System.Windows.Forms.Label();
this.btnOpenFD = new System.Windows.Forms.Button();
this.label8 = new System.Windows.Forms.Label();
this.tbTimer = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.tbFileType = new System.Windows.Forms.TextBox();
this.label6 = new System.Windows.Forms.Label();
this.tbLocalDirectory = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.folderBrowserDialog1 = new System.Windows.Forms.FolderBrowserDialog();
this.label1 = new System.Windows.Forms.Label();
this.tbFtpIp = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.tbUserName = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.tbPassword = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.tbFtpPort = new System.Windows.Forms.TextBox();
this.btnTestLogin = new System.Windows.Forms.Button();
this.label10 = new System.Windows.Forms.Label();
this.tbFtpTimer = new System.Windows.Forms.TextBox();
this.label11 = new System.Windows.Forms.Label();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.SuspendLayout();
//
// groupBox2
//
this.groupBox2.Controls.Add(this.btnSaveFtpConfig);
this.groupBox2.Controls.Add(this.label9);
this.groupBox2.Controls.Add(this.btnOpenFD);
this.groupBox2.Controls.Add(this.label8);
this.groupBox2.Controls.Add(this.tbTimer);
this.groupBox2.Controls.Add(this.label7);
this.groupBox2.Controls.Add(this.tbFileType);
this.groupBox2.Controls.Add(this.label6);
this.groupBox2.Controls.Add(this.tbLocalDirectory);
this.groupBox2.Controls.Add(this.label5);
this.groupBox2.Location = new System.Drawing.Point(12, 124);
this.groupBox2.Name = "groupBox2";
this.groupBox2.Size = new System.Drawing.Size(406, 83);
this.groupBox2.TabIndex = 2;
this.groupBox2.TabStop = false;
this.groupBox2.Text = "文件监控设置";
//
// btnSaveFtpConfig
//
this.btnSaveFtpConfig.Location = new System.Drawing.Point(317, 48);
this.btnSaveFtpConfig.Name = "btnSaveFtpConfig";
this.btnSaveFtpConfig.Size = new System.Drawing.Size(75, 23);
this.btnSaveFtpConfig.TabIndex = 15;
this.btnSaveFtpConfig.Text = "保存配置";
this.btnSaveFtpConfig.UseVisualStyleBackColor = true;
this.btnSaveFtpConfig.Click += new System.EventHandler(this.btnSaveFtpConfig_Click);
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(185, 57);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(0, 12);
this.label9.TabIndex = 13;
//
// btnOpenFD
//
this.btnOpenFD.Location = new System.Drawing.Point(356, 15);
this.btnOpenFD.Name = "btnOpenFD";
this.btnOpenFD.Size = new System.Drawing.Size(36, 23);
this.btnOpenFD.TabIndex = 10;
this.btnOpenFD.Text = "...";
this.btnOpenFD.UseVisualStyleBackColor = true;
this.btnOpenFD.Click += new System.EventHandler(this.btnOpenFD_Click);
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(297, 57);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(17, 12);
this.label8.TabIndex = 9;
this.label8.Text = "秒";
//
// tbTimer
//
this.tbTimer.Location = new System.Drawing.Point(242, 48);
this.tbTimer.MaxLength = 6;
this.tbTimer.Name = "tbTimer";
this.tbTimer.Size = new System.Drawing.Size(49, 21);
this.tbTimer.TabIndex = 8;
this.tbTimer.Text = "60";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(184, 57);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(59, 12);
this.label7.TabIndex = 7;
this.label7.Text = "扫描间隔:";
//
// tbFileType
//
this.tbFileType.Location = new System.Drawing.Point(101, 48);
this.tbFileType.Name = "tbFileType";
this.tbFileType.Size = new System.Drawing.Size(78, 21);
this.tbFileType.TabIndex = 6;
this.tbFileType.Text = "txt|rar";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(12, 57);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(83, 12);
this.label6.TabIndex = 5;
this.label6.Text = "远程文件类型:";
//
// tbLocalDirectory
//
this.tbLocalDirectory.Location = new System.Drawing.Point(101, 15);
this.tbLocalDirectory.Name = "tbLocalDirectory";
this.tbLocalDirectory.Size = new System.Drawing.Size(243, 21);
this.tbLocalDirectory.TabIndex = 4;
this.tbLocalDirectory.Text = "C:\\";
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(12, 24);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(83, 12);
this.label5.TabIndex = 3;
this.label5.Text = "本地文件目录:";
//
// folderBrowserDialog1
//
this.folderBrowserDialog1.SelectedPath = "C:\\";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(6, 23);
this.label1.Name = "label1";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -