Improved Winbond temperature reading. Temperatures create by adding PECI Agent values (delta to TCC Activation Temperature) to a (possibly uncalibrated) TBase are not read. Direct reading temperatures from sensor report register if available. Added lower bound for temperatures on Winbond chips. Nvidia GPUs are now displayed even if they do not have any sensors.
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.loadMenuItem = 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.startMinMenuItem = new System.Windows.Forms.ToolStripMenuItem();
98 this.minTrayMenuItem = new System.Windows.Forms.ToolStripMenuItem();
99 this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
100 this.hddMenuItem = new System.Windows.Forms.ToolStripMenuItem();
101 this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
102 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
103 this.timer = new System.Windows.Forms.Timer(this.components);
104 this.splitContainer = new System.Windows.Forms.SplitContainer();
105 this.plotPanel = new OpenHardwareMonitor.GUI.PlotPanel();
106 this.notifyContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
107 this.restoreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
108 this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
109 this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
110 this.sensorContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
111 this.columnsContextMenuStrip.SuspendLayout();
112 this.menuStrip.SuspendLayout();
113 this.splitContainer.Panel1.SuspendLayout();
114 this.splitContainer.Panel2.SuspendLayout();
115 this.splitContainer.SuspendLayout();
116 this.notifyContextMenuStrip.SuspendLayout();
117 this.SuspendLayout();
121 this.treeView.BackColor = System.Drawing.SystemColors.Window;
122 this.treeView.Columns.Add(this.sensor);
123 this.treeView.Columns.Add(this.value);
124 this.treeView.Columns.Add(this.min);
125 this.treeView.Columns.Add(this.max);
126 this.treeView.Columns.Add(this.limit);
127 this.treeView.DefaultToolTipProvider = null;
128 this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
129 this.treeView.DragDropMarkColor = System.Drawing.Color.Black;
130 this.treeView.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
131 this.treeView.FullRowSelect = true;
132 this.treeView.GridLineStyle = Aga.Controls.Tree.GridLineStyle.Horizontal;
133 this.treeView.LineColor = System.Drawing.SystemColors.ControlDark;
134 this.treeView.Location = new System.Drawing.Point(0, 0);
135 this.treeView.Model = null;
136 this.treeView.Name = "treeView";
137 this.treeView.NodeControls.Add(this.nodeImage);
138 this.treeView.NodeControls.Add(this.nodeCheckBox);
139 this.treeView.NodeControls.Add(this.nodeTextBoxText);
140 this.treeView.NodeControls.Add(this.nodeTextBoxValue);
141 this.treeView.NodeControls.Add(this.nodeTextBoxMin);
142 this.treeView.NodeControls.Add(this.nodeTextBoxMax);
143 this.treeView.NodeControls.Add(this.nodeTextBoxLimit);
144 this.treeView.RowHeight = 18;
145 this.treeView.SelectedNode = null;
146 this.treeView.Size = new System.Drawing.Size(478, 567);
147 this.treeView.TabIndex = 0;
148 this.treeView.Text = "treeView";
149 this.treeView.UseColumns = true;
150 this.treeView.Click += new System.EventHandler(this.treeView_Click);
154 this.sensor.Header = "Sensor";
155 this.sensor.SortOrder = System.Windows.Forms.SortOrder.None;
156 this.sensor.TooltipText = null;
157 this.sensor.Width = 250;
161 this.value.Header = "Value";
162 this.value.SortOrder = System.Windows.Forms.SortOrder.None;
163 this.value.TooltipText = null;
164 this.value.Width = 100;
168 this.min.Header = "Min";
169 this.min.SortOrder = System.Windows.Forms.SortOrder.None;
170 this.min.TooltipText = null;
171 this.min.Width = 100;
175 this.max.Header = "Max";
176 this.max.SortOrder = System.Windows.Forms.SortOrder.None;
177 this.max.TooltipText = null;
178 this.max.Width = 100;
182 this.limit.Header = "Limit";
183 this.limit.SortOrder = System.Windows.Forms.SortOrder.None;
184 this.limit.TooltipText = null;
185 this.limit.Width = 100;
189 this.nodeImage.DataPropertyName = "Image";
190 this.nodeImage.LeftMargin = 1;
191 this.nodeImage.ParentColumn = this.sensor;
192 this.nodeImage.ScaleMode = Aga.Controls.Tree.ImageScaleMode.Fit;
196 this.nodeCheckBox.DataPropertyName = "Plot";
197 this.nodeCheckBox.EditEnabled = true;
198 this.nodeCheckBox.LeftMargin = 3;
199 this.nodeCheckBox.ParentColumn = this.sensor;
203 this.nodeTextBoxText.DataPropertyName = "Text";
204 this.nodeTextBoxText.EditEnabled = true;
205 this.nodeTextBoxText.IncrementalSearchEnabled = true;
206 this.nodeTextBoxText.LeftMargin = 3;
207 this.nodeTextBoxText.ParentColumn = this.sensor;
211 this.nodeTextBoxValue.DataPropertyName = "Value";
212 this.nodeTextBoxValue.IncrementalSearchEnabled = true;
213 this.nodeTextBoxValue.LeftMargin = 3;
214 this.nodeTextBoxValue.ParentColumn = this.value;
218 this.nodeTextBoxMin.DataPropertyName = "Min";
219 this.nodeTextBoxMin.IncrementalSearchEnabled = true;
220 this.nodeTextBoxMin.LeftMargin = 3;
221 this.nodeTextBoxMin.ParentColumn = this.min;
225 this.nodeTextBoxMax.DataPropertyName = "Max";
226 this.nodeTextBoxMax.IncrementalSearchEnabled = true;
227 this.nodeTextBoxMax.LeftMargin = 3;
228 this.nodeTextBoxMax.ParentColumn = this.max;
232 this.nodeTextBoxLimit.DataPropertyName = "Limit";
233 this.nodeTextBoxLimit.EditEnabled = true;
234 this.nodeTextBoxLimit.IncrementalSearchEnabled = true;
235 this.nodeTextBoxLimit.LeftMargin = 3;
236 this.nodeTextBoxLimit.ParentColumn = this.limit;
238 // columnsContextMenuStrip
240 this.columnsContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
241 this.valueToolStripMenuItem,
244 this.limitMenuItem});
245 this.columnsContextMenuStrip.Name = "columnsContextMenuStrip";
246 this.columnsContextMenuStrip.Size = new System.Drawing.Size(104, 92);
248 // valueToolStripMenuItem
250 this.valueToolStripMenuItem.Checked = true;
251 this.valueToolStripMenuItem.CheckOnClick = true;
252 this.valueToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
253 this.valueToolStripMenuItem.Name = "valueToolStripMenuItem";
254 this.valueToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
255 this.valueToolStripMenuItem.Text = "Value";
256 this.valueToolStripMenuItem.CheckedChanged += new System.EventHandler(this.valueToolStripMenuItem_CheckedChanged);
260 this.minMenuItem.Checked = true;
261 this.minMenuItem.CheckOnClick = true;
262 this.minMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
263 this.minMenuItem.Name = "minMenuItem";
264 this.minMenuItem.Size = new System.Drawing.Size(103, 22);
265 this.minMenuItem.Text = "Min";
266 this.minMenuItem.CheckedChanged += new System.EventHandler(this.minToolStripMenuItem_CheckedChanged);
270 this.maxMenuItem.Checked = true;
271 this.maxMenuItem.CheckOnClick = true;
272 this.maxMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
273 this.maxMenuItem.Name = "maxMenuItem";
274 this.maxMenuItem.Size = new System.Drawing.Size(103, 22);
275 this.maxMenuItem.Text = "Max";
276 this.maxMenuItem.CheckedChanged += new System.EventHandler(this.maxToolStripMenuItem_CheckedChanged);
280 this.limitMenuItem.Checked = true;
281 this.limitMenuItem.CheckOnClick = true;
282 this.limitMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
283 this.limitMenuItem.Name = "limitMenuItem";
284 this.limitMenuItem.Size = new System.Drawing.Size(103, 22);
285 this.limitMenuItem.Text = "Limit";
286 this.limitMenuItem.CheckedChanged += new System.EventHandler(this.limitToolStripMenuItem_CheckedChanged);
290 this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
291 this.fileToolStripMenuItem,
292 this.viewToolStripMenuItem,
293 this.optionsToolStripMenuItem,
294 this.helpToolStripMenuItem});
295 this.menuStrip.Location = new System.Drawing.Point(0, 0);
296 this.menuStrip.Name = "menuStrip";
297 this.menuStrip.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2);
298 this.menuStrip.Size = new System.Drawing.Size(478, 24);
299 this.menuStrip.TabIndex = 1;
300 this.menuStrip.Text = "menuStrip1";
302 // fileToolStripMenuItem
304 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
305 this.saveReportToolStripMenuItem,
306 this.exitToolStripMenuItem});
307 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
308 this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
309 this.fileToolStripMenuItem.Text = "File";
311 // saveReportToolStripMenuItem
313 this.saveReportToolStripMenuItem.Name = "saveReportToolStripMenuItem";
314 this.saveReportToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
315 this.saveReportToolStripMenuItem.Text = "Save Report";
316 this.saveReportToolStripMenuItem.Click += new System.EventHandler(this.saveReportToolStripMenuItem_Click);
318 // exitToolStripMenuItem
320 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
321 this.exitToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
322 this.exitToolStripMenuItem.Text = "Exit";
323 this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
325 // viewToolStripMenuItem
327 this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
328 this.sensorsToolStripMenuItem,
329 this.toolStripMenuItem1,
331 this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
332 this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
333 this.viewToolStripMenuItem.Text = "View";
335 // sensorsToolStripMenuItem
337 this.sensorsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
343 this.sensorsToolStripMenuItem.Name = "sensorsToolStripMenuItem";
344 this.sensorsToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
345 this.sensorsToolStripMenuItem.Text = "Sensors";
349 this.voltMenuItem.Checked = true;
350 this.voltMenuItem.CheckOnClick = true;
351 this.voltMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
352 this.voltMenuItem.Name = "voltMenuItem";
353 this.voltMenuItem.Size = new System.Drawing.Size(147, 22);
354 this.voltMenuItem.Text = "Voltages";
355 this.voltMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
359 this.clocksMenuItem.Checked = true;
360 this.clocksMenuItem.CheckOnClick = true;
361 this.clocksMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
362 this.clocksMenuItem.Name = "clocksMenuItem";
363 this.clocksMenuItem.Size = new System.Drawing.Size(147, 22);
364 this.clocksMenuItem.Text = "Clocks";
365 this.clocksMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
369 this.tempMenuItem.Checked = true;
370 this.tempMenuItem.CheckOnClick = true;
371 this.tempMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
372 this.tempMenuItem.Name = "tempMenuItem";
373 this.tempMenuItem.Size = new System.Drawing.Size(147, 22);
374 this.tempMenuItem.Text = "Temperatures";
375 this.tempMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
379 this.loadMenuItem.Checked = true;
380 this.loadMenuItem.CheckOnClick = true;
381 this.loadMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
382 this.loadMenuItem.Name = "loadMenuItem";
383 this.loadMenuItem.Size = new System.Drawing.Size(147, 22);
384 this.loadMenuItem.Text = "Load";
385 this.loadMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
389 this.fansMenuItem.Checked = true;
390 this.fansMenuItem.CheckOnClick = true;
391 this.fansMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
392 this.fansMenuItem.Name = "fansMenuItem";
393 this.fansMenuItem.Size = new System.Drawing.Size(147, 22);
394 this.fansMenuItem.Text = "Fans";
395 this.fansMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
397 // toolStripMenuItem1
399 this.toolStripMenuItem1.Name = "toolStripMenuItem1";
400 this.toolStripMenuItem1.Size = new System.Drawing.Size(111, 6);
404 this.plotMenuItem.Checked = true;
405 this.plotMenuItem.CheckOnClick = true;
406 this.plotMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
407 this.plotMenuItem.Name = "plotMenuItem";
408 this.plotMenuItem.Size = new System.Drawing.Size(114, 22);
409 this.plotMenuItem.Text = "Plot";
410 this.plotMenuItem.CheckedChanged += new System.EventHandler(this.plotToolStripMenuItem_CheckedChanged);
412 // optionsToolStripMenuItem
414 this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
415 this.startMinMenuItem,
416 this.minTrayMenuItem,
417 this.toolStripMenuItem3,
419 this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
420 this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
421 this.optionsToolStripMenuItem.Text = "Options";
423 // startMinimizedMenuItem
425 this.startMinMenuItem.CheckOnClick = true;
426 this.startMinMenuItem.Name = "startMinimizedMenuItem";
427 this.startMinMenuItem.Size = new System.Drawing.Size(166, 22);
428 this.startMinMenuItem.Text = "Start Minimized";
432 this.minTrayMenuItem.Checked = true;
433 this.minTrayMenuItem.CheckOnClick = true;
434 this.minTrayMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
435 this.minTrayMenuItem.Name = "minTrayMenuItem";
436 this.minTrayMenuItem.Size = new System.Drawing.Size(166, 22);
437 this.minTrayMenuItem.Text = "Minimize To Tray";
439 // toolStripMenuItem3
441 this.toolStripMenuItem3.Name = "toolStripMenuItem3";
442 this.toolStripMenuItem3.Size = new System.Drawing.Size(163, 6);
446 this.hddMenuItem.CheckOnClick = true;
447 this.hddMenuItem.Name = "hddMenuItem";
448 this.hddMenuItem.Size = new System.Drawing.Size(166, 22);
449 this.hddMenuItem.Text = "HDD sensors";
450 this.hddMenuItem.CheckedChanged += new System.EventHandler(this.hddsensorsToolStripMenuItem_CheckedChanged);
452 // helpToolStripMenuItem
454 this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
455 this.aboutToolStripMenuItem});
456 this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
457 this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
458 this.helpToolStripMenuItem.Text = "Help";
460 // aboutToolStripMenuItem
462 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
463 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
464 this.aboutToolStripMenuItem.Text = "About";
465 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
469 this.timer.Interval = 1000;
470 this.timer.Tick += new System.EventHandler(this.timer_Tick);
474 this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
475 this.splitContainer.Location = new System.Drawing.Point(0, 24);
476 this.splitContainer.Name = "splitContainer";
477 this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
479 // splitContainer.Panel1
481 this.splitContainer.Panel1.Controls.Add(this.treeView);
483 // splitContainer.Panel2
485 this.splitContainer.Panel2.Controls.Add(this.plotPanel);
486 this.splitContainer.Panel2.Cursor = System.Windows.Forms.Cursors.Default;
487 this.splitContainer.Size = new System.Drawing.Size(478, 768);
488 this.splitContainer.SplitterDistance = 567;
489 this.splitContainer.SplitterWidth = 3;
490 this.splitContainer.TabIndex = 3;
494 this.plotPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
495 this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;
496 this.plotPanel.Font = new System.Drawing.Font("Segoe UI", 9F);
497 this.plotPanel.Location = new System.Drawing.Point(0, 0);
498 this.plotPanel.Name = "plotPanel";
499 this.plotPanel.Size = new System.Drawing.Size(478, 198);
500 this.plotPanel.TabIndex = 0;
502 // notifyContextMenuStrip
504 this.notifyContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
505 this.restoreToolStripMenuItem,
506 this.toolStripMenuItem2,
507 this.exitToolStripMenuItem1});
508 this.notifyContextMenuStrip.Name = "notifyContextMenuStrip";
509 this.notifyContextMenuStrip.Size = new System.Drawing.Size(119, 54);
511 // restoreToolStripMenuItem
513 this.restoreToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
514 this.restoreToolStripMenuItem.Name = "restoreToolStripMenuItem";
515 this.restoreToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
516 this.restoreToolStripMenuItem.Text = "Restore";
517 this.restoreToolStripMenuItem.Click += new System.EventHandler(this.restoreClick);
519 // toolStripMenuItem2
521 this.toolStripMenuItem2.Name = "toolStripMenuItem2";
522 this.toolStripMenuItem2.Size = new System.Drawing.Size(115, 6);
524 // exitToolStripMenuItem1
526 this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
527 this.exitToolStripMenuItem1.Size = new System.Drawing.Size(118, 22);
528 this.exitToolStripMenuItem1.Text = "Exit";
529 this.exitToolStripMenuItem1.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
531 // sensorContextMenuStrip
533 this.sensorContextMenuStrip.Name = "sensorContextMenuStrip";
534 this.sensorContextMenuStrip.Size = new System.Drawing.Size(61, 4);
538 this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
539 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
540 this.ClientSize = new System.Drawing.Size(478, 792);
541 this.Controls.Add(this.splitContainer);
542 this.Controls.Add(this.menuStrip);
543 this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
544 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
545 this.MainMenuStrip = this.menuStrip;
546 this.Name = "MainForm";
547 this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
548 this.Text = "Open Hardware Monitor";
549 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
550 this.columnsContextMenuStrip.ResumeLayout(false);
551 this.menuStrip.ResumeLayout(false);
552 this.menuStrip.PerformLayout();
553 this.splitContainer.Panel1.ResumeLayout(false);
554 this.splitContainer.Panel2.ResumeLayout(false);
555 this.splitContainer.ResumeLayout(false);
556 this.notifyContextMenuStrip.ResumeLayout(false);
557 this.ResumeLayout(false);
558 this.PerformLayout();
564 private Aga.Controls.Tree.TreeViewAdv treeView;
565 private System.Windows.Forms.MenuStrip menuStrip;
566 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
567 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
568 private Aga.Controls.Tree.TreeColumn sensor;
569 private Aga.Controls.Tree.TreeColumn value;
570 private Aga.Controls.Tree.TreeColumn min;
571 private Aga.Controls.Tree.TreeColumn max;
572 private Aga.Controls.Tree.NodeControls.NodeIcon nodeImage;
573 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxText;
574 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxValue;
575 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMin;
576 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMax;
577 private System.Windows.Forms.Timer timer;
578 private System.Windows.Forms.SplitContainer splitContainer;
579 private PlotPanel plotPanel;
580 private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
581 private System.Windows.Forms.ToolStripMenuItem plotMenuItem;
582 private Aga.Controls.Tree.NodeControls.NodeCheckBox nodeCheckBox;
583 private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
584 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
585 private Aga.Controls.Tree.TreeColumn limit;
586 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxLimit;
587 private System.Windows.Forms.ContextMenuStrip columnsContextMenuStrip;
588 private System.Windows.Forms.ToolStripMenuItem minMenuItem;
589 private System.Windows.Forms.ToolStripMenuItem maxMenuItem;
590 private System.Windows.Forms.ToolStripMenuItem limitMenuItem;
591 private System.Windows.Forms.ToolStripMenuItem valueToolStripMenuItem;
592 private System.Windows.Forms.ToolStripMenuItem saveReportToolStripMenuItem;
593 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
594 private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
595 private System.Windows.Forms.ToolStripMenuItem sensorsToolStripMenuItem;
596 private System.Windows.Forms.ToolStripMenuItem clocksMenuItem;
597 private System.Windows.Forms.ToolStripMenuItem tempMenuItem;
598 private System.Windows.Forms.ToolStripMenuItem fansMenuItem;
599 private System.Windows.Forms.ToolStripMenuItem voltMenuItem;
600 private System.Windows.Forms.ToolStripMenuItem hddMenuItem;
601 private System.Windows.Forms.ToolStripMenuItem loadMenuItem;
602 private System.Windows.Forms.ContextMenuStrip notifyContextMenuStrip;
603 private System.Windows.Forms.ToolStripMenuItem restoreToolStripMenuItem;
604 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
605 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1;
606 private System.Windows.Forms.ToolStripMenuItem minTrayMenuItem;
607 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
608 private System.Windows.Forms.ContextMenuStrip sensorContextMenuStrip;
609 private System.Windows.Forms.ToolStripMenuItem startMinMenuItem;