Fixed Issue 91.
     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.nodeImage = new Aga.Controls.Tree.NodeControls.NodeIcon();
 
    71       this.nodeCheckBox = new Aga.Controls.Tree.NodeControls.NodeCheckBox();
 
    72       this.nodeTextBoxText = new Aga.Controls.Tree.NodeControls.NodeTextBox();
 
    73       this.nodeTextBoxValue = new Aga.Controls.Tree.NodeControls.NodeTextBox();
 
    74       this.nodeTextBoxMin = new Aga.Controls.Tree.NodeControls.NodeTextBox();
 
    75       this.nodeTextBoxMax = new Aga.Controls.Tree.NodeControls.NodeTextBox();
 
    76       this.menuStrip = new System.Windows.Forms.MenuStrip();
 
    77       this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
    78       this.saveReportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
    79       this.sumbitReportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
    80       this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
 
    81       this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
    82       this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
    83       this.hiddenMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
    84       this.plotMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
    85       this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
 
    86       this.columnsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
    87       this.valueMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
    88       this.minMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
    89       this.maxMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
    90       this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
    91       this.startMinMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
    92       this.minTrayMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
    93       this.startupMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
    94       this.separatorMenuItem = new System.Windows.Forms.ToolStripSeparator();
 
    95       this.temperatureUnitsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
    96       this.celciusToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
    97       this.fahrenheitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
    98       this.toolStripMenuItem4 = 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.splitContainer = new System.Windows.Forms.SplitContainer();
 
   103       this.plotPanel = new OpenHardwareMonitor.GUI.PlotPanel();
 
   104       this.sensorContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
 
   105       this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
 
   106       this.timer = new System.Windows.Forms.Timer(this.components);
 
   107       this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
 
   108       this.resetMinMaxMenuItem = new System.Windows.Forms.ToolStripMenuItem();
 
   109       this.menuStrip.SuspendLayout();
 
   110       this.splitContainer.Panel1.SuspendLayout();
 
   111       this.splitContainer.Panel2.SuspendLayout();
 
   112       this.splitContainer.SuspendLayout();
 
   113       this.SuspendLayout();
 
   117       this.treeView.BackColor = System.Drawing.SystemColors.Window;
 
   118       this.treeView.Columns.Add(this.sensor);
 
   119       this.treeView.Columns.Add(this.value);
 
   120       this.treeView.Columns.Add(this.min);
 
   121       this.treeView.Columns.Add(this.max);
 
   122       this.treeView.DefaultToolTipProvider = null;
 
   123       this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
 
   124       this.treeView.DragDropMarkColor = System.Drawing.Color.Black;
 
   125       this.treeView.FullRowSelect = true;
 
   126       this.treeView.GridLineStyle = Aga.Controls.Tree.GridLineStyle.Horizontal;
 
   127       this.treeView.LineColor = System.Drawing.SystemColors.ControlDark;
 
   128       this.treeView.Location = new System.Drawing.Point(0, 0);
 
   129       this.treeView.Model = null;
 
   130       this.treeView.Name = "treeView";
 
   131       this.treeView.NodeControls.Add(this.nodeImage);
 
   132       this.treeView.NodeControls.Add(this.nodeCheckBox);
 
   133       this.treeView.NodeControls.Add(this.nodeTextBoxText);
 
   134       this.treeView.NodeControls.Add(this.nodeTextBoxValue);
 
   135       this.treeView.NodeControls.Add(this.nodeTextBoxMin);
 
   136       this.treeView.NodeControls.Add(this.nodeTextBoxMax);
 
   137       this.treeView.RowHeight = 18;
 
   138       this.treeView.SelectedNode = null;
 
   139       this.treeView.Size = new System.Drawing.Size(410, 488);
 
   140       this.treeView.TabIndex = 0;
 
   141       this.treeView.Text = "treeView";
 
   142       this.treeView.UseColumns = true;
 
   143       this.treeView.NodeMouseDoubleClick += new System.EventHandler<Aga.Controls.Tree.TreeNodeAdvMouseEventArgs>(this.treeView_NodeMouseDoubleClick);
 
   144       this.treeView.Click += new System.EventHandler(this.treeView_Click);
 
   148       this.sensor.Header = "Sensor";
 
   149       this.sensor.SortOrder = System.Windows.Forms.SortOrder.None;
 
   150       this.sensor.TooltipText = null;
 
   151       this.sensor.Width = 250;
 
   155       this.value.Header = "Value";
 
   156       this.value.SortOrder = System.Windows.Forms.SortOrder.None;
 
   157       this.value.TooltipText = null;
 
   158       this.value.Width = 100;
 
   162       this.min.Header = "Min";
 
   163       this.min.SortOrder = System.Windows.Forms.SortOrder.None;
 
   164       this.min.TooltipText = null;
 
   165       this.min.Width = 100;
 
   169       this.max.Header = "Max";
 
   170       this.max.SortOrder = System.Windows.Forms.SortOrder.None;
 
   171       this.max.TooltipText = null;
 
   172       this.max.Width = 100;
 
   176       this.nodeImage.DataPropertyName = "Image";
 
   177       this.nodeImage.LeftMargin = 1;
 
   178       this.nodeImage.ParentColumn = this.sensor;
 
   179       this.nodeImage.ScaleMode = Aga.Controls.Tree.ImageScaleMode.Fit;
 
   183       this.nodeCheckBox.DataPropertyName = "Plot";
 
   184       this.nodeCheckBox.EditEnabled = true;
 
   185       this.nodeCheckBox.LeftMargin = 3;
 
   186       this.nodeCheckBox.ParentColumn = this.sensor;
 
   190       this.nodeTextBoxText.DataPropertyName = "Text";
 
   191       this.nodeTextBoxText.EditEnabled = true;
 
   192       this.nodeTextBoxText.IncrementalSearchEnabled = true;
 
   193       this.nodeTextBoxText.LeftMargin = 3;
 
   194       this.nodeTextBoxText.ParentColumn = this.sensor;
 
   198       this.nodeTextBoxValue.DataPropertyName = "Value";
 
   199       this.nodeTextBoxValue.IncrementalSearchEnabled = true;
 
   200       this.nodeTextBoxValue.LeftMargin = 3;
 
   201       this.nodeTextBoxValue.ParentColumn = this.value;
 
   205       this.nodeTextBoxMin.DataPropertyName = "Min";
 
   206       this.nodeTextBoxMin.IncrementalSearchEnabled = true;
 
   207       this.nodeTextBoxMin.LeftMargin = 3;
 
   208       this.nodeTextBoxMin.ParentColumn = this.min;
 
   212       this.nodeTextBoxMax.DataPropertyName = "Max";
 
   213       this.nodeTextBoxMax.IncrementalSearchEnabled = true;
 
   214       this.nodeTextBoxMax.LeftMargin = 3;
 
   215       this.nodeTextBoxMax.ParentColumn = this.max;
 
   219       this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
 
   220             this.fileToolStripMenuItem,
 
   221             this.viewToolStripMenuItem,
 
   222             this.optionsToolStripMenuItem,
 
   223             this.helpToolStripMenuItem});
 
   224       this.menuStrip.Location = new System.Drawing.Point(0, 0);
 
   225       this.menuStrip.Name = "menuStrip";
 
   226       this.menuStrip.Size = new System.Drawing.Size(410, 24);
 
   227       this.menuStrip.TabIndex = 1;
 
   228       this.menuStrip.Text = "menuStrip1";
 
   230       // fileToolStripMenuItem
 
   232       this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
 
   233             this.saveReportToolStripMenuItem,
 
   234             this.sumbitReportToolStripMenuItem,
 
   235             this.toolStripMenuItem2,
 
   236             this.exitToolStripMenuItem});
 
   237       this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
 
   238       this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
 
   239       this.fileToolStripMenuItem.Text = "File";
 
   241       // saveReportToolStripMenuItem
 
   243       this.saveReportToolStripMenuItem.Name = "saveReportToolStripMenuItem";
 
   244       this.saveReportToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
 
   245       this.saveReportToolStripMenuItem.Text = "Save Report...";
 
   246       this.saveReportToolStripMenuItem.Click += new System.EventHandler(this.saveReportToolStripMenuItem_Click);
 
   248       // sumbitReportToolStripMenuItem
 
   250       this.sumbitReportToolStripMenuItem.Name = "sumbitReportToolStripMenuItem";
 
   251       this.sumbitReportToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
 
   252       this.sumbitReportToolStripMenuItem.Text = "Submit Report...";
 
   253       this.sumbitReportToolStripMenuItem.Click += new System.EventHandler(this.sumbitReportToolStripMenuItem_Click);
 
   255       // toolStripMenuItem2
 
   257       this.toolStripMenuItem2.Name = "toolStripMenuItem2";
 
   258       this.toolStripMenuItem2.Size = new System.Drawing.Size(156, 6);
 
   260       // exitToolStripMenuItem
 
   262       this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
 
   263       this.exitToolStripMenuItem.Size = new System.Drawing.Size(159, 22);
 
   264       this.exitToolStripMenuItem.Text = "Exit";
 
   265       this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitClick);
 
   267       // viewToolStripMenuItem
 
   269       this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
 
   270             this.resetMinMaxMenuItem,
 
   271             this.toolStripMenuItem3,
 
   274             this.toolStripMenuItem1,
 
   275             this.columnsToolStripMenuItem});
 
   276       this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
 
   277       this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
 
   278       this.viewToolStripMenuItem.Text = "View";
 
   282       this.hiddenMenuItem.CheckOnClick = true;
 
   283       this.hiddenMenuItem.Name = "hiddenMenuItem";
 
   284       this.hiddenMenuItem.Size = new System.Drawing.Size(188, 22);
 
   285       this.hiddenMenuItem.Text = "Show Hidden Sensors";
 
   286       this.hiddenMenuItem.CheckedChanged += new System.EventHandler(this.hiddenSensorsMenuItem_CheckedChanged);
 
   290       this.plotMenuItem.Checked = true;
 
   291       this.plotMenuItem.CheckOnClick = true;
 
   292       this.plotMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
 
   293       this.plotMenuItem.Name = "plotMenuItem";
 
   294       this.plotMenuItem.Size = new System.Drawing.Size(188, 22);
 
   295       this.plotMenuItem.Text = "Show Plot";
 
   296       this.plotMenuItem.CheckedChanged += new System.EventHandler(this.plotToolStripMenuItem_CheckedChanged);
 
   298       // toolStripMenuItem1
 
   300       this.toolStripMenuItem1.Name = "toolStripMenuItem1";
 
   301       this.toolStripMenuItem1.Size = new System.Drawing.Size(185, 6);
 
   303       // columnsToolStripMenuItem
 
   305       this.columnsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
 
   309       this.columnsToolStripMenuItem.Name = "columnsToolStripMenuItem";
 
   310       this.columnsToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
 
   311       this.columnsToolStripMenuItem.Text = "Columns";
 
   315       this.valueMenuItem.Checked = true;
 
   316       this.valueMenuItem.CheckOnClick = true;
 
   317       this.valueMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
 
   318       this.valueMenuItem.Name = "valueMenuItem";
 
   319       this.valueMenuItem.Size = new System.Drawing.Size(103, 22);
 
   320       this.valueMenuItem.Text = "Value";
 
   321       this.valueMenuItem.CheckedChanged += new System.EventHandler(this.valueMenuItem_CheckedChanged);
 
   325       this.minMenuItem.Checked = true;
 
   326       this.minMenuItem.CheckOnClick = true;
 
   327       this.minMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
 
   328       this.minMenuItem.Name = "minMenuItem";
 
   329       this.minMenuItem.Size = new System.Drawing.Size(103, 22);
 
   330       this.minMenuItem.Text = "Min";
 
   331       this.minMenuItem.CheckedChanged += new System.EventHandler(this.minMenuItem_CheckedChanged);
 
   335       this.maxMenuItem.Checked = true;
 
   336       this.maxMenuItem.CheckOnClick = true;
 
   337       this.maxMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
 
   338       this.maxMenuItem.Name = "maxMenuItem";
 
   339       this.maxMenuItem.Size = new System.Drawing.Size(103, 22);
 
   340       this.maxMenuItem.Text = "Max";
 
   341       this.maxMenuItem.CheckedChanged += new System.EventHandler(this.maxMenuItem_CheckedChanged);
 
   343       // optionsToolStripMenuItem
 
   345       this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
 
   346             this.startMinMenuItem,
 
   347             this.minTrayMenuItem,
 
   348             this.startupMenuItem,
 
   349             this.separatorMenuItem,
 
   350             this.temperatureUnitsToolStripMenuItem,
 
   351             this.toolStripMenuItem4,
 
   353       this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
 
   354       this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
 
   355       this.optionsToolStripMenuItem.Text = "Options";
 
   359       this.startMinMenuItem.CheckOnClick = true;
 
   360       this.startMinMenuItem.Name = "startMinMenuItem";
 
   361       this.startMinMenuItem.Size = new System.Drawing.Size(207, 22);
 
   362       this.startMinMenuItem.Text = "Start Minimized";
 
   366       this.minTrayMenuItem.CheckOnClick = true;
 
   367       this.minTrayMenuItem.Name = "minTrayMenuItem";
 
   368       this.minTrayMenuItem.Size = new System.Drawing.Size(207, 22);
 
   369       this.minTrayMenuItem.Text = "Minimize To Tray";
 
   370       this.minTrayMenuItem.CheckedChanged += new System.EventHandler(this.minTrayMenuItem_CheckedChanged);
 
   374       this.startupMenuItem.CheckOnClick = true;
 
   375       this.startupMenuItem.Name = "startupMenuItem";
 
   376       this.startupMenuItem.Size = new System.Drawing.Size(207, 22);
 
   377       this.startupMenuItem.Text = "Run On Windows Startup";
 
   378       this.startupMenuItem.CheckedChanged += new System.EventHandler(this.runOnWindowsStartupToolStripMenuItem_CheckedChanged);
 
   382       this.separatorMenuItem.Name = "separatorMenuItem";
 
   383       this.separatorMenuItem.Size = new System.Drawing.Size(204, 6);
 
   385       // temperatureUnitsToolStripMenuItem
 
   387       this.temperatureUnitsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
 
   388             this.celciusToolStripMenuItem,
 
   389             this.fahrenheitToolStripMenuItem});
 
   390       this.temperatureUnitsToolStripMenuItem.Name = "temperatureUnitsToolStripMenuItem";
 
   391       this.temperatureUnitsToolStripMenuItem.Size = new System.Drawing.Size(207, 22);
 
   392       this.temperatureUnitsToolStripMenuItem.Text = "Temperature Unit";
 
   394       // celciusToolStripMenuItem
 
   396       this.celciusToolStripMenuItem.Name = "celciusToolStripMenuItem";
 
   397       this.celciusToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
 
   398       this.celciusToolStripMenuItem.Text = "Celcius";
 
   399       this.celciusToolStripMenuItem.Click += new System.EventHandler(this.celciusToolStripMenuItem_Click);
 
   401       // fahrenheitToolStripMenuItem
 
   403       this.fahrenheitToolStripMenuItem.Name = "fahrenheitToolStripMenuItem";
 
   404       this.fahrenheitToolStripMenuItem.Size = new System.Drawing.Size(130, 22);
 
   405       this.fahrenheitToolStripMenuItem.Text = "Fahrenheit";
 
   406       this.fahrenheitToolStripMenuItem.Click += new System.EventHandler(this.fahrenheitToolStripMenuItem_Click);
 
   408       // toolStripMenuItem4
 
   410       this.toolStripMenuItem4.Name = "toolStripMenuItem4";
 
   411       this.toolStripMenuItem4.Size = new System.Drawing.Size(204, 6);
 
   415       this.hddMenuItem.CheckOnClick = true;
 
   416       this.hddMenuItem.Name = "hddMenuItem";
 
   417       this.hddMenuItem.Size = new System.Drawing.Size(207, 22);
 
   418       this.hddMenuItem.Text = "Read HDD sensors";
 
   419       this.hddMenuItem.CheckedChanged += new System.EventHandler(this.hddsensorsToolStripMenuItem_CheckedChanged);
 
   421       // helpToolStripMenuItem
 
   423       this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
 
   424             this.aboutToolStripMenuItem});
 
   425       this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
 
   426       this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
 
   427       this.helpToolStripMenuItem.Text = "Help";
 
   429       // aboutToolStripMenuItem
 
   431       this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
 
   432       this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
 
   433       this.aboutToolStripMenuItem.Text = "About";
 
   434       this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
 
   438       this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
 
   439       this.splitContainer.Location = new System.Drawing.Point(0, 24);
 
   440       this.splitContainer.Name = "splitContainer";
 
   441       this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
 
   443       // splitContainer.Panel1
 
   445       this.splitContainer.Panel1.Controls.Add(this.treeView);
 
   447       // splitContainer.Panel2
 
   449       this.splitContainer.Panel2.Controls.Add(this.plotPanel);
 
   450       this.splitContainer.Panel2.Cursor = System.Windows.Forms.Cursors.Default;
 
   451       this.splitContainer.Size = new System.Drawing.Size(410, 662);
 
   452       this.splitContainer.SplitterDistance = 488;
 
   453       this.splitContainer.SplitterWidth = 3;
 
   454       this.splitContainer.TabIndex = 3;
 
   458       this.plotPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
 
   459       this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;
 
   460       this.plotPanel.Location = new System.Drawing.Point(0, 0);
 
   461       this.plotPanel.Name = "plotPanel";
 
   462       this.plotPanel.Size = new System.Drawing.Size(410, 171);
 
   463       this.plotPanel.TabIndex = 0;
 
   465       // sensorContextMenuStrip
 
   467       this.sensorContextMenuStrip.Name = "sensorContextMenuStrip";
 
   468       this.sensorContextMenuStrip.Size = new System.Drawing.Size(61, 4);
 
   472       this.saveFileDialog.DefaultExt = "txt";
 
   473       this.saveFileDialog.FileName = "OpenHardwareMonitor.Report.txt";
 
   474       this.saveFileDialog.Filter = "Text Documents|*.txt|All Files|*.*";
 
   475       this.saveFileDialog.RestoreDirectory = true;
 
   476       this.saveFileDialog.Title = "Save Report As";
 
   480       this.timer.Interval = 1000;
 
   481       this.timer.Tick += new System.EventHandler(this.timer_Tick);
 
   483       // toolStripMenuItem3
 
   485       this.toolStripMenuItem3.Name = "toolStripMenuItem3";
 
   486       this.toolStripMenuItem3.Size = new System.Drawing.Size(185, 6);
 
   488       // resetMinMaxMenuItem
 
   490       this.resetMinMaxMenuItem.Name = "resetMinMaxMenuItem";
 
   491       this.resetMinMaxMenuItem.Size = new System.Drawing.Size(188, 22);
 
   492       this.resetMinMaxMenuItem.Text = "Reset Min/Max";
 
   493       this.resetMinMaxMenuItem.Click += new System.EventHandler(this.resetMinMaxMenuItem_Click);
 
   497       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
 
   498       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
 
   499       this.ClientSize = new System.Drawing.Size(410, 686);
 
   500       this.Controls.Add(this.splitContainer);
 
   501       this.Controls.Add(this.menuStrip);
 
   502       this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
 
   503       this.MainMenuStrip = this.menuStrip;
 
   504       this.Name = "MainForm";
 
   505       this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
 
   506       this.Text = "Open Hardware Monitor";
 
   507       this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
 
   508       this.menuStrip.ResumeLayout(false);
 
   509       this.menuStrip.PerformLayout();
 
   510       this.splitContainer.Panel1.ResumeLayout(false);
 
   511       this.splitContainer.Panel2.ResumeLayout(false);
 
   512       this.splitContainer.ResumeLayout(false);
 
   513       this.ResumeLayout(false);
 
   514       this.PerformLayout();
 
   520     private Aga.Controls.Tree.TreeViewAdv treeView;
 
   521     private System.Windows.Forms.MenuStrip menuStrip;
 
   522     private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
 
   523     private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
 
   524     private Aga.Controls.Tree.TreeColumn sensor;
 
   525     private Aga.Controls.Tree.TreeColumn value;
 
   526     private Aga.Controls.Tree.TreeColumn min;
 
   527     private Aga.Controls.Tree.TreeColumn max;
 
   528     private Aga.Controls.Tree.NodeControls.NodeIcon nodeImage;
 
   529     private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxText;
 
   530     private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxValue;
 
   531     private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMin;
 
   532     private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMax;
 
   533     private System.Windows.Forms.SplitContainer splitContainer;
 
   534     private PlotPanel plotPanel;
 
   535     private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
 
   536     private System.Windows.Forms.ToolStripMenuItem plotMenuItem;
 
   537     private Aga.Controls.Tree.NodeControls.NodeCheckBox nodeCheckBox;
 
   538     private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
 
   539     private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
 
   540     private System.Windows.Forms.ToolStripMenuItem saveReportToolStripMenuItem;
 
   541     private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
 
   542     private System.Windows.Forms.ToolStripMenuItem hddMenuItem;
 
   543     private System.Windows.Forms.ToolStripMenuItem minTrayMenuItem;
 
   544     private System.Windows.Forms.ToolStripSeparator separatorMenuItem;
 
   545     private System.Windows.Forms.ContextMenuStrip sensorContextMenuStrip;
 
   546     private System.Windows.Forms.ToolStripMenuItem startMinMenuItem;
 
   547     private System.Windows.Forms.ToolStripMenuItem startupMenuItem;
 
   548     private System.Windows.Forms.SaveFileDialog saveFileDialog;
 
   549     private System.Windows.Forms.Timer timer;
 
   550     private System.Windows.Forms.ToolStripMenuItem hiddenMenuItem;
 
   551     private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
 
   552     private System.Windows.Forms.ToolStripMenuItem columnsToolStripMenuItem;
 
   553     private System.Windows.Forms.ToolStripMenuItem valueMenuItem;
 
   554     private System.Windows.Forms.ToolStripMenuItem minMenuItem;
 
   555     private System.Windows.Forms.ToolStripMenuItem maxMenuItem;
 
   556     private System.Windows.Forms.ToolStripMenuItem temperatureUnitsToolStripMenuItem;
 
   557     private System.Windows.Forms.ToolStripSeparator toolStripMenuItem4;
 
   558     private System.Windows.Forms.ToolStripMenuItem celciusToolStripMenuItem;
 
   559     private System.Windows.Forms.ToolStripMenuItem fahrenheitToolStripMenuItem;
 
   560     private System.Windows.Forms.ToolStripMenuItem sumbitReportToolStripMenuItem;
 
   561     private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
 
   562     private System.Windows.Forms.ToolStripMenuItem resetMinMaxMenuItem;
 
   563     private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;