|
|
namespace Rs.Controls
|
|
|
{
|
|
|
partial class RsTray
|
|
|
{
|
|
|
/// <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();
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RsTray));
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
this.lblStatus = new System.Windows.Forms.Label();
|
|
|
this.label1 = new System.Windows.Forms.Label();
|
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip(this.components);
|
|
|
this.设置无料ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.设置有料ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.禁用ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.panel1.SuspendLayout();
|
|
|
this.tableLayoutPanel1.SuspendLayout();
|
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
//
|
|
|
// panel2
|
|
|
//
|
|
|
this.panel2.BackColor = System.Drawing.SystemColors.Control;
|
|
|
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
resources.ApplyResources(this.panel2, "panel2");
|
|
|
this.panel2.Name = "panel2";
|
|
|
this.panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
|
|
|
this.panel2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseClick);
|
|
|
this.panel2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseDown);
|
|
|
this.panel2.MouseMove += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseMove);
|
|
|
this.panel2.MouseUp += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseUp);
|
|
|
//
|
|
|
// panel1
|
|
|
//
|
|
|
this.panel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
this.panel1.Controls.Add(this.tableLayoutPanel1);
|
|
|
resources.ApplyResources(this.panel1, "panel1");
|
|
|
this.panel1.Name = "panel1";
|
|
|
//
|
|
|
// tableLayoutPanel1
|
|
|
//
|
|
|
this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
|
this.tableLayoutPanel1.Controls.Add(this.lblStatus, 0, 0);
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
//
|
|
|
// lblStatus
|
|
|
//
|
|
|
this.lblStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
|
|
|
resources.ApplyResources(this.lblStatus, "lblStatus");
|
|
|
this.lblStatus.ForeColor = System.Drawing.Color.White;
|
|
|
this.lblStatus.Name = "lblStatus";
|
|
|
//
|
|
|
// label1
|
|
|
//
|
|
|
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
resources.ApplyResources(this.label1, "label1");
|
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
|
this.label1.Name = "label1";
|
|
|
//
|
|
|
// contextMenuStrip1
|
|
|
//
|
|
|
this.contextMenuStrip1.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
|
|
|
this.设置无料ToolStripMenuItem,
|
|
|
this.设置有料ToolStripMenuItem,
|
|
|
this.禁用ToolStripMenuItem});
|
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
|
resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
|
|
|
//
|
|
|
// 设置无料ToolStripMenuItem
|
|
|
//
|
|
|
this.设置无料ToolStripMenuItem.Name = "设置无料ToolStripMenuItem";
|
|
|
resources.ApplyResources(this.设置无料ToolStripMenuItem, "设置无料ToolStripMenuItem");
|
|
|
this.设置无料ToolStripMenuItem.Click += new System.EventHandler(this.设置无料ToolStripMenuItem_Click);
|
|
|
//
|
|
|
// 设置有料ToolStripMenuItem
|
|
|
//
|
|
|
this.设置有料ToolStripMenuItem.Name = "设置有料ToolStripMenuItem";
|
|
|
resources.ApplyResources(this.设置有料ToolStripMenuItem, "设置有料ToolStripMenuItem");
|
|
|
this.设置有料ToolStripMenuItem.Click += new System.EventHandler(this.设置有料ToolStripMenuItem_Click);
|
|
|
//
|
|
|
// 禁用ToolStripMenuItem
|
|
|
//
|
|
|
this.禁用ToolStripMenuItem.Name = "禁用ToolStripMenuItem";
|
|
|
resources.ApplyResources(this.禁用ToolStripMenuItem, "禁用ToolStripMenuItem");
|
|
|
this.禁用ToolStripMenuItem.Click += new System.EventHandler(this.禁用ToolStripMenuItem_Click);
|
|
|
//
|
|
|
// RsTray
|
|
|
//
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
this.Controls.Add(this.panel2);
|
|
|
this.Controls.Add(this.panel1);
|
|
|
this.Name = "RsTray";
|
|
|
this.Load += new System.EventHandler(this.RsTray_Load);
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
|
this.ResumeLayout(false);
|
|
|
|
|
|
}
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
private System.Windows.Forms.Panel panel2;
|
|
|
private System.Windows.Forms.Panel panel1;
|
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
|
private System.Windows.Forms.ToolStripMenuItem 设置无料ToolStripMenuItem;
|
|
|
private System.Windows.Forms.ToolStripMenuItem 设置有料ToolStripMenuItem;
|
|
|
private System.Windows.Forms.ToolStripMenuItem 禁用ToolStripMenuItem;
|
|
|
private System.Windows.Forms.TableLayoutPanel tableLayoutPanel1;
|
|
|
private System.Windows.Forms.Label lblStatus;
|
|
|
private System.Windows.Forms.Label label1;
|
|
|
}
|
|
|
}
|