You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

147 lines
6.2 KiB
C#

namespace MailAnalyzeTools
{
partial class frmForwardmail
{
/// <summary>
/// Required designer variable.
/// </summary>
private System.ComponentModel.IContainer components = null;
/// <summary>
/// Clean up any resources being used.
/// </summary>
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
/// <summary>
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
/// </summary>
private void InitializeComponent()
{
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(frmForwardmail));
this.panel1 = new System.Windows.Forms.Panel();
this.txtKey = new System.Windows.Forms.TextBox();
this.label2 = new System.Windows.Forms.Label();
this.txtSubject = new System.Windows.Forms.TextBox();
this.label1 = new System.Windows.Forms.Label();
this.editor_content = new HtmlEditor.Editor();
this.textBox1 = new System.Windows.Forms.TextBox();
this.label3 = new System.Windows.Forms.Label();
this.panel1.SuspendLayout();
this.SuspendLayout();
//
// panel1
//
this.panel1.Controls.Add(this.textBox1);
this.panel1.Controls.Add(this.label3);
this.panel1.Controls.Add(this.txtKey);
this.panel1.Controls.Add(this.label2);
this.panel1.Controls.Add(this.txtSubject);
this.panel1.Controls.Add(this.label1);
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
this.panel1.Location = new System.Drawing.Point(0, 0);
this.panel1.Name = "panel1";
this.panel1.Size = new System.Drawing.Size(669, 103);
this.panel1.TabIndex = 6;
//
// txtKey
//
this.txtKey.Location = new System.Drawing.Point(66, 71);
this.txtKey.Name = "txtKey";
this.txtKey.Size = new System.Drawing.Size(665, 21);
this.txtKey.TabIndex = 1;
//
// label2
//
this.label2.AutoSize = true;
this.label2.Location = new System.Drawing.Point(10, 76);
this.label2.Name = "label2";
this.label2.Size = new System.Drawing.Size(53, 12);
this.label2.TabIndex = 4;
this.label2.Text = "关键字:";
//
// txtSubject
//
this.txtSubject.Location = new System.Drawing.Point(66, 44);
this.txtSubject.Name = "txtSubject";
this.txtSubject.Size = new System.Drawing.Size(666, 21);
this.txtSubject.TabIndex = 0;
//
// label1
//
this.label1.AutoSize = true;
this.label1.Location = new System.Drawing.Point(12, 46);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(41, 12);
this.label1.TabIndex = 3;
this.label1.Text = "标题:";
//
// editor_content
//
this.editor_content.BodyHtml = null;
this.editor_content.BodyText = null;
this.editor_content.Dock = System.Windows.Forms.DockStyle.Fill;
this.editor_content.DocumentText = resources.GetString("editor_content.DocumentText");
this.editor_content.EditorBackColor = System.Drawing.Color.FromArgb(((int)(((byte)(255)))), ((int)(((byte)(255)))), ((int)(((byte)(255)))));
this.editor_content.EditorForeColor = System.Drawing.Color.FromArgb(((int)(((byte)(0)))), ((int)(((byte)(0)))), ((int)(((byte)(0)))));
this.editor_content.FontSize = HtmlEditor.FontSize.Three;
this.editor_content.Location = new System.Drawing.Point(0, 103);
this.editor_content.Name = "editor_content";
this.editor_content.Size = new System.Drawing.Size(669, 281);
this.editor_content.TabIndex = 8;
//
// textBox1
//
this.textBox1.Location = new System.Drawing.Point(66, 12);
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(666, 21);
this.textBox1.TabIndex = 5;
//
// label3
//
this.label3.AutoSize = true;
this.label3.Location = new System.Drawing.Point(12, 14);
this.label3.Name = "label3";
this.label3.Size = new System.Drawing.Size(41, 12);
this.label3.TabIndex = 6;
this.label3.Text = "标题:";
//
// frmForwardmail
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(669, 384);
this.Controls.Add(this.editor_content);
this.Controls.Add(this.panel1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.Name = "frmForwardmail";
this.Text = "修改并转发邮件";
this.Shown += new System.EventHandler(this.frmForwardmail_Shown);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.Panel panel1;
private System.Windows.Forms.TextBox txtKey;
private System.Windows.Forms.Label label2;
private System.Windows.Forms.TextBox txtSubject;
private System.Windows.Forms.Label label1;
private HtmlEditor.Editor editor_content;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.Label label3;
}
}