📄 frmmain.designer.cs
字号:
namespace Xkzi.MailForm
{
partial class FrmMain
{
/// <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.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(FrmMain));
this.tabControl1 = new System.Windows.Forms.TabControl();
this.tabContent = new System.Windows.Forms.TabPage();
this.label9 = new System.Windows.Forms.Label();
this.btnAddUpfile = new System.Windows.Forms.Button();
this.btnDelMail = new System.Windows.Forms.Button();
this.btnSaveMail = new System.Windows.Forms.Button();
this.chkIsUseGroup = new System.Windows.Forms.CheckBox();
this.cbSendMailGroup = new System.Windows.Forms.ComboBox();
this.txtReceive = new System.Windows.Forms.TextBox();
this.label4 = new System.Windows.Forms.Label();
this.lvMailUpfile = new System.Windows.Forms.ListView();
this.conMenuUpfile = new System.Windows.Forms.ContextMenuStrip(this.components);
this.添加ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.删除DToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
this.打开OToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
this.排列SToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.大图标ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.小图标ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.列表ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.rtbMailContent = new System.Windows.Forms.RichTextBox();
this.cbMailTitle = new System.Windows.Forms.ComboBox();
this.label3 = new System.Windows.Forms.Label();
this.label2 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.tabReciveMail = new System.Windows.Forms.TabPage();
this.groupBox2 = new System.Windows.Forms.GroupBox();
this.txtMailName = new System.Windows.Forms.TextBox();
this.label19 = new System.Windows.Forms.Label();
this.button1 = new System.Windows.Forms.Button();
this.txtMailId = new System.Windows.Forms.TextBox();
this.button2 = new System.Windows.Forms.Button();
this.label18 = new System.Windows.Forms.Label();
this.lstGroupMails = new System.Windows.Forms.ListBox();
this.groupBox1 = new System.Windows.Forms.GroupBox();
this.txtGroupName = new System.Windows.Forms.TextBox();
this.label17 = new System.Windows.Forms.Label();
this.txtGroupMails = new System.Windows.Forms.TextBox();
this.label10 = new System.Windows.Forms.Label();
this.txtGroupId = new System.Windows.Forms.TextBox();
this.label7 = new System.Windows.Forms.Label();
this.btnModGroup = new System.Windows.Forms.Button();
this.btnDelGroup = new System.Windows.Forms.Button();
this.label8 = new System.Windows.Forms.Label();
this.txtImportMails = new System.Windows.Forms.TextBox();
this.button7 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.label6 = new System.Windows.Forms.Label();
this.cbMailGroup = new System.Windows.Forms.ComboBox();
this.label5 = new System.Windows.Forms.Label();
this.tabSendMails = new System.Windows.Forms.TabPage();
this.groupBox6 = new System.Windows.Forms.GroupBox();
this.button17 = new System.Windows.Forms.Button();
this.mailPassword = new System.Windows.Forms.TextBox();
this.mailUsername = new System.Windows.Forms.TextBox();
this.mailServer = new System.Windows.Forms.TextBox();
this.mailName = new System.Windows.Forms.TextBox();
this.label14 = new System.Windows.Forms.Label();
this.label13 = new System.Windows.Forms.Label();
this.label12 = new System.Windows.Forms.Label();
this.label11 = new System.Windows.Forms.Label();
this.btnAddFromMail = new System.Windows.Forms.Button();
this.sendMailList = new System.Windows.Forms.ListView();
this.cl_MailName = new System.Windows.Forms.ColumnHeader();
this.cl_SendServer = new System.Windows.Forms.ColumnHeader();
this.cl_Username = new System.Windows.Forms.ColumnHeader();
this.cl_Password = new System.Windows.Forms.ColumnHeader();
this.tabSendLog = new System.Windows.Forms.TabPage();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.statMail = new System.Windows.Forms.ToolStripStatusLabel();
this.btnStartSend = new System.Windows.Forms.Button();
this.errPor = new System.Windows.Forms.ErrorProvider(this.components);
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.imglMailUpfile = new System.Windows.Forms.ImageList(this.components);
this.timer1 = new System.Windows.Forms.Timer(this.components);
this.label15 = new System.Windows.Forms.Label();
this.numTreads = new System.Windows.Forms.NumericUpDown();
this.txtSendLog = new System.Windows.Forms.TextBox();
this.btnClearLog = new System.Windows.Forms.Button();
this.tabControl1.SuspendLayout();
this.tabContent.SuspendLayout();
this.conMenuUpfile.SuspendLayout();
this.tabReciveMail.SuspendLayout();
this.groupBox2.SuspendLayout();
this.groupBox1.SuspendLayout();
this.tabSendMails.SuspendLayout();
this.groupBox6.SuspendLayout();
this.tabSendLog.SuspendLayout();
this.statusStrip1.SuspendLayout();
((System.ComponentModel.ISupportInitialize)(this.errPor)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.numTreads)).BeginInit();
this.SuspendLayout();
//
// tabControl1
//
this.tabControl1.Controls.Add(this.tabContent);
this.tabControl1.Controls.Add(this.tabReciveMail);
this.tabControl1.Controls.Add(this.tabSendMails);
this.tabControl1.Controls.Add(this.tabSendLog);
this.tabControl1.Location = new System.Drawing.Point(12, 12);
this.tabControl1.Name = "tabControl1";
this.tabControl1.SelectedIndex = 0;
this.tabControl1.Size = new System.Drawing.Size(488, 324);
this.tabControl1.TabIndex = 0;
this.tabControl1.SelectedIndexChanged += new System.EventHandler(this.tabControl1_SelectedIndexChanged);
//
// tabContent
//
this.tabContent.Controls.Add(this.label9);
this.tabContent.Controls.Add(this.btnAddUpfile);
this.tabContent.Controls.Add(this.btnDelMail);
this.tabContent.Controls.Add(this.btnSaveMail);
this.tabContent.Controls.Add(this.chkIsUseGroup);
this.tabContent.Controls.Add(this.cbSendMailGroup);
this.tabContent.Controls.Add(this.txtReceive);
this.tabContent.Controls.Add(this.label4);
this.tabContent.Controls.Add(this.lvMailUpfile);
this.tabContent.Controls.Add(this.rtbMailContent);
this.tabContent.Controls.Add(this.cbMailTitle);
this.tabContent.Controls.Add(this.label3);
this.tabContent.Controls.Add(this.label2);
this.tabContent.Controls.Add(this.label1);
this.tabContent.Location = new System.Drawing.Point(4, 21);
this.tabContent.Name = "tabContent";
this.tabContent.Padding = new System.Windows.Forms.Padding(3);
this.tabContent.Size = new System.Drawing.Size(480, 299);
this.tabContent.TabIndex = 0;
this.tabContent.Text = "邮件内容";
this.tabContent.UseVisualStyleBackColor = true;
//
// label9
//
this.label9.AutoSize = true;
this.label9.ForeColor = System.Drawing.Color.Red;
this.label9.Location = new System.Drawing.Point(389, 272);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(77, 12);
this.label9.TabIndex = 12;
this.label9.Text = "不存入数据库";
//
// btnAddUpfile
//
this.btnAddUpfile.Location = new System.Drawing.Point(391, 224);
this.btnAddUpfile.Name = "btnAddUpfile";
this.btnAddUpfile.Size = new System.Drawing.Size(75, 23);
this.btnAddUpfile.TabIndex = 7;
this.btnAddUpfile.Text = "添加附件";
this.btnAddUpfile.UseVisualStyleBackColor = true;
this.btnAddUpfile.Click += new System.EventHandler(this.btnAddUpfile_Click);
//
// btnDelMail
//
this.btnDelMail.Location = new System.Drawing.Point(418, 18);
this.btnDelMail.Name = "btnDelMail";
this.btnDelMail.Size = new System.Drawing.Size(48, 20);
this.btnDelMail.TabIndex = 11;
this.btnDelMail.Text = "删除";
this.btnDelMail.UseVisualStyleBackColor = true;
this.btnDelMail.Click += new System.EventHandler(this.btnDelMail_Click);
//
// btnSaveMail
//
this.btnSaveMail.Location = new System.Drawing.Point(364, 18);
this.btnSaveMail.Name = "btnSaveMail";
this.btnSaveMail.Size = new System.Drawing.Size(48, 20);
this.btnSaveMail.TabIndex = 9;
this.btnSaveMail.Text = "添加";
this.btnSaveMail.UseVisualStyleBackColor = true;
this.btnSaveMail.Click += new System.EventHandler(this.btnSaveMail_Click);
//
// chkIsUseGroup
//
this.chkIsUseGroup.AutoSize = true;
this.chkIsUseGroup.Location = new System.Drawing.Point(56, 74);
this.chkIsUseGroup.Name = "chkIsUseGroup";
this.chkIsUseGroup.Size = new System.Drawing.Size(84, 16);
this.chkIsUseGroup.TabIndex = 3;
this.chkIsUseGroup.Text = "使用邮件组";
this.chkIsUseGroup.UseVisualStyleBackColor = true;
this.chkIsUseGroup.CheckedChanged += new System.EventHandler(this.chkIsUseGroup_CheckedChanged);
//
// cbSendMailGroup
//
this.cbSendMailGroup.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList;
this.cbSendMailGroup.FormattingEnabled = true;
this.cbSendMailGroup.Location = new System.Drawing.Point(146, 71);
this.cbSendMailGroup.Name = "cbSendMailGroup";
this.cbSendMailGroup.Size = new System.Drawing.Size(320, 20);
this.cbSendMailGroup.TabIndex = 4;
//
// txtReceive
//
this.txtReceive.Location = new System.Drawing.Point(56, 44);
this.txtReceive.Name = "txtReceive";
this.txtReceive.Size = new System.Drawing.Size(410, 21);
this.txtReceive.TabIndex = 2;
//
// label4
//
this.label4.AutoSize = true;
this.label4.Location = new System.Drawing.Point(12, 49);
this.label4.Name = "label4";
this.label4.Size = new System.Drawing.Size(41, 12);
this.label4.TabIndex = 6;
this.label4.Text = "收件人";
//
// lvMailUpfile
//
this.lvMailUpfile.ContextMenuStrip = this.conMenuUpfile;
this.lvMailUpfile.Location = new System.Drawing.Point(56, 224);
this.lvMailUpfile.Name = "lvMailUpfile";
this.lvMailUpfile.Size = new System.Drawing.Size(326, 60);
this.lvMailUpfile.TabIndex = 6;
this.lvMailUpfile.UseCompatibleStateImageBehavior = false;
//
// conMenuUpfile
//
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -