|
@@ -29,19 +29,19 @@
|
|
|
private void InitializeComponent()
|
|
|
{
|
|
|
System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(Form2));
|
|
|
- this.MyNotifyIcon = new System.Windows.Forms.NotifyIcon();
|
|
|
+ this.提示 = new System.Windows.Forms.NotifyIcon();
|
|
|
this.contextMenuStrip1 = new System.Windows.Forms.ContextMenuStrip();
|
|
|
- this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.打开根目录ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
+ this.退出ToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
|
|
|
this.contextMenuStrip1.SuspendLayout();
|
|
|
this.SuspendLayout();
|
|
|
|
|
|
-
|
|
|
+
|
|
|
|
|
|
- this.MyNotifyIcon.ContextMenuStrip = this.contextMenuStrip1;
|
|
|
- this.MyNotifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("MyNotifyIcon.Icon")));
|
|
|
- this.MyNotifyIcon.Text = "notifyIcon1";
|
|
|
- this.MyNotifyIcon.Visible = true;
|
|
|
+ this.提示.ContextMenuStrip = this.contextMenuStrip1;
|
|
|
+ this.提示.Icon = ((System.Drawing.Icon)(resources.GetObject("提示.Icon")));
|
|
|
+ this.提示.Text = "提示";
|
|
|
+ this.提示.Visible = true;
|
|
|
|
|
|
|
|
|
|
|
@@ -51,13 +51,6 @@
|
|
|
this.contextMenuStrip1.Name = "contextMenuStrip1";
|
|
|
this.contextMenuStrip1.Size = new System.Drawing.Size(153, 70);
|
|
|
|
|
|
-
|
|
|
-
|
|
|
- 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);
|
|
|
-
|
|
|
|
|
|
|
|
|
this.打开根目录ToolStripMenuItem.Name = "打开根目录ToolStripMenuItem";
|
|
@@ -65,6 +58,13 @@
|
|
|
this.打开根目录ToolStripMenuItem.Text = "打开根目录";
|
|
|
this.打开根目录ToolStripMenuItem.Click += new System.EventHandler(this.打开根目录ToolStripMenuItem_Click);
|
|
|
|
|
|
+
|
|
|
+
|
|
|
+ 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);
|
|
|
+
|
|
|
|
|
|
|
|
|
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 12F);
|
|
@@ -82,7 +82,7 @@
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
- private System.Windows.Forms.NotifyIcon MyNotifyIcon;
|
|
|
+ private System.Windows.Forms.NotifyIcon 提示;
|
|
|
private System.Windows.Forms.ContextMenuStrip contextMenuStrip1;
|
|
|
private System.Windows.Forms.ToolStripMenuItem 退出ToolStripMenuItem;
|
|
|
private System.Windows.Forms.ToolStripMenuItem 打开根目录ToolStripMenuItem;
|