📄 form1.designer.cs
字号:
namespace GetEmail
{
partial class Form1
{
/// <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.btnClose = new System.Windows.Forms.Button();
this.btnRec = new System.Windows.Forms.Button();
this.txtPopPort = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.label3 = new System.Windows.Forms.Label();
this.label4 = new System.Windows.Forms.Label();
this.txtPopUser = new System.Windows.Forms.TextBox();
this.txtPopPwd = new System.Windows.Forms.TextBox();
this.txtPopServer = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.SuspendLayout();
//
// btnClose
//
this.btnClose.Location = new System.Drawing.Point(356, 117);
this.btnClose.Name = "btnClose";
this.btnClose.Size = new System.Drawing.Size(75, 23);
this.btnClose.TabIndex = 35;
this.btnClose.Text = "关闭";
this.btnClose.UseVisualStyleBackColor = true;
this.btnClose.Click += new System.EventHandler(this.btnClose_Click);
//
// btnRec
//
this.btnRec.Location = new System.Drawing.Point(134, 117);
this.btnRec.Name = "btnRec";
this.btnRec.Size = new System.Drawing.Size(75, 23);
this.btnRec.TabIndex = 34;
this.btnRec.Text = "接收";
this.btnRec.UseVisualStyleBackColor = true;
this.btnRec.Click += new System.EventHandler(this.btnRec_Click);
//
// txtPopPort
//
this.txtPopPort.Location = new System.Drawing.Point(396, 74);
this.txtPopPort.Name = "txtPopPort";
this.txtPopPort.Size = new System.Drawing.Size(100, 21);
this.txtPopPort.TabIndex = 33;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(21, 77);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(35, 12);
this.label2.TabIndex = 27;
this.label2.Text = "密 码";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(331, 19);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 28;
this.label3.Text = "服务器";
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(331, 77);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 29;
this.label4.Text = "端口号";
//
// txtPopUser
//
this.txtPopUser.Location = new System.Drawing.Point(82, 16);
this.txtPopUser.Name = "txtPopUser";
this.txtPopUser.Size = new System.Drawing.Size(100, 21);
this.txtPopUser.TabIndex = 30;
//
// txtPopPwd
//
this.txtPopPwd.Location = new System.Drawing.Point(82, 74);
this.txtPopPwd.Name = "txtPopPwd";
this.txtPopPwd.PasswordChar = '*';
this.txtPopPwd.Size = new System.Drawing.Size(100, 21);
this.txtPopPwd.TabIndex = 31;
//
// txtPopServer
//
this.txtPopServer.Location = new System.Drawing.Point(396, 16);
this.txtPopServer.Name = "txtPopServer";
this.txtPopServer.Size = new System.Drawing.Size(100, 21);
this.txtPopServer.TabIndex = 32;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(21, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 26;
this.label1.Text = "用户名";
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(521, 150);
this.Controls.Add(this.btnClose);
this.Controls.Add(this.btnRec);
this.Controls.Add(this.txtPopPort);
this.Controls.Add(this.txtPopServer);
this.Controls.Add(this.txtPopPwd);
this.Controls.Add(this.txtPopUser);
this.Controls.Add(this.label4);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "Form1";
this.Text = "Form1";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnClose;
private System.Windows.Forms.Button btnRec;
private System.Windows.Forms.TextBox txtPopPort;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.TextBox txtPopUser;
private System.Windows.Forms.TextBox txtPopPwd;
private System.Windows.Forms.TextBox txtPopServer;
private System.Windows.Forms.Label label1;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -