Fixed Issue 69.
3 Version: MPL 1.1/GPL 2.0/LGPL 2.1
5 The contents of this file are subject to the Mozilla Public License Version
6 1.1 (the "License"); you may not use this file except in compliance with
7 the License. You may obtain a copy of the License at
9 http://www.mozilla.org/MPL/
11 Software distributed under the License is distributed on an "AS IS" basis,
12 WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
13 for the specific language governing rights and limitations under the License.
15 The Original Code is the Open Hardware Monitor code.
17 The Initial Developer of the Original Code is
18 Michael Möller <m.moeller@gmx.ch>.
19 Portions created by the Initial Developer are Copyright (C) 2009-2010
20 the Initial Developer. All Rights Reserved.
24 Alternatively, the contents of this file may be used under the terms of
25 either the GNU General Public License Version 2 or later (the "GPL"), or
26 the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27 in which case the provisions of the GPL or the LGPL are applicable instead
28 of those above. If you wish to allow use of your version of this file only
29 under the terms of either the GPL or the LGPL, and not to allow others to
30 use your version of this file under the terms of the MPL, indicate your
31 decision by deleting the provisions above and replace them with the notice
32 and other provisions required by the GPL or the LGPL. If you do not delete
33 the provisions above, a recipient may use your version of this file under
34 the terms of any one of the MPL, the GPL or the LGPL.
38 namespace OpenHardwareMonitor.GUI {
39 partial class MainForm {
41 /// Required designer variable.
43 private System.ComponentModel.IContainer components = null;
46 /// Clean up any resources being used.
48 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
49 protected override void Dispose(bool disposing) {
50 if (disposing && (components != null)) {
53 base.Dispose(disposing);
56 #region Windows Form Designer generated code
59 /// Required method for Designer support - do not modify
60 /// the contents of this method with the code editor.
62 private void InitializeComponent() {
63 this.components = new System.ComponentModel.Container();
64 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
65 this.treeView = new Aga.Controls.Tree.TreeViewAdv();
66 this.sensor = new Aga.Controls.Tree.TreeColumn();
67 this.value = new Aga.Controls.Tree.TreeColumn();
68 this.min = new Aga.Controls.Tree.TreeColumn();
69 this.max = new Aga.Controls.Tree.TreeColumn();
70 this.nodeImage = new Aga.Controls.Tree.NodeControls.NodeIcon();
71 this.nodeCheckBox = new Aga.Controls.Tree.NodeControls.NodeCheckBox();
72 this.nodeTextBoxText = new Aga.Controls.Tree.NodeControls.NodeTextBox();
73 this.nodeTextBoxValue = new Aga.Controls.Tree.NodeControls.NodeTextBox();
74 this.nodeTextBoxMin = new Aga.Controls.Tree.NodeControls.NodeTextBox();
75 this.nodeTextBoxMax = new Aga.Controls.Tree.NodeControls.NodeTextBox();
76 this.menuStrip = new System.Windows.Forms.MenuStrip();
77 this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
78 this.saveReportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
79 this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
80 this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
81 this.hiddenMenuItem = new System.Windows.Forms.ToolStripMenuItem();
82 this.plotMenuItem = new System.Windows.Forms.ToolStripMenuItem();
83 this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
84 this.columnsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
85 this.valueMenuItem = new System.Windows.Forms.ToolStripMenuItem();
86 this.minMenuItem = new System.Windows.Forms.ToolStripMenuItem();
87 this.maxMenuItem = new System.Windows.Forms.ToolStripMenuItem();
88 this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
89 this.startMinMenuItem = new System.Windows.Forms.ToolStripMenuItem();
90 this.minTrayMenuItem = new System.Windows.Forms.ToolStripMenuItem();
91 this.startupMenuItem = new System.Windows.Forms.ToolStripMenuItem();
92 this.separatorMenuItem = new System.Windows.Forms.ToolStripSeparator();
93 this.temperatureUnitsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
94 this.celciusToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
95 this.fahrenheitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
96 this.toolStripMenuItem4 = new System.Windows.Forms.ToolStripSeparator();
97 this.hddMenuItem = new System.Windows.Forms.ToolStripMenuItem();
98 this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
99 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
100 this.splitContainer = new System.Windows.Forms.SplitContainer();
101 this.plotPanel = new OpenHardwareMonitor.GUI.PlotPanel();
102 this.sensorContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
103 this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
104 this.timer = new System.Windows.Forms.Timer(this.components);
105 this.menuStrip.SuspendLayout();
106 this.splitContainer.Panel1.SuspendLayout();
107 this.splitContainer.Panel2.SuspendLayout();
108 this.splitContainer.SuspendLayout();
109 this.SuspendLayout();
113 this.treeView.BackColor = System.Drawing.SystemColors.Window;
114 this.treeView.Columns.Add(this.sensor);
115 this.treeView.Columns.Add(this.value);
116 this.treeView.Columns.Add(this.min);
117 this.treeView.Columns.Add(this.max);
118 this.treeView.DefaultToolTipProvider = null;
119 this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
120 this.treeView.DragDropMarkColor = System.Drawing.Color.Black;
121 this.treeView.FullRowSelect = true;
122 this.treeView.GridLineStyle = Aga.Controls.Tree.GridLineStyle.Horizontal;
123 this.treeView.LineColor = System.Drawing.SystemColors.ControlDark;
124 this.treeView.Location = new System.Drawing.Point(0, 0);
125 this.treeView.Model = null;
126 this.treeView.Name = "treeView";
127 this.treeView.NodeControls.Add(this.nodeImage);
128 this.treeView.NodeControls.Add(this.nodeCheckBox);
129 this.treeView.NodeControls.Add(this.nodeTextBoxText);
130 this.treeView.NodeControls.Add(this.nodeTextBoxValue);
131 this.treeView.NodeControls.Add(this.nodeTextBoxMin);
132 this.treeView.NodeControls.Add(this.nodeTextBoxMax);
133 this.treeView.RowHeight = 18;
134 this.treeView.SelectedNode = null;
135 this.treeView.Size = new System.Drawing.Size(410, 488);
136 this.treeView.TabIndex = 0;
137 this.treeView.Text = "treeView";
138 this.treeView.UseColumns = true;
139 this.treeView.NodeMouseDoubleClick += new System.EventHandler<Aga.Controls.Tree.TreeNodeAdvMouseEventArgs>(this.treeView_NodeMouseDoubleClick);
140 this.treeView.Click += new System.EventHandler(this.treeView_Click);
144 this.sensor.Header = "Sensor";
145 this.sensor.SortOrder = System.Windows.Forms.SortOrder.None;
146 this.sensor.TooltipText = null;
147 this.sensor.Width = 250;
151 this.value.Header = "Value";
152 this.value.SortOrder = System.Windows.Forms.SortOrder.None;
153 this.value.TooltipText = null;
154 this.value.Width = 100;
158 this.min.Header = "Min";
159 this.min.SortOrder = System.Windows.Forms.SortOrder.None;
160 this.min.TooltipText = null;
161 this.min.Width = 100;
165 this.max.Header = "Max";
166 this.max.SortOrder = System.Windows.Forms.SortOrder.None;
167 this.max.TooltipText = null;
168 this.max.Width = 100;
172 this.nodeImage.DataPropertyName = "Image";
173 this.nodeImage.LeftMargin = 1;
174 this.nodeImage.ParentColumn = this.sensor;
175 this.nodeImage.ScaleMode = Aga.Controls.Tree.ImageScaleMode.Fit;
179 this.nodeCheckBox.DataPropertyName = "Plot";
180 this.nodeCheckBox.EditEnabled = true;
181 this.nodeCheckBox.LeftMargin = 3;
182 this.nodeCheckBox.ParentColumn = this.sensor;
186 this.nodeTextBoxText.DataPropertyName = "Text";
187 this.nodeTextBoxText.EditEnabled = true;
188 this.nodeTextBoxText.IncrementalSearchEnabled = true;
189 this.nodeTextBoxText.LeftMargin = 3;
190 this.nodeTextBoxText.ParentColumn = this.sensor;
194 this.nodeTextBoxValue.DataPropertyName = "Value";
195 this.nodeTextBoxValue.IncrementalSearchEnabled = true;
196 this.nodeTextBoxValue.LeftMargin = 3;
197 this.nodeTextBoxValue.ParentColumn = this.value;
201 this.nodeTextBoxMin.DataPropertyName = "Min";
202 this.nodeTextBoxMin.IncrementalSearchEnabled = true;
203 this.nodeTextBoxMin.LeftMargin = 3;
204 this.nodeTextBoxMin.ParentColumn = this.min;
208 this.nodeTextBoxMax.DataPropertyName = "Max";
209 this.nodeTextBoxMax.IncrementalSearchEnabled = true;
210 this.nodeTextBoxMax.LeftMargin = 3;
211 this.nodeTextBoxMax.ParentColumn = this.max;
215 this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
216 this.fileToolStripMenuItem,
217 this.viewToolStripMenuItem,
218 this.optionsToolStripMenuItem,
219 this.helpToolStripMenuItem});
220 this.menuStrip.Location = new System.Drawing.Point(0, 0);
221 this.menuStrip.Name = "menuStrip";
222 this.menuStrip.Size = new System.Drawing.Size(410, 24);
223 this.menuStrip.TabIndex = 1;
224 this.menuStrip.Text = "menuStrip1";
226 // fileToolStripMenuItem
228 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
229 this.saveReportToolStripMenuItem,
230 this.exitToolStripMenuItem});
231 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
232 this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
233 this.fileToolStripMenuItem.Text = "File";
235 // saveReportToolStripMenuItem
237 this.saveReportToolStripMenuItem.Name = "saveReportToolStripMenuItem";
238 this.saveReportToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
239 this.saveReportToolStripMenuItem.Text = "Save Report...";
240 this.saveReportToolStripMenuItem.Click += new System.EventHandler(this.saveReportToolStripMenuItem_Click);
242 // exitToolStripMenuItem
244 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
245 this.exitToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
246 this.exitToolStripMenuItem.Text = "Exit";
247 this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitClick);
249 // viewToolStripMenuItem
251 this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
254 this.toolStripMenuItem1,
255 this.columnsToolStripMenuItem});
256 this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
257 this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
258 this.viewToolStripMenuItem.Text = "View";
262 this.hiddenMenuItem.CheckOnClick = true;
263 this.hiddenMenuItem.Name = "hiddenMenuItem";
264 this.hiddenMenuItem.Size = new System.Drawing.Size(188, 22);
265 this.hiddenMenuItem.Text = "Show Hidden Sensors";
266 this.hiddenMenuItem.CheckedChanged += new System.EventHandler(this.hiddenSensorsMenuItem_CheckedChanged);
270 this.plotMenuItem.Checked = true;
271 this.plotMenuItem.CheckOnClick = true;
272 this.plotMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
273 this.plotMenuItem.Name = "plotMenuItem";
274 this.plotMenuItem.Size = new System.Drawing.Size(188, 22);
275 this.plotMenuItem.Text = "Show Plot";
276 this.plotMenuItem.CheckedChanged += new System.EventHandler(this.plotToolStripMenuItem_CheckedChanged);
278 // toolStripMenuItem1
280 this.toolStripMenuItem1.Name = "toolStripMenuItem1";
281 this.toolStripMenuItem1.Size = new System.Drawing.Size(185, 6);
283 // columnsToolStripMenuItem
285 this.columnsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
289 this.columnsToolStripMenuItem.Name = "columnsToolStripMenuItem";
290 this.columnsToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
291 this.columnsToolStripMenuItem.Text = "Columns";
295 this.valueMenuItem.Checked = true;
296 this.valueMenuItem.CheckOnClick = true;
297 this.valueMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
298 this.valueMenuItem.Name = "valueMenuItem";
299 this.valueMenuItem.Size = new System.Drawing.Size(152, 22);
300 this.valueMenuItem.Text = "Value";
301 this.valueMenuItem.CheckedChanged += new System.EventHandler(this.valueMenuItem_CheckedChanged);
305 this.minMenuItem.Checked = true;
306 this.minMenuItem.CheckOnClick = true;
307 this.minMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
308 this.minMenuItem.Name = "minMenuItem";
309 this.minMenuItem.Size = new System.Drawing.Size(152, 22);
310 this.minMenuItem.Text = "Min";
311 this.minMenuItem.CheckedChanged += new System.EventHandler(this.minMenuItem_CheckedChanged);
315 this.maxMenuItem.Checked = true;
316 this.maxMenuItem.CheckOnClick = true;
317 this.maxMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
318 this.maxMenuItem.Name = "maxMenuItem";
319 this.maxMenuItem.Size = new System.Drawing.Size(152, 22);
320 this.maxMenuItem.Text = "Max";
321 this.maxMenuItem.CheckedChanged += new System.EventHandler(this.maxMenuItem_CheckedChanged);
323 // optionsToolStripMenuItem
325 this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
326 this.startMinMenuItem,
327 this.minTrayMenuItem,
328 this.startupMenuItem,
329 this.separatorMenuItem,
330 this.temperatureUnitsToolStripMenuItem,
331 this.toolStripMenuItem4,
333 this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
334 this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
335 this.optionsToolStripMenuItem.Text = "Options";
339 this.startMinMenuItem.CheckOnClick = true;
340 this.startMinMenuItem.Name = "startMinMenuItem";
341 this.startMinMenuItem.Size = new System.Drawing.Size(207, 22);
342 this.startMinMenuItem.Text = "Start Minimized";
346 this.minTrayMenuItem.CheckOnClick = true;
347 this.minTrayMenuItem.Name = "minTrayMenuItem";
348 this.minTrayMenuItem.Size = new System.Drawing.Size(207, 22);
349 this.minTrayMenuItem.Text = "Minimize To Tray";
350 this.minTrayMenuItem.CheckedChanged += new System.EventHandler(this.minTrayMenuItem_CheckedChanged);
354 this.startupMenuItem.CheckOnClick = true;
355 this.startupMenuItem.Name = "startupMenuItem";
356 this.startupMenuItem.Size = new System.Drawing.Size(207, 22);
357 this.startupMenuItem.Text = "Run On Windows Startup";
358 this.startupMenuItem.CheckedChanged += new System.EventHandler(this.runOnWindowsStartupToolStripMenuItem_CheckedChanged);
362 this.separatorMenuItem.Name = "separatorMenuItem";
363 this.separatorMenuItem.Size = new System.Drawing.Size(204, 6);
365 // temperatureUnitsToolStripMenuItem
367 this.temperatureUnitsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
368 this.celciusToolStripMenuItem,
369 this.fahrenheitToolStripMenuItem});
370 this.temperatureUnitsToolStripMenuItem.Name = "temperatureUnitsToolStripMenuItem";
371 this.temperatureUnitsToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
372 this.temperatureUnitsToolStripMenuItem.Text = "Temperature Unit";
374 // celciusToolStripMenuItem
376 this.celciusToolStripMenuItem.Name = "celciusToolStripMenuItem";
377 this.celciusToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
378 this.celciusToolStripMenuItem.Text = "Celcius";
379 this.celciusToolStripMenuItem.Click += new System.EventHandler(this.celciusToolStripMenuItem_Click);
381 // fahrenheitToolStripMenuItem
383 this.fahrenheitToolStripMenuItem.Name = "fahrenheitToolStripMenuItem";
384 this.fahrenheitToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
385 this.fahrenheitToolStripMenuItem.Text = "Fahrenheit";
386 this.fahrenheitToolStripMenuItem.Click += new System.EventHandler(this.fahrenheitToolStripMenuItem_Click);
388 // toolStripMenuItem4
390 this.toolStripMenuItem4.Name = "toolStripMenuItem4";
391 this.toolStripMenuItem4.Size = new System.Drawing.Size(204, 6);
395 this.hddMenuItem.CheckOnClick = true;
396 this.hddMenuItem.Name = "hddMenuItem";
397 this.hddMenuItem.Size = new System.Drawing.Size(207, 22);
398 this.hddMenuItem.Text = "Read HDD sensors";
399 this.hddMenuItem.CheckedChanged += new System.EventHandler(this.hddsensorsToolStripMenuItem_CheckedChanged);
401 // helpToolStripMenuItem
403 this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
404 this.aboutToolStripMenuItem});
405 this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
406 this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
407 this.helpToolStripMenuItem.Text = "Help";
409 // aboutToolStripMenuItem
411 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
412 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
413 this.aboutToolStripMenuItem.Text = "About";
414 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
418 this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
419 this.splitContainer.Location = new System.Drawing.Point(0, 24);
420 this.splitContainer.Name = "splitContainer";
421 this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
423 // splitContainer.Panel1
425 this.splitContainer.Panel1.Controls.Add(this.treeView);
427 // splitContainer.Panel2
429 this.splitContainer.Panel2.Controls.Add(this.plotPanel);
430 this.splitContainer.Panel2.Cursor = System.Windows.Forms.Cursors.Default;
431 this.splitContainer.Size = new System.Drawing.Size(410, 662);
432 this.splitContainer.SplitterDistance = 488;
433 this.splitContainer.SplitterWidth = 3;
434 this.splitContainer.TabIndex = 3;
438 this.plotPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
439 this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;
440 this.plotPanel.Location = new System.Drawing.Point(0, 0);
441 this.plotPanel.Name = "plotPanel";
442 this.plotPanel.Size = new System.Drawing.Size(410, 171);
443 this.plotPanel.TabIndex = 0;
445 // sensorContextMenuStrip
447 this.sensorContextMenuStrip.Name = "sensorContextMenuStrip";
448 this.sensorContextMenuStrip.Size = new System.Drawing.Size(61, 4);
452 this.saveFileDialog.DefaultExt = "txt";
453 this.saveFileDialog.FileName = "OpenHardwareMonitor.Report.txt";
454 this.saveFileDialog.Filter = "Text Documents|*.txt|All Files|*.*";
455 this.saveFileDialog.RestoreDirectory = true;
456 this.saveFileDialog.Title = "Save Report As";
460 this.timer.Interval = 1000;
461 this.timer.Tick += new System.EventHandler(this.timer_Tick);
465 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
466 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
467 this.ClientSize = new System.Drawing.Size(410, 686);
468 this.Controls.Add(this.splitContainer);
469 this.Controls.Add(this.menuStrip);
470 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
471 this.MainMenuStrip = this.menuStrip;
472 this.Name = "MainForm";
473 this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
474 this.Text = "Open Hardware Monitor";
475 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
476 this.menuStrip.ResumeLayout(false);
477 this.menuStrip.PerformLayout();
478 this.splitContainer.Panel1.ResumeLayout(false);
479 this.splitContainer.Panel2.ResumeLayout(false);
480 this.splitContainer.ResumeLayout(false);
481 this.ResumeLayout(false);
482 this.PerformLayout();
488 private Aga.Controls.Tree.TreeViewAdv treeView;
489 private System.Windows.Forms.MenuStrip menuStrip;
490 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
491 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
492 private Aga.Controls.Tree.TreeColumn sensor;
493 private Aga.Controls.Tree.TreeColumn value;
494 private Aga.Controls.Tree.TreeColumn min;
495 private Aga.Controls.Tree.TreeColumn max;
496 private Aga.Controls.Tree.NodeControls.NodeIcon nodeImage;
497 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxText;
498 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxValue;
499 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMin;
500 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMax;
501 private System.Windows.Forms.SplitContainer splitContainer;
502 private PlotPanel plotPanel;
503 private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
504 private System.Windows.Forms.ToolStripMenuItem plotMenuItem;
505 private Aga.Controls.Tree.NodeControls.NodeCheckBox nodeCheckBox;
506 private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
507 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
508 private System.Windows.Forms.ToolStripMenuItem saveReportToolStripMenuItem;
509 private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
510 private System.Windows.Forms.ToolStripMenuItem hddMenuItem;
511 private System.Windows.Forms.ToolStripMenuItem minTrayMenuItem;
512 private System.Windows.Forms.ToolStripSeparator separatorMenuItem;
513 private System.Windows.Forms.ContextMenuStrip sensorContextMenuStrip;
514 private System.Windows.Forms.ToolStripMenuItem startMinMenuItem;
515 private System.Windows.Forms.ToolStripMenuItem startupMenuItem;
516 private System.Windows.Forms.SaveFileDialog saveFileDialog;
517 private System.Windows.Forms.Timer timer;
518 private System.Windows.Forms.ToolStripMenuItem hiddenMenuItem;
519 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
520 private System.Windows.Forms.ToolStripMenuItem columnsToolStripMenuItem;
521 private System.Windows.Forms.ToolStripMenuItem valueMenuItem;
522 private System.Windows.Forms.ToolStripMenuItem minMenuItem;
523 private System.Windows.Forms.ToolStripMenuItem maxMenuItem;
524 private System.Windows.Forms.ToolStripMenuItem temperatureUnitsToolStripMenuItem;
525 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
526 private System.Windows.Forms.ToolStripMenuItem celciusToolStripMenuItem;
527 private System.Windows.Forms.ToolStripMenuItem fahrenheitToolStripMenuItem;