1.1 --- a/GUI/MainForm.Designer.cs Sat Jun 05 11:15:16 2010 +0000
1.2 +++ b/GUI/MainForm.Designer.cs Sat Jun 05 18:59:54 2010 +0000
1.3 @@ -102,10 +102,6 @@
1.4 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1.5 this.splitContainer = new System.Windows.Forms.SplitContainer();
1.6 this.plotPanel = new OpenHardwareMonitor.GUI.PlotPanel();
1.7 - this.notifyContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
1.8 - this.hideShowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1.9 - this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
1.10 - this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
1.11 this.sensorContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
1.12 this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
1.13 this.timer = new System.Windows.Forms.Timer(this.components);
1.14 @@ -113,7 +109,6 @@
1.15 this.splitContainer.Panel1.SuspendLayout();
1.16 this.splitContainer.Panel2.SuspendLayout();
1.17 this.splitContainer.SuspendLayout();
1.18 - this.notifyContextMenuStrip.SuspendLayout();
1.19 this.SuspendLayout();
1.20 //
1.21 // treeView
1.22 @@ -269,7 +264,7 @@
1.23 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
1.24 this.exitToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
1.25 this.exitToolStripMenuItem.Text = "Exit";
1.26 - this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
1.27 + this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitClick);
1.28 //
1.29 // viewToolStripMenuItem
1.30 //
1.31 @@ -393,9 +388,9 @@
1.32 this.startupMenuItem.Text = "Run On Windows Startup";
1.33 this.startupMenuItem.CheckedChanged += new System.EventHandler(this.runOnWindowsStartupToolStripMenuItem_CheckedChanged);
1.34 //
1.35 - // toolStripMenuItem3
1.36 + // separatorMenuItem
1.37 //
1.38 - this.separatorMenuItem.Name = "toolStripMenuItem3";
1.39 + this.separatorMenuItem.Name = "separatorMenuItem";
1.40 this.separatorMenuItem.Size = new System.Drawing.Size(204, 6);
1.41 //
1.42 // temperatureUnitsToolStripMenuItem
1.43 @@ -410,14 +405,14 @@
1.44 // celciusToolStripMenuItem
1.45 //
1.46 this.celciusToolStripMenuItem.Name = "celciusToolStripMenuItem";
1.47 - this.celciusToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
1.48 + this.celciusToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
1.49 this.celciusToolStripMenuItem.Text = "Celcius";
1.50 this.celciusToolStripMenuItem.Click += new System.EventHandler(this.celciusToolStripMenuItem_Click);
1.51 //
1.52 // fahrenheitToolStripMenuItem
1.53 //
1.54 this.fahrenheitToolStripMenuItem.Name = "fahrenheitToolStripMenuItem";
1.55 - this.fahrenheitToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
1.56 + this.fahrenheitToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
1.57 this.fahrenheitToolStripMenuItem.Text = "Fahrenheit";
1.58 this.fahrenheitToolStripMenuItem.Click += new System.EventHandler(this.fahrenheitToolStripMenuItem_Click);
1.59 //
1.60 @@ -478,38 +473,10 @@
1.61 this.plotPanel.Size = new System.Drawing.Size(410, 171);
1.62 this.plotPanel.TabIndex = 0;
1.63 //
1.64 - // notifyContextMenuStrip
1.65 - //
1.66 - this.notifyContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
1.67 - this.hideShowToolStripMenuItem,
1.68 - this.toolStripMenuItem2,
1.69 - this.exitToolStripMenuItem1});
1.70 - this.notifyContextMenuStrip.Name = "notifyContextMenuStrip";
1.71 - this.notifyContextMenuStrip.Size = new System.Drawing.Size(134, 54);
1.72 - //
1.73 - // hideShowToolStripMenuItem
1.74 - //
1.75 - this.hideShowToolStripMenuItem.Name = "hideShowToolStripMenuItem";
1.76 - this.hideShowToolStripMenuItem.Size = new System.Drawing.Size(133, 22);
1.77 - this.hideShowToolStripMenuItem.Text = "Hide/Show";
1.78 - this.hideShowToolStripMenuItem.Click += new System.EventHandler(this.hideShowClick);
1.79 - //
1.80 - // toolStripMenuItem2
1.81 - //
1.82 - this.toolStripMenuItem2.Name = "toolStripMenuItem2";
1.83 - this.toolStripMenuItem2.Size = new System.Drawing.Size(130, 6);
1.84 - //
1.85 - // exitToolStripMenuItem1
1.86 - //
1.87 - this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
1.88 - this.exitToolStripMenuItem1.Size = new System.Drawing.Size(133, 22);
1.89 - this.exitToolStripMenuItem1.Text = "Exit";
1.90 - this.exitToolStripMenuItem1.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
1.91 - //
1.92 // sensorContextMenuStrip
1.93 //
1.94 this.sensorContextMenuStrip.Name = "sensorContextMenuStrip";
1.95 - this.sensorContextMenuStrip.Size = new System.Drawing.Size(61, 4);
1.96 + this.sensorContextMenuStrip.Size = new System.Drawing.Size(153, 26);
1.97 //
1.98 // saveFileDialog
1.99 //
1.100 @@ -542,7 +509,6 @@
1.101 this.splitContainer.Panel1.ResumeLayout(false);
1.102 this.splitContainer.Panel2.ResumeLayout(false);
1.103 this.splitContainer.ResumeLayout(false);
1.104 - this.notifyContextMenuStrip.ResumeLayout(false);
1.105 this.ResumeLayout(false);
1.106 this.PerformLayout();
1.107
1.108 @@ -575,10 +541,6 @@
1.109 private System.Windows.Forms.ToolStripMenuItem saveReportToolStripMenuItem;
1.110 private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
1.111 private System.Windows.Forms.ToolStripMenuItem hddMenuItem;
1.112 - private System.Windows.Forms.ContextMenuStrip notifyContextMenuStrip;
1.113 - private System.Windows.Forms.ToolStripMenuItem hideShowToolStripMenuItem;
1.114 - private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
1.115 - private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1;
1.116 private System.Windows.Forms.ToolStripMenuItem minTrayMenuItem;
1.117 private System.Windows.Forms.ToolStripSeparator separatorMenuItem;
1.118 private System.Windows.Forms.ContextMenuStrip sensorContextMenuStrip;