118 lines
5.3 KiB
C#
118 lines
5.3 KiB
C#
|
namespace ryControls
|
|||
|
{
|
|||
|
partial class MsgLink
|
|||
|
{
|
|||
|
/// <summary>
|
|||
|
/// 必需的设计器变量。
|
|||
|
/// </summary>
|
|||
|
private System.ComponentModel.IContainer components = null;
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// 清理所有正在使用的资源。
|
|||
|
/// </summary>
|
|||
|
/// <param name="disposing">如果应释放托管资源,为 true;否则为 false。</param>
|
|||
|
protected override void Dispose(bool disposing)
|
|||
|
{
|
|||
|
if (disposing && (components != null))
|
|||
|
{
|
|||
|
components.Dispose();
|
|||
|
}
|
|||
|
base.Dispose(disposing);
|
|||
|
}
|
|||
|
|
|||
|
#region 组件设计器生成的代码
|
|||
|
|
|||
|
/// <summary>
|
|||
|
/// 设计器支持所需的方法 - 不要
|
|||
|
/// 使用代码编辑器修改此方法的内容。
|
|||
|
/// </summary>
|
|||
|
private void InitializeComponent()
|
|||
|
{
|
|||
|
this.components = new System.ComponentModel.Container();
|
|||
|
this.lblTitle = new System.Windows.Forms.Label();
|
|||
|
this.pnlContent = new System.Windows.Forms.Panel();
|
|||
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|||
|
this.打开页面ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.复制文本ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|||
|
this.toolTip1 = new System.Windows.Forms.ToolTip(this.components);
|
|||
|
this.timer1 = new System.Windows.Forms.Timer(this.components);
|
|||
|
this.contextMenuStrip1.SuspendLayout();
|
|||
|
this.SuspendLayout();
|
|||
|
//
|
|||
|
// lblTitle
|
|||
|
//
|
|||
|
this.lblTitle.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(224)))), ((int)(((byte)(224)))), ((int)(((byte)(224)))));
|
|||
|
this.lblTitle.Dock = System.Windows.Forms.DockStyle.Top;
|
|||
|
this.lblTitle.Font = new System.Drawing.Font("微软雅黑", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(134)));
|
|||
|
this.lblTitle.ForeColor = System.Drawing.Color.Black;
|
|||
|
this.lblTitle.Location = new System.Drawing.Point(0, 0);
|
|||
|
this.lblTitle.Name = "lblTitle";
|
|||
|
this.lblTitle.Size = new System.Drawing.Size(231, 27);
|
|||
|
this.lblTitle.TabIndex = 1;
|
|||
|
this.lblTitle.Text = "消息标题";
|
|||
|
this.lblTitle.TextAlign = System.Drawing.ContentAlignment.MiddleCenter;
|
|||
|
//
|
|||
|
// pnlContent
|
|||
|
//
|
|||
|
this.pnlContent.AutoScroll = true;
|
|||
|
this.pnlContent.AutoSize = true;
|
|||
|
this.pnlContent.Dock = System.Windows.Forms.DockStyle.Fill;
|
|||
|
this.pnlContent.Location = new System.Drawing.Point(0, 27);
|
|||
|
this.pnlContent.Name = "pnlContent";
|
|||
|
this.pnlContent.Size = new System.Drawing.Size(231, 31);
|
|||
|
this.pnlContent.TabIndex = 2;
|
|||
|
//
|
|||
|
// contextMenuStrip1
|
|||
|
//
|
|||
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|||
|
this.打开页面ToolStripMenuItem,
|
|||
|
this.复制文本ToolStripMenuItem});
|
|||
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|||
|
this.contextMenuStrip1.Size = new System.Drawing.Size(125, 48);
|
|||
|
//
|
|||
|
// 打开页面ToolStripMenuItem
|
|||
|
//
|
|||
|
this.打开页面ToolStripMenuItem.Name = "打开页面ToolStripMenuItem";
|
|||
|
this.打开页面ToolStripMenuItem.Size = new System.Drawing.Size(124, 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(124, 22);
|
|||
|
this.复制文本ToolStripMenuItem.Text = "复制文本";
|
|||
|
this.复制文本ToolStripMenuItem.Click += new System.EventHandler(this.复制文本ToolStripMenuItem_Click);
|
|||
|
//
|
|||
|
// timer1
|
|||
|
//
|
|||
|
this.timer1.Interval = 1000;
|
|||
|
this.timer1.Tick += new System.EventHandler(this.Timer1_Tick);
|
|||
|
//
|
|||
|
// MsgLink
|
|||
|
//
|
|||
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|||
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|||
|
this.BackColor = System.Drawing.Color.White;
|
|||
|
this.Controls.Add(this.pnlContent);
|
|||
|
this.Controls.Add(this.lblTitle);
|
|||
|
this.Name = "MsgLink";
|
|||
|
this.Size = new System.Drawing.Size(231, 58);
|
|||
|
this.contextMenuStrip1.ResumeLayout(false);
|
|||
|
this.ResumeLayout(false);
|
|||
|
this.PerformLayout();
|
|||
|
|
|||
|
}
|
|||
|
|
|||
|
#endregion
|
|||
|
|
|||
|
private System.Windows.Forms.Label lblTitle;
|
|||
|
private System.Windows.Forms.Panel pnlContent;
|
|||
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem 打开页面ToolStripMenuItem;
|
|||
|
private System.Windows.Forms.ToolStripMenuItem 复制文本ToolStripMenuItem;
|
|||
|
private System.Windows.Forms.ToolTip toolTip1;
|
|||
|
private System.Windows.Forms.Timer timer1;
|
|||
|
}
|
|||
|
}
|