📄 webconfig.designer.cs
字号:
namespace FTP
{
partial class WebConfig
{
/// <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.btCancel = new System.Windows.Forms.Button();
this.tbAddress = new System.Windows.Forms.TextBox();
this.tbUser = new System.Windows.Forms.TextBox();
this.tbPassword = new System.Windows.Forms.TextBox();
this.chnoName = new System.Windows.Forms.CheckBox();
this.label1 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.btSure = new System.Windows.Forms.Button();
this.SuspendLayout();
//
// btCancel
//
this.btCancel.DialogResult = System.Windows.Forms.DialogResult.Cancel;
this.btCancel.Location = new System.Drawing.Point(239, 82);
this.btCancel.Name = "btCancel";
this.btCancel.Size = new System.Drawing.Size(75, 23);
this.btCancel.TabIndex = 6;
this.btCancel.Text = "取 消";
this.btCancel.UseVisualStyleBackColor = true;
//
// tbAddress
//
this.tbAddress.Location = new System.Drawing.Point(66, 14);
this.tbAddress.Name = "tbAddress";
this.tbAddress.Size = new System.Drawing.Size(261, 21);
this.tbAddress.TabIndex = 1;
this.tbAddress.Text = "ftp://";
//
// tbUser
//
this.tbUser.Location = new System.Drawing.Point(65, 54);
this.tbUser.Name = "tbUser";
this.tbUser.Size = new System.Drawing.Size(100, 21);
this.tbUser.TabIndex = 2;
//
// tbPassword
//
this.tbPassword.Location = new System.Drawing.Point(214, 54);
this.tbPassword.Name = "tbPassword";
this.tbPassword.Size = new System.Drawing.Size(100, 21);
this.tbPassword.TabIndex = 3;
//
// chnoName
//
this.chnoName.AutoSize = true;
this.chnoName.Location = new System.Drawing.Point(53, 86);
this.chnoName.Name = "chnoName";
this.chnoName.Size = new System.Drawing.Size(72, 16);
this.chnoName.TabIndex = 4;
this.chnoName.Text = "匿名登陆";
this.chnoName.UseVisualStyleBackColor = true;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(171, 58);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 5;
this.label1.Text = "密码:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(12, 58);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 6;
this.label2.Text = "用户名:";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(6, 17);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(59, 12);
this.label3.TabIndex = 7;
this.label3.Text = "FTP地址:";
//
// btSure
//
this.btSure.DialogResult = System.Windows.Forms.DialogResult.OK;
this.btSure.Location = new System.Drawing.Point(158, 82);
this.btSure.Name = "btSure";
this.btSure.Size = new System.Drawing.Size(75, 23);
this.btSure.TabIndex = 5;
this.btSure.Text = "连 接";
this.btSure.UseVisualStyleBackColor = true;
//
// WebConfig
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(339, 126);
this.Controls.Add(this.btSure);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Controls.Add(this.chnoName);
this.Controls.Add(this.tbPassword);
this.Controls.Add(this.tbUser);
this.Controls.Add(this.tbAddress);
this.Controls.Add(this.btCancel);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedDialog;
this.MaximizeBox = false;
this.MinimizeBox = false;
this.Name = "WebConfig";
this.Text = "WebConfig";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
internal System.Windows.Forms.Button btCancel;
internal System.Windows.Forms.TextBox tbAddress;
internal System.Windows.Forms.TextBox tbUser;
internal System.Windows.Forms.TextBox tbPassword;
internal System.Windows.Forms.CheckBox chnoName;
internal System.Windows.Forms.Label label1;
internal System.Windows.Forms.Label label2;
internal System.Windows.Forms.Label label3;
internal System.Windows.Forms.Button btSure;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -