www.pudn.com > IntMail.rar > Form1.Designer.cs
namespace IntMail
{
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.Windows.Forms.ListViewItem listViewItem1 = new System.Windows.Forms.ListViewItem("收件箱", 0);
System.Windows.Forms.ListViewItem listViewItem2 = new System.Windows.Forms.ListViewItem("发件箱", 2);
System.Windows.Forms.ListViewItem listViewItem3 = new System.Windows.Forms.ListViewItem("草稿箱", 1);
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.menuStrip1 = new System.Windows.Forms.MenuStrip();
this.文件ToolStripMenuItem = 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.复制ToolStripMenuItem = 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.邮件账户ToolStripMenuItem = 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.新邮件ToolStripMenuItem = 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.帮ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.在线升级ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.关于ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
this.toolStrip1 = new System.Windows.Forms.ToolStrip();
this.toolStripButton1 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton6 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton2 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton3 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton4 = new System.Windows.Forms.ToolStripButton();
this.toolStripButton5 = new System.Windows.Forms.ToolStripButton();
this.label8 = new System.Windows.Forms.Label();
this.label1 = new System.Windows.Forms.Label();
this.statusStrip1 = new System.Windows.Forms.StatusStrip();
this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel();
this.splitContainer1 = new System.Windows.Forms.SplitContainer();
this.listView_Left = new System.Windows.Forms.ListView();
this.columnHeader5 = new System.Windows.Forms.ColumnHeader();
this.imageList1 = new System.Windows.Forms.ImageList(this.components);
this.splitContainer2 = new System.Windows.Forms.SplitContainer();
this.listView1 = new System.Windows.Forms.ListView();
this.columnHeader1 = new System.Windows.Forms.ColumnHeader();
this.columnHeader2 = new System.Windows.Forms.ColumnHeader();
this.columnHeader3 = new System.Windows.Forms.ColumnHeader();
this.columnHeader4 = new System.Windows.Forms.ColumnHeader();
this.Mail_Context = new System.Windows.Forms.ContextMenuStrip(this.components);
this.查看ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.回复ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.转发ToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
this.textBox1 = new System.Windows.Forms.TextBox();
this.menuStrip1.SuspendLayout();
this.toolStrip1.SuspendLayout();
this.statusStrip1.SuspendLayout();
this.splitContainer1.Panel1.SuspendLayout();
this.splitContainer1.Panel2.SuspendLayout();
this.splitContainer1.SuspendLayout();
this.splitContainer2.Panel1.SuspendLayout();
this.splitContainer2.Panel2.SuspendLayout();
this.splitContainer2.SuspendLayout();
this.Mail_Context.SuspendLayout();
this.SuspendLayout();
//
// menuStrip1
//
this.menuStrip1.BackColor = System.Drawing.SystemColors.ButtonFace;
this.menuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.文件ToolStripMenuItem,
this.编辑ToolStripMenuItem,
this.查看ToolStripMenuItem,
this.设置ToolStripMenuItem,
this.邮件ToolStripMenuItem,
this.帮助ToolStripMenuItem});
this.menuStrip1.Location = new System.Drawing.Point(0, 0);
this.menuStrip1.Name = "menuStrip1";
this.menuStrip1.Size = new System.Drawing.Size(794, 24);
this.menuStrip1.TabIndex = 0;
this.menuStrip1.Text = "menuStrip1";
//
// 文件ToolStripMenuItem
//
this.文件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.新建邮件ToolStripMenuItem,
this.退出ToolStripMenuItem});
this.文件ToolStripMenuItem.Name = "文件ToolStripMenuItem";
this.文件ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
this.文件ToolStripMenuItem.Text = "文件";
//
// 新建邮件ToolStripMenuItem
//
this.新建邮件ToolStripMenuItem.Name = "新建邮件ToolStripMenuItem";
this.新建邮件ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.新建邮件ToolStripMenuItem.Text = "新建邮件";
this.新建邮件ToolStripMenuItem.Click += new System.EventHandler(this.新建邮件ToolStripMenuItem_Click);
//
// 退出ToolStripMenuItem
//
this.退出ToolStripMenuItem.Name = "退出ToolStripMenuItem";
this.退出ToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
this.退出ToolStripMenuItem.Text = "退出";
this.退出ToolStripMenuItem.Click += new System.EventHandler(this.退出ToolStripMenuItem_Click);
//
// 编辑ToolStripMenuItem
//
this.编辑ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.复制ToolStripMenuItem,
this.全选ToolStripMenuItem});
this.编辑ToolStripMenuItem.Name = "编辑ToolStripMenuItem";
this.编辑ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
this.编辑ToolStripMenuItem.Text = "编辑";
//
// 复制ToolStripMenuItem
//
this.复制ToolStripMenuItem.Name = "复制ToolStripMenuItem";
this.复制ToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
this.复制ToolStripMenuItem.Text = "复制";
//
// 全选ToolStripMenuItem
//
this.全选ToolStripMenuItem.Name = "全选ToolStripMenuItem";
this.全选ToolStripMenuItem.Size = new System.Drawing.Size(94, 22);
this.全选ToolStripMenuItem.Text = "全选";
//
// 查看ToolStripMenuItem
//
this.查看ToolStripMenuItem.Name = "查看ToolStripMenuItem";
this.查看ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
this.查看ToolStripMenuItem.Text = "查看";
//
// 设置ToolStripMenuItem
//
this.设置ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.邮件账户ToolStripMenuItem,
this.当前帐户设置ToolStripMenuItem,
this.通讯录ToolStripMenuItem});
this.设置ToolStripMenuItem.Name = "设置ToolStripMenuItem";
this.设置ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
this.设置ToolStripMenuItem.Text = "设置";
//
// 邮件账户ToolStripMenuItem
//
this.邮件账户ToolStripMenuItem.Name = "邮件账户ToolStripMenuItem";
this.邮件账户ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
this.邮件账户ToolStripMenuItem.Text = "邮件帐户";
this.邮件账户ToolStripMenuItem.Click += new System.EventHandler(this.邮件账户ToolStripMenuItem_Click);
//
// 当前帐户设置ToolStripMenuItem
//
this.当前帐户设置ToolStripMenuItem.Name = "当前帐户设置ToolStripMenuItem";
this.当前帐户设置ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
this.当前帐户设置ToolStripMenuItem.Text = "当前帐户设置";
this.当前帐户设置ToolStripMenuItem.Click += new System.EventHandler(this.当前帐户设置ToolStripMenuItem_Click);
//
// 通讯录ToolStripMenuItem
//
this.通讯录ToolStripMenuItem.Name = "通讯录ToolStripMenuItem";
this.通讯录ToolStripMenuItem.Size = new System.Drawing.Size(142, 22);
this.通讯录ToolStripMenuItem.Text = "通讯薄";
this.通讯录ToolStripMenuItem.Click += new System.EventHandler(this.通讯录ToolStripMenuItem_Click);
//
// 邮件ToolStripMenuItem
//
this.邮件ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.新邮件ToolStripMenuItem,
this.转发ToolStripMenuItem,
this.回复ToolStripMenuItem});
this.邮件ToolStripMenuItem.Name = "邮件ToolStripMenuItem";
this.邮件ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
this.邮件ToolStripMenuItem.Text = "邮件";
//
// 新邮件ToolStripMenuItem
//
this.新邮件ToolStripMenuItem.Name = "新邮件ToolStripMenuItem";
this.新邮件ToolStripMenuItem.Size = new System.Drawing.Size(106, 22);
this.新邮件ToolStripMenuItem.Text = "新邮件";
//
// 转发ToolStripMenuItem
//
this.转发ToolStripMenuItem.Name = "转发ToolStripMenuItem";
this.转发ToolStripMenuItem.Size = new System.Drawing.Size(106, 22);
this.转发ToolStripMenuItem.Text = "转发";
//
// 回复ToolStripMenuItem
//
this.回复ToolStripMenuItem.Name = "回复ToolStripMenuItem";
this.回复ToolStripMenuItem.Size = new System.Drawing.Size(106, 22);
this.回复ToolStripMenuItem.Text = "回复";
//
// 帮助ToolStripMenuItem
//
this.帮助ToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.帮ToolStripMenuItem,
this.在线升级ToolStripMenuItem,
this.关于ToolStripMenuItem});
this.帮助ToolStripMenuItem.Name = "帮助ToolStripMenuItem";
this.帮助ToolStripMenuItem.Size = new System.Drawing.Size(41, 20);
this.帮助ToolStripMenuItem.Text = "帮助";
//
// 帮ToolStripMenuItem
//
this.帮ToolStripMenuItem.Name = "帮ToolStripMenuItem";
this.帮ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.帮ToolStripMenuItem.Text = "帮助";
//
// 在线升级ToolStripMenuItem
//
this.在线升级ToolStripMenuItem.Name = "在线升级ToolStripMenuItem";
this.在线升级ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.在线升级ToolStripMenuItem.Text = "在线升级...";
//
// 关于ToolStripMenuItem
//
this.关于ToolStripMenuItem.Name = "关于ToolStripMenuItem";
this.关于ToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
this.关于ToolStripMenuItem.Text = "关于";
//
// toolStrip1
//
this.toolStrip1.BackColor = System.Drawing.SystemColors.ButtonFace;
this.toolStrip1.ImageScalingSize = new System.Drawing.Size(32, 32);
this.toolStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripButton1,
this.toolStripButton6,
this.toolStripButton2,
this.toolStripButton3,
this.toolStripButton4,
this.toolStripButton5});
this.toolStrip1.Location = new System.Drawing.Point(0, 24);
this.toolStrip1.Name = "toolStrip1";
this.toolStrip1.Size = new System.Drawing.Size(794, 51);
this.toolStrip1.TabIndex = 1;
this.toolStrip1.Text = "toolStrip1";
//
// toolStripButton1
//
this.toolStripButton1.Image = global::IntMail.Properties.Resources.png_0213;
this.toolStripButton1.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton1.Name = "toolStripButton1";
this.toolStripButton1.Padding = new System.Windows.Forms.Padding(10, 0, 10, 0);
this.toolStripButton1.Size = new System.Drawing.Size(65, 48);
this.toolStripButton1.Text = "新邮件";
this.toolStripButton1.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton1.Click += new System.EventHandler(this.新建邮件ToolStripMenuItem_Click);
//
// toolStripButton6
//
this.toolStripButton6.Image = global::IntMail.Properties.Resources.png_0203;
this.toolStripButton6.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton6.Name = "toolStripButton6";
this.toolStripButton6.Padding = new System.Windows.Forms.Padding(10, 0, 10, 0);
this.toolStripButton6.Size = new System.Drawing.Size(56, 48);
this.toolStripButton6.Text = "收信";
this.toolStripButton6.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton6.Click += new System.EventHandler(this.toolStripButton6_Click);
//
// toolStripButton2
//
this.toolStripButton2.Image = global::IntMail.Properties.Resources.png_0051;
this.toolStripButton2.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton2.Name = "toolStripButton2";
this.toolStripButton2.Padding = new System.Windows.Forms.Padding(10, 0, 10, 0);
this.toolStripButton2.Size = new System.Drawing.Size(56, 48);
this.toolStripButton2.Text = "回复";
this.toolStripButton2.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton2.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// toolStripButton3
//
this.toolStripButton3.Image = global::IntMail.Properties.Resources.png_0048;
this.toolStripButton3.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton3.Name = "toolStripButton3";
this.toolStripButton3.Padding = new System.Windows.Forms.Padding(10, 0, 10, 0);
this.toolStripButton3.Size = new System.Drawing.Size(56, 48);
this.toolStripButton3.Text = "转发";
this.toolStripButton3.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton3.Click += new System.EventHandler(this.toolStripButton3_Click);
//
// toolStripButton4
//
this.toolStripButton4.Image = global::IntMail.Properties.Resources.png_0017;
this.toolStripButton4.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton4.Name = "toolStripButton4";
this.toolStripButton4.Padding = new System.Windows.Forms.Padding(10, 0, 10, 0);
this.toolStripButton4.Size = new System.Drawing.Size(56, 48);
this.toolStripButton4.Text = "查找";
this.toolStripButton4.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
//
// toolStripButton5
//
this.toolStripButton5.Image = global::IntMail.Properties.Resources.png_0023;
this.toolStripButton5.ImageTransparentColor = System.Drawing.Color.Magenta;
this.toolStripButton5.Name = "toolStripButton5";
this.toolStripButton5.Padding = new System.Windows.Forms.Padding(10, 0, 10, 0);
this.toolStripButton5.Size = new System.Drawing.Size(56, 48);
this.toolStripButton5.Text = "帮助";
this.toolStripButton5.TextImageRelation = System.Windows.Forms.TextImageRelation.ImageAboveText;
this.toolStripButton5.Click += new System.EventHandler(this.toolStripButton5_Click);
//
// label8
//
this.label8.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label8.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label8.Location = new System.Drawing.Point(0, 22);
this.label8.Name = "label8";
this.label8.Size = new System.Drawing.Size(809, 2);
this.label8.TabIndex = 26;
//
// label1
//
this.label1.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.label1.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
this.label1.Location = new System.Drawing.Point(-8, 73);
this.label1.Name = "label1";
this.label1.Size = new System.Drawing.Size(809, 2);
this.label1.TabIndex = 27;
//
// statusStrip1
//
this.statusStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.toolStripStatusLabel1});
this.statusStrip1.Location = new System.Drawing.Point(0, 406);
this.statusStrip1.Name = "statusStrip1";
this.statusStrip1.Size = new System.Drawing.Size(794, 22);
this.statusStrip1.TabIndex = 28;
this.statusStrip1.Text = "statusStrip1";
//
// toolStripStatusLabel1
//
this.toolStripStatusLabel1.Name = "toolStripStatusLabel1";
this.toolStripStatusLabel1.Size = new System.Drawing.Size(119, 17);
this.toolStripStatusLabel1.Text = "IntMail邮件系统V1.0";
//
// splitContainer1
//
this.splitContainer1.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer1.Location = new System.Drawing.Point(0, 75);
this.splitContainer1.Name = "splitContainer1";
//
// splitContainer1.Panel1
//
this.splitContainer1.Panel1.Controls.Add(this.listView_Left);
//
// splitContainer1.Panel2
//
this.splitContainer1.Panel2.Controls.Add(this.splitContainer2);
this.splitContainer1.Size = new System.Drawing.Size(794, 331);
this.splitContainer1.SplitterDistance = 109;
this.splitContainer1.TabIndex = 29;
//
// listView_Left
//
this.listView_Left.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader5});
this.listView_Left.Dock = System.Windows.Forms.DockStyle.Fill;
this.listView_Left.Items.AddRange(new System.Windows.Forms.ListViewItem[] {
listViewItem1,
listViewItem2,
listViewItem3});
this.listView_Left.LargeImageList = this.imageList1;
this.listView_Left.Location = new System.Drawing.Point(0, 0);
this.listView_Left.Name = "listView_Left";
this.listView_Left.Size = new System.Drawing.Size(109, 331);
this.listView_Left.TabIndex = 0;
this.listView_Left.UseCompatibleStateImageBehavior = false;
//
// imageList1
//
this.imageList1.ImageStream = ((System.Windows.Forms.ImageListStreamer)(resources.GetObject("imageList1.ImageStream")));
this.imageList1.TransparentColor = System.Drawing.Color.Transparent;
this.imageList1.Images.SetKeyName(0, "51.png");
this.imageList1.Images.SetKeyName(1, "69.png");
this.imageList1.Images.SetKeyName(2, "103.png");
this.imageList1.Images.SetKeyName(3, "png-0017.png");
this.imageList1.Images.SetKeyName(4, "png-0023.png");
this.imageList1.Images.SetKeyName(5, "png-0048.png");
this.imageList1.Images.SetKeyName(6, "png-0051.png");
this.imageList1.Images.SetKeyName(7, "png-0169.png");
this.imageList1.Images.SetKeyName(8, "png-0170.png");
this.imageList1.Images.SetKeyName(9, "png-0203.png");
this.imageList1.Images.SetKeyName(10, "png-0213.png");
//
// splitContainer2
//
this.splitContainer2.Dock = System.Windows.Forms.DockStyle.Fill;
this.splitContainer2.Location = new System.Drawing.Point(0, 0);
this.splitContainer2.Name = "splitContainer2";
this.splitContainer2.Orientation = System.Windows.Forms.Orientation.Horizontal;
//
// splitContainer2.Panel1
//
this.splitContainer2.Panel1.Controls.Add(this.listView1);
this.splitContainer2.Panel1.RightToLeft = System.Windows.Forms.RightToLeft.No;
//
// splitContainer2.Panel2
//
this.splitContainer2.Panel2.Controls.Add(this.textBox1);
this.splitContainer2.Panel2.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.splitContainer2.RightToLeft = System.Windows.Forms.RightToLeft.No;
this.splitContainer2.Size = new System.Drawing.Size(681, 331);
this.splitContainer2.SplitterDistance = 188;
this.splitContainer2.TabIndex = 0;
//
// listView1
//
this.listView1.BackColor = System.Drawing.SystemColors.ButtonHighlight;
this.listView1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.listView1.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] {
this.columnHeader1,
this.columnHeader2,
this.columnHeader3,
this.columnHeader4});
this.listView1.ContextMenuStrip = this.Mail_Context;
this.listView1.Dock = System.Windows.Forms.DockStyle.Fill;
this.listView1.FullRowSelect = true;
this.listView1.Location = new System.Drawing.Point(0, 0);
this.listView1.Name = "listView1";
this.listView1.Size = new System.Drawing.Size(681, 188);
this.listView1.TabIndex = 1;
this.listView1.UseCompatibleStateImageBehavior = false;
this.listView1.View = System.Windows.Forms.View.Details;
this.listView1.DoubleClick += new System.EventHandler(this.listView1_DoubleClick);
//
// columnHeader1
//
this.columnHeader1.Text = "附件";
this.columnHeader1.Width = 50;
//
// columnHeader2
//
this.columnHeader2.Text = "发件人";
this.columnHeader2.Width = 159;
//
// columnHeader3
//
this.columnHeader3.Text = "主题";
this.columnHeader3.Width = 184;
//
// columnHeader4
//
this.columnHeader4.Text = "发送时间";
this.columnHeader4.Width = 178;
//
// Mail_Context
//
this.Mail_Context.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.查看ToolStripMenuItem1,
this.回复ToolStripMenuItem1,
this.转发ToolStripMenuItem1});
this.Mail_Context.Name = "Mail_Context";
this.Mail_Context.Size = new System.Drawing.Size(95, 70);
//
// 查看ToolStripMenuItem1
//
this.查看ToolStripMenuItem1.Name = "查看ToolStripMenuItem1";
this.查看ToolStripMenuItem1.Size = new System.Drawing.Size(94, 22);
this.查看ToolStripMenuItem1.Text = "查看";
this.查看ToolStripMenuItem1.Click += new System.EventHandler(this.查看ToolStripMenuItem1_Click);
//
// 回复ToolStripMenuItem1
//
this.回复ToolStripMenuItem1.Name = "回复ToolStripMenuItem1";
this.回复ToolStripMenuItem1.Size = new System.Drawing.Size(94, 22);
this.回复ToolStripMenuItem1.Text = "回复";
this.回复ToolStripMenuItem1.Click += new System.EventHandler(this.toolStripButton2_Click);
//
// 转发ToolStripMenuItem1
//
this.转发ToolStripMenuItem1.Name = "转发ToolStripMenuItem1";
this.转发ToolStripMenuItem1.Size = new System.Drawing.Size(94, 22);
this.转发ToolStripMenuItem1.Text = "转发";
this.转发ToolStripMenuItem1.Click += new System.EventHandler(this.toolStripButton3_Click);
//
// textBox1
//
this.textBox1.Dock = System.Windows.Forms.DockStyle.Fill;
this.textBox1.Location = new System.Drawing.Point(0, 0);
this.textBox1.Multiline = true;
this.textBox1.Name = "textBox1";
this.textBox1.Size = new System.Drawing.Size(681, 139);
this.textBox1.TabIndex = 0;
//
// Form1
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(794, 428);
this.Controls.Add(this.splitContainer1);
this.Controls.Add(this.statusStrip1);
this.Controls.Add(this.label1);
this.Controls.Add(this.label8);
this.Controls.Add(this.toolStrip1);
this.Controls.Add(this.menuStrip1);
this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
this.MainMenuStrip = this.menuStrip1;
this.Name = "Form1";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "IntMail邮件系统";
this.WindowState = System.Windows.Forms.FormWindowState.Maximized;
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.Form1_FormClosing);
this.Load += new System.EventHandler(this.Form1_Load);
this.menuStrip1.ResumeLayout(false);
this.menuStrip1.PerformLayout();
this.toolStrip1.ResumeLayout(false);
this.toolStrip1.PerformLayout();
this.statusStrip1.ResumeLayout(false);
this.statusStrip1.PerformLayout();
this.splitContainer1.Panel1.ResumeLayout(false);
this.splitContainer1.Panel2.ResumeLayout(false);
this.splitContainer1.ResumeLayout(false);
this.splitContainer2.Panel1.ResumeLayout(false);
this.splitContainer2.Panel2.ResumeLayout(false);
this.splitContainer2.Panel2.PerformLayout();
this.splitContainer2.ResumeLayout(false);
this.Mail_Context.ResumeLayout(false);
this.ResumeLayout(false);
this.PerformLayout();
}
#endregion
private System.Windows.Forms.MenuStrip menuStrip1;
private System.Windows.Forms.ToolStripMenuItem 文件ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 新建邮件ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 编辑ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 查看ToolStripMenuItem;
private System.Windows.Forms.ToolStrip toolStrip1;
private System.Windows.Forms.ToolStripButton toolStripButton1;
private System.Windows.Forms.ToolStripButton toolStripButton2;
private System.Windows.Forms.ToolStripButton toolStripButton3;
private System.Windows.Forms.ToolStripButton toolStripButton4;
private System.Windows.Forms.Label label8;
private System.Windows.Forms.Label label1;
private System.Windows.Forms.StatusStrip statusStrip1;
private System.Windows.Forms.SplitContainer splitContainer1;
private System.Windows.Forms.ListView listView_Left;
private System.Windows.Forms.ToolStripMenuItem 设置ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 邮件账户ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 通讯录ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 邮件ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 新邮件ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 转发ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 回复ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 帮助ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 帮ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 复制ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 全选ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 在线升级ToolStripMenuItem;
private System.Windows.Forms.ToolStripMenuItem 关于ToolStripMenuItem;
private System.Windows.Forms.ColumnHeader columnHeader5;
private System.Windows.Forms.ImageList imageList1;
private System.Windows.Forms.ToolStripStatusLabel toolStripStatusLabel1;
private System.Windows.Forms.ToolStripButton toolStripButton5;
private System.Windows.Forms.ToolStripButton toolStripButton6;
private System.Windows.Forms.ToolStripMenuItem 当前帐户设置ToolStripMenuItem;
private System.Windows.Forms.SplitContainer splitContainer2;
private System.Windows.Forms.ListView listView1;
private System.Windows.Forms.ColumnHeader columnHeader1;
private System.Windows.Forms.ColumnHeader columnHeader2;
private System.Windows.Forms.ColumnHeader columnHeader3;
private System.Windows.Forms.ColumnHeader columnHeader4;
private System.Windows.Forms.TextBox textBox1;
private System.Windows.Forms.ContextMenuStrip Mail_Context;
private System.Windows.Forms.ToolStripMenuItem 查看ToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem 回复ToolStripMenuItem1;
private System.Windows.Forms.ToolStripMenuItem 转发ToolStripMenuItem1;
}
}