📄 ftpconfigform.designer.cs
字号:
this.label1.Size = new System.Drawing.Size(89, 12);
this.label1.TabIndex = 1;
this.label1.Text = "ftp服务器地址:";
//
// tbFtpIp
//
this.tbFtpIp.Location = new System.Drawing.Point(101, 14);
this.tbFtpIp.Name = "tbFtpIp";
this.tbFtpIp.Size = new System.Drawing.Size(190, 21);
this.tbFtpIp.TabIndex = 2;
this.tbFtpIp.Text = "127.0.0.1";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(24, 50);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(71, 12);
this.label2.TabIndex = 3;
this.label2.Text = "登录用户名:";
//
// tbUserName
//
this.tbUserName.Location = new System.Drawing.Point(101, 41);
this.tbUserName.MaxLength = 100;
this.tbUserName.Name = "tbUserName";
this.tbUserName.Size = new System.Drawing.Size(112, 21);
this.tbUserName.TabIndex = 4;
this.tbUserName.Text = "userName";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(219, 50);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(35, 12);
this.label3.TabIndex = 5;
this.label3.Text = "密码:";
//
// tbPassword
//
this.tbPassword.Location = new System.Drawing.Point(260, 41);
this.tbPassword.MaxLength = 100;
this.tbPassword.Name = "tbPassword";
this.tbPassword.PasswordChar = '*';
this.tbPassword.Size = new System.Drawing.Size(132, 21);
this.tbPassword.TabIndex = 6;
this.tbPassword.Text = "password";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(297, 23);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(35, 12);
this.label4.TabIndex = 7;
this.label4.Text = "端口:";
//
// tbFtpPort
//
this.tbFtpPort.Location = new System.Drawing.Point(338, 14);
this.tbFtpPort.MaxLength = 5;
this.tbFtpPort.Name = "tbFtpPort";
this.tbFtpPort.Size = new System.Drawing.Size(54, 21);
this.tbFtpPort.TabIndex = 8;
this.tbFtpPort.Text = "21";
//
// btnTestLogin
//
this.btnTestLogin.Location = new System.Drawing.Point(317, 68);
this.btnTestLogin.Name = "btnTestLogin";
this.btnTestLogin.Size = new System.Drawing.Size(75, 23);
this.btnTestLogin.TabIndex = 9;
this.btnTestLogin.Text = "登录测试";
this.btnTestLogin.UseVisualStyleBackColor = true;
this.btnTestLogin.Click += new System.EventHandler(this.btnTestLogin_Click);
//
// label10
//
this.label10.AutoSize = true;
this.label10.Location = new System.Drawing.Point(36, 77);
this.label10.Name = "label10";
this.label10.Size = new System.Drawing.Size(59, 12);
this.label10.TabIndex = 14;
this.label10.Text = "扫描频率:";
//
// tbFtpTimer
//
this.tbFtpTimer.Location = new System.Drawing.Point(101, 68);
this.tbFtpTimer.MaxLength = 100;
this.tbFtpTimer.Name = "tbFtpTimer";
this.tbFtpTimer.Size = new System.Drawing.Size(68, 21);
this.tbFtpTimer.TabIndex = 15;
this.tbFtpTimer.Text = "60";
//
// label11
//
this.label11.AutoSize = true;
this.label11.Location = new System.Drawing.Point(175, 77);
this.label11.Name = "label11";
this.label11.Size = new System.Drawing.Size(17, 12);
this.label11.TabIndex = 16;
this.label11.Text = "秒";
//
// groupBox1
//
this.groupBox1.Controls.Add(this.label11);
this.groupBox1.Controls.Add(this.tbFtpTimer);
this.groupBox1.Controls.Add(this.label10);
this.groupBox1.Controls.Add(this.btnTestLogin);
this.groupBox1.Controls.Add(this.tbFtpPort);
this.groupBox1.Controls.Add(this.label4);
this.groupBox1.Controls.Add(this.tbPassword);
this.groupBox1.Controls.Add(this.label3);
this.groupBox1.Controls.Add(this.tbUserName);
this.groupBox1.Controls.Add(this.label2);
this.groupBox1.Controls.Add(this.tbFtpIp);
this.groupBox1.Controls.Add(this.label1);
this.groupBox1.Location = new System.Drawing.Point(12, 12);
this.groupBox1.Name = "groupBox1";
this.groupBox1.Size = new System.Drawing.Size(406, 106);
this.groupBox1.TabIndex = 1;
this.groupBox1.TabStop = false;
this.groupBox1.Text = "环境设置";
//
// ftpConfigForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(430, 235);
this.Controls.Add(this.groupBox2);
this.Controls.Add(this.groupBox1);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "ftpConfigForm";
this.Text = "FTP配置设置";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.ftpConfigForm_FormClosing);
this.Load += new System.EventHandler(this.ftpConfigForm_Load);
this.groupBox2.ResumeLayout(false);
this.groupBox2.PerformLayout();
this.groupBox1.ResumeLayout(false);
this.groupBox1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.GroupBox groupBox2;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.TextBox tbTimer;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.TextBox tbFileType;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox tbLocalDirectory;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button btnOpenFD;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.FolderBrowserDialog folderBrowserDialog1;
private System.Windows.Forms.Button btnSaveFtpConfig;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tbFtpIp;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox tbUserName;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.TextBox tbPassword;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox tbFtpPort;
private System.Windows.Forms.Button btnTestLogin;
private System.Windows.Forms.Label label10;
private System.Windows.Forms.TextBox tbFtpTimer;
private System.Windows.Forms.Label label11;
private System.Windows.Forms.GroupBox groupBox1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -