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