Fixed AMD family 0Fh temperature reading of first core.
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.minTrayMenuItem = new System.Windows.Forms.ToolStripMenuItem();
98 this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
99 this.hddMenuItem = new System.Windows.Forms.ToolStripMenuItem();
100 this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
101 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
102 this.timer = new System.Windows.Forms.Timer(this.components);
103 this.splitContainer = new System.Windows.Forms.SplitContainer();
104 this.notifyContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
105 this.restoreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
106 this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
107 this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
108 this.sensorContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
109 this.plotPanel = new OpenHardwareMonitor.GUI.PlotPanel();
110 this.columnsContextMenuStrip.SuspendLayout();
111 this.menuStrip.SuspendLayout();
112 this.splitContainer.Panel1.SuspendLayout();
113 this.splitContainer.Panel2.SuspendLayout();
114 this.splitContainer.SuspendLayout();
115 this.notifyContextMenuStrip.SuspendLayout();
116 this.SuspendLayout();
120 this.treeView.BackColor = System.Drawing.SystemColors.Window;
121 this.treeView.Columns.Add(this.sensor);
122 this.treeView.Columns.Add(this.value);
123 this.treeView.Columns.Add(this.min);
124 this.treeView.Columns.Add(this.max);
125 this.treeView.Columns.Add(this.limit);
126 this.treeView.DefaultToolTipProvider = null;
127 this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
128 this.treeView.DragDropMarkColor = System.Drawing.Color.Black;
129 this.treeView.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
130 this.treeView.FullRowSelect = true;
131 this.treeView.GridLineStyle = Aga.Controls.Tree.GridLineStyle.Horizontal;
132 this.treeView.LineColor = System.Drawing.SystemColors.ControlDark;
133 this.treeView.Location = new System.Drawing.Point(0, 0);
134 this.treeView.Model = null;
135 this.treeView.Name = "treeView";
136 this.treeView.NodeControls.Add(this.nodeImage);
137 this.treeView.NodeControls.Add(this.nodeCheckBox);
138 this.treeView.NodeControls.Add(this.nodeTextBoxText);
139 this.treeView.NodeControls.Add(this.nodeTextBoxValue);
140 this.treeView.NodeControls.Add(this.nodeTextBoxMin);
141 this.treeView.NodeControls.Add(this.nodeTextBoxMax);
142 this.treeView.NodeControls.Add(this.nodeTextBoxLimit);
143 this.treeView.RowHeight = 18;
144 this.treeView.SelectedNode = null;
145 this.treeView.Size = new System.Drawing.Size(478, 567);
146 this.treeView.TabIndex = 0;
147 this.treeView.Text = "treeView";
148 this.treeView.UseColumns = true;
149 this.treeView.Click += new System.EventHandler(this.treeView_Click);
153 this.sensor.Header = "Sensor";
154 this.sensor.SortOrder = System.Windows.Forms.SortOrder.None;
155 this.sensor.TooltipText = null;
156 this.sensor.Width = 250;
160 this.value.Header = "Value";
161 this.value.SortOrder = System.Windows.Forms.SortOrder.None;
162 this.value.TooltipText = null;
163 this.value.Width = 100;
167 this.min.Header = "Min";
168 this.min.SortOrder = System.Windows.Forms.SortOrder.None;
169 this.min.TooltipText = null;
170 this.min.Width = 100;
174 this.max.Header = "Max";
175 this.max.SortOrder = System.Windows.Forms.SortOrder.None;
176 this.max.TooltipText = null;
177 this.max.Width = 100;
181 this.limit.Header = "Limit";
182 this.limit.SortOrder = System.Windows.Forms.SortOrder.None;
183 this.limit.TooltipText = null;
184 this.limit.Width = 100;
188 this.nodeImage.DataPropertyName = "Image";
189 this.nodeImage.LeftMargin = 1;
190 this.nodeImage.ParentColumn = this.sensor;
191 this.nodeImage.ScaleMode = Aga.Controls.Tree.ImageScaleMode.Fit;
195 this.nodeCheckBox.DataPropertyName = "Plot";
196 this.nodeCheckBox.EditEnabled = true;
197 this.nodeCheckBox.LeftMargin = 3;
198 this.nodeCheckBox.ParentColumn = this.sensor;
202 this.nodeTextBoxText.DataPropertyName = "Text";
203 this.nodeTextBoxText.EditEnabled = true;
204 this.nodeTextBoxText.IncrementalSearchEnabled = true;
205 this.nodeTextBoxText.LeftMargin = 3;
206 this.nodeTextBoxText.ParentColumn = this.sensor;
210 this.nodeTextBoxValue.DataPropertyName = "Value";
211 this.nodeTextBoxValue.IncrementalSearchEnabled = true;
212 this.nodeTextBoxValue.LeftMargin = 3;
213 this.nodeTextBoxValue.ParentColumn = this.value;
217 this.nodeTextBoxMin.DataPropertyName = "Min";
218 this.nodeTextBoxMin.IncrementalSearchEnabled = true;
219 this.nodeTextBoxMin.LeftMargin = 3;
220 this.nodeTextBoxMin.ParentColumn = this.min;
224 this.nodeTextBoxMax.DataPropertyName = "Max";
225 this.nodeTextBoxMax.IncrementalSearchEnabled = true;
226 this.nodeTextBoxMax.LeftMargin = 3;
227 this.nodeTextBoxMax.ParentColumn = this.max;
231 this.nodeTextBoxLimit.DataPropertyName = "Limit";
232 this.nodeTextBoxLimit.EditEnabled = true;
233 this.nodeTextBoxLimit.IncrementalSearchEnabled = true;
234 this.nodeTextBoxLimit.LeftMargin = 3;
235 this.nodeTextBoxLimit.ParentColumn = this.limit;
237 // columnsContextMenuStrip
239 this.columnsContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
240 this.valueToolStripMenuItem,
243 this.limitMenuItem});
244 this.columnsContextMenuStrip.Name = "columnsContextMenuStrip";
245 this.columnsContextMenuStrip.Size = new System.Drawing.Size(104, 92);
247 // valueToolStripMenuItem
249 this.valueToolStripMenuItem.Checked = true;
250 this.valueToolStripMenuItem.CheckOnClick = true;
251 this.valueToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
252 this.valueToolStripMenuItem.Name = "valueToolStripMenuItem";
253 this.valueToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
254 this.valueToolStripMenuItem.Text = "Value";
255 this.valueToolStripMenuItem.CheckedChanged += new System.EventHandler(this.valueToolStripMenuItem_CheckedChanged);
259 this.minMenuItem.Checked = true;
260 this.minMenuItem.CheckOnClick = true;
261 this.minMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
262 this.minMenuItem.Name = "minMenuItem";
263 this.minMenuItem.Size = new System.Drawing.Size(103, 22);
264 this.minMenuItem.Text = "Min";
265 this.minMenuItem.CheckedChanged += new System.EventHandler(this.minToolStripMenuItem_CheckedChanged);
269 this.maxMenuItem.Checked = true;
270 this.maxMenuItem.CheckOnClick = true;
271 this.maxMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
272 this.maxMenuItem.Name = "maxMenuItem";
273 this.maxMenuItem.Size = new System.Drawing.Size(103, 22);
274 this.maxMenuItem.Text = "Max";
275 this.maxMenuItem.CheckedChanged += new System.EventHandler(this.maxToolStripMenuItem_CheckedChanged);
279 this.limitMenuItem.Checked = true;
280 this.limitMenuItem.CheckOnClick = true;
281 this.limitMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
282 this.limitMenuItem.Name = "limitMenuItem";
283 this.limitMenuItem.Size = new System.Drawing.Size(103, 22);
284 this.limitMenuItem.Text = "Limit";
285 this.limitMenuItem.CheckedChanged += new System.EventHandler(this.limitToolStripMenuItem_CheckedChanged);
289 this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
290 this.fileToolStripMenuItem,
291 this.viewToolStripMenuItem,
292 this.optionsToolStripMenuItem,
293 this.helpToolStripMenuItem});
294 this.menuStrip.Location = new System.Drawing.Point(0, 0);
295 this.menuStrip.Name = "menuStrip";
296 this.menuStrip.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2);
297 this.menuStrip.Size = new System.Drawing.Size(478, 24);
298 this.menuStrip.TabIndex = 1;
299 this.menuStrip.Text = "menuStrip1";
301 // fileToolStripMenuItem
303 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
304 this.saveReportToolStripMenuItem,
305 this.exitToolStripMenuItem});
306 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
307 this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
308 this.fileToolStripMenuItem.Text = "File";
310 // saveReportToolStripMenuItem
312 this.saveReportToolStripMenuItem.Name = "saveReportToolStripMenuItem";
313 this.saveReportToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
314 this.saveReportToolStripMenuItem.Text = "Save Report";
315 this.saveReportToolStripMenuItem.Click += new System.EventHandler(this.saveReportToolStripMenuItem_Click);
317 // exitToolStripMenuItem
319 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
320 this.exitToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
321 this.exitToolStripMenuItem.Text = "Exit";
322 this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
324 // viewToolStripMenuItem
326 this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
327 this.sensorsToolStripMenuItem,
328 this.toolStripMenuItem1,
330 this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
331 this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
332 this.viewToolStripMenuItem.Text = "View";
334 // sensorsToolStripMenuItem
336 this.sensorsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
342 this.sensorsToolStripMenuItem.Name = "sensorsToolStripMenuItem";
343 this.sensorsToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
344 this.sensorsToolStripMenuItem.Text = "Sensors";
348 this.voltMenuItem.Checked = true;
349 this.voltMenuItem.CheckOnClick = true;
350 this.voltMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
351 this.voltMenuItem.Name = "voltMenuItem";
352 this.voltMenuItem.Size = new System.Drawing.Size(147, 22);
353 this.voltMenuItem.Text = "Voltages";
354 this.voltMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
358 this.clocksMenuItem.Checked = true;
359 this.clocksMenuItem.CheckOnClick = true;
360 this.clocksMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
361 this.clocksMenuItem.Name = "clocksMenuItem";
362 this.clocksMenuItem.Size = new System.Drawing.Size(147, 22);
363 this.clocksMenuItem.Text = "Clocks";
364 this.clocksMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
368 this.tempMenuItem.Checked = true;
369 this.tempMenuItem.CheckOnClick = true;
370 this.tempMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
371 this.tempMenuItem.Name = "tempMenuItem";
372 this.tempMenuItem.Size = new System.Drawing.Size(147, 22);
373 this.tempMenuItem.Text = "Temperatures";
374 this.tempMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
378 this.loadMenuItem.Checked = true;
379 this.loadMenuItem.CheckOnClick = true;
380 this.loadMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
381 this.loadMenuItem.Name = "loadMenuItem";
382 this.loadMenuItem.Size = new System.Drawing.Size(147, 22);
383 this.loadMenuItem.Text = "Load";
384 this.loadMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
388 this.fansMenuItem.Checked = true;
389 this.fansMenuItem.CheckOnClick = true;
390 this.fansMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
391 this.fansMenuItem.Name = "fansMenuItem";
392 this.fansMenuItem.Size = new System.Drawing.Size(147, 22);
393 this.fansMenuItem.Text = "Fans";
394 this.fansMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
396 // toolStripMenuItem1
398 this.toolStripMenuItem1.Name = "toolStripMenuItem1";
399 this.toolStripMenuItem1.Size = new System.Drawing.Size(111, 6);
403 this.plotMenuItem.Checked = true;
404 this.plotMenuItem.CheckOnClick = true;
405 this.plotMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
406 this.plotMenuItem.Name = "plotMenuItem";
407 this.plotMenuItem.Size = new System.Drawing.Size(114, 22);
408 this.plotMenuItem.Text = "Plot";
409 this.plotMenuItem.CheckedChanged += new System.EventHandler(this.plotToolStripMenuItem_CheckedChanged);
411 // optionsToolStripMenuItem
413 this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
414 this.minTrayMenuItem,
415 this.toolStripMenuItem3,
417 this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
418 this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
419 this.optionsToolStripMenuItem.Text = "Options";
423 this.minTrayMenuItem.Checked = true;
424 this.minTrayMenuItem.CheckOnClick = true;
425 this.minTrayMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
426 this.minTrayMenuItem.Name = "minTrayMenuItem";
427 this.minTrayMenuItem.Size = new System.Drawing.Size(166, 22);
428 this.minTrayMenuItem.Text = "Minimize To Tray";
430 // toolStripMenuItem3
432 this.toolStripMenuItem3.Name = "toolStripMenuItem3";
433 this.toolStripMenuItem3.Size = new System.Drawing.Size(163, 6);
437 this.hddMenuItem.CheckOnClick = true;
438 this.hddMenuItem.Name = "hddMenuItem";
439 this.hddMenuItem.Size = new System.Drawing.Size(166, 22);
440 this.hddMenuItem.Text = "HDD sensors";
441 this.hddMenuItem.CheckedChanged += new System.EventHandler(this.hddsensorsToolStripMenuItem_CheckedChanged);
443 // helpToolStripMenuItem
445 this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
446 this.aboutToolStripMenuItem});
447 this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
448 this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
449 this.helpToolStripMenuItem.Text = "Help";
451 // aboutToolStripMenuItem
453 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
454 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
455 this.aboutToolStripMenuItem.Text = "About";
456 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
460 this.timer.Interval = 1000;
461 this.timer.Tick += new System.EventHandler(this.timer_Tick);
465 this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
466 this.splitContainer.Location = new System.Drawing.Point(0, 24);
467 this.splitContainer.Name = "splitContainer";
468 this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
470 // splitContainer.Panel1
472 this.splitContainer.Panel1.Controls.Add(this.treeView);
474 // splitContainer.Panel2
476 this.splitContainer.Panel2.Controls.Add(this.plotPanel);
477 this.splitContainer.Panel2.Cursor = System.Windows.Forms.Cursors.Default;
478 this.splitContainer.Size = new System.Drawing.Size(478, 768);
479 this.splitContainer.SplitterDistance = 567;
480 this.splitContainer.SplitterWidth = 3;
481 this.splitContainer.TabIndex = 3;
483 // notifyContextMenuStrip
485 this.notifyContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
486 this.restoreToolStripMenuItem,
487 this.toolStripMenuItem2,
488 this.exitToolStripMenuItem1});
489 this.notifyContextMenuStrip.Name = "notifyContextMenuStrip";
490 this.notifyContextMenuStrip.Size = new System.Drawing.Size(119, 54);
492 // restoreToolStripMenuItem
494 this.restoreToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
495 this.restoreToolStripMenuItem.Name = "restoreToolStripMenuItem";
496 this.restoreToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
497 this.restoreToolStripMenuItem.Text = "Restore";
498 this.restoreToolStripMenuItem.Click += new System.EventHandler(this.restoreClick);
500 // toolStripMenuItem2
502 this.toolStripMenuItem2.Name = "toolStripMenuItem2";
503 this.toolStripMenuItem2.Size = new System.Drawing.Size(115, 6);
505 // exitToolStripMenuItem1
507 this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
508 this.exitToolStripMenuItem1.Size = new System.Drawing.Size(118, 22);
509 this.exitToolStripMenuItem1.Text = "Exit";
510 this.exitToolStripMenuItem1.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
512 // sensorContextMenuStrip
514 this.sensorContextMenuStrip.Name = "sensorContextMenuStrip";
515 this.sensorContextMenuStrip.Size = new System.Drawing.Size(61, 4);
519 this.plotPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
520 this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;
521 this.plotPanel.Font = new System.Drawing.Font("Segoe UI", 9F);
522 this.plotPanel.Location = new System.Drawing.Point(0, 0);
523 this.plotPanel.Name = "plotPanel";
524 this.plotPanel.Size = new System.Drawing.Size(478, 198);
525 this.plotPanel.TabIndex = 0;
529 this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
530 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
531 this.ClientSize = new System.Drawing.Size(478, 792);
532 this.Controls.Add(this.splitContainer);
533 this.Controls.Add(this.menuStrip);
534 this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
535 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
536 this.MainMenuStrip = this.menuStrip;
537 this.Name = "MainForm";
538 this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
539 this.Text = "Open Hardware Monitor";
540 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
541 this.columnsContextMenuStrip.ResumeLayout(false);
542 this.menuStrip.ResumeLayout(false);
543 this.menuStrip.PerformLayout();
544 this.splitContainer.Panel1.ResumeLayout(false);
545 this.splitContainer.Panel2.ResumeLayout(false);
546 this.splitContainer.ResumeLayout(false);
547 this.notifyContextMenuStrip.ResumeLayout(false);
548 this.ResumeLayout(false);
549 this.PerformLayout();
555 private Aga.Controls.Tree.TreeViewAdv treeView;
556 private System.Windows.Forms.MenuStrip menuStrip;
557 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
558 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
559 private Aga.Controls.Tree.TreeColumn sensor;
560 private Aga.Controls.Tree.TreeColumn value;
561 private Aga.Controls.Tree.TreeColumn min;
562 private Aga.Controls.Tree.TreeColumn max;
563 private Aga.Controls.Tree.NodeControls.NodeIcon nodeImage;
564 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxText;
565 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxValue;
566 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMin;
567 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMax;
568 private System.Windows.Forms.Timer timer;
569 private System.Windows.Forms.SplitContainer splitContainer;
570 private PlotPanel plotPanel;
571 private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
572 private System.Windows.Forms.ToolStripMenuItem plotMenuItem;
573 private Aga.Controls.Tree.NodeControls.NodeCheckBox nodeCheckBox;
574 private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
575 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
576 private Aga.Controls.Tree.TreeColumn limit;
577 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxLimit;
578 private System.Windows.Forms.ContextMenuStrip columnsContextMenuStrip;
579 private System.Windows.Forms.ToolStripMenuItem minMenuItem;
580 private System.Windows.Forms.ToolStripMenuItem maxMenuItem;
581 private System.Windows.Forms.ToolStripMenuItem limitMenuItem;
582 private System.Windows.Forms.ToolStripMenuItem valueToolStripMenuItem;
583 private System.Windows.Forms.ToolStripMenuItem saveReportToolStripMenuItem;
584 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
585 private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
586 private System.Windows.Forms.ToolStripMenuItem sensorsToolStripMenuItem;
587 private System.Windows.Forms.ToolStripMenuItem clocksMenuItem;
588 private System.Windows.Forms.ToolStripMenuItem tempMenuItem;
589 private System.Windows.Forms.ToolStripMenuItem fansMenuItem;
590 private System.Windows.Forms.ToolStripMenuItem voltMenuItem;
591 private System.Windows.Forms.ToolStripMenuItem hddMenuItem;
592 private System.Windows.Forms.ToolStripMenuItem loadMenuItem;
593 private System.Windows.Forms.ContextMenuStrip notifyContextMenuStrip;
594 private System.Windows.Forms.ToolStripMenuItem restoreToolStripMenuItem;
595 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
596 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1;
597 private System.Windows.Forms.ToolStripMenuItem minTrayMenuItem;
598 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
599 private System.Windows.Forms.ContextMenuStrip sensorContextMenuStrip;