Added support for Winbond W83687THF and improved report output for LPC detection.
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.flowsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
95 this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
96 this.plotMenuItem = new System.Windows.Forms.ToolStripMenuItem();
97 this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
98 this.startMinMenuItem = new System.Windows.Forms.ToolStripMenuItem();
99 this.minTrayMenuItem = new System.Windows.Forms.ToolStripMenuItem();
100 this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
101 this.hddMenuItem = new System.Windows.Forms.ToolStripMenuItem();
102 this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
103 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
104 this.timer = new System.Windows.Forms.Timer(this.components);
105 this.splitContainer = new System.Windows.Forms.SplitContainer();
106 this.plotPanel = new OpenHardwareMonitor.GUI.PlotPanel();
107 this.notifyContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
108 this.restoreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
109 this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
110 this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
111 this.sensorContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
112 this.columnsContextMenuStrip.SuspendLayout();
113 this.menuStrip.SuspendLayout();
114 this.splitContainer.Panel1.SuspendLayout();
115 this.splitContainer.Panel2.SuspendLayout();
116 this.splitContainer.SuspendLayout();
117 this.notifyContextMenuStrip.SuspendLayout();
118 this.SuspendLayout();
122 this.treeView.BackColor = System.Drawing.SystemColors.Window;
123 this.treeView.Columns.Add(this.sensor);
124 this.treeView.Columns.Add(this.value);
125 this.treeView.Columns.Add(this.min);
126 this.treeView.Columns.Add(this.max);
127 this.treeView.Columns.Add(this.limit);
128 this.treeView.DefaultToolTipProvider = null;
129 this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
130 this.treeView.DragDropMarkColor = System.Drawing.Color.Black;
131 this.treeView.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
132 this.treeView.FullRowSelect = true;
133 this.treeView.GridLineStyle = Aga.Controls.Tree.GridLineStyle.Horizontal;
134 this.treeView.LineColor = System.Drawing.SystemColors.ControlDark;
135 this.treeView.Location = new System.Drawing.Point(0, 0);
136 this.treeView.Model = null;
137 this.treeView.Name = "treeView";
138 this.treeView.NodeControls.Add(this.nodeImage);
139 this.treeView.NodeControls.Add(this.nodeCheckBox);
140 this.treeView.NodeControls.Add(this.nodeTextBoxText);
141 this.treeView.NodeControls.Add(this.nodeTextBoxValue);
142 this.treeView.NodeControls.Add(this.nodeTextBoxMin);
143 this.treeView.NodeControls.Add(this.nodeTextBoxMax);
144 this.treeView.NodeControls.Add(this.nodeTextBoxLimit);
145 this.treeView.RowHeight = 18;
146 this.treeView.SelectedNode = null;
147 this.treeView.Size = new System.Drawing.Size(478, 567);
148 this.treeView.TabIndex = 0;
149 this.treeView.Text = "treeView";
150 this.treeView.UseColumns = true;
151 this.treeView.NodeMouseDoubleClick += new System.EventHandler<Aga.Controls.Tree.TreeNodeAdvMouseEventArgs>(this.treeView_NodeMouseDoubleClick);
152 this.treeView.Click += new System.EventHandler(this.treeView_Click);
156 this.sensor.Header = "Sensor";
157 this.sensor.SortOrder = System.Windows.Forms.SortOrder.None;
158 this.sensor.TooltipText = null;
159 this.sensor.Width = 250;
163 this.value.Header = "Value";
164 this.value.SortOrder = System.Windows.Forms.SortOrder.None;
165 this.value.TooltipText = null;
166 this.value.Width = 100;
170 this.min.Header = "Min";
171 this.min.SortOrder = System.Windows.Forms.SortOrder.None;
172 this.min.TooltipText = null;
173 this.min.Width = 100;
177 this.max.Header = "Max";
178 this.max.SortOrder = System.Windows.Forms.SortOrder.None;
179 this.max.TooltipText = null;
180 this.max.Width = 100;
184 this.limit.Header = "Limit";
185 this.limit.SortOrder = System.Windows.Forms.SortOrder.None;
186 this.limit.TooltipText = null;
187 this.limit.Width = 100;
191 this.nodeImage.DataPropertyName = "Image";
192 this.nodeImage.LeftMargin = 1;
193 this.nodeImage.ParentColumn = this.sensor;
194 this.nodeImage.ScaleMode = Aga.Controls.Tree.ImageScaleMode.Fit;
198 this.nodeCheckBox.DataPropertyName = "Plot";
199 this.nodeCheckBox.EditEnabled = true;
200 this.nodeCheckBox.LeftMargin = 3;
201 this.nodeCheckBox.ParentColumn = this.sensor;
205 this.nodeTextBoxText.DataPropertyName = "Text";
206 this.nodeTextBoxText.EditEnabled = true;
207 this.nodeTextBoxText.IncrementalSearchEnabled = true;
208 this.nodeTextBoxText.LeftMargin = 3;
209 this.nodeTextBoxText.ParentColumn = this.sensor;
213 this.nodeTextBoxValue.DataPropertyName = "Value";
214 this.nodeTextBoxValue.IncrementalSearchEnabled = true;
215 this.nodeTextBoxValue.LeftMargin = 3;
216 this.nodeTextBoxValue.ParentColumn = this.value;
220 this.nodeTextBoxMin.DataPropertyName = "Min";
221 this.nodeTextBoxMin.IncrementalSearchEnabled = true;
222 this.nodeTextBoxMin.LeftMargin = 3;
223 this.nodeTextBoxMin.ParentColumn = this.min;
227 this.nodeTextBoxMax.DataPropertyName = "Max";
228 this.nodeTextBoxMax.IncrementalSearchEnabled = true;
229 this.nodeTextBoxMax.LeftMargin = 3;
230 this.nodeTextBoxMax.ParentColumn = this.max;
234 this.nodeTextBoxLimit.DataPropertyName = "Limit";
235 this.nodeTextBoxLimit.EditEnabled = true;
236 this.nodeTextBoxLimit.IncrementalSearchEnabled = true;
237 this.nodeTextBoxLimit.LeftMargin = 3;
238 this.nodeTextBoxLimit.ParentColumn = this.limit;
240 // columnsContextMenuStrip
242 this.columnsContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
243 this.valueToolStripMenuItem,
246 this.limitMenuItem});
247 this.columnsContextMenuStrip.Name = "columnsContextMenuStrip";
248 this.columnsContextMenuStrip.Size = new System.Drawing.Size(104, 92);
250 // valueToolStripMenuItem
252 this.valueToolStripMenuItem.Checked = true;
253 this.valueToolStripMenuItem.CheckOnClick = true;
254 this.valueToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
255 this.valueToolStripMenuItem.Name = "valueToolStripMenuItem";
256 this.valueToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
257 this.valueToolStripMenuItem.Text = "Value";
258 this.valueToolStripMenuItem.CheckedChanged += new System.EventHandler(this.valueToolStripMenuItem_CheckedChanged);
262 this.minMenuItem.Checked = true;
263 this.minMenuItem.CheckOnClick = true;
264 this.minMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
265 this.minMenuItem.Name = "minMenuItem";
266 this.minMenuItem.Size = new System.Drawing.Size(103, 22);
267 this.minMenuItem.Text = "Min";
268 this.minMenuItem.CheckedChanged += new System.EventHandler(this.minToolStripMenuItem_CheckedChanged);
272 this.maxMenuItem.Checked = true;
273 this.maxMenuItem.CheckOnClick = true;
274 this.maxMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
275 this.maxMenuItem.Name = "maxMenuItem";
276 this.maxMenuItem.Size = new System.Drawing.Size(103, 22);
277 this.maxMenuItem.Text = "Max";
278 this.maxMenuItem.CheckedChanged += new System.EventHandler(this.maxToolStripMenuItem_CheckedChanged);
282 this.limitMenuItem.Checked = true;
283 this.limitMenuItem.CheckOnClick = true;
284 this.limitMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
285 this.limitMenuItem.Name = "limitMenuItem";
286 this.limitMenuItem.Size = new System.Drawing.Size(103, 22);
287 this.limitMenuItem.Text = "Limit";
288 this.limitMenuItem.CheckedChanged += new System.EventHandler(this.limitToolStripMenuItem_CheckedChanged);
292 this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
293 this.fileToolStripMenuItem,
294 this.viewToolStripMenuItem,
295 this.optionsToolStripMenuItem,
296 this.helpToolStripMenuItem});
297 this.menuStrip.Location = new System.Drawing.Point(0, 0);
298 this.menuStrip.Name = "menuStrip";
299 this.menuStrip.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2);
300 this.menuStrip.Size = new System.Drawing.Size(478, 24);
301 this.menuStrip.TabIndex = 1;
302 this.menuStrip.Text = "menuStrip1";
304 // fileToolStripMenuItem
306 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
307 this.saveReportToolStripMenuItem,
308 this.exitToolStripMenuItem});
309 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
310 this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
311 this.fileToolStripMenuItem.Text = "File";
313 // saveReportToolStripMenuItem
315 this.saveReportToolStripMenuItem.Name = "saveReportToolStripMenuItem";
316 this.saveReportToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
317 this.saveReportToolStripMenuItem.Text = "Save Report";
318 this.saveReportToolStripMenuItem.Click += new System.EventHandler(this.saveReportToolStripMenuItem_Click);
320 // exitToolStripMenuItem
322 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
323 this.exitToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
324 this.exitToolStripMenuItem.Text = "Exit";
325 this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
327 // viewToolStripMenuItem
329 this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
330 this.sensorsToolStripMenuItem,
331 this.toolStripMenuItem1,
333 this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
334 this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
335 this.viewToolStripMenuItem.Text = "View";
337 // sensorsToolStripMenuItem
339 this.sensorsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
345 this.flowsMenuItem});
346 this.sensorsToolStripMenuItem.Name = "sensorsToolStripMenuItem";
347 this.sensorsToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
348 this.sensorsToolStripMenuItem.Text = "Sensors";
352 this.voltMenuItem.Checked = true;
353 this.voltMenuItem.CheckOnClick = true;
354 this.voltMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
355 this.voltMenuItem.Name = "voltMenuItem";
356 this.voltMenuItem.Size = new System.Drawing.Size(147, 22);
357 this.voltMenuItem.Text = "Voltages";
358 this.voltMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
362 this.clocksMenuItem.Checked = true;
363 this.clocksMenuItem.CheckOnClick = true;
364 this.clocksMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
365 this.clocksMenuItem.Name = "clocksMenuItem";
366 this.clocksMenuItem.Size = new System.Drawing.Size(147, 22);
367 this.clocksMenuItem.Text = "Clocks";
368 this.clocksMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
372 this.tempMenuItem.Checked = true;
373 this.tempMenuItem.CheckOnClick = true;
374 this.tempMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
375 this.tempMenuItem.Name = "tempMenuItem";
376 this.tempMenuItem.Size = new System.Drawing.Size(147, 22);
377 this.tempMenuItem.Text = "Temperatures";
378 this.tempMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
382 this.loadMenuItem.Checked = true;
383 this.loadMenuItem.CheckOnClick = true;
384 this.loadMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
385 this.loadMenuItem.Name = "loadMenuItem";
386 this.loadMenuItem.Size = new System.Drawing.Size(147, 22);
387 this.loadMenuItem.Text = "Load";
388 this.loadMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
392 this.fansMenuItem.Checked = true;
393 this.fansMenuItem.CheckOnClick = true;
394 this.fansMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
395 this.fansMenuItem.Name = "fansMenuItem";
396 this.fansMenuItem.Size = new System.Drawing.Size(147, 22);
397 this.fansMenuItem.Text = "Fans";
398 this.fansMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
402 this.flowsMenuItem.Checked = true;
403 this.flowsMenuItem.CheckOnClick = true;
404 this.flowsMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
405 this.flowsMenuItem.Name = "flowsMenuItem";
406 this.flowsMenuItem.Size = new System.Drawing.Size(147, 22);
407 this.flowsMenuItem.Text = "Flows";
408 this.flowsMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
410 // toolStripMenuItem1
412 this.toolStripMenuItem1.Name = "toolStripMenuItem1";
413 this.toolStripMenuItem1.Size = new System.Drawing.Size(111, 6);
417 this.plotMenuItem.Checked = true;
418 this.plotMenuItem.CheckOnClick = true;
419 this.plotMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
420 this.plotMenuItem.Name = "plotMenuItem";
421 this.plotMenuItem.Size = new System.Drawing.Size(114, 22);
422 this.plotMenuItem.Text = "Plot";
423 this.plotMenuItem.CheckedChanged += new System.EventHandler(this.plotToolStripMenuItem_CheckedChanged);
425 // optionsToolStripMenuItem
427 this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
428 this.startMinMenuItem,
429 this.minTrayMenuItem,
430 this.toolStripMenuItem3,
432 this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
433 this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
434 this.optionsToolStripMenuItem.Text = "Options";
438 this.startMinMenuItem.CheckOnClick = true;
439 this.startMinMenuItem.Name = "startMinMenuItem";
440 this.startMinMenuItem.Size = new System.Drawing.Size(166, 22);
441 this.startMinMenuItem.Text = "Start Minimized";
445 this.minTrayMenuItem.Checked = true;
446 this.minTrayMenuItem.CheckOnClick = true;
447 this.minTrayMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
448 this.minTrayMenuItem.Name = "minTrayMenuItem";
449 this.minTrayMenuItem.Size = new System.Drawing.Size(166, 22);
450 this.minTrayMenuItem.Text = "Minimize To Tray";
452 // toolStripMenuItem3
454 this.toolStripMenuItem3.Name = "toolStripMenuItem3";
455 this.toolStripMenuItem3.Size = new System.Drawing.Size(163, 6);
459 this.hddMenuItem.CheckOnClick = true;
460 this.hddMenuItem.Name = "hddMenuItem";
461 this.hddMenuItem.Size = new System.Drawing.Size(166, 22);
462 this.hddMenuItem.Text = "HDD sensors";
463 this.hddMenuItem.CheckedChanged += new System.EventHandler(this.hddsensorsToolStripMenuItem_CheckedChanged);
465 // helpToolStripMenuItem
467 this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
468 this.aboutToolStripMenuItem});
469 this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
470 this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
471 this.helpToolStripMenuItem.Text = "Help";
473 // aboutToolStripMenuItem
475 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
476 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
477 this.aboutToolStripMenuItem.Text = "About";
478 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
482 this.timer.Interval = 1000;
483 this.timer.Tick += new System.EventHandler(this.timer_Tick);
487 this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
488 this.splitContainer.Location = new System.Drawing.Point(0, 24);
489 this.splitContainer.Name = "splitContainer";
490 this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
492 // splitContainer.Panel1
494 this.splitContainer.Panel1.Controls.Add(this.treeView);
496 // splitContainer.Panel2
498 this.splitContainer.Panel2.Controls.Add(this.plotPanel);
499 this.splitContainer.Panel2.Cursor = System.Windows.Forms.Cursors.Default;
500 this.splitContainer.Size = new System.Drawing.Size(478, 768);
501 this.splitContainer.SplitterDistance = 567;
502 this.splitContainer.SplitterWidth = 3;
503 this.splitContainer.TabIndex = 3;
507 this.plotPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
508 this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;
509 this.plotPanel.Font = new System.Drawing.Font("Segoe UI", 9F);
510 this.plotPanel.Location = new System.Drawing.Point(0, 0);
511 this.plotPanel.Name = "plotPanel";
512 this.plotPanel.Size = new System.Drawing.Size(478, 198);
513 this.plotPanel.TabIndex = 0;
515 // notifyContextMenuStrip
517 this.notifyContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
518 this.restoreToolStripMenuItem,
519 this.toolStripMenuItem2,
520 this.exitToolStripMenuItem1});
521 this.notifyContextMenuStrip.Name = "notifyContextMenuStrip";
522 this.notifyContextMenuStrip.Size = new System.Drawing.Size(119, 54);
524 // restoreToolStripMenuItem
526 this.restoreToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
527 this.restoreToolStripMenuItem.Name = "restoreToolStripMenuItem";
528 this.restoreToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
529 this.restoreToolStripMenuItem.Text = "Restore";
530 this.restoreToolStripMenuItem.Click += new System.EventHandler(this.restoreClick);
532 // toolStripMenuItem2
534 this.toolStripMenuItem2.Name = "toolStripMenuItem2";
535 this.toolStripMenuItem2.Size = new System.Drawing.Size(115, 6);
537 // exitToolStripMenuItem1
539 this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
540 this.exitToolStripMenuItem1.Size = new System.Drawing.Size(118, 22);
541 this.exitToolStripMenuItem1.Text = "Exit";
542 this.exitToolStripMenuItem1.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
544 // sensorContextMenuStrip
546 this.sensorContextMenuStrip.Name = "sensorContextMenuStrip";
547 this.sensorContextMenuStrip.Size = new System.Drawing.Size(61, 4);
551 this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
552 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
553 this.ClientSize = new System.Drawing.Size(478, 792);
554 this.Controls.Add(this.splitContainer);
555 this.Controls.Add(this.menuStrip);
556 this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
557 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
558 this.MainMenuStrip = this.menuStrip;
559 this.Name = "MainForm";
560 this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
561 this.Text = "Open Hardware Monitor";
562 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
563 this.columnsContextMenuStrip.ResumeLayout(false);
564 this.menuStrip.ResumeLayout(false);
565 this.menuStrip.PerformLayout();
566 this.splitContainer.Panel1.ResumeLayout(false);
567 this.splitContainer.Panel2.ResumeLayout(false);
568 this.splitContainer.ResumeLayout(false);
569 this.notifyContextMenuStrip.ResumeLayout(false);
570 this.ResumeLayout(false);
571 this.PerformLayout();
577 private Aga.Controls.Tree.TreeViewAdv treeView;
578 private System.Windows.Forms.MenuStrip menuStrip;
579 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
580 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
581 private Aga.Controls.Tree.TreeColumn sensor;
582 private Aga.Controls.Tree.TreeColumn value;
583 private Aga.Controls.Tree.TreeColumn min;
584 private Aga.Controls.Tree.TreeColumn max;
585 private Aga.Controls.Tree.NodeControls.NodeIcon nodeImage;
586 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxText;
587 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxValue;
588 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMin;
589 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMax;
590 private System.Windows.Forms.Timer timer;
591 private System.Windows.Forms.SplitContainer splitContainer;
592 private PlotPanel plotPanel;
593 private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
594 private System.Windows.Forms.ToolStripMenuItem plotMenuItem;
595 private Aga.Controls.Tree.NodeControls.NodeCheckBox nodeCheckBox;
596 private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
597 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
598 private Aga.Controls.Tree.TreeColumn limit;
599 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxLimit;
600 private System.Windows.Forms.ContextMenuStrip columnsContextMenuStrip;
601 private System.Windows.Forms.ToolStripMenuItem minMenuItem;
602 private System.Windows.Forms.ToolStripMenuItem maxMenuItem;
603 private System.Windows.Forms.ToolStripMenuItem limitMenuItem;
604 private System.Windows.Forms.ToolStripMenuItem valueToolStripMenuItem;
605 private System.Windows.Forms.ToolStripMenuItem saveReportToolStripMenuItem;
606 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
607 private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
608 private System.Windows.Forms.ToolStripMenuItem sensorsToolStripMenuItem;
609 private System.Windows.Forms.ToolStripMenuItem clocksMenuItem;
610 private System.Windows.Forms.ToolStripMenuItem tempMenuItem;
611 private System.Windows.Forms.ToolStripMenuItem fansMenuItem;
612 private System.Windows.Forms.ToolStripMenuItem voltMenuItem;
613 private System.Windows.Forms.ToolStripMenuItem hddMenuItem;
614 private System.Windows.Forms.ToolStripMenuItem loadMenuItem;
615 private System.Windows.Forms.ContextMenuStrip notifyContextMenuStrip;
616 private System.Windows.Forms.ToolStripMenuItem restoreToolStripMenuItem;
617 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
618 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1;
619 private System.Windows.Forms.ToolStripMenuItem minTrayMenuItem;
620 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
621 private System.Windows.Forms.ContextMenuStrip sensorContextMenuStrip;
622 private System.Windows.Forms.ToolStripMenuItem startMinMenuItem;
623 private System.Windows.Forms.ToolStripMenuItem flowsMenuItem;