using System;
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace Notify
{
/// <summary>
/// Form1 的摘要说明。
/// </summary>
public class Form1 : System.Windows.Forms.Form
{
private System.Windows.Forms.MainMenu
mainMenu1;
private System.Windows.Forms.MenuItem
menuItem1;
private System.Windows.Forms.MenuItem
menuItem4;
private System.Windows.Forms.MenuItem
menuItem2;
private System.Windows.Forms.NotifyIcon
notifyIcon1;
private System.Windows.Forms.MenuItem
menuItem3;
private System.Windows.Forms.ContextMenu
contextMenu1;
private System.Windows.Forms.PictureBox
pictureBox1;
private System.Windows.Forms.MenuItem
menuItem5;
private System.Windows.Forms.MenuItem
menuItem6;
private System.Windows.Forms.MenuItem
menuItem7;
private System.Windows.Forms.MenuItem
menuItem8;
private System.ComponentModel.IContainer
components;
public Form1()
{
//
// Windows 窗体设计器支持所必需的
//
InitializeComponent();
//
// TODO: 在 InitializeComponent
调用后添加任何构造函数代码
//
}
///
<summary>
/// 清理所有正在使用的资源。
///
</summary>
protected override void Dispose( bool disposing
)
{
if( disposing )
{
if
(components != null)
{
components.Dispose();
}
}
base.Dispose( disposing
);
}
#region Windows 窗体设计器生成的代码
///
<summary>
/// 设计器支持所需的方法 - 不要使用代码编辑器修改
/// 此方法的内容。
///
</summary>
private void InitializeComponent()
{
this.components = new System.ComponentModel.Container();
System.ComponentModel.ComponentResourceManager resources = new
System.ComponentModel.ComponentResourceManager(typeof(Form1));
this.mainMenu1 = new
System.Windows.Forms.MainMenu(this.components);
this.menuItem1 = new System.Windows.Forms.MenuItem();
this.menuItem2 = new System.Windows.Forms.MenuItem();
this.menuItem5 = new System.Windows.Forms.MenuItem();
this.menuItem3 = new System.Windows.Forms.MenuItem();
this.menuItem6 = new System.Windows.Forms.MenuItem();
this.menuItem7 = new System.Windows.Forms.MenuItem();
this.menuItem8 = new System.Windows.Forms.MenuItem();
this.menuItem4 = new System.Windows.Forms.MenuItem();
this.notifyIcon1 = new
System.Windows.Forms.NotifyIcon(this.components);
this.contextMenu1 = new System.Windows.Forms.ContextMenu();
this.pictureBox1 = new System.Windows.Forms.PictureBox();
((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
this.SuspendLayout();
using System.Drawing;
using System.Collections;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
namespace Notify
{
/// <summary>
/// Form1 的摘要说明。
/// </summary>
public class Form1 : System.Windows.Forms.Form
{