namespace Core.StlMes.Client.Mcp.Mch.Mcms
{
partial class frmMessage
{
///
/// Required designer variable.
///
private System.ComponentModel.IContainer components = null;
///
/// Clean up any resources being used.
///
/// true if managed resources should be disposed; otherwise, false.
protected override void Dispose(bool disposing)
{
if (disposing && (components != null))
{
components.Dispose();
}
base.Dispose(disposing);
}
#region Windows Form Designer generated code
///
/// Required method for Designer support - do not modify
/// the contents of this method with the code editor.
///
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
this.MessageInfo = new System.Windows.Forms.RichTextBox();
this.cmsMain = new System.Windows.Forms.ContextMenuStrip(this.components);
this.Clear = new System.Windows.Forms.ToolStripMenuItem();
this.cmsMain.SuspendLayout();
this.SuspendLayout();
//
// MessageInfo
//
this.MessageInfo.BackColor = System.Drawing.SystemColors.ControlDark;
this.MessageInfo.ContextMenuStrip = this.cmsMain;
this.MessageInfo.Dock = System.Windows.Forms.DockStyle.Fill;
this.MessageInfo.Location = new System.Drawing.Point(0, 0);
this.MessageInfo.Name = "MessageInfo";
this.MessageInfo.ReadOnly = true;
this.MessageInfo.ScrollBars = System.Windows.Forms.RichTextBoxScrollBars.Vertical;
this.MessageInfo.Size = new System.Drawing.Size(779, 513);
this.MessageInfo.TabIndex = 1;
this.MessageInfo.Text = "";
//
// cmsMain
//
this.cmsMain.ImageScalingSize = new System.Drawing.Size(20, 20);
this.cmsMain.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
this.Clear});
this.cmsMain.Name = "cmsMain";
this.cmsMain.Size = new System.Drawing.Size(109, 28);
//
// Clear
//
this.Clear.Name = "Clear";
this.Clear.Size = new System.Drawing.Size(108, 24);
this.Clear.Text = "清空";
this.Clear.Click += new System.EventHandler(this.Clear_Click);
//
// frmMessage
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 15F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(779, 513);
this.Controls.Add(this.MessageInfo);
this.Name = "frmMessage";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
this.Text = "通信记录";
this.cmsMain.ResumeLayout(false);
this.ResumeLayout(false);
}
#endregion
private System.Windows.Forms.RichTextBox MessageInfo;
private System.Windows.Forms.ContextMenuStrip cmsMain;
private System.Windows.Forms.ToolStripMenuItem Clear;
}
}