📄 accountprop.cs
字号:
this.cbbMailType.Text = "POP3";
//
// label2
//
this.label2.Location = new System.Drawing.Point(19, 52);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(87, 17);
this.label2.TabIndex = 2;
this.label2.Text = "邮箱类型:";
//
// tbMailBox
//
this.tbMailBox.Location = new System.Drawing.Point(106, 17);
this.tbMailBox.Name = "tbMailBox";
this.tbMailBox.Size = new System.Drawing.Size(432, 21);
this.tbMailBox.TabIndex = 1;
this.tbMailBox.Text = "";
//
// label1
//
this.label1.Location = new System.Drawing.Point(16, 19);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(86, 18);
this.label1.TabIndex = 0;
this.label1.Text = "电子邮箱:";
//
// tabPageIn
//
this.tabPageIn.Controls.Add(this.tbInPort);
this.tabPageIn.Controls.Add(this.label6);
this.tabPageIn.Controls.Add(this.cbKeepMails);
this.tabPageIn.Controls.Add(this.tbInPwd);
this.tabPageIn.Controls.Add(this.label5);
this.tabPageIn.Controls.Add(this.tbInID);
this.tabPageIn.Controls.Add(this.label4);
this.tabPageIn.Controls.Add(this.tbInServer);
this.tabPageIn.Controls.Add(this.label3);
this.tabPageIn.Location = new System.Drawing.Point(4, 21);
this.tabPageIn.Name = "tabPageIn";
this.tabPageIn.Size = new System.Drawing.Size(577, 337);
this.tabPageIn.TabIndex = 0;
this.tabPageIn.Text = "收件服务器设置";
//
// tbInPort
//
this.tbInPort.Location = new System.Drawing.Point(182, 146);
this.tbInPort.Name = "tbInPort";
this.tbInPort.Size = new System.Drawing.Size(375, 21);
this.tbInPort.TabIndex = 8;
this.tbInPort.Text = "";
//
// label6
//
this.label6.Location = new System.Drawing.Point(29, 148);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(163, 24);
this.label6.TabIndex = 7;
this.label6.Text = "收件服务器登录端口:";
//
// cbKeepMails
//
this.cbKeepMails.Location = new System.Drawing.Point(278, 198);
this.cbKeepMails.Name = "cbKeepMails";
this.cbKeepMails.Size = new System.Drawing.Size(269, 26);
this.cbKeepMails.TabIndex = 6;
this.cbKeepMails.Text = "接收邮件后保留服务器中的邮件";
//
// tbInPwd
//
this.tbInPwd.Location = new System.Drawing.Point(182, 103);
this.tbInPwd.Name = "tbInPwd";
this.tbInPwd.PasswordChar = '*';
this.tbInPwd.Size = new System.Drawing.Size(375, 21);
this.tbInPwd.TabIndex = 5;
this.tbInPwd.Text = "";
//
// label5
//
this.label5.Location = new System.Drawing.Point(29, 106);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(163, 24);
this.label5.TabIndex = 4;
this.label5.Text = "收件服务器登录密码:";
//
// tbInID
//
this.tbInID.Location = new System.Drawing.Point(182, 60);
this.tbInID.Name = "tbInID";
this.tbInID.Size = new System.Drawing.Size(375, 21);
this.tbInID.TabIndex = 3;
this.tbInID.Text = "";
//
// label4
//
this.label4.Location = new System.Drawing.Point(29, 65);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(163, 24);
this.label4.TabIndex = 2;
this.label4.Text = "收件服务器登录账户:";
//
// tbInServer
//
this.tbInServer.Location = new System.Drawing.Point(134, 17);
this.tbInServer.Name = "tbInServer";
this.tbInServer.Size = new System.Drawing.Size(423, 21);
this.tbInServer.TabIndex = 1;
this.tbInServer.Text = "";
//
// label3
//
this.label3.Location = new System.Drawing.Point(29, 20);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(96, 25);
this.label3.TabIndex = 0;
this.label3.Text = "收件服务器:";
//
// tabPageOut
//
this.tabPageOut.Controls.Add(this.gbOutSettings);
this.tabPageOut.Controls.Add(this.tbOutPort);
this.tabPageOut.Controls.Add(this.label7);
this.tabPageOut.Controls.Add(this.cbNeedVerify);
this.tabPageOut.Controls.Add(this.tbOutServer);
this.tabPageOut.Controls.Add(this.label10);
this.tabPageOut.Location = new System.Drawing.Point(4, 21);
this.tabPageOut.Name = "tabPageOut";
this.tabPageOut.Size = new System.Drawing.Size(577, 337);
this.tabPageOut.TabIndex = 1;
this.tabPageOut.Text = "发件服务器设置";
//
// gbOutSettings
//
this.gbOutSettings.Controls.Add(this.rbtnOwn);
this.gbOutSettings.Controls.Add(this.rbtnSame);
this.gbOutSettings.Controls.Add(this.tbOutPwd);
this.gbOutSettings.Controls.Add(this.label8);
this.gbOutSettings.Controls.Add(this.tbOutID);
this.gbOutSettings.Controls.Add(this.label9);
this.gbOutSettings.Location = new System.Drawing.Point(19, 95);
this.gbOutSettings.Name = "gbOutSettings";
this.gbOutSettings.Size = new System.Drawing.Size(528, 181);
this.gbOutSettings.TabIndex = 18;
this.gbOutSettings.TabStop = false;
this.gbOutSettings.Text = "发件服务器登录设置";
//
// rbtnOwn
//
this.rbtnOwn.Checked = true;
this.rbtnOwn.Location = new System.Drawing.Point(29, 69);
this.rbtnOwn.Name = "rbtnOwn";
this.rbtnOwn.Size = new System.Drawing.Size(403, 26);
this.rbtnOwn.TabIndex = 20;
this.rbtnOwn.TabStop = true;
this.rbtnOwn.Text = "使用自己的设置";
this.rbtnOwn.CheckedChanged += new System.EventHandler(this.rbtnOwn_CheckedChanged);
//
// rbtnSame
//
this.rbtnSame.Location = new System.Drawing.Point(29, 34);
this.rbtnSame.Name = "rbtnSame";
this.rbtnSame.Size = new System.Drawing.Size(413, 26);
this.rbtnSame.TabIndex = 19;
this.rbtnSame.Text = "使用和收件服务器相同的设置";
this.rbtnSame.CheckedChanged += new System.EventHandler(this.rbtnSame_CheckedChanged);
//
// tbOutPwd
//
this.tbOutPwd.Location = new System.Drawing.Point(182, 146);
this.tbOutPwd.Name = "tbOutPwd";
this.tbOutPwd.Size = new System.Drawing.Size(327, 21);
this.tbOutPwd.TabIndex = 18;
this.tbOutPwd.Text = "";
//
// label8
//
this.label8.Location = new System.Drawing.Point(19, 146);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(163, 25);
this.label8.TabIndex = 17;
this.label8.Text = "发件服务器登录密码:";
//
// tbOutID
//
this.tbOutID.Location = new System.Drawing.Point(182, 112);
this.tbOutID.Name = "tbOutID";
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -