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