|
|
@ -29,6 +29,7 @@
|
|
|
|
private void InitializeComponent()
|
|
|
|
private void InitializeComponent()
|
|
|
|
{
|
|
|
|
{
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
this.components = new System.ComponentModel.Container();
|
|
|
|
|
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(RsTray));
|
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
|
this.panel2 = new System.Windows.Forms.Panel();
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
|
this.panel1 = new System.Windows.Forms.Panel();
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
|
this.tableLayoutPanel1 = new System.Windows.Forms.TableLayoutPanel();
|
|
|
@ -47,11 +48,8 @@
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.panel2.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
this.panel2.BackColor = System.Drawing.SystemColors.Control;
|
|
|
|
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
this.panel2.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
this.panel2.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
resources.ApplyResources(this.panel2, "panel2");
|
|
|
|
this.panel2.Location = new System.Drawing.Point(0, 38);
|
|
|
|
|
|
|
|
this.panel2.Name = "panel2";
|
|
|
|
this.panel2.Name = "panel2";
|
|
|
|
this.panel2.Size = new System.Drawing.Size(288, 304);
|
|
|
|
|
|
|
|
this.panel2.TabIndex = 3;
|
|
|
|
|
|
|
|
this.panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
|
|
|
|
this.panel2.Paint += new System.Windows.Forms.PaintEventHandler(this.panel2_Paint);
|
|
|
|
this.panel2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseClick);
|
|
|
|
this.panel2.MouseClick += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseClick);
|
|
|
|
this.panel2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseDown);
|
|
|
|
this.panel2.MouseDown += new System.Windows.Forms.MouseEventHandler(this.panel2_MouseDown);
|
|
|
@ -63,51 +61,30 @@
|
|
|
|
this.panel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
|
|
|
this.panel1.BackColor = System.Drawing.SystemColors.ActiveCaption;
|
|
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
|
|
|
|
this.panel1.Controls.Add(this.tableLayoutPanel1);
|
|
|
|
this.panel1.Controls.Add(this.tableLayoutPanel1);
|
|
|
|
this.panel1.Dock = System.Windows.Forms.DockStyle.Top;
|
|
|
|
resources.ApplyResources(this.panel1, "panel1");
|
|
|
|
this.panel1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
|
|
|
this.panel1.Name = "panel1";
|
|
|
|
this.panel1.Name = "panel1";
|
|
|
|
this.panel1.Size = new System.Drawing.Size(288, 38);
|
|
|
|
|
|
|
|
this.panel1.TabIndex = 2;
|
|
|
|
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// tableLayoutPanel1
|
|
|
|
// tableLayoutPanel1
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
this.tableLayoutPanel1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
this.tableLayoutPanel1.ColumnCount = 2;
|
|
|
|
resources.ApplyResources(this.tableLayoutPanel1, "tableLayoutPanel1");
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
|
|
|
|
|
this.tableLayoutPanel1.ColumnStyles.Add(new System.Windows.Forms.ColumnStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
|
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.lblStatus, 0, 0);
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.lblStatus, 0, 0);
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
|
|
|
|
this.tableLayoutPanel1.Controls.Add(this.label1, 0, 0);
|
|
|
|
this.tableLayoutPanel1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
|
|
|
|
this.tableLayoutPanel1.Location = new System.Drawing.Point(0, 0);
|
|
|
|
|
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
|
this.tableLayoutPanel1.Name = "tableLayoutPanel1";
|
|
|
|
this.tableLayoutPanel1.RowCount = 1;
|
|
|
|
|
|
|
|
this.tableLayoutPanel1.RowStyles.Add(new System.Windows.Forms.RowStyle(System.Windows.Forms.SizeType.Percent, 50F));
|
|
|
|
|
|
|
|
this.tableLayoutPanel1.Size = new System.Drawing.Size(286, 36);
|
|
|
|
|
|
|
|
this.tableLayoutPanel1.TabIndex = 0;
|
|
|
|
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// lblStatus
|
|
|
|
// lblStatus
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.lblStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
|
|
|
|
this.lblStatus.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(192)))), ((int)(((byte)(64)))), ((int)(((byte)(0)))));
|
|
|
|
this.lblStatus.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
resources.ApplyResources(this.lblStatus, "lblStatus");
|
|
|
|
this.lblStatus.Font = new System.Drawing.Font("宋体", 13F);
|
|
|
|
|
|
|
|
this.lblStatus.ForeColor = System.Drawing.Color.White;
|
|
|
|
this.lblStatus.ForeColor = System.Drawing.Color.White;
|
|
|
|
this.lblStatus.Location = new System.Drawing.Point(146, 0);
|
|
|
|
|
|
|
|
this.lblStatus.Name = "lblStatus";
|
|
|
|
this.lblStatus.Name = "lblStatus";
|
|
|
|
this.lblStatus.Size = new System.Drawing.Size(137, 36);
|
|
|
|
|
|
|
|
this.lblStatus.TabIndex = 2;
|
|
|
|
|
|
|
|
this.lblStatus.TextAlign = System.Drawing.ContentAlignment.MiddleRight;
|
|
|
|
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// label1
|
|
|
|
// label1
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
this.label1.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(56)))), ((int)(((byte)(56)))), ((int)(((byte)(56)))));
|
|
|
|
this.label1.Dock = System.Windows.Forms.DockStyle.Fill;
|
|
|
|
resources.ApplyResources(this.label1, "label1");
|
|
|
|
this.label1.Font = new System.Drawing.Font("宋体", 13F);
|
|
|
|
|
|
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
|
|
this.label1.ForeColor = System.Drawing.Color.White;
|
|
|
|
this.label1.Location = new System.Drawing.Point(3, 0);
|
|
|
|
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
this.label1.Name = "label1";
|
|
|
|
this.label1.Size = new System.Drawing.Size(137, 36);
|
|
|
|
|
|
|
|
this.label1.TabIndex = 1;
|
|
|
|
|
|
|
|
this.label1.TextAlign = System.Drawing.ContentAlignment.MiddleLeft;
|
|
|
|
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// contextMenuStrip1
|
|
|
|
// contextMenuStrip1
|
|
|
|
//
|
|
|
|
//
|
|
|
@ -116,37 +93,33 @@
|
|
|
|
this.设置有料ToolStripMenuItem,
|
|
|
|
this.设置有料ToolStripMenuItem,
|
|
|
|
this.禁用ToolStripMenuItem});
|
|
|
|
this.禁用ToolStripMenuItem});
|
|
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(125, 70);
|
|
|
|
resources.ApplyResources(this.contextMenuStrip1, "contextMenuStrip1");
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// 设置无料ToolStripMenuItem
|
|
|
|
// 设置无料ToolStripMenuItem
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.设置无料ToolStripMenuItem.Name = "设置无料ToolStripMenuItem";
|
|
|
|
this.设置无料ToolStripMenuItem.Name = "设置无料ToolStripMenuItem";
|
|
|
|
this.设置无料ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
|
|
|
|
resources.ApplyResources(this.设置无料ToolStripMenuItem, "设置无料ToolStripMenuItem");
|
|
|
|
this.设置无料ToolStripMenuItem.Text = "设置无料";
|
|
|
|
|
|
|
|
this.设置无料ToolStripMenuItem.Click += new System.EventHandler(this.设置无料ToolStripMenuItem_Click);
|
|
|
|
this.设置无料ToolStripMenuItem.Click += new System.EventHandler(this.设置无料ToolStripMenuItem_Click);
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// 设置有料ToolStripMenuItem
|
|
|
|
// 设置有料ToolStripMenuItem
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.设置有料ToolStripMenuItem.Name = "设置有料ToolStripMenuItem";
|
|
|
|
this.设置有料ToolStripMenuItem.Name = "设置有料ToolStripMenuItem";
|
|
|
|
this.设置有料ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
|
|
|
|
resources.ApplyResources(this.设置有料ToolStripMenuItem, "设置有料ToolStripMenuItem");
|
|
|
|
this.设置有料ToolStripMenuItem.Text = "设置有料";
|
|
|
|
|
|
|
|
this.设置有料ToolStripMenuItem.Click += new System.EventHandler(this.设置有料ToolStripMenuItem_Click);
|
|
|
|
this.设置有料ToolStripMenuItem.Click += new System.EventHandler(this.设置有料ToolStripMenuItem_Click);
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// 禁用ToolStripMenuItem
|
|
|
|
// 禁用ToolStripMenuItem
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.禁用ToolStripMenuItem.Name = "禁用ToolStripMenuItem";
|
|
|
|
this.禁用ToolStripMenuItem.Name = "禁用ToolStripMenuItem";
|
|
|
|
this.禁用ToolStripMenuItem.Size = new System.Drawing.Size(124, 22);
|
|
|
|
resources.ApplyResources(this.禁用ToolStripMenuItem, "禁用ToolStripMenuItem");
|
|
|
|
this.禁用ToolStripMenuItem.Text = "禁用";
|
|
|
|
|
|
|
|
this.禁用ToolStripMenuItem.Click += new System.EventHandler(this.禁用ToolStripMenuItem_Click);
|
|
|
|
this.禁用ToolStripMenuItem.Click += new System.EventHandler(this.禁用ToolStripMenuItem_Click);
|
|
|
|
//
|
|
|
|
//
|
|
|
|
// RsTray
|
|
|
|
// RsTray
|
|
|
|
//
|
|
|
|
//
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
|
|
resources.ApplyResources(this, "$this");
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
|
|
|
this.Controls.Add(this.panel2);
|
|
|
|
this.Controls.Add(this.panel2);
|
|
|
|
this.Controls.Add(this.panel1);
|
|
|
|
this.Controls.Add(this.panel1);
|
|
|
|
this.Name = "RsTray";
|
|
|
|
this.Name = "RsTray";
|
|
|
|
this.Size = new System.Drawing.Size(288, 342);
|
|
|
|
|
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
|
this.panel1.ResumeLayout(false);
|
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
this.tableLayoutPanel1.ResumeLayout(false);
|
|
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
|
|
this.contextMenuStrip1.ResumeLayout(false);
|
|
|
|