Release 0.1.3.
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.tempMenuItem = new System.Windows.Forms.ToolStripMenuItem();
92 this.fansMenuItem = new System.Windows.Forms.ToolStripMenuItem();
93 this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
94 this.plotMenuItem = new System.Windows.Forms.ToolStripMenuItem();
95 this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
96 this.hddMenuItem = new System.Windows.Forms.ToolStripMenuItem();
97 this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
98 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
99 this.timer = new System.Windows.Forms.Timer(this.components);
100 this.splitContainer = new System.Windows.Forms.SplitContainer();
101 this.plotPanel = new OpenHardwareMonitor.GUI.PlotPanel();
102 this.columnsContextMenuStrip.SuspendLayout();
103 this.menuStrip.SuspendLayout();
104 this.splitContainer.Panel1.SuspendLayout();
105 this.splitContainer.Panel2.SuspendLayout();
106 this.splitContainer.SuspendLayout();
107 this.SuspendLayout();
111 this.treeView.BackColor = System.Drawing.SystemColors.Window;
112 this.treeView.Columns.Add(this.sensor);
113 this.treeView.Columns.Add(this.value);
114 this.treeView.Columns.Add(this.min);
115 this.treeView.Columns.Add(this.max);
116 this.treeView.Columns.Add(this.limit);
117 this.treeView.DefaultToolTipProvider = null;
118 this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
119 this.treeView.DragDropMarkColor = System.Drawing.Color.Black;
120 this.treeView.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
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.NodeControls.Add(this.nodeTextBoxLimit);
134 this.treeView.RowHeight = 18;
135 this.treeView.SelectedNode = null;
136 this.treeView.Size = new System.Drawing.Size(478, 567);
137 this.treeView.TabIndex = 0;
138 this.treeView.Text = "treeView";
139 this.treeView.UseColumns = true;
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.limit.Header = "Limit";
173 this.limit.SortOrder = System.Windows.Forms.SortOrder.None;
174 this.limit.TooltipText = null;
175 this.limit.Width = 100;
179 this.nodeImage.DataPropertyName = "Image";
180 this.nodeImage.LeftMargin = 1;
181 this.nodeImage.ParentColumn = this.sensor;
182 this.nodeImage.ScaleMode = Aga.Controls.Tree.ImageScaleMode.Fit;
186 this.nodeCheckBox.DataPropertyName = "Plot";
187 this.nodeCheckBox.EditEnabled = true;
188 this.nodeCheckBox.LeftMargin = 3;
189 this.nodeCheckBox.ParentColumn = this.sensor;
193 this.nodeTextBoxText.DataPropertyName = "Text";
194 this.nodeTextBoxText.EditEnabled = true;
195 this.nodeTextBoxText.IncrementalSearchEnabled = true;
196 this.nodeTextBoxText.LeftMargin = 3;
197 this.nodeTextBoxText.ParentColumn = this.sensor;
201 this.nodeTextBoxValue.DataPropertyName = "Value";
202 this.nodeTextBoxValue.IncrementalSearchEnabled = true;
203 this.nodeTextBoxValue.LeftMargin = 3;
204 this.nodeTextBoxValue.ParentColumn = this.value;
208 this.nodeTextBoxMin.DataPropertyName = "Min";
209 this.nodeTextBoxMin.IncrementalSearchEnabled = true;
210 this.nodeTextBoxMin.LeftMargin = 3;
211 this.nodeTextBoxMin.ParentColumn = this.min;
215 this.nodeTextBoxMax.DataPropertyName = "Max";
216 this.nodeTextBoxMax.IncrementalSearchEnabled = true;
217 this.nodeTextBoxMax.LeftMargin = 3;
218 this.nodeTextBoxMax.ParentColumn = this.max;
222 this.nodeTextBoxLimit.DataPropertyName = "Limit";
223 this.nodeTextBoxLimit.EditEnabled = true;
224 this.nodeTextBoxLimit.IncrementalSearchEnabled = true;
225 this.nodeTextBoxLimit.LeftMargin = 3;
226 this.nodeTextBoxLimit.ParentColumn = this.limit;
228 // columnsContextMenuStrip
230 this.columnsContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
231 this.valueToolStripMenuItem,
234 this.limitMenuItem});
235 this.columnsContextMenuStrip.Name = "columnsContextMenuStrip";
236 this.columnsContextMenuStrip.Size = new System.Drawing.Size(104, 92);
238 // valueToolStripMenuItem
240 this.valueToolStripMenuItem.Checked = true;
241 this.valueToolStripMenuItem.CheckOnClick = true;
242 this.valueToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
243 this.valueToolStripMenuItem.Name = "valueToolStripMenuItem";
244 this.valueToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
245 this.valueToolStripMenuItem.Text = "Value";
246 this.valueToolStripMenuItem.CheckedChanged += new System.EventHandler(this.valueToolStripMenuItem_CheckedChanged);
250 this.minMenuItem.Checked = true;
251 this.minMenuItem.CheckOnClick = true;
252 this.minMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
253 this.minMenuItem.Name = "minMenuItem";
254 this.minMenuItem.Size = new System.Drawing.Size(103, 22);
255 this.minMenuItem.Text = "Min";
256 this.minMenuItem.CheckedChanged += new System.EventHandler(this.minToolStripMenuItem_CheckedChanged);
260 this.maxMenuItem.Checked = true;
261 this.maxMenuItem.CheckOnClick = true;
262 this.maxMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
263 this.maxMenuItem.Name = "maxMenuItem";
264 this.maxMenuItem.Size = new System.Drawing.Size(103, 22);
265 this.maxMenuItem.Text = "Max";
266 this.maxMenuItem.CheckedChanged += new System.EventHandler(this.maxToolStripMenuItem_CheckedChanged);
270 this.limitMenuItem.Checked = true;
271 this.limitMenuItem.CheckOnClick = true;
272 this.limitMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
273 this.limitMenuItem.Name = "limitMenuItem";
274 this.limitMenuItem.Size = new System.Drawing.Size(103, 22);
275 this.limitMenuItem.Text = "Limit";
276 this.limitMenuItem.CheckedChanged += new System.EventHandler(this.limitToolStripMenuItem_CheckedChanged);
280 this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
281 this.fileToolStripMenuItem,
282 this.viewToolStripMenuItem,
283 this.optionsToolStripMenuItem,
284 this.helpToolStripMenuItem});
285 this.menuStrip.Location = new System.Drawing.Point(0, 0);
286 this.menuStrip.Name = "menuStrip";
287 this.menuStrip.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2);
288 this.menuStrip.Size = new System.Drawing.Size(478, 24);
289 this.menuStrip.TabIndex = 1;
290 this.menuStrip.Text = "menuStrip1";
292 // fileToolStripMenuItem
294 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
295 this.saveReportToolStripMenuItem,
296 this.exitToolStripMenuItem});
297 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
298 this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
299 this.fileToolStripMenuItem.Text = "File";
301 // saveReportToolStripMenuItem
303 this.saveReportToolStripMenuItem.Name = "saveReportToolStripMenuItem";
304 this.saveReportToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
305 this.saveReportToolStripMenuItem.Text = "Save Report";
306 this.saveReportToolStripMenuItem.Click += new System.EventHandler(this.saveReportToolStripMenuItem_Click);
308 // exitToolStripMenuItem
310 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
311 this.exitToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
312 this.exitToolStripMenuItem.Text = "Exit";
313 this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
315 // viewToolStripMenuItem
317 this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
318 this.sensorsToolStripMenuItem,
319 this.toolStripMenuItem1,
321 this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
322 this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
323 this.viewToolStripMenuItem.Text = "View";
325 // sensorsToolStripMenuItem
327 this.sensorsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
332 this.sensorsToolStripMenuItem.Name = "sensorsToolStripMenuItem";
333 this.sensorsToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
334 this.sensorsToolStripMenuItem.Text = "Sensors";
338 this.voltMenuItem.Checked = true;
339 this.voltMenuItem.CheckOnClick = true;
340 this.voltMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
341 this.voltMenuItem.Name = "voltMenuItem";
342 this.voltMenuItem.Size = new System.Drawing.Size(147, 22);
343 this.voltMenuItem.Text = "Voltages";
344 this.voltMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
348 this.clocksMenuItem.Checked = true;
349 this.clocksMenuItem.CheckOnClick = true;
350 this.clocksMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
351 this.clocksMenuItem.Name = "clocksMenuItem";
352 this.clocksMenuItem.Size = new System.Drawing.Size(147, 22);
353 this.clocksMenuItem.Text = "Clocks";
354 this.clocksMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
358 this.tempMenuItem.Checked = true;
359 this.tempMenuItem.CheckOnClick = true;
360 this.tempMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
361 this.tempMenuItem.Name = "tempMenuItem";
362 this.tempMenuItem.Size = new System.Drawing.Size(147, 22);
363 this.tempMenuItem.Text = "Temperatures";
364 this.tempMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
368 this.fansMenuItem.Checked = true;
369 this.fansMenuItem.CheckOnClick = true;
370 this.fansMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
371 this.fansMenuItem.Name = "fansMenuItem";
372 this.fansMenuItem.Size = new System.Drawing.Size(147, 22);
373 this.fansMenuItem.Text = "Fans";
374 this.fansMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
376 // toolStripMenuItem1
378 this.toolStripMenuItem1.Name = "toolStripMenuItem1";
379 this.toolStripMenuItem1.Size = new System.Drawing.Size(111, 6);
383 this.plotMenuItem.Checked = true;
384 this.plotMenuItem.CheckOnClick = true;
385 this.plotMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
386 this.plotMenuItem.Name = "plotMenuItem";
387 this.plotMenuItem.Size = new System.Drawing.Size(114, 22);
388 this.plotMenuItem.Text = "Plot";
389 this.plotMenuItem.CheckedChanged += new System.EventHandler(this.plotToolStripMenuItem_CheckedChanged);
391 // optionsToolStripMenuItem
393 this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
395 this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
396 this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
397 this.optionsToolStripMenuItem.Text = "Options";
401 this.hddMenuItem.CheckOnClick = true;
402 this.hddMenuItem.Name = "hddMenuItem";
403 this.hddMenuItem.Size = new System.Drawing.Size(141, 22);
404 this.hddMenuItem.Text = "HDD sensors";
405 this.hddMenuItem.CheckedChanged += new System.EventHandler(this.hddsensorsToolStripMenuItem_CheckedChanged);
407 // helpToolStripMenuItem
409 this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
410 this.aboutToolStripMenuItem});
411 this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
412 this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
413 this.helpToolStripMenuItem.Text = "Help";
415 // aboutToolStripMenuItem
417 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
418 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
419 this.aboutToolStripMenuItem.Text = "About";
420 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
424 this.timer.Interval = 1000;
425 this.timer.Tick += new System.EventHandler(this.timer_Tick);
429 this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
430 this.splitContainer.Location = new System.Drawing.Point(0, 24);
431 this.splitContainer.Name = "splitContainer";
432 this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
434 // splitContainer.Panel1
436 this.splitContainer.Panel1.Controls.Add(this.treeView);
438 // splitContainer.Panel2
440 this.splitContainer.Panel2.Controls.Add(this.plotPanel);
441 this.splitContainer.Panel2.Cursor = System.Windows.Forms.Cursors.Default;
442 this.splitContainer.Size = new System.Drawing.Size(478, 768);
443 this.splitContainer.SplitterDistance = 567;
444 this.splitContainer.SplitterWidth = 3;
445 this.splitContainer.TabIndex = 3;
449 this.plotPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
450 this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;
451 this.plotPanel.Font = new System.Drawing.Font("Segoe UI", 9F);
452 this.plotPanel.Location = new System.Drawing.Point(0, 0);
453 this.plotPanel.Name = "plotPanel";
454 this.plotPanel.Size = new System.Drawing.Size(478, 198);
455 this.plotPanel.TabIndex = 0;
459 this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
460 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
461 this.ClientSize = new System.Drawing.Size(478, 792);
462 this.Controls.Add(this.splitContainer);
463 this.Controls.Add(this.menuStrip);
464 this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
465 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
466 this.MainMenuStrip = this.menuStrip;
467 this.Name = "MainForm";
468 this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
469 this.Text = "Open Hardware Monitor";
470 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
471 this.columnsContextMenuStrip.ResumeLayout(false);
472 this.menuStrip.ResumeLayout(false);
473 this.menuStrip.PerformLayout();
474 this.splitContainer.Panel1.ResumeLayout(false);
475 this.splitContainer.Panel2.ResumeLayout(false);
476 this.splitContainer.ResumeLayout(false);
477 this.ResumeLayout(false);
478 this.PerformLayout();
484 private Aga.Controls.Tree.TreeViewAdv treeView;
485 private System.Windows.Forms.MenuStrip menuStrip;
486 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
487 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
488 private Aga.Controls.Tree.TreeColumn sensor;
489 private Aga.Controls.Tree.TreeColumn value;
490 private Aga.Controls.Tree.TreeColumn min;
491 private Aga.Controls.Tree.TreeColumn max;
492 private Aga.Controls.Tree.NodeControls.NodeIcon nodeImage;
493 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxText;
494 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxValue;
495 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMin;
496 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMax;
497 private System.Windows.Forms.Timer timer;
498 private System.Windows.Forms.SplitContainer splitContainer;
499 private PlotPanel plotPanel;
500 private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
501 private System.Windows.Forms.ToolStripMenuItem plotMenuItem;
502 private Aga.Controls.Tree.NodeControls.NodeCheckBox nodeCheckBox;
503 private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
504 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
505 private Aga.Controls.Tree.TreeColumn limit;
506 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxLimit;
507 private System.Windows.Forms.ContextMenuStrip columnsContextMenuStrip;
508 private System.Windows.Forms.ToolStripMenuItem minMenuItem;
509 private System.Windows.Forms.ToolStripMenuItem maxMenuItem;
510 private System.Windows.Forms.ToolStripMenuItem limitMenuItem;
511 private System.Windows.Forms.ToolStripMenuItem valueToolStripMenuItem;
512 private System.Windows.Forms.ToolStripMenuItem saveReportToolStripMenuItem;
513 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
514 private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
515 private System.Windows.Forms.ToolStripMenuItem sensorsToolStripMenuItem;
516 private System.Windows.Forms.ToolStripMenuItem clocksMenuItem;
517 private System.Windows.Forms.ToolStripMenuItem tempMenuItem;
518 private System.Windows.Forms.ToolStripMenuItem fansMenuItem;
519 private System.Windows.Forms.ToolStripMenuItem voltMenuItem;
520 private System.Windows.Forms.ToolStripMenuItem hddMenuItem;