Release version 0.1.13. Replaced PerformanceCounter based CPU load sensors with an implementation using NtQuerySystemInformation. Fixed a temperature reading problem for W83627DHG chips (sensors with invalid value 127?C).
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.limit = new Aga.Controls.Tree.TreeColumn();
71 this.nodeImage = new Aga.Controls.Tree.NodeControls.NodeIcon();
72 this.nodeCheckBox = new Aga.Controls.Tree.NodeControls.NodeCheckBox();
73 this.nodeTextBoxText = new Aga.Controls.Tree.NodeControls.NodeTextBox();
74 this.nodeTextBoxValue = new Aga.Controls.Tree.NodeControls.NodeTextBox();
75 this.nodeTextBoxMin = new Aga.Controls.Tree.NodeControls.NodeTextBox();
76 this.nodeTextBoxMax = new Aga.Controls.Tree.NodeControls.NodeTextBox();
77 this.nodeTextBoxLimit = new Aga.Controls.Tree.NodeControls.NodeTextBox();
78 this.columnsContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
79 this.valueToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
80 this.minMenuItem = new System.Windows.Forms.ToolStripMenuItem();
81 this.maxMenuItem = new System.Windows.Forms.ToolStripMenuItem();
82 this.limitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
83 this.menuStrip = new System.Windows.Forms.MenuStrip();
84 this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
85 this.saveReportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
86 this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
87 this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
88 this.sensorsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
89 this.voltMenuItem = new System.Windows.Forms.ToolStripMenuItem();
90 this.clocksMenuItem = new System.Windows.Forms.ToolStripMenuItem();
91 this.loadMenuItem = new System.Windows.Forms.ToolStripMenuItem();
92 this.tempMenuItem = new System.Windows.Forms.ToolStripMenuItem();
93 this.fansMenuItem = new System.Windows.Forms.ToolStripMenuItem();
94 this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
95 this.plotMenuItem = new System.Windows.Forms.ToolStripMenuItem();
96 this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
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.timer = new System.Windows.Forms.Timer(this.components);
101 this.splitContainer = new System.Windows.Forms.SplitContainer();
102 this.plotPanel = new OpenHardwareMonitor.GUI.PlotPanel();
103 this.columnsContextMenuStrip.SuspendLayout();
104 this.menuStrip.SuspendLayout();
105 this.splitContainer.Panel1.SuspendLayout();
106 this.splitContainer.Panel2.SuspendLayout();
107 this.splitContainer.SuspendLayout();
108 this.SuspendLayout();
112 this.treeView.BackColor = System.Drawing.SystemColors.Window;
113 this.treeView.Columns.Add(this.sensor);
114 this.treeView.Columns.Add(this.value);
115 this.treeView.Columns.Add(this.min);
116 this.treeView.Columns.Add(this.max);
117 this.treeView.Columns.Add(this.limit);
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.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
122 this.treeView.FullRowSelect = true;
123 this.treeView.GridLineStyle = Aga.Controls.Tree.GridLineStyle.Horizontal;
124 this.treeView.LineColor = System.Drawing.SystemColors.ControlDark;
125 this.treeView.Location = new System.Drawing.Point(0, 0);
126 this.treeView.Model = null;
127 this.treeView.Name = "treeView";
128 this.treeView.NodeControls.Add(this.nodeImage);
129 this.treeView.NodeControls.Add(this.nodeCheckBox);
130 this.treeView.NodeControls.Add(this.nodeTextBoxText);
131 this.treeView.NodeControls.Add(this.nodeTextBoxValue);
132 this.treeView.NodeControls.Add(this.nodeTextBoxMin);
133 this.treeView.NodeControls.Add(this.nodeTextBoxMax);
134 this.treeView.NodeControls.Add(this.nodeTextBoxLimit);
135 this.treeView.RowHeight = 18;
136 this.treeView.SelectedNode = null;
137 this.treeView.Size = new System.Drawing.Size(478, 567);
138 this.treeView.TabIndex = 0;
139 this.treeView.Text = "treeView";
140 this.treeView.UseColumns = true;
141 this.treeView.Click += new System.EventHandler(this.treeView_Click);
145 this.sensor.Header = "Sensor";
146 this.sensor.SortOrder = System.Windows.Forms.SortOrder.None;
147 this.sensor.TooltipText = null;
148 this.sensor.Width = 250;
152 this.value.Header = "Value";
153 this.value.SortOrder = System.Windows.Forms.SortOrder.None;
154 this.value.TooltipText = null;
155 this.value.Width = 100;
159 this.min.Header = "Min";
160 this.min.SortOrder = System.Windows.Forms.SortOrder.None;
161 this.min.TooltipText = null;
162 this.min.Width = 100;
166 this.max.Header = "Max";
167 this.max.SortOrder = System.Windows.Forms.SortOrder.None;
168 this.max.TooltipText = null;
169 this.max.Width = 100;
173 this.limit.Header = "Limit";
174 this.limit.SortOrder = System.Windows.Forms.SortOrder.None;
175 this.limit.TooltipText = null;
176 this.limit.Width = 100;
180 this.nodeImage.DataPropertyName = "Image";
181 this.nodeImage.LeftMargin = 1;
182 this.nodeImage.ParentColumn = this.sensor;
183 this.nodeImage.ScaleMode = Aga.Controls.Tree.ImageScaleMode.Fit;
187 this.nodeCheckBox.DataPropertyName = "Plot";
188 this.nodeCheckBox.EditEnabled = true;
189 this.nodeCheckBox.LeftMargin = 3;
190 this.nodeCheckBox.ParentColumn = this.sensor;
194 this.nodeTextBoxText.DataPropertyName = "Text";
195 this.nodeTextBoxText.EditEnabled = true;
196 this.nodeTextBoxText.IncrementalSearchEnabled = true;
197 this.nodeTextBoxText.LeftMargin = 3;
198 this.nodeTextBoxText.ParentColumn = this.sensor;
202 this.nodeTextBoxValue.DataPropertyName = "Value";
203 this.nodeTextBoxValue.IncrementalSearchEnabled = true;
204 this.nodeTextBoxValue.LeftMargin = 3;
205 this.nodeTextBoxValue.ParentColumn = this.value;
209 this.nodeTextBoxMin.DataPropertyName = "Min";
210 this.nodeTextBoxMin.IncrementalSearchEnabled = true;
211 this.nodeTextBoxMin.LeftMargin = 3;
212 this.nodeTextBoxMin.ParentColumn = this.min;
216 this.nodeTextBoxMax.DataPropertyName = "Max";
217 this.nodeTextBoxMax.IncrementalSearchEnabled = true;
218 this.nodeTextBoxMax.LeftMargin = 3;
219 this.nodeTextBoxMax.ParentColumn = this.max;
223 this.nodeTextBoxLimit.DataPropertyName = "Limit";
224 this.nodeTextBoxLimit.EditEnabled = true;
225 this.nodeTextBoxLimit.IncrementalSearchEnabled = true;
226 this.nodeTextBoxLimit.LeftMargin = 3;
227 this.nodeTextBoxLimit.ParentColumn = this.limit;
229 // columnsContextMenuStrip
231 this.columnsContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
232 this.valueToolStripMenuItem,
235 this.limitMenuItem});
236 this.columnsContextMenuStrip.Name = "columnsContextMenuStrip";
237 this.columnsContextMenuStrip.Size = new System.Drawing.Size(104, 92);
239 // valueToolStripMenuItem
241 this.valueToolStripMenuItem.Checked = true;
242 this.valueToolStripMenuItem.CheckOnClick = true;
243 this.valueToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
244 this.valueToolStripMenuItem.Name = "valueToolStripMenuItem";
245 this.valueToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
246 this.valueToolStripMenuItem.Text = "Value";
247 this.valueToolStripMenuItem.CheckedChanged += new System.EventHandler(this.valueToolStripMenuItem_CheckedChanged);
251 this.minMenuItem.Checked = true;
252 this.minMenuItem.CheckOnClick = true;
253 this.minMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
254 this.minMenuItem.Name = "minMenuItem";
255 this.minMenuItem.Size = new System.Drawing.Size(103, 22);
256 this.minMenuItem.Text = "Min";
257 this.minMenuItem.CheckedChanged += new System.EventHandler(this.minToolStripMenuItem_CheckedChanged);
261 this.maxMenuItem.Checked = true;
262 this.maxMenuItem.CheckOnClick = true;
263 this.maxMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
264 this.maxMenuItem.Name = "maxMenuItem";
265 this.maxMenuItem.Size = new System.Drawing.Size(103, 22);
266 this.maxMenuItem.Text = "Max";
267 this.maxMenuItem.CheckedChanged += new System.EventHandler(this.maxToolStripMenuItem_CheckedChanged);
271 this.limitMenuItem.Checked = true;
272 this.limitMenuItem.CheckOnClick = true;
273 this.limitMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
274 this.limitMenuItem.Name = "limitMenuItem";
275 this.limitMenuItem.Size = new System.Drawing.Size(103, 22);
276 this.limitMenuItem.Text = "Limit";
277 this.limitMenuItem.CheckedChanged += new System.EventHandler(this.limitToolStripMenuItem_CheckedChanged);
281 this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
282 this.fileToolStripMenuItem,
283 this.viewToolStripMenuItem,
284 this.optionsToolStripMenuItem,
285 this.helpToolStripMenuItem});
286 this.menuStrip.Location = new System.Drawing.Point(0, 0);
287 this.menuStrip.Name = "menuStrip";
288 this.menuStrip.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2);
289 this.menuStrip.Size = new System.Drawing.Size(478, 24);
290 this.menuStrip.TabIndex = 1;
291 this.menuStrip.Text = "menuStrip1";
293 // fileToolStripMenuItem
295 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
296 this.saveReportToolStripMenuItem,
297 this.exitToolStripMenuItem});
298 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
299 this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
300 this.fileToolStripMenuItem.Text = "File";
302 // saveReportToolStripMenuItem
304 this.saveReportToolStripMenuItem.Name = "saveReportToolStripMenuItem";
305 this.saveReportToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
306 this.saveReportToolStripMenuItem.Text = "Save Report";
307 this.saveReportToolStripMenuItem.Click += new System.EventHandler(this.saveReportToolStripMenuItem_Click);
309 // exitToolStripMenuItem
311 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
312 this.exitToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
313 this.exitToolStripMenuItem.Text = "Exit";
314 this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
316 // viewToolStripMenuItem
318 this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
319 this.sensorsToolStripMenuItem,
320 this.toolStripMenuItem1,
322 this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
323 this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
324 this.viewToolStripMenuItem.Text = "View";
326 // sensorsToolStripMenuItem
328 this.sensorsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
334 this.sensorsToolStripMenuItem.Name = "sensorsToolStripMenuItem";
335 this.sensorsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
336 this.sensorsToolStripMenuItem.Text = "Sensors";
340 this.voltMenuItem.Checked = true;
341 this.voltMenuItem.CheckOnClick = true;
342 this.voltMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
343 this.voltMenuItem.Name = "voltMenuItem";
344 this.voltMenuItem.Size = new System.Drawing.Size(152, 22);
345 this.voltMenuItem.Text = "Voltages";
346 this.voltMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
350 this.clocksMenuItem.Checked = true;
351 this.clocksMenuItem.CheckOnClick = true;
352 this.clocksMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
353 this.clocksMenuItem.Name = "clocksMenuItem";
354 this.clocksMenuItem.Size = new System.Drawing.Size(152, 22);
355 this.clocksMenuItem.Text = "Clocks";
356 this.clocksMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
360 this.loadMenuItem.Checked = true;
361 this.loadMenuItem.CheckOnClick = true;
362 this.loadMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
363 this.loadMenuItem.Name = "loadMenuItem";
364 this.loadMenuItem.Size = new System.Drawing.Size(152, 22);
365 this.loadMenuItem.Text = "Load";
366 this.loadMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
370 this.tempMenuItem.Checked = true;
371 this.tempMenuItem.CheckOnClick = true;
372 this.tempMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
373 this.tempMenuItem.Name = "tempMenuItem";
374 this.tempMenuItem.Size = new System.Drawing.Size(152, 22);
375 this.tempMenuItem.Text = "Temperatures";
376 this.tempMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
380 this.fansMenuItem.Checked = true;
381 this.fansMenuItem.CheckOnClick = true;
382 this.fansMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
383 this.fansMenuItem.Name = "fansMenuItem";
384 this.fansMenuItem.Size = new System.Drawing.Size(152, 22);
385 this.fansMenuItem.Text = "Fans";
386 this.fansMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
388 // toolStripMenuItem1
390 this.toolStripMenuItem1.Name = "toolStripMenuItem1";
391 this.toolStripMenuItem1.Size = new System.Drawing.Size(149, 6);
395 this.plotMenuItem.Checked = true;
396 this.plotMenuItem.CheckOnClick = true;
397 this.plotMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
398 this.plotMenuItem.Name = "plotMenuItem";
399 this.plotMenuItem.Size = new System.Drawing.Size(152, 22);
400 this.plotMenuItem.Text = "Plot";
401 this.plotMenuItem.CheckedChanged += new System.EventHandler(this.plotToolStripMenuItem_CheckedChanged);
403 // optionsToolStripMenuItem
405 this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
407 this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
408 this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
409 this.optionsToolStripMenuItem.Text = "Options";
413 this.hddMenuItem.CheckOnClick = true;
414 this.hddMenuItem.Name = "hddMenuItem";
415 this.hddMenuItem.Size = new System.Drawing.Size(152, 22);
416 this.hddMenuItem.Text = "HDD sensors";
417 this.hddMenuItem.CheckedChanged += new System.EventHandler(this.hddsensorsToolStripMenuItem_CheckedChanged);
419 // helpToolStripMenuItem
421 this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
422 this.aboutToolStripMenuItem});
423 this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
424 this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
425 this.helpToolStripMenuItem.Text = "Help";
427 // aboutToolStripMenuItem
429 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
430 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
431 this.aboutToolStripMenuItem.Text = "About";
432 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
436 this.timer.Interval = 1000;
437 this.timer.Tick += new System.EventHandler(this.timer_Tick);
441 this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
442 this.splitContainer.Location = new System.Drawing.Point(0, 24);
443 this.splitContainer.Name = "splitContainer";
444 this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
446 // splitContainer.Panel1
448 this.splitContainer.Panel1.Controls.Add(this.treeView);
450 // splitContainer.Panel2
452 this.splitContainer.Panel2.Controls.Add(this.plotPanel);
453 this.splitContainer.Panel2.Cursor = System.Windows.Forms.Cursors.Default;
454 this.splitContainer.Size = new System.Drawing.Size(478, 768);
455 this.splitContainer.SplitterDistance = 567;
456 this.splitContainer.SplitterWidth = 3;
457 this.splitContainer.TabIndex = 3;
461 this.plotPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
462 this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;
463 this.plotPanel.Font = new System.Drawing.Font("Segoe UI", 9F);
464 this.plotPanel.Location = new System.Drawing.Point(0, 0);
465 this.plotPanel.Name = "plotPanel";
466 this.plotPanel.Size = new System.Drawing.Size(478, 198);
467 this.plotPanel.TabIndex = 0;
471 this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
472 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
473 this.ClientSize = new System.Drawing.Size(478, 792);
474 this.Controls.Add(this.splitContainer);
475 this.Controls.Add(this.menuStrip);
476 this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
477 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
478 this.MainMenuStrip = this.menuStrip;
479 this.Name = "MainForm";
480 this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
481 this.Text = "Open Hardware Monitor";
482 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
483 this.columnsContextMenuStrip.ResumeLayout(false);
484 this.menuStrip.ResumeLayout(false);
485 this.menuStrip.PerformLayout();
486 this.splitContainer.Panel1.ResumeLayout(false);
487 this.splitContainer.Panel2.ResumeLayout(false);
488 this.splitContainer.ResumeLayout(false);
489 this.ResumeLayout(false);
490 this.PerformLayout();
496 private Aga.Controls.Tree.TreeViewAdv treeView;
497 private System.Windows.Forms.MenuStrip menuStrip;
498 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
499 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
500 private Aga.Controls.Tree.TreeColumn sensor;
501 private Aga.Controls.Tree.TreeColumn value;
502 private Aga.Controls.Tree.TreeColumn min;
503 private Aga.Controls.Tree.TreeColumn max;
504 private Aga.Controls.Tree.NodeControls.NodeIcon nodeImage;
505 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxText;
506 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxValue;
507 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMin;
508 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMax;
509 private System.Windows.Forms.Timer timer;
510 private System.Windows.Forms.SplitContainer splitContainer;
511 private PlotPanel plotPanel;
512 private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
513 private System.Windows.Forms.ToolStripMenuItem plotMenuItem;
514 private Aga.Controls.Tree.NodeControls.NodeCheckBox nodeCheckBox;
515 private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
516 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
517 private Aga.Controls.Tree.TreeColumn limit;
518 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxLimit;
519 private System.Windows.Forms.ContextMenuStrip columnsContextMenuStrip;
520 private System.Windows.Forms.ToolStripMenuItem minMenuItem;
521 private System.Windows.Forms.ToolStripMenuItem maxMenuItem;
522 private System.Windows.Forms.ToolStripMenuItem limitMenuItem;
523 private System.Windows.Forms.ToolStripMenuItem valueToolStripMenuItem;
524 private System.Windows.Forms.ToolStripMenuItem saveReportToolStripMenuItem;
525 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
526 private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
527 private System.Windows.Forms.ToolStripMenuItem sensorsToolStripMenuItem;
528 private System.Windows.Forms.ToolStripMenuItem clocksMenuItem;
529 private System.Windows.Forms.ToolStripMenuItem tempMenuItem;
530 private System.Windows.Forms.ToolStripMenuItem fansMenuItem;
531 private System.Windows.Forms.ToolStripMenuItem voltMenuItem;
532 private System.Windows.Forms.ToolStripMenuItem hddMenuItem;
533 private System.Windows.Forms.ToolStripMenuItem loadMenuItem;