www.pudn.com > 365codes.cn19MailToCode.rar > Form1.Designer.cs
namespace MailTo
{
partial class Form1
{
///
/// 必需的设计器变量。
///
private System.ComponentModel.IContainer components = null;
///
/// 清理所有正在使用的资源。
///
/// 如果应释放托管资源,为 true;否则为 false。
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows 窗体设计器生成的代码
///
/// 设计器支持所需的方法 - 不要
/// 使用代码编辑器修改此方法的内容。
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.button1 = new System.Windows.Forms.Button();
this.label5 = new System.Windows.Forms.Label();
this.button2 = new System.Windows.Forms.Button();
this.t_to = new System.Windows.Forms.ListBox();
this.gpb = new System.Windows.Forms.GroupBox();
this.label9 = new System.Windows.Forms.Label();
this.linkLabel2 = new System.Windows.Forms.LinkLabel();
this.linkLabel1 = new System.Windows.Forms.LinkLabel();
this.t_files = new System.Windows.Forms.TextBox();
this.t_body = new System.Windows.Forms.TextBox();
this.t_subject = new System.Windows.Forms.TextBox();
this.label8 = new System.Windows.Forms.Label();
this.label7 = new System.Windows.Forms.Label();
this.label6 = new System.Windows.Forms.Label();
this.button3 = new System.Windows.Forms.Button();
this.button4 = new System.Windows.Forms.Button();
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
this.button5 = new System.Windows.Forms.Button();
this.button6 = new System.Windows.Forms.Button();
this.openFileDialog1 = new System.Windows.Forms.OpenFileDialog();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripProgressBar1 = new System.Windows.Forms.ToolStripProgressBar();
this.toolStripStatusLabel3 = new System.Windows.Forms.ToolStripStatusLabel();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.linkLabel3 = new System.Windows.Forms.LinkLabel();
this.senderLst = new System.Windows.Forms.ListBox();
this.button7 = new System.Windows.Forms.Button();
this.gpb.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.SuspendLayout();
//
// button1
//
this.button1.Location = new System.Drawing.Point(643, 411);
this.button1.Name = "button1";
this.button1.Size = new System.Drawing.Size(75, 35);
this.button1.TabIndex = 10;
this.button1.Text = "群 发";
this.button1.UseVisualStyleBackColor = true;
this.button1.Click += new System.EventHandler(this.button1_Click);
//
// label5
//
this.label5.AutoSize = true;
this.label5.Location = new System.Drawing.Point(81, 178);
this.label5.Name = "label5";
this.label5.Size = new System.Drawing.Size(53, 12);
this.label5.TabIndex = 1;
this.label5.Text = "收件人:";
//
// button2
//
this.button2.Location = new System.Drawing.Point(515, 411);
this.button2.Name = "button2";
this.button2.Size = new System.Drawing.Size(75, 35);
this.button2.TabIndex = 9;
this.button2.Text = "单 发";
this.toolTip1.SetToolTip(this.button2, "单发时先选中一个收件人");
this.button2.UseVisualStyleBackColor = true;
this.button2.Click += new System.EventHandler(this.button2_Click);
//
// t_to
//
this.t_to.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.t_to.FormattingEnabled = true;
this.t_to.ItemHeight = 12;
this.t_to.Location = new System.Drawing.Point(98, 202);
this.t_to.Name = "t_to";
this.t_to.Size = new System.Drawing.Size(271, 184);
this.t_to.TabIndex = 4;
//
// gpb
//
this.gpb.Controls.Add(this.label9);
this.gpb.Controls.Add(this.linkLabel2);
this.gpb.Controls.Add(this.linkLabel1);
this.gpb.Controls.Add(this.t_files);
this.gpb.Controls.Add(this.t_body);
this.gpb.Controls.Add(this.t_subject);
this.gpb.Controls.Add(this.label8);
this.gpb.Controls.Add(this.label7);
this.gpb.Controls.Add(this.label6);
this.gpb.Location = new System.Drawing.Point(421, 12);
this.gpb.Name = "gpb";
this.gpb.Size = new System.Drawing.Size(411, 393);
this.gpb.TabIndex = 8;
this.gpb.TabStop = false;
this.gpb.Text = "邮件内容";
//
// label9
//
this.label9.AutoSize = true;
this.label9.Location = new System.Drawing.Point(202, 345);
this.label9.Name = "label9";
this.label9.Size = new System.Drawing.Size(113, 12);
this.label9.TabIndex = 5;
this.label9.Text = "(可添加多个附件)";
//
// linkLabel2
//
this.linkLabel2.AutoSize = true;
this.linkLabel2.Location = new System.Drawing.Point(151, 345);
this.linkLabel2.Name = "linkLabel2";
this.linkLabel2.Size = new System.Drawing.Size(29, 12);
this.linkLabel2.TabIndex = 4;
this.linkLabel2.TabStop = true;
this.linkLabel2.Text = "清空";
this.linkLabel2.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel2_LinkClicked);
//
// linkLabel1
//
this.linkLabel1.AutoSize = true;
this.linkLabel1.Location = new System.Drawing.Point(109, 346);
this.linkLabel1.Name = "linkLabel1";
this.linkLabel1.Size = new System.Drawing.Size(29, 12);
this.linkLabel1.TabIndex = 3;
this.linkLabel1.TabStop = true;
this.linkLabel1.Text = "添加";
this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked);
//
// t_files
//
this.t_files.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.t_files.Location = new System.Drawing.Point(109, 318);
this.t_files.Name = "t_files";
this.t_files.ReadOnly = true;
this.t_files.Size = new System.Drawing.Size(269, 21);
this.t_files.TabIndex = 2;
//
// t_body
//
this.t_body.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.t_body.Location = new System.Drawing.Point(74, 71);
this.t_body.Multiline = true;
this.t_body.Name = "t_body";
this.t_body.Size = new System.Drawing.Size(304, 230);
this.t_body.TabIndex = 2;
//
// t_subject
//
this.t_subject.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.t_subject.Location = new System.Drawing.Point(74, 28);
this.t_subject.Name = "t_subject";
this.t_subject.Size = new System.Drawing.Size(269, 21);
this.t_subject.TabIndex = 1;
//
// label8
//
this.label8.AutoSize = true;
this.label8.Location = new System.Drawing.Point(62, 323);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(41, 12);
this.label8.TabIndex = 0;
this.label8.Text = "附件:";
//
// label7
//
this.label7.AutoSize = true;
this.label7.Location = new System.Drawing.Point(27, 71);
this.label7.Name = "label7";
this.label7.Size = new System.Drawing.Size(41, 12);
this.label7.TabIndex = 0;
this.label7.Text = "正文:";
//
// label6
//
this.label6.AutoSize = true;
this.label6.Location = new System.Drawing.Point(27, 35);
this.label6.Name = "label6";
this.label6.Size = new System.Drawing.Size(41, 12);
this.label6.TabIndex = 0;
this.label6.Text = "标题:";
//
// button3
//
this.button3.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button3.Location = new System.Drawing.Point(131, 173);
this.button3.Name = "button3";
this.button3.Size = new System.Drawing.Size(50, 23);
this.button3.TabIndex = 5;
this.button3.Text = "添加";
this.toolTip1.SetToolTip(this.button3, "添加收件人");
this.button3.UseVisualStyleBackColor = true;
this.button3.Click += new System.EventHandler(this.button3_Click);
//
// button4
//
this.button4.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button4.Location = new System.Drawing.Point(223, 173);
this.button4.Name = "button4";
this.button4.Size = new System.Drawing.Size(50, 23);
this.button4.TabIndex = 7;
this.button4.Text = "删除";
this.toolTip1.SetToolTip(this.button4, "删除选中的收件人");
this.button4.UseVisualStyleBackColor = true;
this.button4.Click += new System.EventHandler(this.button4_Click);
//
// button5
//
this.button5.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button5.Location = new System.Drawing.Point(177, 173);
this.button5.Name = "button5";
this.button5.Size = new System.Drawing.Size(50, 23);
this.button5.TabIndex = 6;
this.button5.Text = "导入";
this.toolTip1.SetToolTip(this.button5, "从文件导入(txt格式的文件,每行一个email地址)");
this.button5.UseVisualStyleBackColor = true;
this.button5.Click += new System.EventHandler(this.button5_Click);
//
// button6
//
this.button6.FlatStyle = System.Windows.Forms.FlatStyle.Popup;
this.button6.Location = new System.Drawing.Point(270, 173);
this.button6.Name = "button6";
this.button6.Size = new System.Drawing.Size(99, 23);
this.button6.TabIndex = 12;
this.button6.Text = "批量生成QQ油箱";
this.toolTip1.SetToolTip(this.button6, "从文件导入(txt格式的文件,每行一个email地址)");
this.button6.UseVisualStyleBackColor = true;
this.button6.Click += new System.EventHandler(this.button6_Click);
//
// openFileDialog1
//
this.openFileDialog1.FileName = "openFileDialog1";
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripProgressBar1,
this.toolStripStatusLabel3,
this.toolStripStatusLabel1});
this.statusStrip1.Location = new System.Drawing.Point(0, 485);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(844, 22);
this.statusStrip1.TabIndex = 8;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripProgressBar1
//
this.toolStripProgressBar1.Name = "toolStripProgressBar1";
this.toolStripProgressBar1.Size = new System.Drawing.Size(150, 16);
this.toolStripProgressBar1.Step = 1;
//
// toolStripStatusLabel3
//
this.toolStripStatusLabel3.Name = "toolStripStatusLabel3";
this.toolStripStatusLabel3.Size = new System.Drawing.Size(407, 17);
this.toolStripStatusLabel3.Spring = true;
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.AutoSize = false;
this.toolStripStatusLabel1.Image = ((System.Drawing.Image)(resources.GetObject("toolStripStatusLabel1.Image")));
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(270, 17);
this.toolStripStatusLabel1.Text = " 我的blog:http://tuyile006.cnblogs.com";
//
// linkLabel3
//
this.linkLabel3.AutoSize = true;
this.linkLabel3.Location = new System.Drawing.Point(724, 431);
this.linkLabel3.Name = "linkLabel3";
this.linkLabel3.Size = new System.Drawing.Size(29, 12);
this.linkLabel3.TabIndex = 11;
this.linkLabel3.TabStop = true;
this.linkLabel3.Text = "帮助";
this.linkLabel3.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel3_LinkClicked);
//
// senderLst
//
this.senderLst.ForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
this.senderLst.FormattingEnabled = true;
this.senderLst.ItemHeight = 12;
this.senderLst.Location = new System.Drawing.Point(98, 394);
this.senderLst.Name = "senderLst";
this.senderLst.Size = new System.Drawing.Size(271, 88);
this.senderLst.TabIndex = 13;
//
// button7
//
this.button7.Location = new System.Drawing.Point(82, 106);
this.button7.Name = "button7";
this.button7.Size = new System.Drawing.Size(99, 23);
this.button7.TabIndex = 14;
this.button7.Text = "添加发送邮箱";
this.button7.UseVisualStyleBackColor = true;
this.button7.Click += new System.EventHandler(this.button7_Click);
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(844, 507);
this.Controls.Add(this.button7);
this.Controls.Add(this.senderLst);
this.Controls.Add(this.button6);
this.Controls.Add(this.linkLabel3);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.button4);
this.Controls.Add(this.button5);
this.Controls.Add(this.button3);
this.Controls.Add(this.gpb);
this.Controls.Add(this.t_to);
this.Controls.Add(this.button2);
this.Controls.Add(this.label5);
this.Controls.Add(this.button1);
this.MaximizeBox = false;
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "C#邮件群发器(小y设计)";
this.Load += new System.EventHandler(this.Form1_Load);
this.gpb.ResumeLayout(false);
this.gpb.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.Button button1;
private System.Windows.Forms.Label label5;
private System.Windows.Forms.Button button2;
private System.Windows.Forms.ListBox t_to;
private System.Windows.Forms.GroupBox gpb;
private System.Windows.Forms.TextBox t_body;
private System.Windows.Forms.TextBox t_subject;
private System.Windows.Forms.Label label7;
private System.Windows.Forms.Label label6;
private System.Windows.Forms.TextBox t_files;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.LinkLabel linkLabel1;
private System.Windows.Forms.LinkLabel linkLabel2;
private System.Windows.Forms.Button button3;
private System.Windows.Forms.Button button4;
private System.Windows.Forms.ToolTip toolTip1;
private System.Windows.Forms.OpenFileDialog openFileDialog1;
private System.Windows.Forms.Button button5;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripProgressBar toolStripProgressBar1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel3;
private System.Windows.Forms.LinkLabel linkLabel3;
private System.Windows.Forms.Label label9;
private System.Windows.Forms.Button button6;
private System.Windows.Forms.ListBox senderLst;
private System.Windows.Forms.Button button7;
}
}