📄 mainform.designer.cs
字号:
namespace MainSenderTest
{
partial class MainForm
{
/// <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.btnCancel = new System.Windows.Forms.Button();
this.btnSend = new System.Windows.Forms.Button();
this.btnBrowser = new System.Windows.Forms.Button();
this.tBattachment = new System.Windows.Forms.TextBox();
this.tBsubject = new System.Windows.Forms.TextBox();
this.tBuser = new System.Windows.Forms.TextBox();
this.tBacceptor = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.richTextBox1 = new System.Windows.Forms.RichTextBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tBserver = new System.Windows.Forms.TextBox();
this.label5 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.tBpass = new System.Windows.Forms.TextBox();
this.SuspendLayout();
//
// btnCancel
//
this.btnCancel.Location = new System.Drawing.Point(298, 366);
this.btnCancel.Name = "btnCancel";
this.btnCancel.Size = new System.Drawing.Size(84, 23);
this.btnCancel.TabIndex = 23;
this.btnCancel.Text = "取消";
this.btnCancel.UseVisualStyleBackColor = true;
this.btnCancel.Click += new System.EventHandler(this.btnCancel_Click);
//
// btnSend
//
this.btnSend.Location = new System.Drawing.Point(209, 366);
this.btnSend.Name = "btnSend";
this.btnSend.Size = new System.Drawing.Size(84, 23);
this.btnSend.TabIndex = 22;
this.btnSend.Text = "发送";
this.btnSend.UseVisualStyleBackColor = true;
this.btnSend.Click += new System.EventHandler(this.btnSend_Click);
//
// btnBrowser
//
this.btnBrowser.Location = new System.Drawing.Point(331, 123);
this.btnBrowser.Name = "btnBrowser";
this.btnBrowser.Size = new System.Drawing.Size(74, 23);
this.btnBrowser.TabIndex = 6;
this.btnBrowser.Text = "浏览";
this.btnBrowser.UseVisualStyleBackColor = true;
this.btnBrowser.Click += new System.EventHandler(this.btnBrowser_Click);
//
// tBattachment
//
this.tBattachment.Location = new System.Drawing.Point(68, 125);
this.tBattachment.Name = "tBattachment";
this.tBattachment.Size = new System.Drawing.Size(257, 21);
this.tBattachment.TabIndex = 5;
this.tBattachment.TextAlign = System.Windows.Forms.HorizontalAlignment.Right;
//
// tBsubject
//
this.tBsubject.Location = new System.Drawing.Point(68, 95);
this.tBsubject.Name = "tBsubject";
this.tBsubject.Size = new System.Drawing.Size(337, 21);
this.tBsubject.TabIndex = 4;
//
// tBuser
//
this.tBuser.Location = new System.Drawing.Point(68, 64);
this.tBuser.Name = "tBuser";
this.tBuser.Size = new System.Drawing.Size(178, 21);
this.tBuser.TabIndex = 2;
//
// tBacceptor
//
this.tBacceptor.Location = new System.Drawing.Point(68, 5);
this.tBacceptor.Name = "tBacceptor";
this.tBacceptor.Size = new System.Drawing.Size(337, 21);
this.tBacceptor.TabIndex = 0;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(9, 128);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 16;
this.label4.Text = "附件:";
//
// richTextBox1
//
this.richTextBox1.Location = new System.Drawing.Point(11, 149);
this.richTextBox1.Name = "richTextBox1";
this.richTextBox1.Size = new System.Drawing.Size(394, 207);
this.richTextBox1.TabIndex = 7;
this.richTextBox1.Text = "";
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(9, 98);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 14;
this.label3.Text = "主题:";
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(9, 37);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 13;
this.label2.Text = "服务器:";
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(9, 8);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(53, 12);
this.label1.TabIndex = 12;
this.label1.Text = "收件人:";
//
// tBserver
//
this.tBserver.Location = new System.Drawing.Point(68, 34);
this.tBserver.Name = "tBserver";
this.tBserver.Size = new System.Drawing.Size(337, 21);
this.tBserver.TabIndex = 1;
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(9, 67);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 25;
this.label5.Text = "发件人:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(252, 67);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 26;
this.label6.Text = "密码:";
//
// tBpass
//
this.tBpass.Location = new System.Drawing.Point(305, 64);
this.tBpass.Name = "tBpass";
this.tBpass.PasswordChar = '*';
this.tBpass.Size = new System.Drawing.Size(100, 21);
this.tBpass.TabIndex = 3;
//
// MainForm
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(417, 396);
this.Controls.Add(this.tBpass);
this.Controls.Add(this.label6);
this.Controls.Add(this.label5);
this.Controls.Add(this.tBserver);
this.Controls.Add(this.btnCancel);
this.Controls.Add(this.btnSend);
this.Controls.Add(this.btnBrowser);
this.Controls.Add(this.tBattachment);
this.Controls.Add(this.tBsubject);
this.Controls.Add(this.tBuser);
this.Controls.Add(this.tBacceptor);
this.Controls.Add(this.label4);
this.Controls.Add(this.richTextBox1);
this.Controls.Add(this.label3);
this.Controls.Add(this.label2);
this.Controls.Add(this.label1);
this.Name = "MainForm";
this.ShowIcon = false;
this.Text = "MailMessageSender";
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button btnCancel;
private System.Windows.Forms.Button btnSend;
private System.Windows.Forms.Button btnBrowser;
private System.Windows.Forms.TextBox tBattachment;
private System.Windows.Forms.TextBox tBsubject;
private System.Windows.Forms.TextBox tBuser;
private System.Windows.Forms.TextBox tBacceptor;
private System.Windows.Forms.Label label4;
private System.Windows.Forms.RichTextBox richTextBox1;
private System.Windows.Forms.Label label3;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.TextBox tBserver;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox tBpass;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -