GUI/MainForm.Designer.cs
author moel.mich
Sat, 15 May 2010 12:50:28 +0000
changeset 117 14329d236f05
parent 111 2b8a8cf92c3a
child 122 3ef997c53b50
permissions -rw-r--r--
Fixed some font issues.
     1 /*
     2   
     3   Version: MPL 1.1/GPL 2.0/LGPL 2.1
     4 
     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
     8  
     9   http://www.mozilla.org/MPL/
    10 
    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.
    14 
    15   The Original Code is the Open Hardware Monitor code.
    16 
    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.
    21 
    22   Contributor(s):
    23 
    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.
    35  
    36 */
    37 
    38 namespace OpenHardwareMonitor.GUI {
    39   partial class MainForm {
    40     /// <summary>
    41     /// Required designer variable.
    42     /// </summary>
    43     private System.ComponentModel.IContainer components = null;
    44 
    45     /// <summary>
    46     /// Clean up any resources being used.
    47     /// </summary>
    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)) {
    51         components.Dispose();
    52       }
    53       base.Dispose(disposing);
    54     }
    55 
    56     #region Windows Form Designer generated code
    57 
    58     /// <summary>
    59     /// Required method for Designer support - do not modify
    60     /// the contents of this method with the code editor.
    61     /// </summary>
    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.menuStrip = new System.Windows.Forms.MenuStrip();
    79       this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    80       this.saveReportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    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.limitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    91       this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    92       this.startMinMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    93       this.minTrayMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    94       this.startupMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    95       this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
    96       this.hddMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    97       this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    98       this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    99       this.splitContainer = new System.Windows.Forms.SplitContainer();
   100       this.plotPanel = new OpenHardwareMonitor.GUI.PlotPanel();
   101       this.notifyContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
   102       this.hideShowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
   103       this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
   104       this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
   105       this.sensorContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
   106       this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
   107       this.timer = new System.Windows.Forms.Timer(this.components);
   108       this.menuStrip.SuspendLayout();
   109       this.splitContainer.Panel1.SuspendLayout();
   110       this.splitContainer.Panel2.SuspendLayout();
   111       this.splitContainer.SuspendLayout();
   112       this.notifyContextMenuStrip.SuspendLayout();
   113       this.SuspendLayout();
   114       // 
   115       // treeView
   116       // 
   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.Columns.Add(this.limit);
   123       this.treeView.DefaultToolTipProvider = null;
   124       this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
   125       this.treeView.DragDropMarkColor = System.Drawing.Color.Black;      
   126       this.treeView.FullRowSelect = true;
   127       this.treeView.GridLineStyle = Aga.Controls.Tree.GridLineStyle.Horizontal;
   128       this.treeView.LineColor = System.Drawing.SystemColors.ControlDark;
   129       this.treeView.Location = new System.Drawing.Point(0, 0);
   130       this.treeView.Model = null;
   131       this.treeView.Name = "treeView";
   132       this.treeView.NodeControls.Add(this.nodeImage);
   133       this.treeView.NodeControls.Add(this.nodeCheckBox);
   134       this.treeView.NodeControls.Add(this.nodeTextBoxText);
   135       this.treeView.NodeControls.Add(this.nodeTextBoxValue);
   136       this.treeView.NodeControls.Add(this.nodeTextBoxMin);
   137       this.treeView.NodeControls.Add(this.nodeTextBoxMax);
   138       this.treeView.NodeControls.Add(this.nodeTextBoxLimit);
   139       this.treeView.RowHeight = 18;
   140       this.treeView.SelectedNode = null;
   141       this.treeView.Size = new System.Drawing.Size(478, 567);
   142       this.treeView.TabIndex = 0;
   143       this.treeView.Text = "treeView";
   144       this.treeView.UseColumns = true;
   145       this.treeView.NodeMouseDoubleClick += new System.EventHandler<Aga.Controls.Tree.TreeNodeAdvMouseEventArgs>(this.treeView_NodeMouseDoubleClick);
   146       this.treeView.Click += new System.EventHandler(this.treeView_Click);
   147       // 
   148       // sensor
   149       // 
   150       this.sensor.Header = "Sensor";
   151       this.sensor.SortOrder = System.Windows.Forms.SortOrder.None;
   152       this.sensor.TooltipText = null;
   153       this.sensor.Width = 250;
   154       // 
   155       // value
   156       // 
   157       this.value.Header = "Value";
   158       this.value.SortOrder = System.Windows.Forms.SortOrder.None;
   159       this.value.TooltipText = null;
   160       this.value.Width = 100;
   161       // 
   162       // min
   163       // 
   164       this.min.Header = "Min";
   165       this.min.SortOrder = System.Windows.Forms.SortOrder.None;
   166       this.min.TooltipText = null;
   167       this.min.Width = 100;
   168       // 
   169       // max
   170       // 
   171       this.max.Header = "Max";
   172       this.max.SortOrder = System.Windows.Forms.SortOrder.None;
   173       this.max.TooltipText = null;
   174       this.max.Width = 100;
   175       // 
   176       // limit
   177       // 
   178       this.limit.Header = "Limit";
   179       this.limit.SortOrder = System.Windows.Forms.SortOrder.None;
   180       this.limit.TooltipText = null;
   181       this.limit.Width = 100;
   182       // 
   183       // nodeImage
   184       // 
   185       this.nodeImage.DataPropertyName = "Image";
   186       this.nodeImage.LeftMargin = 1;
   187       this.nodeImage.ParentColumn = this.sensor;
   188       this.nodeImage.ScaleMode = Aga.Controls.Tree.ImageScaleMode.Fit;
   189       // 
   190       // nodeCheckBox
   191       // 
   192       this.nodeCheckBox.DataPropertyName = "Plot";
   193       this.nodeCheckBox.EditEnabled = true;
   194       this.nodeCheckBox.LeftMargin = 3;
   195       this.nodeCheckBox.ParentColumn = this.sensor;
   196       // 
   197       // nodeTextBoxText
   198       // 
   199       this.nodeTextBoxText.DataPropertyName = "Text";
   200       this.nodeTextBoxText.EditEnabled = true;
   201       this.nodeTextBoxText.IncrementalSearchEnabled = true;
   202       this.nodeTextBoxText.LeftMargin = 3;
   203       this.nodeTextBoxText.ParentColumn = this.sensor;
   204       // 
   205       // nodeTextBoxValue
   206       // 
   207       this.nodeTextBoxValue.DataPropertyName = "Value";
   208       this.nodeTextBoxValue.IncrementalSearchEnabled = true;
   209       this.nodeTextBoxValue.LeftMargin = 3;
   210       this.nodeTextBoxValue.ParentColumn = this.value;
   211       // 
   212       // nodeTextBoxMin
   213       // 
   214       this.nodeTextBoxMin.DataPropertyName = "Min";
   215       this.nodeTextBoxMin.IncrementalSearchEnabled = true;
   216       this.nodeTextBoxMin.LeftMargin = 3;
   217       this.nodeTextBoxMin.ParentColumn = this.min;
   218       // 
   219       // nodeTextBoxMax
   220       // 
   221       this.nodeTextBoxMax.DataPropertyName = "Max";
   222       this.nodeTextBoxMax.IncrementalSearchEnabled = true;
   223       this.nodeTextBoxMax.LeftMargin = 3;
   224       this.nodeTextBoxMax.ParentColumn = this.max;
   225       // 
   226       // nodeTextBoxLimit
   227       // 
   228       this.nodeTextBoxLimit.DataPropertyName = "Limit";
   229       this.nodeTextBoxLimit.EditEnabled = true;
   230       this.nodeTextBoxLimit.IncrementalSearchEnabled = true;
   231       this.nodeTextBoxLimit.LeftMargin = 3;
   232       this.nodeTextBoxLimit.ParentColumn = this.limit;
   233       // 
   234       // menuStrip
   235       // 
   236       this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
   237             this.fileToolStripMenuItem,
   238             this.viewToolStripMenuItem,
   239             this.optionsToolStripMenuItem,
   240             this.helpToolStripMenuItem});
   241       this.menuStrip.Location = new System.Drawing.Point(0, 0);
   242       this.menuStrip.Name = "menuStrip";
   243       this.menuStrip.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2);
   244       this.menuStrip.Size = new System.Drawing.Size(478, 24);
   245       this.menuStrip.TabIndex = 1;
   246       this.menuStrip.Text = "menuStrip1";
   247       // 
   248       // fileToolStripMenuItem
   249       // 
   250       this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
   251             this.saveReportToolStripMenuItem,
   252             this.exitToolStripMenuItem});
   253       this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
   254       this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
   255       this.fileToolStripMenuItem.Text = "File";
   256       // 
   257       // saveReportToolStripMenuItem
   258       // 
   259       this.saveReportToolStripMenuItem.Name = "saveReportToolStripMenuItem";
   260       this.saveReportToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
   261       this.saveReportToolStripMenuItem.Text = "Save Report...";
   262       this.saveReportToolStripMenuItem.Click += new System.EventHandler(this.saveReportToolStripMenuItem_Click);
   263       // 
   264       // exitToolStripMenuItem
   265       // 
   266       this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
   267       this.exitToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
   268       this.exitToolStripMenuItem.Text = "Exit";
   269       this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
   270       // 
   271       // viewToolStripMenuItem
   272       // 
   273       this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
   274             this.hiddenMenuItem,
   275             this.plotMenuItem,
   276             this.toolStripMenuItem1,
   277             this.columnsToolStripMenuItem});
   278       this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
   279       this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
   280       this.viewToolStripMenuItem.Text = "View";
   281       // 
   282       // hiddenMenuItem
   283       // 
   284       this.hiddenMenuItem.CheckOnClick = true;
   285       this.hiddenMenuItem.Name = "hiddenMenuItem";
   286       this.hiddenMenuItem.Size = new System.Drawing.Size(188, 22);
   287       this.hiddenMenuItem.Text = "Show Hidden Sensors";
   288       this.hiddenMenuItem.CheckedChanged += new System.EventHandler(this.hiddenSensorsMenuItem_CheckedChanged);
   289       // 
   290       // plotMenuItem
   291       // 
   292       this.plotMenuItem.Checked = true;
   293       this.plotMenuItem.CheckOnClick = true;
   294       this.plotMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
   295       this.plotMenuItem.Name = "plotMenuItem";
   296       this.plotMenuItem.Size = new System.Drawing.Size(188, 22);
   297       this.plotMenuItem.Text = "Show Plot";
   298       this.plotMenuItem.CheckedChanged += new System.EventHandler(this.plotToolStripMenuItem_CheckedChanged);
   299       // 
   300       // toolStripMenuItem1
   301       // 
   302       this.toolStripMenuItem1.Name = "toolStripMenuItem1";
   303       this.toolStripMenuItem1.Size = new System.Drawing.Size(185, 6);
   304       // 
   305       // columnsToolStripMenuItem
   306       // 
   307       this.columnsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
   308             this.valueMenuItem,
   309             this.minMenuItem,
   310             this.maxMenuItem,
   311             this.limitMenuItem});
   312       this.columnsToolStripMenuItem.Name = "columnsToolStripMenuItem";
   313       this.columnsToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
   314       this.columnsToolStripMenuItem.Text = "Columns";
   315       // 
   316       // valueMenuItem
   317       // 
   318       this.valueMenuItem.Checked = true;
   319       this.valueMenuItem.CheckOnClick = true;
   320       this.valueMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
   321       this.valueMenuItem.Name = "valueMenuItem";
   322       this.valueMenuItem.Size = new System.Drawing.Size(152, 22);
   323       this.valueMenuItem.Text = "Value";
   324       this.valueMenuItem.CheckedChanged += new System.EventHandler(this.valueMenuItem_CheckedChanged);
   325       // 
   326       // minMenuItem
   327       // 
   328       this.minMenuItem.Checked = true;
   329       this.minMenuItem.CheckOnClick = true;
   330       this.minMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
   331       this.minMenuItem.Name = "minMenuItem";
   332       this.minMenuItem.Size = new System.Drawing.Size(152, 22);
   333       this.minMenuItem.Text = "Min";
   334       this.minMenuItem.CheckedChanged += new System.EventHandler(this.minMenuItem_CheckedChanged);
   335       // 
   336       // maxMenuItem
   337       // 
   338       this.maxMenuItem.Checked = true;
   339       this.maxMenuItem.CheckOnClick = true;
   340       this.maxMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
   341       this.maxMenuItem.Name = "maxMenuItem";
   342       this.maxMenuItem.Size = new System.Drawing.Size(152, 22);
   343       this.maxMenuItem.Text = "Max";
   344       this.maxMenuItem.CheckedChanged += new System.EventHandler(this.maxMenuItem_CheckedChanged);
   345       // 
   346       // limitMenuItem
   347       // 
   348       this.limitMenuItem.Checked = true;
   349       this.limitMenuItem.CheckOnClick = true;
   350       this.limitMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
   351       this.limitMenuItem.Name = "limitMenuItem";
   352       this.limitMenuItem.Size = new System.Drawing.Size(152, 22);
   353       this.limitMenuItem.Text = "Limit";
   354       this.limitMenuItem.CheckedChanged += new System.EventHandler(this.limitMenuItem_CheckedChanged);
   355       // 
   356       // optionsToolStripMenuItem
   357       // 
   358       this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
   359             this.startMinMenuItem,
   360             this.minTrayMenuItem,
   361             this.startupMenuItem,
   362             this.toolStripMenuItem3,
   363             this.hddMenuItem});
   364       this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
   365       this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
   366       this.optionsToolStripMenuItem.Text = "Options";
   367       // 
   368       // startMinMenuItem
   369       // 
   370       this.startMinMenuItem.CheckOnClick = true;
   371       this.startMinMenuItem.Name = "startMinMenuItem";
   372       this.startMinMenuItem.Size = new System.Drawing.Size(207, 22);
   373       this.startMinMenuItem.Text = "Start Minimized";
   374       // 
   375       // minTrayMenuItem
   376       // 
   377       this.minTrayMenuItem.CheckOnClick = true;
   378       this.minTrayMenuItem.Name = "minTrayMenuItem";
   379       this.minTrayMenuItem.Size = new System.Drawing.Size(207, 22);
   380       this.minTrayMenuItem.Text = "Minimize To Tray";
   381       this.minTrayMenuItem.CheckedChanged += new System.EventHandler(this.minTrayMenuItem_CheckedChanged);
   382       // 
   383       // startupMenuItem
   384       // 
   385       this.startupMenuItem.CheckOnClick = true;
   386       this.startupMenuItem.Name = "startupMenuItem";
   387       this.startupMenuItem.Size = new System.Drawing.Size(207, 22);
   388       this.startupMenuItem.Text = "Run On Windows Startup";
   389       this.startupMenuItem.CheckedChanged += new System.EventHandler(this.runOnWindowsStartupToolStripMenuItem_CheckedChanged);
   390       // 
   391       // toolStripMenuItem3
   392       // 
   393       this.toolStripMenuItem3.Name = "toolStripMenuItem3";
   394       this.toolStripMenuItem3.Size = new System.Drawing.Size(204, 6);
   395       // 
   396       // hddMenuItem
   397       // 
   398       this.hddMenuItem.CheckOnClick = true;
   399       this.hddMenuItem.Name = "hddMenuItem";
   400       this.hddMenuItem.Size = new System.Drawing.Size(207, 22);
   401       this.hddMenuItem.Text = "HDD sensors";
   402       this.hddMenuItem.CheckedChanged += new System.EventHandler(this.hddsensorsToolStripMenuItem_CheckedChanged);
   403       // 
   404       // helpToolStripMenuItem
   405       // 
   406       this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
   407             this.aboutToolStripMenuItem});
   408       this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
   409       this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
   410       this.helpToolStripMenuItem.Text = "Help";
   411       // 
   412       // aboutToolStripMenuItem
   413       // 
   414       this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
   415       this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
   416       this.aboutToolStripMenuItem.Text = "About";
   417       this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
   418       // 
   419       // splitContainer
   420       // 
   421       this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
   422       this.splitContainer.Location = new System.Drawing.Point(0, 24);
   423       this.splitContainer.Name = "splitContainer";
   424       this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
   425       // 
   426       // splitContainer.Panel1
   427       // 
   428       this.splitContainer.Panel1.Controls.Add(this.treeView);
   429       // 
   430       // splitContainer.Panel2
   431       // 
   432       this.splitContainer.Panel2.Controls.Add(this.plotPanel);
   433       this.splitContainer.Panel2.Cursor = System.Windows.Forms.Cursors.Default;
   434       this.splitContainer.Size = new System.Drawing.Size(478, 768);
   435       this.splitContainer.SplitterDistance = 567;
   436       this.splitContainer.SplitterWidth = 3;
   437       this.splitContainer.TabIndex = 3;
   438       // 
   439       // plotPanel
   440       // 
   441       this.plotPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
   442       this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;      
   443       this.plotPanel.Location = new System.Drawing.Point(0, 0);
   444       this.plotPanel.Name = "plotPanel";
   445       this.plotPanel.Size = new System.Drawing.Size(478, 198);
   446       this.plotPanel.TabIndex = 0;
   447       // 
   448       // notifyContextMenuStrip
   449       // 
   450       this.notifyContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
   451             this.hideShowToolStripMenuItem,
   452             this.toolStripMenuItem2,
   453             this.exitToolStripMenuItem1});
   454       this.notifyContextMenuStrip.Name = "notifyContextMenuStrip";
   455       this.notifyContextMenuStrip.Size = new System.Drawing.Size(137, 54);
   456       // 
   457       // hideShowToolStripMenuItem
   458       //       
   459       this.hideShowToolStripMenuItem.Name = "hideShowToolStripMenuItem";
   460       this.hideShowToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
   461       this.hideShowToolStripMenuItem.Text = "Hide/Show";
   462       this.hideShowToolStripMenuItem.Click += new System.EventHandler(this.hideShowClick);
   463       // 
   464       // toolStripMenuItem2
   465       // 
   466       this.toolStripMenuItem2.Name = "toolStripMenuItem2";
   467       this.toolStripMenuItem2.Size = new System.Drawing.Size(133, 6);
   468       // 
   469       // exitToolStripMenuItem1
   470       // 
   471       this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
   472       this.exitToolStripMenuItem1.Size = new System.Drawing.Size(136, 22);
   473       this.exitToolStripMenuItem1.Text = "Exit";
   474       this.exitToolStripMenuItem1.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
   475       // 
   476       // sensorContextMenuStrip
   477       // 
   478       this.sensorContextMenuStrip.Name = "sensorContextMenuStrip";
   479       this.sensorContextMenuStrip.Size = new System.Drawing.Size(61, 4);
   480       // 
   481       // saveFileDialog
   482       // 
   483       this.saveFileDialog.DefaultExt = "txt";
   484       this.saveFileDialog.FileName = "OpenHardwareMonitor.Report.txt";
   485       this.saveFileDialog.Filter = "Text Documents|*.txt|All Files|*.*";
   486       this.saveFileDialog.RestoreDirectory = true;
   487       this.saveFileDialog.Title = "Save Report As";
   488       // 
   489       // timer
   490       // 
   491       this.timer.Interval = 1000;
   492       this.timer.Tick += new System.EventHandler(this.timer_Tick);
   493       // 
   494       // MainForm
   495       // 
   496       this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
   497       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
   498       this.ClientSize = new System.Drawing.Size(478, 792);
   499       this.Controls.Add(this.splitContainer);
   500       this.Controls.Add(this.menuStrip);      
   501       this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
   502       this.MainMenuStrip = this.menuStrip;
   503       this.Name = "MainForm";
   504       this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
   505       this.Text = "Open Hardware Monitor";
   506       this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
   507       this.menuStrip.ResumeLayout(false);
   508       this.menuStrip.PerformLayout();
   509       this.splitContainer.Panel1.ResumeLayout(false);
   510       this.splitContainer.Panel2.ResumeLayout(false);
   511       this.splitContainer.ResumeLayout(false);
   512       this.notifyContextMenuStrip.ResumeLayout(false);
   513       this.ResumeLayout(false);
   514       this.PerformLayout();
   515 
   516     }
   517 
   518     #endregion
   519 
   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 Aga.Controls.Tree.TreeColumn limit;
   541     private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxLimit;
   542     private System.Windows.Forms.ToolStripMenuItem saveReportToolStripMenuItem;
   543     private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
   544     private System.Windows.Forms.ToolStripMenuItem hddMenuItem;
   545     private System.Windows.Forms.ContextMenuStrip notifyContextMenuStrip;
   546     private System.Windows.Forms.ToolStripMenuItem hideShowToolStripMenuItem;
   547     private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
   548     private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1;
   549     private System.Windows.Forms.ToolStripMenuItem minTrayMenuItem;
   550     private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
   551     private System.Windows.Forms.ContextMenuStrip sensorContextMenuStrip;
   552     private System.Windows.Forms.ToolStripMenuItem startMinMenuItem;
   553     private System.Windows.Forms.ToolStripMenuItem startupMenuItem;
   554     private System.Windows.Forms.SaveFileDialog saveFileDialog;
   555     private System.Windows.Forms.Timer timer;
   556     private System.Windows.Forms.ToolStripMenuItem hiddenMenuItem;
   557     private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
   558     private System.Windows.Forms.ToolStripMenuItem columnsToolStripMenuItem;
   559     private System.Windows.Forms.ToolStripMenuItem valueMenuItem;
   560     private System.Windows.Forms.ToolStripMenuItem minMenuItem;
   561     private System.Windows.Forms.ToolStripMenuItem maxMenuItem;
   562     private System.Windows.Forms.ToolStripMenuItem limitMenuItem;
   563   }
   564 }
   565