Fixed Issue 66.
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.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
106 this.sumbitReportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
107 this.menuStrip.SuspendLayout();
108 this.splitContainer.Panel1.SuspendLayout();
109 this.splitContainer.Panel2.SuspendLayout();
110 this.splitContainer.SuspendLayout();
111 this.SuspendLayout();
115 this.treeView.BackColor = System.Drawing.SystemColors.Window;
116 this.treeView.Columns.Add(this.sensor);
117 this.treeView.Columns.Add(this.value);
118 this.treeView.Columns.Add(this.min);
119 this.treeView.Columns.Add(this.max);
120 this.treeView.DefaultToolTipProvider = null;
121 this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
122 this.treeView.DragDropMarkColor = System.Drawing.Color.Black;
123 this.treeView.FullRowSelect = true;
124 this.treeView.GridLineStyle = Aga.Controls.Tree.GridLineStyle.Horizontal;
125 this.treeView.LineColor = System.Drawing.SystemColors.ControlDark;
126 this.treeView.Location = new System.Drawing.Point(0, 0);
127 this.treeView.Model = null;
128 this.treeView.Name = "treeView";
129 this.treeView.NodeControls.Add(this.nodeImage);
130 this.treeView.NodeControls.Add(this.nodeCheckBox);
131 this.treeView.NodeControls.Add(this.nodeTextBoxText);
132 this.treeView.NodeControls.Add(this.nodeTextBoxValue);
133 this.treeView.NodeControls.Add(this.nodeTextBoxMin);
134 this.treeView.NodeControls.Add(this.nodeTextBoxMax);
135 this.treeView.RowHeight = 18;
136 this.treeView.SelectedNode = null;
137 this.treeView.Size = new System.Drawing.Size(410, 488);
138 this.treeView.TabIndex = 0;
139 this.treeView.Text = "treeView";
140 this.treeView.UseColumns = true;
141 this.treeView.NodeMouseDoubleClick += new System.EventHandler<Aga.Controls.Tree.TreeNodeAdvMouseEventArgs>(this.treeView_NodeMouseDoubleClick);
142 this.treeView.Click += new System.EventHandler(this.treeView_Click);
146 this.sensor.Header = "Sensor";
147 this.sensor.SortOrder = System.Windows.Forms.SortOrder.None;
148 this.sensor.TooltipText = null;
149 this.sensor.Width = 250;
153 this.value.Header = "Value";
154 this.value.SortOrder = System.Windows.Forms.SortOrder.None;
155 this.value.TooltipText = null;
156 this.value.Width = 100;
160 this.min.Header = "Min";
161 this.min.SortOrder = System.Windows.Forms.SortOrder.None;
162 this.min.TooltipText = null;
163 this.min.Width = 100;
167 this.max.Header = "Max";
168 this.max.SortOrder = System.Windows.Forms.SortOrder.None;
169 this.max.TooltipText = null;
170 this.max.Width = 100;
174 this.nodeImage.DataPropertyName = "Image";
175 this.nodeImage.LeftMargin = 1;
176 this.nodeImage.ParentColumn = this.sensor;
177 this.nodeImage.ScaleMode = Aga.Controls.Tree.ImageScaleMode.Fit;
181 this.nodeCheckBox.DataPropertyName = "Plot";
182 this.nodeCheckBox.EditEnabled = true;
183 this.nodeCheckBox.LeftMargin = 3;
184 this.nodeCheckBox.ParentColumn = this.sensor;
188 this.nodeTextBoxText.DataPropertyName = "Text";
189 this.nodeTextBoxText.EditEnabled = true;
190 this.nodeTextBoxText.IncrementalSearchEnabled = true;
191 this.nodeTextBoxText.LeftMargin = 3;
192 this.nodeTextBoxText.ParentColumn = this.sensor;
196 this.nodeTextBoxValue.DataPropertyName = "Value";
197 this.nodeTextBoxValue.IncrementalSearchEnabled = true;
198 this.nodeTextBoxValue.LeftMargin = 3;
199 this.nodeTextBoxValue.ParentColumn = this.value;
203 this.nodeTextBoxMin.DataPropertyName = "Min";
204 this.nodeTextBoxMin.IncrementalSearchEnabled = true;
205 this.nodeTextBoxMin.LeftMargin = 3;
206 this.nodeTextBoxMin.ParentColumn = this.min;
210 this.nodeTextBoxMax.DataPropertyName = "Max";
211 this.nodeTextBoxMax.IncrementalSearchEnabled = true;
212 this.nodeTextBoxMax.LeftMargin = 3;
213 this.nodeTextBoxMax.ParentColumn = this.max;
217 this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
218 this.fileToolStripMenuItem,
219 this.viewToolStripMenuItem,
220 this.optionsToolStripMenuItem,
221 this.helpToolStripMenuItem});
222 this.menuStrip.Location = new System.Drawing.Point(0, 0);
223 this.menuStrip.Name = "menuStrip";
224 this.menuStrip.Size = new System.Drawing.Size(410, 24);
225 this.menuStrip.TabIndex = 1;
226 this.menuStrip.Text = "menuStrip1";
228 // fileToolStripMenuItem
230 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
231 this.saveReportToolStripMenuItem,
232 this.sumbitReportToolStripMenuItem,
233 this.toolStripMenuItem2,
234 this.exitToolStripMenuItem});
235 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
236 this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
237 this.fileToolStripMenuItem.Text = "File";
239 // saveReportToolStripMenuItem
241 this.saveReportToolStripMenuItem.Name = "saveReportToolStripMenuItem";
242 this.saveReportToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
243 this.saveReportToolStripMenuItem.Text = "Save Report...";
244 this.saveReportToolStripMenuItem.Click += new System.EventHandler(this.saveReportToolStripMenuItem_Click);
246 // exitToolStripMenuItem
248 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
249 this.exitToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
250 this.exitToolStripMenuItem.Text = "Exit";
251 this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitClick);
253 // viewToolStripMenuItem
255 this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
258 this.toolStripMenuItem1,
259 this.columnsToolStripMenuItem});
260 this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
261 this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
262 this.viewToolStripMenuItem.Text = "View";
266 this.hiddenMenuItem.CheckOnClick = true;
267 this.hiddenMenuItem.Name = "hiddenMenuItem";
268 this.hiddenMenuItem.Size = new System.Drawing.Size(188, 22);
269 this.hiddenMenuItem.Text = "Show Hidden Sensors";
270 this.hiddenMenuItem.CheckedChanged += new System.EventHandler(this.hiddenSensorsMenuItem_CheckedChanged);
274 this.plotMenuItem.Checked = true;
275 this.plotMenuItem.CheckOnClick = true;
276 this.plotMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
277 this.plotMenuItem.Name = "plotMenuItem";
278 this.plotMenuItem.Size = new System.Drawing.Size(188, 22);
279 this.plotMenuItem.Text = "Show Plot";
280 this.plotMenuItem.CheckedChanged += new System.EventHandler(this.plotToolStripMenuItem_CheckedChanged);
282 // toolStripMenuItem1
284 this.toolStripMenuItem1.Name = "toolStripMenuItem1";
285 this.toolStripMenuItem1.Size = new System.Drawing.Size(185, 6);
287 // columnsToolStripMenuItem
289 this.columnsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
293 this.columnsToolStripMenuItem.Name = "columnsToolStripMenuItem";
294 this.columnsToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
295 this.columnsToolStripMenuItem.Text = "Columns";
299 this.valueMenuItem.Checked = true;
300 this.valueMenuItem.CheckOnClick = true;
301 this.valueMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
302 this.valueMenuItem.Name = "valueMenuItem";
303 this.valueMenuItem.Size = new System.Drawing.Size(103, 22);
304 this.valueMenuItem.Text = "Value";
305 this.valueMenuItem.CheckedChanged += new System.EventHandler(this.valueMenuItem_CheckedChanged);
309 this.minMenuItem.Checked = true;
310 this.minMenuItem.CheckOnClick = true;
311 this.minMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
312 this.minMenuItem.Name = "minMenuItem";
313 this.minMenuItem.Size = new System.Drawing.Size(103, 22);
314 this.minMenuItem.Text = "Min";
315 this.minMenuItem.CheckedChanged += new System.EventHandler(this.minMenuItem_CheckedChanged);
319 this.maxMenuItem.Checked = true;
320 this.maxMenuItem.CheckOnClick = true;
321 this.maxMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
322 this.maxMenuItem.Name = "maxMenuItem";
323 this.maxMenuItem.Size = new System.Drawing.Size(103, 22);
324 this.maxMenuItem.Text = "Max";
325 this.maxMenuItem.CheckedChanged += new System.EventHandler(this.maxMenuItem_CheckedChanged);
327 // optionsToolStripMenuItem
329 this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
330 this.startMinMenuItem,
331 this.minTrayMenuItem,
332 this.startupMenuItem,
333 this.separatorMenuItem,
334 this.temperatureUnitsToolStripMenuItem,
335 this.toolStripMenuItem4,
337 this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
338 this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
339 this.optionsToolStripMenuItem.Text = "Options";
343 this.startMinMenuItem.CheckOnClick = true;
344 this.startMinMenuItem.Name = "startMinMenuItem";
345 this.startMinMenuItem.Size = new System.Drawing.Size(207, 22);
346 this.startMinMenuItem.Text = "Start Minimized";
350 this.minTrayMenuItem.CheckOnClick = true;
351 this.minTrayMenuItem.Name = "minTrayMenuItem";
352 this.minTrayMenuItem.Size = new System.Drawing.Size(207, 22);
353 this.minTrayMenuItem.Text = "Minimize To Tray";
354 this.minTrayMenuItem.CheckedChanged += new System.EventHandler(this.minTrayMenuItem_CheckedChanged);
358 this.startupMenuItem.CheckOnClick = true;
359 this.startupMenuItem.Name = "startupMenuItem";
360 this.startupMenuItem.Size = new System.Drawing.Size(207, 22);
361 this.startupMenuItem.Text = "Run On Windows Startup";
362 this.startupMenuItem.CheckedChanged += new System.EventHandler(this.runOnWindowsStartupToolStripMenuItem_CheckedChanged);
366 this.separatorMenuItem.Name = "separatorMenuItem";
367 this.separatorMenuItem.Size = new System.Drawing.Size(204, 6);
369 // temperatureUnitsToolStripMenuItem
371 this.temperatureUnitsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
372 this.celciusToolStripMenuItem,
373 this.fahrenheitToolStripMenuItem});
374 this.temperatureUnitsToolStripMenuItem.Name = "temperatureUnitsToolStripMenuItem";
375 this.temperatureUnitsToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
376 this.temperatureUnitsToolStripMenuItem.Text = "Temperature Unit";
378 // celciusToolStripMenuItem
380 this.celciusToolStripMenuItem.Name = "celciusToolStripMenuItem";
381 this.celciusToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
382 this.celciusToolStripMenuItem.Text = "Celcius";
383 this.celciusToolStripMenuItem.Click += new System.EventHandler(this.celciusToolStripMenuItem_Click);
385 // fahrenheitToolStripMenuItem
387 this.fahrenheitToolStripMenuItem.Name = "fahrenheitToolStripMenuItem";
388 this.fahrenheitToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
389 this.fahrenheitToolStripMenuItem.Text = "Fahrenheit";
390 this.fahrenheitToolStripMenuItem.Click += new System.EventHandler(this.fahrenheitToolStripMenuItem_Click);
392 // toolStripMenuItem4
394 this.toolStripMenuItem4.Name = "toolStripMenuItem4";
395 this.toolStripMenuItem4.Size = new System.Drawing.Size(204, 6);
399 this.hddMenuItem.CheckOnClick = true;
400 this.hddMenuItem.Name = "hddMenuItem";
401 this.hddMenuItem.Size = new System.Drawing.Size(207, 22);
402 this.hddMenuItem.Text = "Read HDD sensors";
403 this.hddMenuItem.CheckedChanged += new System.EventHandler(this.hddsensorsToolStripMenuItem_CheckedChanged);
405 // helpToolStripMenuItem
407 this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
408 this.aboutToolStripMenuItem});
409 this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
410 this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
411 this.helpToolStripMenuItem.Text = "Help";
413 // aboutToolStripMenuItem
415 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
416 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
417 this.aboutToolStripMenuItem.Text = "About";
418 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
422 this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
423 this.splitContainer.Location = new System.Drawing.Point(0, 24);
424 this.splitContainer.Name = "splitContainer";
425 this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
427 // splitContainer.Panel1
429 this.splitContainer.Panel1.Controls.Add(this.treeView);
431 // splitContainer.Panel2
433 this.splitContainer.Panel2.Controls.Add(this.plotPanel);
434 this.splitContainer.Panel2.Cursor = System.Windows.Forms.Cursors.Default;
435 this.splitContainer.Size = new System.Drawing.Size(410, 662);
436 this.splitContainer.SplitterDistance = 488;
437 this.splitContainer.SplitterWidth = 3;
438 this.splitContainer.TabIndex = 3;
442 this.plotPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
443 this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;
444 this.plotPanel.Location = new System.Drawing.Point(0, 0);
445 this.plotPanel.Name = "plotPanel";
446 this.plotPanel.Size = new System.Drawing.Size(410, 171);
447 this.plotPanel.TabIndex = 0;
449 // sensorContextMenuStrip
451 this.sensorContextMenuStrip.Name = "sensorContextMenuStrip";
452 this.sensorContextMenuStrip.Size = new System.Drawing.Size(61, 4);
456 this.saveFileDialog.DefaultExt = "txt";
457 this.saveFileDialog.FileName = "OpenHardwareMonitor.Report.txt";
458 this.saveFileDialog.Filter = "Text Documents|*.txt|All Files|*.*";
459 this.saveFileDialog.RestoreDirectory = true;
460 this.saveFileDialog.Title = "Save Report As";
464 this.timer.Interval = 1000;
465 this.timer.Tick += new System.EventHandler(this.timer_Tick);
467 // toolStripMenuItem2
469 this.toolStripMenuItem2.Name = "toolStripMenuItem2";
470 this.toolStripMenuItem2.Size = new System.Drawing.Size(156, 6);
472 // sumbitReportToolStripMenuItem
474 this.sumbitReportToolStripMenuItem.Name = "sumbitReportToolStripMenuItem";
475 this.sumbitReportToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
476 this.sumbitReportToolStripMenuItem.Text = "Submit Report...";
477 this.sumbitReportToolStripMenuItem.Click += new System.EventHandler(this.sumbitReportToolStripMenuItem_Click);
481 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
482 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
483 this.ClientSize = new System.Drawing.Size(410, 686);
484 this.Controls.Add(this.splitContainer);
485 this.Controls.Add(this.menuStrip);
486 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
487 this.MainMenuStrip = this.menuStrip;
488 this.Name = "MainForm";
489 this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
490 this.Text = "Open Hardware Monitor";
491 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
492 this.menuStrip.ResumeLayout(false);
493 this.menuStrip.PerformLayout();
494 this.splitContainer.Panel1.ResumeLayout(false);
495 this.splitContainer.Panel2.ResumeLayout(false);
496 this.splitContainer.ResumeLayout(false);
497 this.ResumeLayout(false);
498 this.PerformLayout();
504 private Aga.Controls.Tree.TreeViewAdv treeView;
505 private System.Windows.Forms.MenuStrip menuStrip;
506 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
507 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
508 private Aga.Controls.Tree.TreeColumn sensor;
509 private Aga.Controls.Tree.TreeColumn value;
510 private Aga.Controls.Tree.TreeColumn min;
511 private Aga.Controls.Tree.TreeColumn max;
512 private Aga.Controls.Tree.NodeControls.NodeIcon nodeImage;
513 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxText;
514 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxValue;
515 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMin;
516 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMax;
517 private System.Windows.Forms.SplitContainer splitContainer;
518 private PlotPanel plotPanel;
519 private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
520 private System.Windows.Forms.ToolStripMenuItem plotMenuItem;
521 private Aga.Controls.Tree.NodeControls.NodeCheckBox nodeCheckBox;
522 private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
523 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
524 private System.Windows.Forms.ToolStripMenuItem saveReportToolStripMenuItem;
525 private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
526 private System.Windows.Forms.ToolStripMenuItem hddMenuItem;
527 private System.Windows.Forms.ToolStripMenuItem minTrayMenuItem;
528 private System.Windows.Forms.ToolStripSeparator separatorMenuItem;
529 private System.Windows.Forms.ContextMenuStrip sensorContextMenuStrip;
530 private System.Windows.Forms.ToolStripMenuItem startMinMenuItem;
531 private System.Windows.Forms.ToolStripMenuItem startupMenuItem;
532 private System.Windows.Forms.SaveFileDialog saveFileDialog;
533 private System.Windows.Forms.Timer timer;
534 private System.Windows.Forms.ToolStripMenuItem hiddenMenuItem;
535 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
536 private System.Windows.Forms.ToolStripMenuItem columnsToolStripMenuItem;
537 private System.Windows.Forms.ToolStripMenuItem valueMenuItem;
538 private System.Windows.Forms.ToolStripMenuItem minMenuItem;
539 private System.Windows.Forms.ToolStripMenuItem maxMenuItem;
540 private System.Windows.Forms.ToolStripMenuItem temperatureUnitsToolStripMenuItem;
541 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
542 private System.Windows.Forms.ToolStripMenuItem celciusToolStripMenuItem;
543 private System.Windows.Forms.ToolStripMenuItem fahrenheitToolStripMenuItem;
544 private System.Windows.Forms.ToolStripMenuItem sumbitReportToolStripMenuItem;
545 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;