GUI/MainForm.Designer.cs
author moel.mich
Sat, 30 Apr 2011 16:03:58 +0000
changeset 275 35788ddd1825
parent 262 8731a1b81301
child 287 1f5cf5d533e6
permissions -rw-r--r--
Fixed Issue 199.
     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.sensor = new Aga.Controls.Tree.TreeColumn();
    66       this.value = new Aga.Controls.Tree.TreeColumn();
    67       this.min = new Aga.Controls.Tree.TreeColumn();
    68       this.max = new Aga.Controls.Tree.TreeColumn();
    69       this.nodeImage = new Aga.Controls.Tree.NodeControls.NodeIcon();
    70       this.nodeCheckBox = new Aga.Controls.Tree.NodeControls.NodeCheckBox();
    71       this.nodeTextBoxText = new Aga.Controls.Tree.NodeControls.NodeTextBox();
    72       this.nodeTextBoxValue = new Aga.Controls.Tree.NodeControls.NodeTextBox();
    73       this.nodeTextBoxMin = new Aga.Controls.Tree.NodeControls.NodeTextBox();
    74       this.nodeTextBoxMax = new Aga.Controls.Tree.NodeControls.NodeTextBox();
    75       this.mainMenu = new System.Windows.Forms.MainMenu(this.components);
    76       this.fileMenuItem = new System.Windows.Forms.MenuItem();
    77       this.saveReportMenuItem = new System.Windows.Forms.MenuItem();
    78       this.sumbitReportMenuItem = new System.Windows.Forms.MenuItem();
    79       this.MenuItem2 = new System.Windows.Forms.MenuItem();
    80       this.exitMenuItem = new System.Windows.Forms.MenuItem();
    81       this.viewMenuItem = new System.Windows.Forms.MenuItem();
    82       this.resetMinMaxMenuItem = new System.Windows.Forms.MenuItem();
    83       this.MenuItem3 = new System.Windows.Forms.MenuItem();
    84       this.hiddenMenuItem = new System.Windows.Forms.MenuItem();
    85       this.plotMenuItem = new System.Windows.Forms.MenuItem();
    86       this.gadgetMenuItem = new System.Windows.Forms.MenuItem();
    87       this.MenuItem1 = new System.Windows.Forms.MenuItem();
    88       this.columnsMenuItem = new System.Windows.Forms.MenuItem();
    89       this.valueMenuItem = new System.Windows.Forms.MenuItem();
    90       this.minMenuItem = new System.Windows.Forms.MenuItem();
    91       this.maxMenuItem = new System.Windows.Forms.MenuItem();
    92       this.optionsMenuItem = new System.Windows.Forms.MenuItem();
    93       this.startMinMenuItem = new System.Windows.Forms.MenuItem();
    94       this.minTrayMenuItem = new System.Windows.Forms.MenuItem();
    95       this.minCloseMenuItem = new System.Windows.Forms.MenuItem();
    96       this.startupMenuItem = new System.Windows.Forms.MenuItem();
    97       this.separatorMenuItem = new System.Windows.Forms.MenuItem();
    98       this.temperatureUnitsMenuItem = new System.Windows.Forms.MenuItem();
    99       this.celciusMenuItem = new System.Windows.Forms.MenuItem();
   100       this.fahrenheitMenuItem = new System.Windows.Forms.MenuItem();
   101       this.MenuItem4 = new System.Windows.Forms.MenuItem();
   102       this.hddMenuItem = new System.Windows.Forms.MenuItem();
   103       this.helpMenuItem = new System.Windows.Forms.MenuItem();
   104       this.aboutMenuItem = new System.Windows.Forms.MenuItem();
   105       this.treeContextMenu = new System.Windows.Forms.ContextMenu();
   106       this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
   107       this.timer = new System.Windows.Forms.Timer(this.components);
   108       this.splitContainer = new OpenHardwareMonitor.GUI.SplitContainerAdv();
   109       this.treeView = new Aga.Controls.Tree.TreeViewAdv();
   110       this.plotPanel = new OpenHardwareMonitor.GUI.PlotPanel();
   111       this.resetMenuItem = new System.Windows.Forms.MenuItem();
   112       this.menuItem6 = new System.Windows.Forms.MenuItem();
   113       this.splitContainer.Panel1.SuspendLayout();
   114       this.splitContainer.Panel2.SuspendLayout();
   115       this.splitContainer.SuspendLayout();
   116       this.SuspendLayout();
   117       // 
   118       // sensor
   119       // 
   120       this.sensor.Header = "Sensor";
   121       this.sensor.SortOrder = System.Windows.Forms.SortOrder.None;
   122       this.sensor.TooltipText = null;
   123       this.sensor.Width = 250;
   124       // 
   125       // value
   126       // 
   127       this.value.Header = "Value";
   128       this.value.SortOrder = System.Windows.Forms.SortOrder.None;
   129       this.value.TooltipText = null;
   130       this.value.Width = 100;
   131       // 
   132       // min
   133       // 
   134       this.min.Header = "Min";
   135       this.min.SortOrder = System.Windows.Forms.SortOrder.None;
   136       this.min.TooltipText = null;
   137       this.min.Width = 100;
   138       // 
   139       // max
   140       // 
   141       this.max.Header = "Max";
   142       this.max.SortOrder = System.Windows.Forms.SortOrder.None;
   143       this.max.TooltipText = null;
   144       this.max.Width = 100;
   145       // 
   146       // nodeImage
   147       // 
   148       this.nodeImage.DataPropertyName = "Image";
   149       this.nodeImage.LeftMargin = 1;
   150       this.nodeImage.ParentColumn = this.sensor;
   151       this.nodeImage.ScaleMode = Aga.Controls.Tree.ImageScaleMode.Fit;
   152       // 
   153       // nodeCheckBox
   154       // 
   155       this.nodeCheckBox.DataPropertyName = "Plot";
   156       this.nodeCheckBox.EditEnabled = true;
   157       this.nodeCheckBox.LeftMargin = 3;
   158       this.nodeCheckBox.ParentColumn = this.sensor;
   159       // 
   160       // nodeTextBoxText
   161       // 
   162       this.nodeTextBoxText.DataPropertyName = "Text";
   163       this.nodeTextBoxText.EditEnabled = true;
   164       this.nodeTextBoxText.IncrementalSearchEnabled = true;
   165       this.nodeTextBoxText.LeftMargin = 3;
   166       this.nodeTextBoxText.ParentColumn = this.sensor;
   167       this.nodeTextBoxText.Trimming = System.Drawing.StringTrimming.EllipsisCharacter;
   168       // 
   169       // nodeTextBoxValue
   170       // 
   171       this.nodeTextBoxValue.DataPropertyName = "Value";
   172       this.nodeTextBoxValue.IncrementalSearchEnabled = true;
   173       this.nodeTextBoxValue.LeftMargin = 3;
   174       this.nodeTextBoxValue.ParentColumn = this.value;
   175       this.nodeTextBoxValue.Trimming = System.Drawing.StringTrimming.EllipsisCharacter;
   176       // 
   177       // nodeTextBoxMin
   178       // 
   179       this.nodeTextBoxMin.DataPropertyName = "Min";
   180       this.nodeTextBoxMin.IncrementalSearchEnabled = true;
   181       this.nodeTextBoxMin.LeftMargin = 3;
   182       this.nodeTextBoxMin.ParentColumn = this.min;
   183       this.nodeTextBoxMin.Trimming = System.Drawing.StringTrimming.EllipsisCharacter;
   184       // 
   185       // nodeTextBoxMax
   186       // 
   187       this.nodeTextBoxMax.DataPropertyName = "Max";
   188       this.nodeTextBoxMax.IncrementalSearchEnabled = true;
   189       this.nodeTextBoxMax.LeftMargin = 3;
   190       this.nodeTextBoxMax.ParentColumn = this.max;
   191       this.nodeTextBoxMax.Trimming = System.Drawing.StringTrimming.EllipsisCharacter;
   192       // 
   193       // mainMenu
   194       // 
   195       this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
   196             this.fileMenuItem,
   197             this.viewMenuItem,
   198             this.optionsMenuItem,
   199             this.helpMenuItem});
   200       // 
   201       // fileMenuItem
   202       // 
   203       this.fileMenuItem.Index = 0;
   204       this.fileMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
   205             this.saveReportMenuItem,
   206             this.sumbitReportMenuItem,
   207             this.MenuItem2,
   208             this.resetMenuItem,
   209             this.menuItem6,
   210             this.exitMenuItem});
   211       this.fileMenuItem.Text = "File";
   212       // 
   213       // saveReportMenuItem
   214       // 
   215       this.saveReportMenuItem.Index = 0;
   216       this.saveReportMenuItem.Text = "Save Report...";
   217       this.saveReportMenuItem.Click += new System.EventHandler(this.saveReportMenuItem_Click);
   218       // 
   219       // sumbitReportMenuItem
   220       // 
   221       this.sumbitReportMenuItem.Index = 1;
   222       this.sumbitReportMenuItem.Text = "Submit Report...";
   223       this.sumbitReportMenuItem.Click += new System.EventHandler(this.sumbitReportMenuItem_Click);
   224       // 
   225       // MenuItem2
   226       // 
   227       this.MenuItem2.Index = 2;
   228       this.MenuItem2.Text = "-";
   229       // 
   230       // exitMenuItem
   231       // 
   232       this.exitMenuItem.Index = 5;
   233       this.exitMenuItem.Text = "Exit";
   234       this.exitMenuItem.Click += new System.EventHandler(this.exitClick);
   235       // 
   236       // viewMenuItem
   237       // 
   238       this.viewMenuItem.Index = 1;
   239       this.viewMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
   240             this.resetMinMaxMenuItem,
   241             this.MenuItem3,
   242             this.hiddenMenuItem,
   243             this.plotMenuItem,
   244             this.gadgetMenuItem,
   245             this.MenuItem1,
   246             this.columnsMenuItem});
   247       this.viewMenuItem.Text = "View";
   248       // 
   249       // resetMinMaxMenuItem
   250       // 
   251       this.resetMinMaxMenuItem.Index = 0;
   252       this.resetMinMaxMenuItem.Text = "Reset Min/Max";
   253       this.resetMinMaxMenuItem.Click += new System.EventHandler(this.resetMinMaxMenuItem_Click);
   254       // 
   255       // MenuItem3
   256       // 
   257       this.MenuItem3.Index = 1;
   258       this.MenuItem3.Text = "-";
   259       // 
   260       // hiddenMenuItem
   261       // 
   262       this.hiddenMenuItem.Index = 2;
   263       this.hiddenMenuItem.Text = "Show Hidden Sensors";
   264       // 
   265       // plotMenuItem
   266       // 
   267       this.plotMenuItem.Index = 3;
   268       this.plotMenuItem.Text = "Show Plot";
   269       // 
   270       // gadgetMenuItem
   271       // 
   272       this.gadgetMenuItem.Index = 4;
   273       this.gadgetMenuItem.Text = "Show Gadget";
   274       // 
   275       // MenuItem1
   276       // 
   277       this.MenuItem1.Index = 5;
   278       this.MenuItem1.Text = "-";
   279       // 
   280       // columnsMenuItem
   281       // 
   282       this.columnsMenuItem.Index = 6;
   283       this.columnsMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
   284             this.valueMenuItem,
   285             this.minMenuItem,
   286             this.maxMenuItem});
   287       this.columnsMenuItem.Text = "Columns";
   288       // 
   289       // valueMenuItem
   290       // 
   291       this.valueMenuItem.Index = 0;
   292       this.valueMenuItem.Text = "Value";
   293       // 
   294       // minMenuItem
   295       // 
   296       this.minMenuItem.Index = 1;
   297       this.minMenuItem.Text = "Min";
   298       // 
   299       // maxMenuItem
   300       // 
   301       this.maxMenuItem.Index = 2;
   302       this.maxMenuItem.Text = "Max";
   303       // 
   304       // optionsMenuItem
   305       // 
   306       this.optionsMenuItem.Index = 2;
   307       this.optionsMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
   308             this.startMinMenuItem,
   309             this.minTrayMenuItem,
   310             this.minCloseMenuItem,
   311             this.startupMenuItem,
   312             this.separatorMenuItem,
   313             this.temperatureUnitsMenuItem,
   314             this.MenuItem4,
   315             this.hddMenuItem});
   316       this.optionsMenuItem.Text = "Options";
   317       // 
   318       // startMinMenuItem
   319       // 
   320       this.startMinMenuItem.Index = 0;
   321       this.startMinMenuItem.Text = "Start Minimized";
   322       // 
   323       // minTrayMenuItem
   324       // 
   325       this.minTrayMenuItem.Index = 1;
   326       this.minTrayMenuItem.Text = "Minimize To Tray";
   327       // 
   328       // minCloseMenuItem
   329       // 
   330       this.minCloseMenuItem.Index = 2;
   331       this.minCloseMenuItem.Text = "Minimize On Close";
   332       // 
   333       // startupMenuItem
   334       // 
   335       this.startupMenuItem.Index = 3;
   336       this.startupMenuItem.Text = "Run On Windows Startup";
   337       // 
   338       // separatorMenuItem
   339       // 
   340       this.separatorMenuItem.Index = 4;
   341       this.separatorMenuItem.Text = "-";
   342       // 
   343       // temperatureUnitsMenuItem
   344       // 
   345       this.temperatureUnitsMenuItem.Index = 5;
   346       this.temperatureUnitsMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
   347             this.celciusMenuItem,
   348             this.fahrenheitMenuItem});
   349       this.temperatureUnitsMenuItem.Text = "Temperature Unit";
   350       // 
   351       // celciusMenuItem
   352       // 
   353       this.celciusMenuItem.Index = 0;
   354       this.celciusMenuItem.Text = "Celcius";
   355       this.celciusMenuItem.Click += new System.EventHandler(this.celciusMenuItem_Click);
   356       // 
   357       // fahrenheitMenuItem
   358       // 
   359       this.fahrenheitMenuItem.Index = 1;
   360       this.fahrenheitMenuItem.Text = "Fahrenheit";
   361       this.fahrenheitMenuItem.Click += new System.EventHandler(this.fahrenheitMenuItem_Click);
   362       // 
   363       // MenuItem4
   364       // 
   365       this.MenuItem4.Index = 6;
   366       this.MenuItem4.Text = "-";
   367       // 
   368       // hddMenuItem
   369       // 
   370       this.hddMenuItem.Index = 7;
   371       this.hddMenuItem.Text = "Read HDD sensors";
   372       // 
   373       // helpMenuItem
   374       // 
   375       this.helpMenuItem.Index = 3;
   376       this.helpMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
   377             this.aboutMenuItem});
   378       this.helpMenuItem.Text = "Help";
   379       // 
   380       // aboutMenuItem
   381       // 
   382       this.aboutMenuItem.Index = 0;
   383       this.aboutMenuItem.Text = "About";
   384       this.aboutMenuItem.Click += new System.EventHandler(this.aboutMenuItem_Click);
   385       // 
   386       // saveFileDialog
   387       // 
   388       this.saveFileDialog.DefaultExt = "txt";
   389       this.saveFileDialog.FileName = "OpenHardwareMonitor.Report.txt";
   390       this.saveFileDialog.Filter = "Text Documents|*.txt|All Files|*.*";
   391       this.saveFileDialog.RestoreDirectory = true;
   392       this.saveFileDialog.Title = "Save Report As";
   393       // 
   394       // timer
   395       // 
   396       this.timer.Interval = 1000;
   397       this.timer.Tick += new System.EventHandler(this.timer_Tick);
   398       // 
   399       // splitContainer
   400       // 
   401       this.splitContainer.Border3DStyle = System.Windows.Forms.Border3DStyle.Raised;
   402       this.splitContainer.Color = System.Drawing.SystemColors.Control;
   403       this.splitContainer.Cursor = System.Windows.Forms.Cursors.Default;
   404       this.splitContainer.Location = new System.Drawing.Point(12, 12);
   405       this.splitContainer.Name = "splitContainer";
   406       this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
   407       // 
   408       // splitContainer.Panel1
   409       // 
   410       this.splitContainer.Panel1.Controls.Add(this.treeView);
   411       // 
   412       // splitContainer.Panel2
   413       // 
   414       this.splitContainer.Panel2.Controls.Add(this.plotPanel);
   415       this.splitContainer.Panel2.Cursor = System.Windows.Forms.Cursors.Default;
   416       this.splitContainer.Size = new System.Drawing.Size(386, 483);
   417       this.splitContainer.SplitterDistance = 354;
   418       this.splitContainer.SplitterWidth = 5;
   419       this.splitContainer.TabIndex = 3;
   420       // 
   421       // treeView
   422       // 
   423       this.treeView.BackColor = System.Drawing.SystemColors.Window;
   424       this.treeView.BorderStyle = System.Windows.Forms.BorderStyle.None;
   425       this.treeView.Columns.Add(this.sensor);
   426       this.treeView.Columns.Add(this.value);
   427       this.treeView.Columns.Add(this.min);
   428       this.treeView.Columns.Add(this.max);
   429       this.treeView.DefaultToolTipProvider = null;
   430       this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
   431       this.treeView.DragDropMarkColor = System.Drawing.Color.Black;
   432       this.treeView.FullRowSelect = true;
   433       this.treeView.GridLineStyle = Aga.Controls.Tree.GridLineStyle.Horizontal;
   434       this.treeView.LineColor = System.Drawing.SystemColors.ControlDark;
   435       this.treeView.Location = new System.Drawing.Point(0, 0);
   436       this.treeView.Model = null;
   437       this.treeView.Name = "treeView";
   438       this.treeView.NodeControls.Add(this.nodeImage);
   439       this.treeView.NodeControls.Add(this.nodeCheckBox);
   440       this.treeView.NodeControls.Add(this.nodeTextBoxText);
   441       this.treeView.NodeControls.Add(this.nodeTextBoxValue);
   442       this.treeView.NodeControls.Add(this.nodeTextBoxMin);
   443       this.treeView.NodeControls.Add(this.nodeTextBoxMax);
   444       this.treeView.SelectedNode = null;
   445       this.treeView.Size = new System.Drawing.Size(386, 354);
   446       this.treeView.TabIndex = 0;
   447       this.treeView.Text = "treeView";
   448       this.treeView.UseColumns = true;
   449       this.treeView.NodeMouseDoubleClick += new System.EventHandler<Aga.Controls.Tree.TreeNodeAdvMouseEventArgs>(this.treeView_NodeMouseDoubleClick);
   450       this.treeView.Click += new System.EventHandler(this.treeView_Click);
   451       // 
   452       // plotPanel
   453       // 
   454       this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;
   455       this.plotPanel.Location = new System.Drawing.Point(0, 0);
   456       this.plotPanel.Name = "plotPanel";
   457       this.plotPanel.Size = new System.Drawing.Size(386, 124);
   458       this.plotPanel.TabIndex = 0;
   459       // 
   460       // resetMenuItem
   461       // 
   462       this.resetMenuItem.Index = 3;
   463       this.resetMenuItem.Text = "Reset";
   464       this.resetMenuItem.Click += new System.EventHandler(this.resetClick);
   465       // 
   466       // menuItem6
   467       // 
   468       this.menuItem6.Index = 4;
   469       this.menuItem6.Text = "-";
   470       // 
   471       // MainForm
   472       // 
   473       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   474       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
   475       this.ClientSize = new System.Drawing.Size(418, 554);
   476       this.Controls.Add(this.splitContainer);
   477       this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
   478       this.Menu = this.mainMenu;
   479       this.Name = "MainForm";
   480       this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
   481       this.Text = "Open Hardware Monitor";
   482       this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
   483       this.Load += new System.EventHandler(this.MainForm_Load);
   484       this.ResizeEnd += new System.EventHandler(this.MainForm_MoveOrResize);
   485       this.Move += new System.EventHandler(this.MainForm_MoveOrResize);
   486       this.splitContainer.Panel1.ResumeLayout(false);
   487       this.splitContainer.Panel2.ResumeLayout(false);
   488       this.splitContainer.ResumeLayout(false);
   489       this.ResumeLayout(false);
   490 
   491     }
   492 
   493     #endregion
   494 
   495     private Aga.Controls.Tree.TreeViewAdv treeView;
   496     private System.Windows.Forms.MainMenu mainMenu;
   497     private System.Windows.Forms.MenuItem fileMenuItem;
   498     private System.Windows.Forms.MenuItem exitMenuItem;
   499     private Aga.Controls.Tree.TreeColumn sensor;
   500     private Aga.Controls.Tree.TreeColumn value;
   501     private Aga.Controls.Tree.TreeColumn min;
   502     private Aga.Controls.Tree.TreeColumn max;
   503     private Aga.Controls.Tree.NodeControls.NodeIcon nodeImage;
   504     private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxText;
   505     private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxValue;
   506     private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMin;
   507     private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMax;
   508     private SplitContainerAdv splitContainer;
   509     private PlotPanel plotPanel;
   510     private System.Windows.Forms.MenuItem viewMenuItem;
   511     private System.Windows.Forms.MenuItem plotMenuItem;
   512     private Aga.Controls.Tree.NodeControls.NodeCheckBox nodeCheckBox;
   513     private System.Windows.Forms.MenuItem helpMenuItem;
   514     private System.Windows.Forms.MenuItem aboutMenuItem;
   515     private System.Windows.Forms.MenuItem saveReportMenuItem;
   516     private System.Windows.Forms.MenuItem optionsMenuItem;
   517     private System.Windows.Forms.MenuItem hddMenuItem;
   518     private System.Windows.Forms.MenuItem minTrayMenuItem;
   519     private System.Windows.Forms.MenuItem separatorMenuItem;
   520     private System.Windows.Forms.ContextMenu treeContextMenu;
   521     private System.Windows.Forms.MenuItem startMinMenuItem;
   522     private System.Windows.Forms.MenuItem startupMenuItem;
   523     private System.Windows.Forms.SaveFileDialog saveFileDialog;
   524     private System.Windows.Forms.Timer timer;
   525     private System.Windows.Forms.MenuItem hiddenMenuItem;
   526     private System.Windows.Forms.MenuItem MenuItem1;
   527     private System.Windows.Forms.MenuItem columnsMenuItem;
   528     private System.Windows.Forms.MenuItem valueMenuItem;
   529     private System.Windows.Forms.MenuItem minMenuItem;
   530     private System.Windows.Forms.MenuItem maxMenuItem;
   531     private System.Windows.Forms.MenuItem temperatureUnitsMenuItem;
   532     private System.Windows.Forms.MenuItem MenuItem4;
   533     private System.Windows.Forms.MenuItem celciusMenuItem;
   534     private System.Windows.Forms.MenuItem fahrenheitMenuItem;
   535     private System.Windows.Forms.MenuItem sumbitReportMenuItem;
   536     private System.Windows.Forms.MenuItem MenuItem2;
   537     private System.Windows.Forms.MenuItem resetMinMaxMenuItem;
   538     private System.Windows.Forms.MenuItem MenuItem3;
   539     private System.Windows.Forms.MenuItem gadgetMenuItem;
   540     private System.Windows.Forms.MenuItem minCloseMenuItem;
   541     private System.Windows.Forms.MenuItem resetMenuItem;
   542     private System.Windows.Forms.MenuItem menuItem6;
   543   }
   544 }
   545