GUI/MainForm.Designer.cs
author moel.mich
Sun, 21 Jul 2013 21:03:31 +0000
changeset 416 f117373bd190
parent 378 64d3ddf8d73b
child 420 46c056e76130
permissions -rw-r--r--
Refactored the SuperIOHardware class.
     1 /*
     2  
     3   This Source Code Form is subject to the terms of the Mozilla Public
     4   License, v. 2.0. If a copy of the MPL was not distributed with this
     5   file, You can obtain one at http://mozilla.org/MPL/2.0/.
     6  
     7   Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
     8 	
     9 */
    10 
    11 namespace OpenHardwareMonitor.GUI {
    12   partial class MainForm {
    13     /// <summary>
    14     /// Required designer variable.
    15     /// </summary>
    16     private System.ComponentModel.IContainer components = null;
    17 
    18     /// <summary>
    19     /// Clean up any resources being used.
    20     /// </summary>
    21     /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
    22     protected override void Dispose(bool disposing) {
    23       if (disposing && (components != null)) {
    24         components.Dispose();
    25       }
    26       base.Dispose(disposing);
    27     }
    28 
    29     #region Windows Form Designer generated code
    30 
    31     /// <summary>
    32     /// Required method for Designer support - do not modify
    33     /// the contents of this method with the code editor.
    34     /// </summary>
    35     private void InitializeComponent() {
    36       this.components = new System.ComponentModel.Container();
    37       System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
    38       this.sensor = new Aga.Controls.Tree.TreeColumn();
    39       this.value = new Aga.Controls.Tree.TreeColumn();
    40       this.min = new Aga.Controls.Tree.TreeColumn();
    41       this.max = new Aga.Controls.Tree.TreeColumn();
    42       this.nodeImage = new Aga.Controls.Tree.NodeControls.NodeIcon();
    43       this.nodeCheckBox = new Aga.Controls.Tree.NodeControls.NodeCheckBox();
    44       this.nodeTextBoxText = new Aga.Controls.Tree.NodeControls.NodeTextBox();
    45       this.nodeTextBoxValue = new Aga.Controls.Tree.NodeControls.NodeTextBox();
    46       this.nodeTextBoxMin = new Aga.Controls.Tree.NodeControls.NodeTextBox();
    47       this.nodeTextBoxMax = new Aga.Controls.Tree.NodeControls.NodeTextBox();
    48       this.mainMenu = new System.Windows.Forms.MainMenu(this.components);
    49       this.fileMenuItem = new System.Windows.Forms.MenuItem();
    50       this.saveReportMenuItem = new System.Windows.Forms.MenuItem();
    51       this.sumbitReportMenuItem = new System.Windows.Forms.MenuItem();
    52       this.MenuItem2 = new System.Windows.Forms.MenuItem();
    53       this.resetMenuItem = new System.Windows.Forms.MenuItem();
    54       this.menuItem5 = new System.Windows.Forms.MenuItem();
    55       this.mainboardMenuItem = new System.Windows.Forms.MenuItem();
    56       this.cpuMenuItem = new System.Windows.Forms.MenuItem();
    57       this.ramMenuItem = new System.Windows.Forms.MenuItem();
    58       this.gpuMenuItem = new System.Windows.Forms.MenuItem();
    59       this.fanControllerMenuItem = new System.Windows.Forms.MenuItem();
    60       this.hddMenuItem = new System.Windows.Forms.MenuItem();
    61       this.menuItem6 = new System.Windows.Forms.MenuItem();
    62       this.exitMenuItem = new System.Windows.Forms.MenuItem();
    63       this.viewMenuItem = new System.Windows.Forms.MenuItem();
    64       this.resetMinMaxMenuItem = new System.Windows.Forms.MenuItem();
    65       this.MenuItem3 = new System.Windows.Forms.MenuItem();
    66       this.hiddenMenuItem = new System.Windows.Forms.MenuItem();
    67       this.plotMenuItem = new System.Windows.Forms.MenuItem();
    68       this.gadgetMenuItem = new System.Windows.Forms.MenuItem();
    69       this.MenuItem1 = new System.Windows.Forms.MenuItem();
    70       this.columnsMenuItem = new System.Windows.Forms.MenuItem();
    71       this.valueMenuItem = new System.Windows.Forms.MenuItem();
    72       this.minMenuItem = new System.Windows.Forms.MenuItem();
    73       this.maxMenuItem = new System.Windows.Forms.MenuItem();
    74       this.optionsMenuItem = new System.Windows.Forms.MenuItem();
    75       this.startMinMenuItem = new System.Windows.Forms.MenuItem();
    76       this.minTrayMenuItem = new System.Windows.Forms.MenuItem();
    77       this.minCloseMenuItem = new System.Windows.Forms.MenuItem();
    78       this.startupMenuItem = new System.Windows.Forms.MenuItem();
    79       this.separatorMenuItem = new System.Windows.Forms.MenuItem();
    80       this.temperatureUnitsMenuItem = new System.Windows.Forms.MenuItem();
    81       this.celsiusMenuItem = new System.Windows.Forms.MenuItem();
    82       this.fahrenheitMenuItem = new System.Windows.Forms.MenuItem();
    83       this.plotLocationMenuItem = new System.Windows.Forms.MenuItem();
    84       this.plotWindowMenuItem = new System.Windows.Forms.MenuItem();
    85       this.plotBottomMenuItem = new System.Windows.Forms.MenuItem();
    86       this.plotRightMenuItem = new System.Windows.Forms.MenuItem();
    87       this.webMenuItemSeparator = new System.Windows.Forms.MenuItem();
    88       this.webMenuItem = new System.Windows.Forms.MenuItem();
    89       this.runWebServerMenuItem = new System.Windows.Forms.MenuItem();
    90       this.serverPortMenuItem = new System.Windows.Forms.MenuItem();
    91       this.helpMenuItem = new System.Windows.Forms.MenuItem();
    92       this.aboutMenuItem = new System.Windows.Forms.MenuItem();
    93       this.treeContextMenu = new System.Windows.Forms.ContextMenu();
    94       this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
    95       this.timer = new System.Windows.Forms.Timer(this.components);
    96       this.splitContainer = new OpenHardwareMonitor.GUI.SplitContainerAdv();
    97       this.treeView = new Aga.Controls.Tree.TreeViewAdv();
    98       this.splitContainer.Panel1.SuspendLayout();
    99       this.splitContainer.SuspendLayout();
   100       this.SuspendLayout();
   101       // 
   102       // sensor
   103       // 
   104       this.sensor.Header = "Sensor";
   105       this.sensor.SortOrder = System.Windows.Forms.SortOrder.None;
   106       this.sensor.TooltipText = null;
   107       this.sensor.Width = 250;
   108       // 
   109       // value
   110       // 
   111       this.value.Header = "Value";
   112       this.value.SortOrder = System.Windows.Forms.SortOrder.None;
   113       this.value.TooltipText = null;
   114       this.value.Width = 100;
   115       // 
   116       // min
   117       // 
   118       this.min.Header = "Min";
   119       this.min.SortOrder = System.Windows.Forms.SortOrder.None;
   120       this.min.TooltipText = null;
   121       this.min.Width = 100;
   122       // 
   123       // max
   124       // 
   125       this.max.Header = "Max";
   126       this.max.SortOrder = System.Windows.Forms.SortOrder.None;
   127       this.max.TooltipText = null;
   128       this.max.Width = 100;
   129       // 
   130       // nodeImage
   131       // 
   132       this.nodeImage.DataPropertyName = "Image";
   133       this.nodeImage.LeftMargin = 1;
   134       this.nodeImage.ParentColumn = this.sensor;
   135       this.nodeImage.ScaleMode = Aga.Controls.Tree.ImageScaleMode.Fit;
   136       // 
   137       // nodeCheckBox
   138       // 
   139       this.nodeCheckBox.DataPropertyName = "Plot";
   140       this.nodeCheckBox.EditEnabled = true;
   141       this.nodeCheckBox.LeftMargin = 3;
   142       this.nodeCheckBox.ParentColumn = this.sensor;
   143       // 
   144       // nodeTextBoxText
   145       // 
   146       this.nodeTextBoxText.DataPropertyName = "Text";
   147       this.nodeTextBoxText.EditEnabled = true;
   148       this.nodeTextBoxText.IncrementalSearchEnabled = true;
   149       this.nodeTextBoxText.LeftMargin = 3;
   150       this.nodeTextBoxText.ParentColumn = this.sensor;
   151       this.nodeTextBoxText.Trimming = System.Drawing.StringTrimming.EllipsisCharacter;
   152       this.nodeTextBoxText.UseCompatibleTextRendering = true;
   153       // 
   154       // nodeTextBoxValue
   155       // 
   156       this.nodeTextBoxValue.DataPropertyName = "Value";
   157       this.nodeTextBoxValue.IncrementalSearchEnabled = true;
   158       this.nodeTextBoxValue.LeftMargin = 3;
   159       this.nodeTextBoxValue.ParentColumn = this.value;
   160       this.nodeTextBoxValue.Trimming = System.Drawing.StringTrimming.EllipsisCharacter;
   161       this.nodeTextBoxValue.UseCompatibleTextRendering = true;
   162       // 
   163       // nodeTextBoxMin
   164       // 
   165       this.nodeTextBoxMin.DataPropertyName = "Min";
   166       this.nodeTextBoxMin.IncrementalSearchEnabled = true;
   167       this.nodeTextBoxMin.LeftMargin = 3;
   168       this.nodeTextBoxMin.ParentColumn = this.min;
   169       this.nodeTextBoxMin.Trimming = System.Drawing.StringTrimming.EllipsisCharacter;
   170       this.nodeTextBoxMin.UseCompatibleTextRendering = true;
   171       // 
   172       // nodeTextBoxMax
   173       // 
   174       this.nodeTextBoxMax.DataPropertyName = "Max";
   175       this.nodeTextBoxMax.IncrementalSearchEnabled = true;
   176       this.nodeTextBoxMax.LeftMargin = 3;
   177       this.nodeTextBoxMax.ParentColumn = this.max;
   178       this.nodeTextBoxMax.Trimming = System.Drawing.StringTrimming.EllipsisCharacter;
   179       this.nodeTextBoxMax.UseCompatibleTextRendering = true;
   180       // 
   181       // mainMenu
   182       // 
   183       this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
   184             this.fileMenuItem,
   185             this.viewMenuItem,
   186             this.optionsMenuItem,
   187             this.helpMenuItem});
   188       // 
   189       // fileMenuItem
   190       // 
   191       this.fileMenuItem.Index = 0;
   192       this.fileMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
   193             this.saveReportMenuItem,
   194             this.sumbitReportMenuItem,
   195             this.MenuItem2,
   196             this.resetMenuItem,
   197             this.menuItem5,
   198             this.menuItem6,
   199             this.exitMenuItem});
   200       this.fileMenuItem.Text = "File";
   201       // 
   202       // saveReportMenuItem
   203       // 
   204       this.saveReportMenuItem.Index = 0;
   205       this.saveReportMenuItem.Text = "Save Report...";
   206       this.saveReportMenuItem.Click += new System.EventHandler(this.saveReportMenuItem_Click);
   207       // 
   208       // sumbitReportMenuItem
   209       // 
   210       this.sumbitReportMenuItem.Index = 1;
   211       this.sumbitReportMenuItem.Text = "Submit Report...";
   212       this.sumbitReportMenuItem.Click += new System.EventHandler(this.sumbitReportMenuItem_Click);
   213       // 
   214       // MenuItem2
   215       // 
   216       this.MenuItem2.Index = 2;
   217       this.MenuItem2.Text = "-";
   218       // 
   219       // resetMenuItem
   220       // 
   221       this.resetMenuItem.Index = 3;
   222       this.resetMenuItem.Text = "Reset";
   223       this.resetMenuItem.Click += new System.EventHandler(this.resetClick);
   224       // 
   225       // menuItem5
   226       // 
   227       this.menuItem5.Index = 4;
   228       this.menuItem5.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
   229             this.mainboardMenuItem,
   230             this.cpuMenuItem,
   231             this.ramMenuItem,
   232             this.gpuMenuItem,
   233             this.fanControllerMenuItem,
   234             this.hddMenuItem});
   235       this.menuItem5.Text = "Hardware";
   236       // 
   237       // mainboardMenuItem
   238       // 
   239       this.mainboardMenuItem.Index = 0;
   240       this.mainboardMenuItem.Text = "Mainboard";
   241       // 
   242       // cpuMenuItem
   243       // 
   244       this.cpuMenuItem.Index = 1;
   245       this.cpuMenuItem.Text = "CPU";
   246       // 
   247       // ramMenuItem
   248       // 
   249       this.ramMenuItem.Index = 2;
   250       this.ramMenuItem.Text = "RAM";
   251       // 
   252       // gpuMenuItem
   253       // 
   254       this.gpuMenuItem.Index = 3;
   255       this.gpuMenuItem.Text = "GPU";
   256       // 
   257       // fanControllerMenuItem
   258       // 
   259       this.fanControllerMenuItem.Index = 4;
   260       this.fanControllerMenuItem.Text = "Fan Controllers";
   261       // 
   262       // hddMenuItem
   263       // 
   264       this.hddMenuItem.Index = 5;
   265       this.hddMenuItem.Text = "Hard Disk Drives";
   266       // 
   267       // menuItem6
   268       // 
   269       this.menuItem6.Index = 5;
   270       this.menuItem6.Text = "-";
   271       // 
   272       // exitMenuItem
   273       // 
   274       this.exitMenuItem.Index = 6;
   275       this.exitMenuItem.Text = "Exit";
   276       this.exitMenuItem.Click += new System.EventHandler(this.exitClick);
   277       // 
   278       // viewMenuItem
   279       // 
   280       this.viewMenuItem.Index = 1;
   281       this.viewMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
   282             this.resetMinMaxMenuItem,
   283             this.MenuItem3,
   284             this.hiddenMenuItem,
   285             this.plotMenuItem,
   286             this.gadgetMenuItem,
   287             this.MenuItem1,
   288             this.columnsMenuItem});
   289       this.viewMenuItem.Text = "View";
   290       // 
   291       // resetMinMaxMenuItem
   292       // 
   293       this.resetMinMaxMenuItem.Index = 0;
   294       this.resetMinMaxMenuItem.Text = "Reset Min/Max";
   295       this.resetMinMaxMenuItem.Click += new System.EventHandler(this.resetMinMaxMenuItem_Click);
   296       // 
   297       // MenuItem3
   298       // 
   299       this.MenuItem3.Index = 1;
   300       this.MenuItem3.Text = "-";
   301       // 
   302       // hiddenMenuItem
   303       // 
   304       this.hiddenMenuItem.Index = 2;
   305       this.hiddenMenuItem.Text = "Show Hidden Sensors";
   306       // 
   307       // plotMenuItem
   308       // 
   309       this.plotMenuItem.Index = 3;
   310       this.plotMenuItem.Text = "Show Plot";
   311       // 
   312       // gadgetMenuItem
   313       // 
   314       this.gadgetMenuItem.Index = 4;
   315       this.gadgetMenuItem.Text = "Show Gadget";
   316       // 
   317       // MenuItem1
   318       // 
   319       this.MenuItem1.Index = 5;
   320       this.MenuItem1.Text = "-";
   321       // 
   322       // columnsMenuItem
   323       // 
   324       this.columnsMenuItem.Index = 6;
   325       this.columnsMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
   326             this.valueMenuItem,
   327             this.minMenuItem,
   328             this.maxMenuItem});
   329       this.columnsMenuItem.Text = "Columns";
   330       // 
   331       // valueMenuItem
   332       // 
   333       this.valueMenuItem.Index = 0;
   334       this.valueMenuItem.Text = "Value";
   335       // 
   336       // minMenuItem
   337       // 
   338       this.minMenuItem.Index = 1;
   339       this.minMenuItem.Text = "Min";
   340       // 
   341       // maxMenuItem
   342       // 
   343       this.maxMenuItem.Index = 2;
   344       this.maxMenuItem.Text = "Max";
   345       // 
   346       // optionsMenuItem
   347       // 
   348       this.optionsMenuItem.Index = 2;
   349       this.optionsMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
   350             this.startMinMenuItem,
   351             this.minTrayMenuItem,
   352             this.minCloseMenuItem,
   353             this.startupMenuItem,
   354             this.separatorMenuItem,
   355             this.temperatureUnitsMenuItem,
   356             this.plotLocationMenuItem,
   357             this.webMenuItemSeparator,
   358             this.webMenuItem});
   359       this.optionsMenuItem.Text = "Options";
   360       // 
   361       // startMinMenuItem
   362       // 
   363       this.startMinMenuItem.Index = 0;
   364       this.startMinMenuItem.Text = "Start Minimized";
   365       // 
   366       // minTrayMenuItem
   367       // 
   368       this.minTrayMenuItem.Index = 1;
   369       this.minTrayMenuItem.Text = "Minimize To Tray";
   370       // 
   371       // minCloseMenuItem
   372       // 
   373       this.minCloseMenuItem.Index = 2;
   374       this.minCloseMenuItem.Text = "Minimize On Close";
   375       // 
   376       // startupMenuItem
   377       // 
   378       this.startupMenuItem.Index = 3;
   379       this.startupMenuItem.Text = "Run On Windows Startup";
   380       // 
   381       // separatorMenuItem
   382       // 
   383       this.separatorMenuItem.Index = 4;
   384       this.separatorMenuItem.Text = "-";
   385       // 
   386       // temperatureUnitsMenuItem
   387       // 
   388       this.temperatureUnitsMenuItem.Index = 5;
   389       this.temperatureUnitsMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
   390             this.celsiusMenuItem,
   391             this.fahrenheitMenuItem});
   392       this.temperatureUnitsMenuItem.Text = "Temperature Unit";
   393       // 
   394       // celsiusMenuItem
   395       // 
   396       this.celsiusMenuItem.Index = 0;
   397       this.celsiusMenuItem.RadioCheck = true;
   398       this.celsiusMenuItem.Text = "Celsius";
   399       this.celsiusMenuItem.Click += new System.EventHandler(this.celsiusMenuItem_Click);
   400       // 
   401       // fahrenheitMenuItem
   402       // 
   403       this.fahrenheitMenuItem.Index = 1;
   404       this.fahrenheitMenuItem.RadioCheck = true;
   405       this.fahrenheitMenuItem.Text = "Fahrenheit";
   406       this.fahrenheitMenuItem.Click += new System.EventHandler(this.fahrenheitMenuItem_Click);
   407       // 
   408       // plotLocationMenuItem
   409       // 
   410       this.plotLocationMenuItem.Index = 6;
   411       this.plotLocationMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
   412             this.plotWindowMenuItem,
   413             this.plotBottomMenuItem,
   414             this.plotRightMenuItem});
   415       this.plotLocationMenuItem.Text = "Plot Location";
   416       // 
   417       // plotWindowMenuItem
   418       // 
   419       this.plotWindowMenuItem.Index = 0;
   420       this.plotWindowMenuItem.RadioCheck = true;
   421       this.plotWindowMenuItem.Text = "Window";
   422       // 
   423       // plotBottomMenuItem
   424       // 
   425       this.plotBottomMenuItem.Index = 1;
   426       this.plotBottomMenuItem.RadioCheck = true;
   427       this.plotBottomMenuItem.Text = "Bottom";
   428       // 
   429       // plotRightMenuItem
   430       // 
   431       this.plotRightMenuItem.Index = 2;
   432       this.plotRightMenuItem.RadioCheck = true;
   433       this.plotRightMenuItem.Text = "Right";
   434       // 
   435       // MenuItem4
   436       // 
   437       this.webMenuItemSeparator.Index = 7;
   438       this.webMenuItemSeparator.Text = "-";
   439       // 
   440       // webMenuItem
   441       // 
   442       this.webMenuItem.Index = 8;
   443       this.webMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
   444             this.runWebServerMenuItem,
   445             this.serverPortMenuItem});
   446       this.webMenuItem.Text = "Remote Web Server";
   447       // 
   448       // runWebServerMenuItem
   449       // 
   450       this.runWebServerMenuItem.Index = 0;
   451       this.runWebServerMenuItem.Text = "Run";
   452       // 
   453       // serverPortMenuItem
   454       // 
   455       this.serverPortMenuItem.Index = 1;
   456       this.serverPortMenuItem.Text = "Port";
   457       this.serverPortMenuItem.Click += new System.EventHandler(this.serverPortMenuItem_Click);
   458       // 
   459       // helpMenuItem
   460       // 
   461       this.helpMenuItem.Index = 3;
   462       this.helpMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
   463             this.aboutMenuItem});
   464       this.helpMenuItem.Text = "Help";
   465       // 
   466       // aboutMenuItem
   467       // 
   468       this.aboutMenuItem.Index = 0;
   469       this.aboutMenuItem.Text = "About";
   470       this.aboutMenuItem.Click += new System.EventHandler(this.aboutMenuItem_Click);
   471       // 
   472       // saveFileDialog
   473       // 
   474       this.saveFileDialog.DefaultExt = "txt";
   475       this.saveFileDialog.FileName = "OpenHardwareMonitor.Report.txt";
   476       this.saveFileDialog.Filter = "Text Documents|*.txt|All Files|*.*";
   477       this.saveFileDialog.RestoreDirectory = true;
   478       this.saveFileDialog.Title = "Save Report As";
   479       // 
   480       // timer
   481       // 
   482       this.timer.Interval = 1000;
   483       this.timer.Tick += new System.EventHandler(this.timer_Tick);
   484       // 
   485       // splitContainer
   486       // 
   487       this.splitContainer.Border3DStyle = System.Windows.Forms.Border3DStyle.Raised;
   488       this.splitContainer.Color = System.Drawing.SystemColors.Control;
   489       this.splitContainer.Cursor = System.Windows.Forms.Cursors.Default;
   490       this.splitContainer.Location = new System.Drawing.Point(12, 12);
   491       this.splitContainer.Name = "splitContainer";
   492       this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
   493       // 
   494       // splitContainer.Panel1
   495       // 
   496       this.splitContainer.Panel1.Controls.Add(this.treeView);
   497       // 
   498       // splitContainer.Panel2
   499       // 
   500       this.splitContainer.Panel2.Cursor = System.Windows.Forms.Cursors.Default;
   501       this.splitContainer.Size = new System.Drawing.Size(386, 483);
   502       this.splitContainer.SplitterDistance = 354;
   503       this.splitContainer.SplitterWidth = 5;
   504       this.splitContainer.TabIndex = 3;
   505       // 
   506       // treeView
   507       // 
   508       this.treeView.BackColor = System.Drawing.SystemColors.Window;
   509       this.treeView.BorderStyle = System.Windows.Forms.BorderStyle.None;
   510       this.treeView.Columns.Add(this.sensor);
   511       this.treeView.Columns.Add(this.value);
   512       this.treeView.Columns.Add(this.min);
   513       this.treeView.Columns.Add(this.max);
   514       this.treeView.DefaultToolTipProvider = null;
   515       this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
   516       this.treeView.DragDropMarkColor = System.Drawing.Color.Black;
   517       this.treeView.FullRowSelect = true;
   518       this.treeView.GridLineStyle = Aga.Controls.Tree.GridLineStyle.Horizontal;
   519       this.treeView.LineColor = System.Drawing.SystemColors.ControlDark;
   520       this.treeView.Location = new System.Drawing.Point(0, 0);
   521       this.treeView.Model = null;
   522       this.treeView.Name = "treeView";
   523       this.treeView.NodeControls.Add(this.nodeImage);
   524       this.treeView.NodeControls.Add(this.nodeCheckBox);
   525       this.treeView.NodeControls.Add(this.nodeTextBoxText);
   526       this.treeView.NodeControls.Add(this.nodeTextBoxValue);
   527       this.treeView.NodeControls.Add(this.nodeTextBoxMin);
   528       this.treeView.NodeControls.Add(this.nodeTextBoxMax);
   529       this.treeView.SelectedNode = null;
   530       this.treeView.Size = new System.Drawing.Size(386, 354);
   531       this.treeView.TabIndex = 0;
   532       this.treeView.Text = "treeView";
   533       this.treeView.UseColumns = true;
   534       this.treeView.NodeMouseDoubleClick += new System.EventHandler<Aga.Controls.Tree.TreeNodeAdvMouseEventArgs>(this.treeView_NodeMouseDoubleClick);
   535       this.treeView.Click += new System.EventHandler(this.treeView_Click);
   536       this.treeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeView_MouseDown);
   537       this.treeView.MouseMove += new System.Windows.Forms.MouseEventHandler(this.treeView_MouseMove);
   538       this.treeView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeView_MouseUp);
   539       // 
   540       // MainForm
   541       // 
   542       this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
   543       this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
   544       this.ClientSize = new System.Drawing.Size(418, 554);
   545       this.Controls.Add(this.splitContainer);
   546       this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
   547       this.Menu = this.mainMenu;
   548       this.Name = "MainForm";
   549       this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
   550       this.Text = "Open Hardware Monitor";
   551       this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
   552       this.Load += new System.EventHandler(this.MainForm_Load);
   553       this.ResizeEnd += new System.EventHandler(this.MainForm_MoveOrResize);
   554       this.Move += new System.EventHandler(this.MainForm_MoveOrResize);
   555       this.splitContainer.Panel1.ResumeLayout(false);
   556       this.splitContainer.ResumeLayout(false);
   557       this.ResumeLayout(false);
   558 
   559     }
   560 
   561     #endregion
   562 
   563     private Aga.Controls.Tree.TreeViewAdv treeView;
   564     private System.Windows.Forms.MainMenu mainMenu;
   565     private System.Windows.Forms.MenuItem fileMenuItem;
   566     private System.Windows.Forms.MenuItem exitMenuItem;
   567     private Aga.Controls.Tree.TreeColumn sensor;
   568     private Aga.Controls.Tree.TreeColumn value;
   569     private Aga.Controls.Tree.TreeColumn min;
   570     private Aga.Controls.Tree.TreeColumn max;
   571     private Aga.Controls.Tree.NodeControls.NodeIcon nodeImage;
   572     private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxText;
   573     private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxValue;
   574     private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMin;
   575     private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMax;
   576     private SplitContainerAdv splitContainer;
   577     private System.Windows.Forms.MenuItem viewMenuItem;
   578     private System.Windows.Forms.MenuItem plotMenuItem;
   579     private Aga.Controls.Tree.NodeControls.NodeCheckBox nodeCheckBox;
   580     private System.Windows.Forms.MenuItem helpMenuItem;
   581     private System.Windows.Forms.MenuItem aboutMenuItem;
   582     private System.Windows.Forms.MenuItem saveReportMenuItem;
   583     private System.Windows.Forms.MenuItem optionsMenuItem;
   584     private System.Windows.Forms.MenuItem hddMenuItem;
   585     private System.Windows.Forms.MenuItem minTrayMenuItem;
   586     private System.Windows.Forms.MenuItem separatorMenuItem;
   587     private System.Windows.Forms.ContextMenu treeContextMenu;
   588     private System.Windows.Forms.MenuItem startMinMenuItem;
   589     private System.Windows.Forms.MenuItem startupMenuItem;
   590     private System.Windows.Forms.SaveFileDialog saveFileDialog;
   591     private System.Windows.Forms.Timer timer;
   592     private System.Windows.Forms.MenuItem hiddenMenuItem;
   593     private System.Windows.Forms.MenuItem MenuItem1;
   594     private System.Windows.Forms.MenuItem columnsMenuItem;
   595     private System.Windows.Forms.MenuItem valueMenuItem;
   596     private System.Windows.Forms.MenuItem minMenuItem;
   597     private System.Windows.Forms.MenuItem maxMenuItem;
   598     private System.Windows.Forms.MenuItem temperatureUnitsMenuItem;
   599     private System.Windows.Forms.MenuItem webMenuItemSeparator;
   600     private System.Windows.Forms.MenuItem celsiusMenuItem;
   601     private System.Windows.Forms.MenuItem fahrenheitMenuItem;
   602     private System.Windows.Forms.MenuItem sumbitReportMenuItem;
   603     private System.Windows.Forms.MenuItem MenuItem2;
   604     private System.Windows.Forms.MenuItem resetMinMaxMenuItem;
   605     private System.Windows.Forms.MenuItem MenuItem3;
   606     private System.Windows.Forms.MenuItem gadgetMenuItem;
   607     private System.Windows.Forms.MenuItem minCloseMenuItem;
   608     private System.Windows.Forms.MenuItem resetMenuItem;
   609     private System.Windows.Forms.MenuItem menuItem6;
   610     private System.Windows.Forms.MenuItem plotLocationMenuItem;
   611     private System.Windows.Forms.MenuItem plotWindowMenuItem;
   612     private System.Windows.Forms.MenuItem plotBottomMenuItem;
   613     private System.Windows.Forms.MenuItem plotRightMenuItem;
   614 		private System.Windows.Forms.MenuItem webMenuItem;
   615     private System.Windows.Forms.MenuItem runWebServerMenuItem;
   616     private System.Windows.Forms.MenuItem serverPortMenuItem;
   617     private System.Windows.Forms.MenuItem menuItem5;
   618     private System.Windows.Forms.MenuItem mainboardMenuItem;
   619     private System.Windows.Forms.MenuItem cpuMenuItem;
   620     private System.Windows.Forms.MenuItem gpuMenuItem;
   621     private System.Windows.Forms.MenuItem fanControllerMenuItem;
   622     private System.Windows.Forms.MenuItem ramMenuItem;
   623   }
   624 }
   625