📄 form1.designer.cs
字号:
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;
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -