GUI/MainForm.Designer.cs
author moel.mich
Sun, 07 Feb 2010 20:11:30 +0000
changeset 32 a7f5e400f0da
parent 27 beed5a9e1b78
child 40 2392f7402fb6
permissions -rw-r--r--
Release version 0.1.14. Added more report details for T-Balancer bigNG.
     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.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.minTrayMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    98       this.toolStripMenuItem3 = 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.timer = new System.Windows.Forms.Timer(this.components);
   103       this.splitContainer = new System.Windows.Forms.SplitContainer();
   104       this.plotPanel = new OpenHardwareMonitor.GUI.PlotPanel();
   105       this.notifyIcon = new System.Windows.Forms.NotifyIcon(this.components);
   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.columnsContextMenuStrip.SuspendLayout();
   111       this.menuStrip.SuspendLayout();
   112       this.splitContainer.Panel1.SuspendLayout();
   113       this.splitContainer.Panel2.SuspendLayout();
   114       this.splitContainer.SuspendLayout();
   115       this.notifyContextMenuStrip.SuspendLayout();
   116       this.SuspendLayout();
   117       // 
   118       // treeView
   119       // 
   120       this.treeView.BackColor = System.Drawing.SystemColors.Window;
   121       this.treeView.Columns.Add(this.sensor);
   122       this.treeView.Columns.Add(this.value);
   123       this.treeView.Columns.Add(this.min);
   124       this.treeView.Columns.Add(this.max);
   125       this.treeView.Columns.Add(this.limit);
   126       this.treeView.DefaultToolTipProvider = null;
   127       this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
   128       this.treeView.DragDropMarkColor = System.Drawing.Color.Black;
   129       this.treeView.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   130       this.treeView.FullRowSelect = true;
   131       this.treeView.GridLineStyle = Aga.Controls.Tree.GridLineStyle.Horizontal;
   132       this.treeView.LineColor = System.Drawing.SystemColors.ControlDark;
   133       this.treeView.Location = new System.Drawing.Point(0, 0);
   134       this.treeView.Model = null;
   135       this.treeView.Name = "treeView";
   136       this.treeView.NodeControls.Add(this.nodeImage);
   137       this.treeView.NodeControls.Add(this.nodeCheckBox);
   138       this.treeView.NodeControls.Add(this.nodeTextBoxText);
   139       this.treeView.NodeControls.Add(this.nodeTextBoxValue);
   140       this.treeView.NodeControls.Add(this.nodeTextBoxMin);
   141       this.treeView.NodeControls.Add(this.nodeTextBoxMax);
   142       this.treeView.NodeControls.Add(this.nodeTextBoxLimit);
   143       this.treeView.RowHeight = 18;
   144       this.treeView.SelectedNode = null;
   145       this.treeView.Size = new System.Drawing.Size(478, 567);
   146       this.treeView.TabIndex = 0;
   147       this.treeView.Text = "treeView";
   148       this.treeView.UseColumns = true;
   149       this.treeView.Click += new System.EventHandler(this.treeView_Click);
   150       // 
   151       // sensor
   152       // 
   153       this.sensor.Header = "Sensor";
   154       this.sensor.SortOrder = System.Windows.Forms.SortOrder.None;
   155       this.sensor.TooltipText = null;
   156       this.sensor.Width = 250;
   157       // 
   158       // value
   159       // 
   160       this.value.Header = "Value";
   161       this.value.SortOrder = System.Windows.Forms.SortOrder.None;
   162       this.value.TooltipText = null;
   163       this.value.Width = 100;
   164       // 
   165       // min
   166       // 
   167       this.min.Header = "Min";
   168       this.min.SortOrder = System.Windows.Forms.SortOrder.None;
   169       this.min.TooltipText = null;
   170       this.min.Width = 100;
   171       // 
   172       // max
   173       // 
   174       this.max.Header = "Max";
   175       this.max.SortOrder = System.Windows.Forms.SortOrder.None;
   176       this.max.TooltipText = null;
   177       this.max.Width = 100;
   178       // 
   179       // limit
   180       // 
   181       this.limit.Header = "Limit";
   182       this.limit.SortOrder = System.Windows.Forms.SortOrder.None;
   183       this.limit.TooltipText = null;
   184       this.limit.Width = 100;
   185       // 
   186       // nodeImage
   187       // 
   188       this.nodeImage.DataPropertyName = "Image";
   189       this.nodeImage.LeftMargin = 1;
   190       this.nodeImage.ParentColumn = this.sensor;
   191       this.nodeImage.ScaleMode = Aga.Controls.Tree.ImageScaleMode.Fit;
   192       // 
   193       // nodeCheckBox
   194       // 
   195       this.nodeCheckBox.DataPropertyName = "Plot";
   196       this.nodeCheckBox.EditEnabled = true;
   197       this.nodeCheckBox.LeftMargin = 3;
   198       this.nodeCheckBox.ParentColumn = this.sensor;
   199       // 
   200       // nodeTextBoxText
   201       // 
   202       this.nodeTextBoxText.DataPropertyName = "Text";
   203       this.nodeTextBoxText.EditEnabled = true;
   204       this.nodeTextBoxText.IncrementalSearchEnabled = true;
   205       this.nodeTextBoxText.LeftMargin = 3;
   206       this.nodeTextBoxText.ParentColumn = this.sensor;
   207       // 
   208       // nodeTextBoxValue
   209       // 
   210       this.nodeTextBoxValue.DataPropertyName = "Value";
   211       this.nodeTextBoxValue.IncrementalSearchEnabled = true;
   212       this.nodeTextBoxValue.LeftMargin = 3;
   213       this.nodeTextBoxValue.ParentColumn = this.value;
   214       // 
   215       // nodeTextBoxMin
   216       // 
   217       this.nodeTextBoxMin.DataPropertyName = "Min";
   218       this.nodeTextBoxMin.IncrementalSearchEnabled = true;
   219       this.nodeTextBoxMin.LeftMargin = 3;
   220       this.nodeTextBoxMin.ParentColumn = this.min;
   221       // 
   222       // nodeTextBoxMax
   223       // 
   224       this.nodeTextBoxMax.DataPropertyName = "Max";
   225       this.nodeTextBoxMax.IncrementalSearchEnabled = true;
   226       this.nodeTextBoxMax.LeftMargin = 3;
   227       this.nodeTextBoxMax.ParentColumn = this.max;
   228       // 
   229       // nodeTextBoxLimit
   230       // 
   231       this.nodeTextBoxLimit.DataPropertyName = "Limit";
   232       this.nodeTextBoxLimit.EditEnabled = true;
   233       this.nodeTextBoxLimit.IncrementalSearchEnabled = true;
   234       this.nodeTextBoxLimit.LeftMargin = 3;
   235       this.nodeTextBoxLimit.ParentColumn = this.limit;
   236       // 
   237       // columnsContextMenuStrip
   238       // 
   239       this.columnsContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
   240             this.valueToolStripMenuItem,
   241             this.minMenuItem,
   242             this.maxMenuItem,
   243             this.limitMenuItem});
   244       this.columnsContextMenuStrip.Name = "columnsContextMenuStrip";
   245       this.columnsContextMenuStrip.Size = new System.Drawing.Size(104, 92);
   246       // 
   247       // valueToolStripMenuItem
   248       // 
   249       this.valueToolStripMenuItem.Checked = true;
   250       this.valueToolStripMenuItem.CheckOnClick = true;
   251       this.valueToolStripMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
   252       this.valueToolStripMenuItem.Name = "valueToolStripMenuItem";
   253       this.valueToolStripMenuItem.Size = new System.Drawing.Size(103, 22);
   254       this.valueToolStripMenuItem.Text = "Value";
   255       this.valueToolStripMenuItem.CheckedChanged += new System.EventHandler(this.valueToolStripMenuItem_CheckedChanged);
   256       // 
   257       // minMenuItem
   258       // 
   259       this.minMenuItem.Checked = true;
   260       this.minMenuItem.CheckOnClick = true;
   261       this.minMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
   262       this.minMenuItem.Name = "minMenuItem";
   263       this.minMenuItem.Size = new System.Drawing.Size(103, 22);
   264       this.minMenuItem.Text = "Min";
   265       this.minMenuItem.CheckedChanged += new System.EventHandler(this.minToolStripMenuItem_CheckedChanged);
   266       // 
   267       // maxMenuItem
   268       // 
   269       this.maxMenuItem.Checked = true;
   270       this.maxMenuItem.CheckOnClick = true;
   271       this.maxMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
   272       this.maxMenuItem.Name = "maxMenuItem";
   273       this.maxMenuItem.Size = new System.Drawing.Size(103, 22);
   274       this.maxMenuItem.Text = "Max";
   275       this.maxMenuItem.CheckedChanged += new System.EventHandler(this.maxToolStripMenuItem_CheckedChanged);
   276       // 
   277       // limitMenuItem
   278       // 
   279       this.limitMenuItem.Checked = true;
   280       this.limitMenuItem.CheckOnClick = true;
   281       this.limitMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
   282       this.limitMenuItem.Name = "limitMenuItem";
   283       this.limitMenuItem.Size = new System.Drawing.Size(103, 22);
   284       this.limitMenuItem.Text = "Limit";
   285       this.limitMenuItem.CheckedChanged += new System.EventHandler(this.limitToolStripMenuItem_CheckedChanged);
   286       // 
   287       // menuStrip
   288       // 
   289       this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
   290             this.fileToolStripMenuItem,
   291             this.viewToolStripMenuItem,
   292             this.optionsToolStripMenuItem,
   293             this.helpToolStripMenuItem});
   294       this.menuStrip.Location = new System.Drawing.Point(0, 0);
   295       this.menuStrip.Name = "menuStrip";
   296       this.menuStrip.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2);
   297       this.menuStrip.Size = new System.Drawing.Size(478, 24);
   298       this.menuStrip.TabIndex = 1;
   299       this.menuStrip.Text = "menuStrip1";
   300       // 
   301       // fileToolStripMenuItem
   302       // 
   303       this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
   304             this.saveReportToolStripMenuItem,
   305             this.exitToolStripMenuItem});
   306       this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
   307       this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
   308       this.fileToolStripMenuItem.Text = "File";
   309       // 
   310       // saveReportToolStripMenuItem
   311       // 
   312       this.saveReportToolStripMenuItem.Name = "saveReportToolStripMenuItem";
   313       this.saveReportToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
   314       this.saveReportToolStripMenuItem.Text = "Save Report";
   315       this.saveReportToolStripMenuItem.Click += new System.EventHandler(this.saveReportToolStripMenuItem_Click);
   316       // 
   317       // exitToolStripMenuItem
   318       // 
   319       this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
   320       this.exitToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
   321       this.exitToolStripMenuItem.Text = "Exit";
   322       this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
   323       // 
   324       // viewToolStripMenuItem
   325       // 
   326       this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
   327             this.sensorsToolStripMenuItem,
   328             this.toolStripMenuItem1,
   329             this.plotMenuItem});
   330       this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
   331       this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
   332       this.viewToolStripMenuItem.Text = "View";
   333       // 
   334       // sensorsToolStripMenuItem
   335       // 
   336       this.sensorsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
   337             this.voltMenuItem,
   338             this.clocksMenuItem,
   339             this.tempMenuItem,
   340             this.loadMenuItem,
   341             this.fansMenuItem});
   342       this.sensorsToolStripMenuItem.Name = "sensorsToolStripMenuItem";
   343       this.sensorsToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
   344       this.sensorsToolStripMenuItem.Text = "Sensors";
   345       // 
   346       // voltMenuItem
   347       // 
   348       this.voltMenuItem.Checked = true;
   349       this.voltMenuItem.CheckOnClick = true;
   350       this.voltMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
   351       this.voltMenuItem.Name = "voltMenuItem";
   352       this.voltMenuItem.Size = new System.Drawing.Size(147, 22);
   353       this.voltMenuItem.Text = "Voltages";
   354       this.voltMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
   355       // 
   356       // clocksMenuItem
   357       // 
   358       this.clocksMenuItem.Checked = true;
   359       this.clocksMenuItem.CheckOnClick = true;
   360       this.clocksMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
   361       this.clocksMenuItem.Name = "clocksMenuItem";
   362       this.clocksMenuItem.Size = new System.Drawing.Size(147, 22);
   363       this.clocksMenuItem.Text = "Clocks";
   364       this.clocksMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
   365       // 
   366       // tempMenuItem
   367       // 
   368       this.tempMenuItem.Checked = true;
   369       this.tempMenuItem.CheckOnClick = true;
   370       this.tempMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
   371       this.tempMenuItem.Name = "tempMenuItem";
   372       this.tempMenuItem.Size = new System.Drawing.Size(147, 22);
   373       this.tempMenuItem.Text = "Temperatures";
   374       this.tempMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
   375       // 
   376       // loadMenuItem
   377       // 
   378       this.loadMenuItem.Checked = true;
   379       this.loadMenuItem.CheckOnClick = true;
   380       this.loadMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
   381       this.loadMenuItem.Name = "loadMenuItem";
   382       this.loadMenuItem.Size = new System.Drawing.Size(147, 22);
   383       this.loadMenuItem.Text = "Load";
   384       this.loadMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
   385       // 
   386       // fansMenuItem
   387       // 
   388       this.fansMenuItem.Checked = true;
   389       this.fansMenuItem.CheckOnClick = true;
   390       this.fansMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
   391       this.fansMenuItem.Name = "fansMenuItem";
   392       this.fansMenuItem.Size = new System.Drawing.Size(147, 22);
   393       this.fansMenuItem.Text = "Fans";
   394       this.fansMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
   395       // 
   396       // toolStripMenuItem1
   397       // 
   398       this.toolStripMenuItem1.Name = "toolStripMenuItem1";
   399       this.toolStripMenuItem1.Size = new System.Drawing.Size(111, 6);
   400       // 
   401       // plotMenuItem
   402       // 
   403       this.plotMenuItem.Checked = true;
   404       this.plotMenuItem.CheckOnClick = true;
   405       this.plotMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
   406       this.plotMenuItem.Name = "plotMenuItem";
   407       this.plotMenuItem.Size = new System.Drawing.Size(114, 22);
   408       this.plotMenuItem.Text = "Plot";
   409       this.plotMenuItem.CheckedChanged += new System.EventHandler(this.plotToolStripMenuItem_CheckedChanged);
   410       // 
   411       // optionsToolStripMenuItem
   412       // 
   413       this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
   414             this.minTrayMenuItem,
   415             this.toolStripMenuItem3,
   416             this.hddMenuItem});
   417       this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
   418       this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
   419       this.optionsToolStripMenuItem.Text = "Options";
   420       // 
   421       // minTrayMenuItem
   422       // 
   423       this.minTrayMenuItem.Checked = true;
   424       this.minTrayMenuItem.CheckOnClick = true;
   425       this.minTrayMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
   426       this.minTrayMenuItem.Name = "minTrayMenuItem";
   427       this.minTrayMenuItem.Size = new System.Drawing.Size(166, 22);
   428       this.minTrayMenuItem.Text = "Minimize To Tray";
   429       // 
   430       // toolStripMenuItem3
   431       // 
   432       this.toolStripMenuItem3.Name = "toolStripMenuItem3";
   433       this.toolStripMenuItem3.Size = new System.Drawing.Size(163, 6);
   434       // 
   435       // hddMenuItem
   436       // 
   437       this.hddMenuItem.CheckOnClick = true;
   438       this.hddMenuItem.Name = "hddMenuItem";
   439       this.hddMenuItem.Size = new System.Drawing.Size(166, 22);
   440       this.hddMenuItem.Text = "HDD sensors";
   441       this.hddMenuItem.CheckedChanged += new System.EventHandler(this.hddsensorsToolStripMenuItem_CheckedChanged);
   442       // 
   443       // helpToolStripMenuItem
   444       // 
   445       this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
   446             this.aboutToolStripMenuItem});
   447       this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
   448       this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
   449       this.helpToolStripMenuItem.Text = "Help";
   450       // 
   451       // aboutToolStripMenuItem
   452       // 
   453       this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
   454       this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
   455       this.aboutToolStripMenuItem.Text = "About";
   456       this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
   457       // 
   458       // timer
   459       // 
   460       this.timer.Interval = 1000;
   461       this.timer.Tick += new System.EventHandler(this.timer_Tick);
   462       // 
   463       // splitContainer
   464       // 
   465       this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
   466       this.splitContainer.Location = new System.Drawing.Point(0, 24);
   467       this.splitContainer.Name = "splitContainer";
   468       this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
   469       // 
   470       // splitContainer.Panel1
   471       // 
   472       this.splitContainer.Panel1.Controls.Add(this.treeView);
   473       // 
   474       // splitContainer.Panel2
   475       // 
   476       this.splitContainer.Panel2.Controls.Add(this.plotPanel);
   477       this.splitContainer.Panel2.Cursor = System.Windows.Forms.Cursors.Default;
   478       this.splitContainer.Size = new System.Drawing.Size(478, 768);
   479       this.splitContainer.SplitterDistance = 567;
   480       this.splitContainer.SplitterWidth = 3;
   481       this.splitContainer.TabIndex = 3;
   482       // 
   483       // plotPanel
   484       // 
   485       this.plotPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
   486       this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;
   487       this.plotPanel.Font = new System.Drawing.Font("Segoe UI", 9F);
   488       this.plotPanel.Location = new System.Drawing.Point(0, 0);
   489       this.plotPanel.Name = "plotPanel";
   490       this.plotPanel.Size = new System.Drawing.Size(478, 198);
   491       this.plotPanel.TabIndex = 0;
   492       // 
   493       // notifyIcon
   494       // 
   495       this.notifyIcon.ContextMenuStrip = this.notifyContextMenuStrip;
   496       this.notifyIcon.Icon = ((System.Drawing.Icon)(resources.GetObject("notifyIcon.Icon")));
   497       this.notifyIcon.Text = "Open Hardware Monitor";
   498       this.notifyIcon.DoubleClick += new System.EventHandler(this.restoreClick);
   499       // 
   500       // notifyContextMenuStrip
   501       // 
   502       this.notifyContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
   503             this.restoreToolStripMenuItem,
   504             this.toolStripMenuItem2,
   505             this.exitToolStripMenuItem1});
   506       this.notifyContextMenuStrip.Name = "notifyContextMenuStrip";
   507       this.notifyContextMenuStrip.Size = new System.Drawing.Size(119, 54);
   508       // 
   509       // restoreToolStripMenuItem
   510       // 
   511       this.restoreToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
   512       this.restoreToolStripMenuItem.Name = "restoreToolStripMenuItem";
   513       this.restoreToolStripMenuItem.Size = new System.Drawing.Size(118, 22);
   514       this.restoreToolStripMenuItem.Text = "Restore";
   515       this.restoreToolStripMenuItem.Click += new System.EventHandler(this.restoreClick);
   516       // 
   517       // toolStripMenuItem2
   518       // 
   519       this.toolStripMenuItem2.Name = "toolStripMenuItem2";
   520       this.toolStripMenuItem2.Size = new System.Drawing.Size(115, 6);
   521       // 
   522       // exitToolStripMenuItem1
   523       // 
   524       this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
   525       this.exitToolStripMenuItem1.Size = new System.Drawing.Size(118, 22);
   526       this.exitToolStripMenuItem1.Text = "Exit";
   527       this.exitToolStripMenuItem1.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
   528       // 
   529       // MainForm
   530       // 
   531       this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
   532       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
   533       this.ClientSize = new System.Drawing.Size(478, 792);
   534       this.Controls.Add(this.splitContainer);
   535       this.Controls.Add(this.menuStrip);
   536       this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
   537       this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
   538       this.MainMenuStrip = this.menuStrip;
   539       this.Name = "MainForm";
   540       this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
   541       this.Text = "Open Hardware Monitor";
   542       this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
   543       this.columnsContextMenuStrip.ResumeLayout(false);
   544       this.menuStrip.ResumeLayout(false);
   545       this.menuStrip.PerformLayout();
   546       this.splitContainer.Panel1.ResumeLayout(false);
   547       this.splitContainer.Panel2.ResumeLayout(false);
   548       this.splitContainer.ResumeLayout(false);
   549       this.notifyContextMenuStrip.ResumeLayout(false);
   550       this.ResumeLayout(false);
   551       this.PerformLayout();
   552 
   553     }
   554 
   555     #endregion
   556 
   557     private Aga.Controls.Tree.TreeViewAdv treeView;
   558     private System.Windows.Forms.MenuStrip menuStrip;
   559     private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
   560     private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
   561     private Aga.Controls.Tree.TreeColumn sensor;
   562     private Aga.Controls.Tree.TreeColumn value;
   563     private Aga.Controls.Tree.TreeColumn min;
   564     private Aga.Controls.Tree.TreeColumn max;
   565     private Aga.Controls.Tree.NodeControls.NodeIcon nodeImage;
   566     private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxText;
   567     private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxValue;
   568     private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMin;
   569     private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMax;
   570     private System.Windows.Forms.Timer timer;
   571     private System.Windows.Forms.SplitContainer splitContainer;
   572     private PlotPanel plotPanel;
   573     private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
   574     private System.Windows.Forms.ToolStripMenuItem plotMenuItem;
   575     private Aga.Controls.Tree.NodeControls.NodeCheckBox nodeCheckBox;
   576     private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
   577     private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
   578     private Aga.Controls.Tree.TreeColumn limit;
   579     private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxLimit;
   580     private System.Windows.Forms.ContextMenuStrip columnsContextMenuStrip;
   581     private System.Windows.Forms.ToolStripMenuItem minMenuItem;
   582     private System.Windows.Forms.ToolStripMenuItem maxMenuItem;
   583     private System.Windows.Forms.ToolStripMenuItem limitMenuItem;
   584     private System.Windows.Forms.ToolStripMenuItem valueToolStripMenuItem;
   585     private System.Windows.Forms.ToolStripMenuItem saveReportToolStripMenuItem;
   586     private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
   587     private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
   588     private System.Windows.Forms.ToolStripMenuItem sensorsToolStripMenuItem;
   589     private System.Windows.Forms.ToolStripMenuItem clocksMenuItem;
   590     private System.Windows.Forms.ToolStripMenuItem tempMenuItem;
   591     private System.Windows.Forms.ToolStripMenuItem fansMenuItem;
   592     private System.Windows.Forms.ToolStripMenuItem voltMenuItem;
   593     private System.Windows.Forms.ToolStripMenuItem hddMenuItem;
   594     private System.Windows.Forms.ToolStripMenuItem loadMenuItem;
   595     private System.Windows.Forms.NotifyIcon notifyIcon;
   596     private System.Windows.Forms.ContextMenuStrip notifyContextMenuStrip;
   597     private System.Windows.Forms.ToolStripMenuItem restoreToolStripMenuItem;
   598     private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
   599     private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1;
   600     private System.Windows.Forms.ToolStripMenuItem minTrayMenuItem;
   601     private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
   602   }
   603 }
   604