NVAPI interop struct packing improved.
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.flowsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
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.Click += new System.EventHandler(this.treeView_Click);
155 this.sensor.Header = "Sensor";
156 this.sensor.SortOrder = System.Windows.Forms.SortOrder.None;
157 this.sensor.TooltipText = null;
158 this.sensor.Width = 250;
162 this.value.Header = "Value";
163 this.value.SortOrder = System.Windows.Forms.SortOrder.None;
164 this.value.TooltipText = null;
165 this.value.Width = 100;
169 this.min.Header = "Min";
170 this.min.SortOrder = System.Windows.Forms.SortOrder.None;
171 this.min.TooltipText = null;
172 this.min.Width = 100;
176 this.max.Header = "Max";
177 this.max.SortOrder = System.Windows.Forms.SortOrder.None;
178 this.max.TooltipText = null;
179 this.max.Width = 100;
183 this.limit.Header = "Limit";
184 this.limit.SortOrder = System.Windows.Forms.SortOrder.None;
185 this.limit.TooltipText = null;
186 this.limit.Width = 100;
190 this.nodeImage.DataPropertyName = "Image";
191 this.nodeImage.LeftMargin = 1;
192 this.nodeImage.ParentColumn = this.sensor;
193 this.nodeImage.ScaleMode = Aga.Controls.Tree.ImageScaleMode.Fit;
197 this.nodeCheckBox.DataPropertyName = "Plot";
198 this.nodeCheckBox.EditEnabled = true;
199 this.nodeCheckBox.LeftMargin = 3;
200 this.nodeCheckBox.ParentColumn = this.sensor;
204 this.nodeTextBoxText.DataPropertyName = "Text";
205 this.nodeTextBoxText.EditEnabled = true;
206 this.nodeTextBoxText.IncrementalSearchEnabled = true;
207 this.nodeTextBoxText.LeftMargin = 3;
208 this.nodeTextBoxText.ParentColumn = this.sensor;
212 this.nodeTextBoxValue.DataPropertyName = "Value";
213 this.nodeTextBoxValue.IncrementalSearchEnabled = true;
214 this.nodeTextBoxValue.LeftMargin = 3;
215 this.nodeTextBoxValue.ParentColumn = this.value;
219 this.nodeTextBoxMin.DataPropertyName = "Min";
220 this.nodeTextBoxMin.IncrementalSearchEnabled = true;
221 this.nodeTextBoxMin.LeftMargin = 3;
222 this.nodeTextBoxMin.ParentColumn = this.min;
226 this.nodeTextBoxMax.DataPropertyName = "Max";
227 this.nodeTextBoxMax.IncrementalSearchEnabled = true;
228 this.nodeTextBoxMax.LeftMargin = 3;
229 this.nodeTextBoxMax.ParentColumn = this.max;
233 this.nodeTextBoxLimit.DataPropertyName = "Limit";
234 this.nodeTextBoxLimit.EditEnabled = true;
235 this.nodeTextBoxLimit.IncrementalSearchEnabled = true;
236 this.nodeTextBoxLimit.LeftMargin = 3;
237 this.nodeTextBoxLimit.ParentColumn = this.limit;
239 // columnsContextMenuStrip
241 this.columnsContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
242 this.valueToolStripMenuItem,
245 this.limitMenuItem});
246 this.columnsContextMenuStrip.Name = "columnsContextMenuStrip";
247 this.columnsContextMenuStrip.Size = new System.Drawing.Size(104, 92);
249 // valueToolStripMenuItem
251 this.valueToolStripMenuItem.Checked = true;
252 this.valueToolStripMenuItem.CheckOnClick = true;
253 this.valueToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
254 this.valueToolStripMenuItem.Name = "valueToolStripMenuItem";
255 this.valueToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
256 this.valueToolStripMenuItem.Text = "Value";
257 this.valueToolStripMenuItem.CheckedChanged += new System.EventHandler(this.valueToolStripMenuItem_CheckedChanged);
261 this.minMenuItem.Checked = true;
262 this.minMenuItem.CheckOnClick = true;
263 this.minMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
264 this.minMenuItem.Name = "minMenuItem";
265 this.minMenuItem.Size = new System.Drawing.Size(103, 22);
266 this.minMenuItem.Text = "Min";
267 this.minMenuItem.CheckedChanged += new System.EventHandler(this.minToolStripMenuItem_CheckedChanged);
271 this.maxMenuItem.Checked = true;
272 this.maxMenuItem.CheckOnClick = true;
273 this.maxMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
274 this.maxMenuItem.Name = "maxMenuItem";
275 this.maxMenuItem.Size = new System.Drawing.Size(103, 22);
276 this.maxMenuItem.Text = "Max";
277 this.maxMenuItem.CheckedChanged += new System.EventHandler(this.maxToolStripMenuItem_CheckedChanged);
281 this.limitMenuItem.Checked = true;
282 this.limitMenuItem.CheckOnClick = true;
283 this.limitMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
284 this.limitMenuItem.Name = "limitMenuItem";
285 this.limitMenuItem.Size = new System.Drawing.Size(103, 22);
286 this.limitMenuItem.Text = "Limit";
287 this.limitMenuItem.CheckedChanged += new System.EventHandler(this.limitToolStripMenuItem_CheckedChanged);
291 this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
292 this.fileToolStripMenuItem,
293 this.viewToolStripMenuItem,
294 this.optionsToolStripMenuItem,
295 this.helpToolStripMenuItem});
296 this.menuStrip.Location = new System.Drawing.Point(0, 0);
297 this.menuStrip.Name = "menuStrip";
298 this.menuStrip.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2);
299 this.menuStrip.Size = new System.Drawing.Size(478, 24);
300 this.menuStrip.TabIndex = 1;
301 this.menuStrip.Text = "menuStrip1";
303 // fileToolStripMenuItem
305 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
306 this.saveReportToolStripMenuItem,
307 this.exitToolStripMenuItem});
308 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
309 this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
310 this.fileToolStripMenuItem.Text = "File";
312 // saveReportToolStripMenuItem
314 this.saveReportToolStripMenuItem.Name = "saveReportToolStripMenuItem";
315 this.saveReportToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
316 this.saveReportToolStripMenuItem.Text = "Save Report";
317 this.saveReportToolStripMenuItem.Click += new System.EventHandler(this.saveReportToolStripMenuItem_Click);
319 // exitToolStripMenuItem
321 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
322 this.exitToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
323 this.exitToolStripMenuItem.Text = "Exit";
324 this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
326 // viewToolStripMenuItem
328 this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
329 this.sensorsToolStripMenuItem,
330 this.toolStripMenuItem1,
332 this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
333 this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
334 this.viewToolStripMenuItem.Text = "View";
336 // sensorsToolStripMenuItem
338 this.sensorsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
344 this.flowsMenuItem});
345 this.sensorsToolStripMenuItem.Name = "sensorsToolStripMenuItem";
346 this.sensorsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
347 this.sensorsToolStripMenuItem.Text = "Sensors";
351 this.voltMenuItem.Checked = true;
352 this.voltMenuItem.CheckOnClick = true;
353 this.voltMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
354 this.voltMenuItem.Name = "voltMenuItem";
355 this.voltMenuItem.Size = new System.Drawing.Size(152, 22);
356 this.voltMenuItem.Text = "Voltages";
357 this.voltMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
361 this.clocksMenuItem.Checked = true;
362 this.clocksMenuItem.CheckOnClick = true;
363 this.clocksMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
364 this.clocksMenuItem.Name = "clocksMenuItem";
365 this.clocksMenuItem.Size = new System.Drawing.Size(152, 22);
366 this.clocksMenuItem.Text = "Clocks";
367 this.clocksMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
371 this.tempMenuItem.Checked = true;
372 this.tempMenuItem.CheckOnClick = true;
373 this.tempMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
374 this.tempMenuItem.Name = "tempMenuItem";
375 this.tempMenuItem.Size = new System.Drawing.Size(152, 22);
376 this.tempMenuItem.Text = "Temperatures";
377 this.tempMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
381 this.loadMenuItem.Checked = true;
382 this.loadMenuItem.CheckOnClick = true;
383 this.loadMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
384 this.loadMenuItem.Name = "loadMenuItem";
385 this.loadMenuItem.Size = new System.Drawing.Size(152, 22);
386 this.loadMenuItem.Text = "Load";
387 this.loadMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
391 this.fansMenuItem.Checked = true;
392 this.fansMenuItem.CheckOnClick = true;
393 this.fansMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
394 this.fansMenuItem.Name = "fansMenuItem";
395 this.fansMenuItem.Size = new System.Drawing.Size(152, 22);
396 this.fansMenuItem.Text = "Fans";
397 this.fansMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
399 // toolStripMenuItem1
401 this.toolStripMenuItem1.Name = "toolStripMenuItem1";
402 this.toolStripMenuItem1.Size = new System.Drawing.Size(149, 6);
406 this.plotMenuItem.Checked = true;
407 this.plotMenuItem.CheckOnClick = true;
408 this.plotMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
409 this.plotMenuItem.Name = "plotMenuItem";
410 this.plotMenuItem.Size = new System.Drawing.Size(152, 22);
411 this.plotMenuItem.Text = "Plot";
412 this.plotMenuItem.CheckedChanged += new System.EventHandler(this.plotToolStripMenuItem_CheckedChanged);
414 // optionsToolStripMenuItem
416 this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
417 this.startMinMenuItem,
418 this.minTrayMenuItem,
419 this.toolStripMenuItem3,
421 this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
422 this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
423 this.optionsToolStripMenuItem.Text = "Options";
427 this.startMinMenuItem.CheckOnClick = true;
428 this.startMinMenuItem.Name = "startMinMenuItem";
429 this.startMinMenuItem.Size = new System.Drawing.Size(166, 22);
430 this.startMinMenuItem.Text = "Start Minimized";
434 this.minTrayMenuItem.Checked = true;
435 this.minTrayMenuItem.CheckOnClick = true;
436 this.minTrayMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
437 this.minTrayMenuItem.Name = "minTrayMenuItem";
438 this.minTrayMenuItem.Size = new System.Drawing.Size(166, 22);
439 this.minTrayMenuItem.Text = "Minimize To Tray";
441 // toolStripMenuItem3
443 this.toolStripMenuItem3.Name = "toolStripMenuItem3";
444 this.toolStripMenuItem3.Size = new System.Drawing.Size(163, 6);
448 this.hddMenuItem.CheckOnClick = true;
449 this.hddMenuItem.Name = "hddMenuItem";
450 this.hddMenuItem.Size = new System.Drawing.Size(166, 22);
451 this.hddMenuItem.Text = "HDD sensors";
452 this.hddMenuItem.CheckedChanged += new System.EventHandler(this.hddsensorsToolStripMenuItem_CheckedChanged);
454 // helpToolStripMenuItem
456 this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
457 this.aboutToolStripMenuItem});
458 this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
459 this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
460 this.helpToolStripMenuItem.Text = "Help";
462 // aboutToolStripMenuItem
464 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
465 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
466 this.aboutToolStripMenuItem.Text = "About";
467 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
471 this.timer.Interval = 1000;
472 this.timer.Tick += new System.EventHandler(this.timer_Tick);
476 this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
477 this.splitContainer.Location = new System.Drawing.Point(0, 24);
478 this.splitContainer.Name = "splitContainer";
479 this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
481 // splitContainer.Panel1
483 this.splitContainer.Panel1.Controls.Add(this.treeView);
485 // splitContainer.Panel2
487 this.splitContainer.Panel2.Controls.Add(this.plotPanel);
488 this.splitContainer.Panel2.Cursor = System.Windows.Forms.Cursors.Default;
489 this.splitContainer.Size = new System.Drawing.Size(478, 768);
490 this.splitContainer.SplitterDistance = 567;
491 this.splitContainer.SplitterWidth = 3;
492 this.splitContainer.TabIndex = 3;
496 this.plotPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
497 this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;
498 this.plotPanel.Font = new System.Drawing.Font("Segoe UI", 9F);
499 this.plotPanel.Location = new System.Drawing.Point(0, 0);
500 this.plotPanel.Name = "plotPanel";
501 this.plotPanel.Size = new System.Drawing.Size(478, 198);
502 this.plotPanel.TabIndex = 0;
504 // notifyContextMenuStrip
506 this.notifyContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
507 this.restoreToolStripMenuItem,
508 this.toolStripMenuItem2,
509 this.exitToolStripMenuItem1});
510 this.notifyContextMenuStrip.Name = "notifyContextMenuStrip";
511 this.notifyContextMenuStrip.Size = new System.Drawing.Size(119, 54);
513 // restoreToolStripMenuItem
515 this.restoreToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
516 this.restoreToolStripMenuItem.Name = "restoreToolStripMenuItem";
517 this.restoreToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
518 this.restoreToolStripMenuItem.Text = "Restore";
519 this.restoreToolStripMenuItem.Click += new System.EventHandler(this.restoreClick);
521 // toolStripMenuItem2
523 this.toolStripMenuItem2.Name = "toolStripMenuItem2";
524 this.toolStripMenuItem2.Size = new System.Drawing.Size(115, 6);
526 // exitToolStripMenuItem1
528 this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
529 this.exitToolStripMenuItem1.Size = new System.Drawing.Size(118, 22);
530 this.exitToolStripMenuItem1.Text = "Exit";
531 this.exitToolStripMenuItem1.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
533 // sensorContextMenuStrip
535 this.sensorContextMenuStrip.Name = "sensorContextMenuStrip";
536 this.sensorContextMenuStrip.Size = new System.Drawing.Size(61, 4);
540 this.flowsMenuItem.Checked = true;
541 this.flowsMenuItem.CheckOnClick = true;
542 this.flowsMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
543 this.flowsMenuItem.Name = "flowsMenuItem";
544 this.flowsMenuItem.Size = new System.Drawing.Size(152, 22);
545 this.flowsMenuItem.Text = "Flows";
546 this.flowsMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
550 this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
551 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
552 this.ClientSize = new System.Drawing.Size(478, 792);
553 this.Controls.Add(this.splitContainer);
554 this.Controls.Add(this.menuStrip);
555 this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
556 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
557 this.MainMenuStrip = this.menuStrip;
558 this.Name = "MainForm";
559 this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
560 this.Text = "Open Hardware Monitor";
561 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
562 this.columnsContextMenuStrip.ResumeLayout(false);
563 this.menuStrip.ResumeLayout(false);
564 this.menuStrip.PerformLayout();
565 this.splitContainer.Panel1.ResumeLayout(false);
566 this.splitContainer.Panel2.ResumeLayout(false);
567 this.splitContainer.ResumeLayout(false);
568 this.notifyContextMenuStrip.ResumeLayout(false);
569 this.ResumeLayout(false);
570 this.PerformLayout();
576 private Aga.Controls.Tree.TreeViewAdv treeView;
577 private System.Windows.Forms.MenuStrip menuStrip;
578 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
579 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
580 private Aga.Controls.Tree.TreeColumn sensor;
581 private Aga.Controls.Tree.TreeColumn value;
582 private Aga.Controls.Tree.TreeColumn min;
583 private Aga.Controls.Tree.TreeColumn max;
584 private Aga.Controls.Tree.NodeControls.NodeIcon nodeImage;
585 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxText;
586 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxValue;
587 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMin;
588 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMax;
589 private System.Windows.Forms.Timer timer;
590 private System.Windows.Forms.SplitContainer splitContainer;
591 private PlotPanel plotPanel;
592 private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
593 private System.Windows.Forms.ToolStripMenuItem plotMenuItem;
594 private Aga.Controls.Tree.NodeControls.NodeCheckBox nodeCheckBox;
595 private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
596 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
597 private Aga.Controls.Tree.TreeColumn limit;
598 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxLimit;
599 private System.Windows.Forms.ContextMenuStrip columnsContextMenuStrip;
600 private System.Windows.Forms.ToolStripMenuItem minMenuItem;
601 private System.Windows.Forms.ToolStripMenuItem maxMenuItem;
602 private System.Windows.Forms.ToolStripMenuItem limitMenuItem;
603 private System.Windows.Forms.ToolStripMenuItem valueToolStripMenuItem;
604 private System.Windows.Forms.ToolStripMenuItem saveReportToolStripMenuItem;
605 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
606 private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
607 private System.Windows.Forms.ToolStripMenuItem sensorsToolStripMenuItem;
608 private System.Windows.Forms.ToolStripMenuItem clocksMenuItem;
609 private System.Windows.Forms.ToolStripMenuItem tempMenuItem;
610 private System.Windows.Forms.ToolStripMenuItem fansMenuItem;
611 private System.Windows.Forms.ToolStripMenuItem voltMenuItem;
612 private System.Windows.Forms.ToolStripMenuItem hddMenuItem;
613 private System.Windows.Forms.ToolStripMenuItem loadMenuItem;
614 private System.Windows.Forms.ContextMenuStrip notifyContextMenuStrip;
615 private System.Windows.Forms.ToolStripMenuItem restoreToolStripMenuItem;
616 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
617 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1;
618 private System.Windows.Forms.ToolStripMenuItem minTrayMenuItem;
619 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
620 private System.Windows.Forms.ContextMenuStrip sensorContextMenuStrip;
621 private System.Windows.Forms.ToolStripMenuItem startMinMenuItem;
622 private System.Windows.Forms.ToolStripMenuItem flowsMenuItem;