Added an option to automatically startup after Windows logon using the Task Scheduler 2.0 for Windows Vista/7 or the Registry for Windows XP.
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.startupMenuItem = new System.Windows.Forms.ToolStripMenuItem();
101 this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
102 this.hddMenuItem = new System.Windows.Forms.ToolStripMenuItem();
103 this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
104 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
105 this.timer = new System.Windows.Forms.Timer(this.components);
106 this.splitContainer = new System.Windows.Forms.SplitContainer();
107 this.plotPanel = new OpenHardwareMonitor.GUI.PlotPanel();
108 this.notifyContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
109 this.hideShowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
110 this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
111 this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
112 this.sensorContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
113 this.columnsContextMenuStrip.SuspendLayout();
114 this.menuStrip.SuspendLayout();
115 this.splitContainer.Panel1.SuspendLayout();
116 this.splitContainer.Panel2.SuspendLayout();
117 this.splitContainer.SuspendLayout();
118 this.notifyContextMenuStrip.SuspendLayout();
119 this.SuspendLayout();
123 this.treeView.BackColor = System.Drawing.SystemColors.Window;
124 this.treeView.Columns.Add(this.sensor);
125 this.treeView.Columns.Add(this.value);
126 this.treeView.Columns.Add(this.min);
127 this.treeView.Columns.Add(this.max);
128 this.treeView.Columns.Add(this.limit);
129 this.treeView.DefaultToolTipProvider = null;
130 this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
131 this.treeView.DragDropMarkColor = System.Drawing.Color.Black;
132 this.treeView.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
133 this.treeView.FullRowSelect = true;
134 this.treeView.GridLineStyle = Aga.Controls.Tree.GridLineStyle.Horizontal;
135 this.treeView.LineColor = System.Drawing.SystemColors.ControlDark;
136 this.treeView.Location = new System.Drawing.Point(0, 0);
137 this.treeView.Model = null;
138 this.treeView.Name = "treeView";
139 this.treeView.NodeControls.Add(this.nodeImage);
140 this.treeView.NodeControls.Add(this.nodeCheckBox);
141 this.treeView.NodeControls.Add(this.nodeTextBoxText);
142 this.treeView.NodeControls.Add(this.nodeTextBoxValue);
143 this.treeView.NodeControls.Add(this.nodeTextBoxMin);
144 this.treeView.NodeControls.Add(this.nodeTextBoxMax);
145 this.treeView.NodeControls.Add(this.nodeTextBoxLimit);
146 this.treeView.RowHeight = 18;
147 this.treeView.SelectedNode = null;
148 this.treeView.Size = new System.Drawing.Size(478, 567);
149 this.treeView.TabIndex = 0;
150 this.treeView.Text = "treeView";
151 this.treeView.UseColumns = true;
152 this.treeView.NodeMouseDoubleClick += new System.EventHandler<Aga.Controls.Tree.TreeNodeAdvMouseEventArgs>(this.treeView_NodeMouseDoubleClick);
153 this.treeView.Click += new System.EventHandler(this.treeView_Click);
157 this.sensor.Header = "Sensor";
158 this.sensor.SortOrder = System.Windows.Forms.SortOrder.None;
159 this.sensor.TooltipText = null;
160 this.sensor.Width = 250;
164 this.value.Header = "Value";
165 this.value.SortOrder = System.Windows.Forms.SortOrder.None;
166 this.value.TooltipText = null;
167 this.value.Width = 100;
171 this.min.Header = "Min";
172 this.min.SortOrder = System.Windows.Forms.SortOrder.None;
173 this.min.TooltipText = null;
174 this.min.Width = 100;
178 this.max.Header = "Max";
179 this.max.SortOrder = System.Windows.Forms.SortOrder.None;
180 this.max.TooltipText = null;
181 this.max.Width = 100;
185 this.limit.Header = "Limit";
186 this.limit.SortOrder = System.Windows.Forms.SortOrder.None;
187 this.limit.TooltipText = null;
188 this.limit.Width = 100;
192 this.nodeImage.DataPropertyName = "Image";
193 this.nodeImage.LeftMargin = 1;
194 this.nodeImage.ParentColumn = this.sensor;
195 this.nodeImage.ScaleMode = Aga.Controls.Tree.ImageScaleMode.Fit;
199 this.nodeCheckBox.DataPropertyName = "Plot";
200 this.nodeCheckBox.EditEnabled = true;
201 this.nodeCheckBox.LeftMargin = 3;
202 this.nodeCheckBox.ParentColumn = this.sensor;
206 this.nodeTextBoxText.DataPropertyName = "Text";
207 this.nodeTextBoxText.EditEnabled = true;
208 this.nodeTextBoxText.IncrementalSearchEnabled = true;
209 this.nodeTextBoxText.LeftMargin = 3;
210 this.nodeTextBoxText.ParentColumn = this.sensor;
214 this.nodeTextBoxValue.DataPropertyName = "Value";
215 this.nodeTextBoxValue.IncrementalSearchEnabled = true;
216 this.nodeTextBoxValue.LeftMargin = 3;
217 this.nodeTextBoxValue.ParentColumn = this.value;
221 this.nodeTextBoxMin.DataPropertyName = "Min";
222 this.nodeTextBoxMin.IncrementalSearchEnabled = true;
223 this.nodeTextBoxMin.LeftMargin = 3;
224 this.nodeTextBoxMin.ParentColumn = this.min;
228 this.nodeTextBoxMax.DataPropertyName = "Max";
229 this.nodeTextBoxMax.IncrementalSearchEnabled = true;
230 this.nodeTextBoxMax.LeftMargin = 3;
231 this.nodeTextBoxMax.ParentColumn = this.max;
235 this.nodeTextBoxLimit.DataPropertyName = "Limit";
236 this.nodeTextBoxLimit.EditEnabled = true;
237 this.nodeTextBoxLimit.IncrementalSearchEnabled = true;
238 this.nodeTextBoxLimit.LeftMargin = 3;
239 this.nodeTextBoxLimit.ParentColumn = this.limit;
241 // columnsContextMenuStrip
243 this.columnsContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
244 this.valueToolStripMenuItem,
247 this.limitMenuItem});
248 this.columnsContextMenuStrip.Name = "columnsContextMenuStrip";
249 this.columnsContextMenuStrip.Size = new System.Drawing.Size(104, 92);
251 // valueToolStripMenuItem
253 this.valueToolStripMenuItem.Checked = true;
254 this.valueToolStripMenuItem.CheckOnClick = true;
255 this.valueToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
256 this.valueToolStripMenuItem.Name = "valueToolStripMenuItem";
257 this.valueToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
258 this.valueToolStripMenuItem.Text = "Value";
259 this.valueToolStripMenuItem.CheckedChanged += new System.EventHandler(this.valueToolStripMenuItem_CheckedChanged);
263 this.minMenuItem.Checked = true;
264 this.minMenuItem.CheckOnClick = true;
265 this.minMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
266 this.minMenuItem.Name = "minMenuItem";
267 this.minMenuItem.Size = new System.Drawing.Size(103, 22);
268 this.minMenuItem.Text = "Min";
269 this.minMenuItem.CheckedChanged += new System.EventHandler(this.minToolStripMenuItem_CheckedChanged);
273 this.maxMenuItem.Checked = true;
274 this.maxMenuItem.CheckOnClick = true;
275 this.maxMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
276 this.maxMenuItem.Name = "maxMenuItem";
277 this.maxMenuItem.Size = new System.Drawing.Size(103, 22);
278 this.maxMenuItem.Text = "Max";
279 this.maxMenuItem.CheckedChanged += new System.EventHandler(this.maxToolStripMenuItem_CheckedChanged);
283 this.limitMenuItem.Checked = true;
284 this.limitMenuItem.CheckOnClick = true;
285 this.limitMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
286 this.limitMenuItem.Name = "limitMenuItem";
287 this.limitMenuItem.Size = new System.Drawing.Size(103, 22);
288 this.limitMenuItem.Text = "Limit";
289 this.limitMenuItem.CheckedChanged += new System.EventHandler(this.limitToolStripMenuItem_CheckedChanged);
293 this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
294 this.fileToolStripMenuItem,
295 this.viewToolStripMenuItem,
296 this.optionsToolStripMenuItem,
297 this.helpToolStripMenuItem});
298 this.menuStrip.Location = new System.Drawing.Point(0, 0);
299 this.menuStrip.Name = "menuStrip";
300 this.menuStrip.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2);
301 this.menuStrip.Size = new System.Drawing.Size(478, 24);
302 this.menuStrip.TabIndex = 1;
303 this.menuStrip.Text = "menuStrip1";
305 // fileToolStripMenuItem
307 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
308 this.saveReportToolStripMenuItem,
309 this.exitToolStripMenuItem});
310 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
311 this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
312 this.fileToolStripMenuItem.Text = "File";
314 // saveReportToolStripMenuItem
316 this.saveReportToolStripMenuItem.Name = "saveReportToolStripMenuItem";
317 this.saveReportToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
318 this.saveReportToolStripMenuItem.Text = "Save Report";
319 this.saveReportToolStripMenuItem.Click += new System.EventHandler(this.saveReportToolStripMenuItem_Click);
321 // exitToolStripMenuItem
323 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
324 this.exitToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
325 this.exitToolStripMenuItem.Text = "Exit";
326 this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
328 // viewToolStripMenuItem
330 this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
331 this.sensorsToolStripMenuItem,
332 this.toolStripMenuItem1,
334 this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
335 this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
336 this.viewToolStripMenuItem.Text = "View";
338 // sensorsToolStripMenuItem
340 this.sensorsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
346 this.flowsMenuItem});
347 this.sensorsToolStripMenuItem.Name = "sensorsToolStripMenuItem";
348 this.sensorsToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
349 this.sensorsToolStripMenuItem.Text = "Sensors";
353 this.voltMenuItem.Checked = true;
354 this.voltMenuItem.CheckOnClick = true;
355 this.voltMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
356 this.voltMenuItem.Name = "voltMenuItem";
357 this.voltMenuItem.Size = new System.Drawing.Size(147, 22);
358 this.voltMenuItem.Text = "Voltages";
359 this.voltMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
363 this.clocksMenuItem.Checked = true;
364 this.clocksMenuItem.CheckOnClick = true;
365 this.clocksMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
366 this.clocksMenuItem.Name = "clocksMenuItem";
367 this.clocksMenuItem.Size = new System.Drawing.Size(147, 22);
368 this.clocksMenuItem.Text = "Clocks";
369 this.clocksMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
373 this.tempMenuItem.Checked = true;
374 this.tempMenuItem.CheckOnClick = true;
375 this.tempMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
376 this.tempMenuItem.Name = "tempMenuItem";
377 this.tempMenuItem.Size = new System.Drawing.Size(147, 22);
378 this.tempMenuItem.Text = "Temperatures";
379 this.tempMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
383 this.loadMenuItem.Checked = true;
384 this.loadMenuItem.CheckOnClick = true;
385 this.loadMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
386 this.loadMenuItem.Name = "loadMenuItem";
387 this.loadMenuItem.Size = new System.Drawing.Size(147, 22);
388 this.loadMenuItem.Text = "Load";
389 this.loadMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
393 this.fansMenuItem.Checked = true;
394 this.fansMenuItem.CheckOnClick = true;
395 this.fansMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
396 this.fansMenuItem.Name = "fansMenuItem";
397 this.fansMenuItem.Size = new System.Drawing.Size(147, 22);
398 this.fansMenuItem.Text = "Fans";
399 this.fansMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
403 this.flowsMenuItem.Checked = true;
404 this.flowsMenuItem.CheckOnClick = true;
405 this.flowsMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
406 this.flowsMenuItem.Name = "flowsMenuItem";
407 this.flowsMenuItem.Size = new System.Drawing.Size(147, 22);
408 this.flowsMenuItem.Text = "Flows";
409 this.flowsMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
411 // toolStripMenuItem1
413 this.toolStripMenuItem1.Name = "toolStripMenuItem1";
414 this.toolStripMenuItem1.Size = new System.Drawing.Size(111, 6);
418 this.plotMenuItem.Checked = true;
419 this.plotMenuItem.CheckOnClick = true;
420 this.plotMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
421 this.plotMenuItem.Name = "plotMenuItem";
422 this.plotMenuItem.Size = new System.Drawing.Size(114, 22);
423 this.plotMenuItem.Text = "Plot";
424 this.plotMenuItem.CheckedChanged += new System.EventHandler(this.plotToolStripMenuItem_CheckedChanged);
426 // optionsToolStripMenuItem
428 this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
429 this.startMinMenuItem,
430 this.minTrayMenuItem,
431 this.startupMenuItem,
432 this.toolStripMenuItem3,
434 this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
435 this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
436 this.optionsToolStripMenuItem.Text = "Options";
440 this.startMinMenuItem.CheckOnClick = true;
441 this.startMinMenuItem.Name = "startMinMenuItem";
442 this.startMinMenuItem.Size = new System.Drawing.Size(207, 22);
443 this.startMinMenuItem.Text = "Start Minimized";
447 this.minTrayMenuItem.CheckOnClick = true;
448 this.minTrayMenuItem.Name = "minTrayMenuItem";
449 this.minTrayMenuItem.Size = new System.Drawing.Size(207, 22);
450 this.minTrayMenuItem.Text = "Minimize To Tray";
451 this.minTrayMenuItem.CheckedChanged += new System.EventHandler(this.minTrayMenuItem_CheckedChanged);
455 this.startupMenuItem.CheckOnClick = true;
456 this.startupMenuItem.Name = "startupMenuItem";
457 this.startupMenuItem.Size = new System.Drawing.Size(207, 22);
458 this.startupMenuItem.Text = "Run On Windows Startup";
459 this.startupMenuItem.CheckedChanged += new System.EventHandler(this.runOnWindowsStartupToolStripMenuItem_CheckedChanged);
461 // toolStripMenuItem3
463 this.toolStripMenuItem3.Name = "toolStripMenuItem3";
464 this.toolStripMenuItem3.Size = new System.Drawing.Size(204, 6);
468 this.hddMenuItem.CheckOnClick = true;
469 this.hddMenuItem.Name = "hddMenuItem";
470 this.hddMenuItem.Size = new System.Drawing.Size(207, 22);
471 this.hddMenuItem.Text = "HDD sensors";
472 this.hddMenuItem.CheckedChanged += new System.EventHandler(this.hddsensorsToolStripMenuItem_CheckedChanged);
474 // helpToolStripMenuItem
476 this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
477 this.aboutToolStripMenuItem});
478 this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
479 this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
480 this.helpToolStripMenuItem.Text = "Help";
482 // aboutToolStripMenuItem
484 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
485 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
486 this.aboutToolStripMenuItem.Text = "About";
487 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
491 this.timer.Interval = 1000;
492 this.timer.Tick += new System.EventHandler(this.timer_Tick);
496 this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
497 this.splitContainer.Location = new System.Drawing.Point(0, 24);
498 this.splitContainer.Name = "splitContainer";
499 this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
501 // splitContainer.Panel1
503 this.splitContainer.Panel1.Controls.Add(this.treeView);
505 // splitContainer.Panel2
507 this.splitContainer.Panel2.Controls.Add(this.plotPanel);
508 this.splitContainer.Panel2.Cursor = System.Windows.Forms.Cursors.Default;
509 this.splitContainer.Size = new System.Drawing.Size(478, 768);
510 this.splitContainer.SplitterDistance = 567;
511 this.splitContainer.SplitterWidth = 3;
512 this.splitContainer.TabIndex = 3;
516 this.plotPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
517 this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;
518 this.plotPanel.Font = new System.Drawing.Font("Segoe UI", 9F);
519 this.plotPanel.Location = new System.Drawing.Point(0, 0);
520 this.plotPanel.Name = "plotPanel";
521 this.plotPanel.Size = new System.Drawing.Size(478, 198);
522 this.plotPanel.TabIndex = 0;
524 // notifyContextMenuStrip
526 this.notifyContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
527 this.hideShowToolStripMenuItem,
528 this.toolStripMenuItem2,
529 this.exitToolStripMenuItem1});
530 this.notifyContextMenuStrip.Name = "notifyContextMenuStrip";
531 this.notifyContextMenuStrip.Size = new System.Drawing.Size(153, 76);
533 // hideShowToolStripMenuItem
535 this.hideShowToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
536 this.hideShowToolStripMenuItem.Name = "hideShowToolStripMenuItem";
537 this.hideShowToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
538 this.hideShowToolStripMenuItem.Text = "Hide/Show";
539 this.hideShowToolStripMenuItem.Click += new System.EventHandler(this.hideShowClick);
541 // toolStripMenuItem2
543 this.toolStripMenuItem2.Name = "toolStripMenuItem2";
544 this.toolStripMenuItem2.Size = new System.Drawing.Size(149, 6);
546 // exitToolStripMenuItem1
548 this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
549 this.exitToolStripMenuItem1.Size = new System.Drawing.Size(152, 22);
550 this.exitToolStripMenuItem1.Text = "Exit";
551 this.exitToolStripMenuItem1.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
553 // sensorContextMenuStrip
555 this.sensorContextMenuStrip.Name = "sensorContextMenuStrip";
556 this.sensorContextMenuStrip.Size = new System.Drawing.Size(61, 4);
560 this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
561 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
562 this.ClientSize = new System.Drawing.Size(478, 792);
563 this.Controls.Add(this.splitContainer);
564 this.Controls.Add(this.menuStrip);
565 this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
566 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
567 this.MainMenuStrip = this.menuStrip;
568 this.Name = "MainForm";
569 this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
570 this.Text = "Open Hardware Monitor";
571 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
572 this.columnsContextMenuStrip.ResumeLayout(false);
573 this.menuStrip.ResumeLayout(false);
574 this.menuStrip.PerformLayout();
575 this.splitContainer.Panel1.ResumeLayout(false);
576 this.splitContainer.Panel2.ResumeLayout(false);
577 this.splitContainer.ResumeLayout(false);
578 this.notifyContextMenuStrip.ResumeLayout(false);
579 this.ResumeLayout(false);
580 this.PerformLayout();
586 private Aga.Controls.Tree.TreeViewAdv treeView;
587 private System.Windows.Forms.MenuStrip menuStrip;
588 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
589 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
590 private Aga.Controls.Tree.TreeColumn sensor;
591 private Aga.Controls.Tree.TreeColumn value;
592 private Aga.Controls.Tree.TreeColumn min;
593 private Aga.Controls.Tree.TreeColumn max;
594 private Aga.Controls.Tree.NodeControls.NodeIcon nodeImage;
595 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxText;
596 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxValue;
597 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMin;
598 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMax;
599 private System.Windows.Forms.Timer timer;
600 private System.Windows.Forms.SplitContainer splitContainer;
601 private PlotPanel plotPanel;
602 private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
603 private System.Windows.Forms.ToolStripMenuItem plotMenuItem;
604 private Aga.Controls.Tree.NodeControls.NodeCheckBox nodeCheckBox;
605 private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
606 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
607 private Aga.Controls.Tree.TreeColumn limit;
608 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxLimit;
609 private System.Windows.Forms.ContextMenuStrip columnsContextMenuStrip;
610 private System.Windows.Forms.ToolStripMenuItem minMenuItem;
611 private System.Windows.Forms.ToolStripMenuItem maxMenuItem;
612 private System.Windows.Forms.ToolStripMenuItem limitMenuItem;
613 private System.Windows.Forms.ToolStripMenuItem valueToolStripMenuItem;
614 private System.Windows.Forms.ToolStripMenuItem saveReportToolStripMenuItem;
615 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
616 private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
617 private System.Windows.Forms.ToolStripMenuItem sensorsToolStripMenuItem;
618 private System.Windows.Forms.ToolStripMenuItem clocksMenuItem;
619 private System.Windows.Forms.ToolStripMenuItem tempMenuItem;
620 private System.Windows.Forms.ToolStripMenuItem fansMenuItem;
621 private System.Windows.Forms.ToolStripMenuItem voltMenuItem;
622 private System.Windows.Forms.ToolStripMenuItem hddMenuItem;
623 private System.Windows.Forms.ToolStripMenuItem loadMenuItem;
624 private System.Windows.Forms.ContextMenuStrip notifyContextMenuStrip;
625 private System.Windows.Forms.ToolStripMenuItem hideShowToolStripMenuItem;
626 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
627 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1;
628 private System.Windows.Forms.ToolStripMenuItem minTrayMenuItem;
629 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
630 private System.Windows.Forms.ContextMenuStrip sensorContextMenuStrip;
631 private System.Windows.Forms.ToolStripMenuItem startMinMenuItem;
632 private System.Windows.Forms.ToolStripMenuItem flowsMenuItem;
633 private System.Windows.Forms.ToolStripMenuItem startupMenuItem;