GUI/MainForm.Designer.cs
changeset 40 2392f7402fb6
parent 28 9b205b2ab056
child 42 47385d4fc990
     1.1 --- a/GUI/MainForm.Designer.cs	Thu Feb 11 13:22:17 2010 +0000
     1.2 +++ b/GUI/MainForm.Designer.cs	Fri Feb 12 00:36:56 2010 +0000
     1.3 @@ -102,11 +102,11 @@
     1.4        this.timer = new System.Windows.Forms.Timer(this.components);
     1.5        this.splitContainer = new System.Windows.Forms.SplitContainer();
     1.6        this.plotPanel = new OpenHardwareMonitor.GUI.PlotPanel();
     1.7 -      this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
     1.8        this.notifyContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
     1.9        this.restoreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    1.10        this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
    1.11        this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
    1.12 +      this.sensorContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
    1.13        this.columnsContextMenuStrip.SuspendLayout();
    1.14        this.menuStrip.SuspendLayout();
    1.15        this.splitContainer.Panel1.SuspendLayout();
    1.16 @@ -490,13 +490,6 @@
    1.17        this.plotPanel.Size = new System.Drawing.Size(478, 198);
    1.18        this.plotPanel.TabIndex = 0;
    1.19        // 
    1.20 -      // notifyIcon
    1.21 -      // 
    1.22 -      this.notifyIcon.ContextMenuStrip = this.notifyContextMenuStrip;
    1.23 -      this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
    1.24 -      this.notifyIcon.Text = "Open Hardware Monitor";
    1.25 -      this.notifyIcon.DoubleClick += new System.EventHandler(this.restoreClick);
    1.26 -      // 
    1.27        // notifyContextMenuStrip
    1.28        // 
    1.29        this.notifyContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
    1.30 @@ -526,6 +519,11 @@
    1.31        this.exitToolStripMenuItem1.Text = "Exit";
    1.32        this.exitToolStripMenuItem1.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
    1.33        // 
    1.34 +      // sensorContextMenuStrip
    1.35 +      // 
    1.36 +      this.sensorContextMenuStrip.Name = "sensorContextMenuStrip";
    1.37 +      this.sensorContextMenuStrip.Size = new System.Drawing.Size(61, 4);
    1.38 +      // 
    1.39        // MainForm
    1.40        // 
    1.41        this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
    1.42 @@ -592,13 +590,13 @@
    1.43      private System.Windows.Forms.ToolStripMenuItem voltMenuItem;
    1.44      private System.Windows.Forms.ToolStripMenuItem hddMenuItem;
    1.45      private System.Windows.Forms.ToolStripMenuItem loadMenuItem;
    1.46 -    private System.Windows.Forms.NotifyIcon notifyIcon;
    1.47      private System.Windows.Forms.ContextMenuStrip notifyContextMenuStrip;
    1.48      private System.Windows.Forms.ToolStripMenuItem restoreToolStripMenuItem;
    1.49      private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
    1.50      private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1;
    1.51      private System.Windows.Forms.ToolStripMenuItem minTrayMenuItem;
    1.52      private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
    1.53 +    private System.Windows.Forms.ContextMenuStrip sensorContextMenuStrip;
    1.54    }
    1.55  }
    1.56