moel@1: /* moel@1: moel@1: Version: MPL 1.1/GPL 2.0/LGPL 2.1 moel@1: moel@1: The contents of this file are subject to the Mozilla Public License Version moel@1: 1.1 (the "License"); you may not use this file except in compliance with moel@1: the License. You may obtain a copy of the License at moel@1: moel@1: http://www.mozilla.org/MPL/ moel@1: moel@1: Software distributed under the License is distributed on an "AS IS" basis, moel@1: WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License moel@1: for the specific language governing rights and limitations under the License. moel@1: moel@1: The Original Code is the Open Hardware Monitor code. moel@1: moel@1: The Initial Developer of the Original Code is moel@1: Michael Möller . moel@1: Portions created by the Initial Developer are Copyright (C) 2009-2010 moel@1: the Initial Developer. All Rights Reserved. moel@1: moel@1: Contributor(s): moel@1: moel@1: Alternatively, the contents of this file may be used under the terms of moel@1: either the GNU General Public License Version 2 or later (the "GPL"), or moel@1: the GNU Lesser General Public License Version 2.1 or later (the "LGPL"), moel@1: in which case the provisions of the GPL or the LGPL are applicable instead moel@1: of those above. If you wish to allow use of your version of this file only moel@1: under the terms of either the GPL or the LGPL, and not to allow others to moel@1: use your version of this file under the terms of the MPL, indicate your moel@1: decision by deleting the provisions above and replace them with the notice moel@1: and other provisions required by the GPL or the LGPL. If you do not delete moel@1: the provisions above, a recipient may use your version of this file under moel@1: the terms of any one of the MPL, the GPL or the LGPL. moel@1: moel@1: */ moel@1: moel@1: namespace OpenHardwareMonitor.GUI { moel@1: partial class MainForm { moel@1: /// moel@1: /// Required designer variable. moel@1: /// moel@1: private System.ComponentModel.IContainer components = null; moel@1: moel@1: /// moel@1: /// Clean up any resources being used. moel@1: /// moel@1: /// true if managed resources should be disposed; otherwise, false. moel@1: protected override void Dispose(bool disposing) { moel@1: if (disposing && (components != null)) { moel@1: components.Dispose(); moel@1: } moel@1: base.Dispose(disposing); moel@1: } moel@1: moel@1: #region Windows Form Designer generated code moel@1: moel@1: /// moel@1: /// Required method for Designer support - do not modify moel@1: /// the contents of this method with the code editor. moel@1: /// moel@1: private void InitializeComponent() { moel@1: this.components = new System.ComponentModel.Container(); moel@1: System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm)); moel@1: this.sensor = new Aga.Controls.Tree.TreeColumn(); moel@1: this.value = new Aga.Controls.Tree.TreeColumn(); moel@1: this.min = new Aga.Controls.Tree.TreeColumn(); moel@1: this.max = new Aga.Controls.Tree.TreeColumn(); moel@1: this.nodeImage = new Aga.Controls.Tree.NodeControls.NodeIcon(); moel@1: this.nodeCheckBox = new Aga.Controls.Tree.NodeControls.NodeCheckBox(); moel@1: this.nodeTextBoxText = new Aga.Controls.Tree.NodeControls.NodeTextBox(); moel@1: this.nodeTextBoxValue = new Aga.Controls.Tree.NodeControls.NodeTextBox(); moel@1: this.nodeTextBoxMin = new Aga.Controls.Tree.NodeControls.NodeTextBox(); moel@1: this.nodeTextBoxMax = new Aga.Controls.Tree.NodeControls.NodeTextBox(); moel@156: this.mainMenu = new System.Windows.Forms.MainMenu(this.components); moel@156: this.fileMenuItem = new System.Windows.Forms.MenuItem(); moel@156: this.saveReportMenuItem = new System.Windows.Forms.MenuItem(); moel@156: this.sumbitReportMenuItem = new System.Windows.Forms.MenuItem(); moel@156: this.MenuItem2 = new System.Windows.Forms.MenuItem(); moel@156: this.exitMenuItem = new System.Windows.Forms.MenuItem(); moel@156: this.viewMenuItem = new System.Windows.Forms.MenuItem(); moel@156: this.resetMinMaxMenuItem = new System.Windows.Forms.MenuItem(); moel@156: this.MenuItem3 = new System.Windows.Forms.MenuItem(); moel@156: this.hiddenMenuItem = new System.Windows.Forms.MenuItem(); moel@156: this.plotMenuItem = new System.Windows.Forms.MenuItem(); moel@190: this.gadgetMenuItem = new System.Windows.Forms.MenuItem(); moel@156: this.MenuItem1 = new System.Windows.Forms.MenuItem(); moel@156: this.columnsMenuItem = new System.Windows.Forms.MenuItem(); moel@156: this.valueMenuItem = new System.Windows.Forms.MenuItem(); moel@156: this.minMenuItem = new System.Windows.Forms.MenuItem(); moel@156: this.maxMenuItem = new System.Windows.Forms.MenuItem(); moel@156: this.optionsMenuItem = new System.Windows.Forms.MenuItem(); moel@156: this.startMinMenuItem = new System.Windows.Forms.MenuItem(); moel@156: this.minTrayMenuItem = new System.Windows.Forms.MenuItem(); paulwerelds@198: this.minCloseMenuItem = new System.Windows.Forms.MenuItem(); moel@156: this.startupMenuItem = new System.Windows.Forms.MenuItem(); moel@156: this.separatorMenuItem = new System.Windows.Forms.MenuItem(); moel@156: this.temperatureUnitsMenuItem = new System.Windows.Forms.MenuItem(); moel@156: this.celciusMenuItem = new System.Windows.Forms.MenuItem(); moel@156: this.fahrenheitMenuItem = new System.Windows.Forms.MenuItem(); moel@156: this.MenuItem4 = new System.Windows.Forms.MenuItem(); moel@156: this.hddMenuItem = new System.Windows.Forms.MenuItem(); moel@156: this.helpMenuItem = new System.Windows.Forms.MenuItem(); moel@156: this.aboutMenuItem = new System.Windows.Forms.MenuItem(); moel@156: this.sensorContextMenu = new System.Windows.Forms.ContextMenu(); moel@83: this.saveFileDialog = new System.Windows.Forms.SaveFileDialog(); moel@86: this.timer = new System.Windows.Forms.Timer(this.components); moel@158: this.splitContainer = new OpenHardwareMonitor.GUI.SplitContainerAdv(); moel@158: this.treeView = new Aga.Controls.Tree.TreeViewAdv(); moel@158: this.plotPanel = new OpenHardwareMonitor.GUI.PlotPanel(); moel@1: this.splitContainer.Panel1.SuspendLayout(); moel@1: this.splitContainer.Panel2.SuspendLayout(); moel@1: this.splitContainer.SuspendLayout(); moel@1: this.SuspendLayout(); moel@1: // moel@1: // sensor moel@1: // moel@1: this.sensor.Header = "Sensor"; moel@1: this.sensor.SortOrder = System.Windows.Forms.SortOrder.None; moel@1: this.sensor.TooltipText = null; moel@1: this.sensor.Width = 250; moel@1: // moel@1: // value moel@1: // moel@1: this.value.Header = "Value"; moel@1: this.value.SortOrder = System.Windows.Forms.SortOrder.None; moel@1: this.value.TooltipText = null; moel@1: this.value.Width = 100; moel@1: // moel@1: // min moel@1: // moel@1: this.min.Header = "Min"; moel@1: this.min.SortOrder = System.Windows.Forms.SortOrder.None; moel@1: this.min.TooltipText = null; moel@1: this.min.Width = 100; moel@1: // moel@1: // max moel@1: // moel@1: this.max.Header = "Max"; moel@1: this.max.SortOrder = System.Windows.Forms.SortOrder.None; moel@1: this.max.TooltipText = null; moel@1: this.max.Width = 100; moel@1: // moel@1: // nodeImage moel@1: // moel@1: this.nodeImage.DataPropertyName = "Image"; moel@1: this.nodeImage.LeftMargin = 1; moel@1: this.nodeImage.ParentColumn = this.sensor; moel@1: this.nodeImage.ScaleMode = Aga.Controls.Tree.ImageScaleMode.Fit; moel@1: // moel@1: // nodeCheckBox moel@1: // moel@1: this.nodeCheckBox.DataPropertyName = "Plot"; moel@1: this.nodeCheckBox.EditEnabled = true; moel@1: this.nodeCheckBox.LeftMargin = 3; moel@1: this.nodeCheckBox.ParentColumn = this.sensor; moel@1: // moel@1: // nodeTextBoxText moel@1: // moel@1: this.nodeTextBoxText.DataPropertyName = "Text"; moel@1: this.nodeTextBoxText.EditEnabled = true; moel@1: this.nodeTextBoxText.IncrementalSearchEnabled = true; moel@1: this.nodeTextBoxText.LeftMargin = 3; moel@1: this.nodeTextBoxText.ParentColumn = this.sensor; moel@190: this.nodeTextBoxText.Trimming = System.Drawing.StringTrimming.EllipsisCharacter; moel@1: // moel@1: // nodeTextBoxValue moel@1: // moel@1: this.nodeTextBoxValue.DataPropertyName = "Value"; moel@1: this.nodeTextBoxValue.IncrementalSearchEnabled = true; moel@1: this.nodeTextBoxValue.LeftMargin = 3; moel@1: this.nodeTextBoxValue.ParentColumn = this.value; moel@190: this.nodeTextBoxValue.Trimming = System.Drawing.StringTrimming.EllipsisCharacter; moel@1: // moel@1: // nodeTextBoxMin moel@1: // moel@1: this.nodeTextBoxMin.DataPropertyName = "Min"; moel@1: this.nodeTextBoxMin.IncrementalSearchEnabled = true; moel@1: this.nodeTextBoxMin.LeftMargin = 3; moel@1: this.nodeTextBoxMin.ParentColumn = this.min; moel@190: this.nodeTextBoxMin.Trimming = System.Drawing.StringTrimming.EllipsisCharacter; moel@1: // moel@1: // nodeTextBoxMax moel@1: // moel@1: this.nodeTextBoxMax.DataPropertyName = "Max"; moel@1: this.nodeTextBoxMax.IncrementalSearchEnabled = true; moel@1: this.nodeTextBoxMax.LeftMargin = 3; moel@1: this.nodeTextBoxMax.ParentColumn = this.max; moel@190: this.nodeTextBoxMax.Trimming = System.Drawing.StringTrimming.EllipsisCharacter; moel@1: // moel@156: // mainMenu moel@1: // moel@156: this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { moel@156: this.fileMenuItem, moel@156: this.viewMenuItem, moel@156: this.optionsMenuItem, moel@156: this.helpMenuItem}); moel@1: // moel@156: // fileMenuItem moel@1: // moel@156: this.fileMenuItem.Index = 0; moel@156: this.fileMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { moel@156: this.saveReportMenuItem, moel@156: this.sumbitReportMenuItem, moel@156: this.MenuItem2, moel@156: this.exitMenuItem}); moel@156: this.fileMenuItem.Text = "File"; moel@1: // moel@156: // saveReportMenuItem moel@1: // moel@156: this.saveReportMenuItem.Index = 0; moel@156: this.saveReportMenuItem.Text = "Save Report..."; moel@156: this.saveReportMenuItem.Click += new System.EventHandler(this.saveReportMenuItem_Click); moel@1: // moel@156: // sumbitReportMenuItem moel@151: // moel@156: this.sumbitReportMenuItem.Index = 1; moel@156: this.sumbitReportMenuItem.Text = "Submit Report..."; moel@156: this.sumbitReportMenuItem.Click += new System.EventHandler(this.sumbitReportMenuItem_Click); moel@151: // moel@156: // MenuItem2 moel@151: // moel@156: this.MenuItem2.Index = 2; moel@156: this.MenuItem2.Text = "-"; moel@151: // moel@156: // exitMenuItem moel@1: // moel@156: this.exitMenuItem.Index = 3; moel@156: this.exitMenuItem.Text = "Exit"; moel@156: this.exitMenuItem.Click += new System.EventHandler(this.exitClick); moel@1: // moel@156: // viewMenuItem moel@1: // moel@156: this.viewMenuItem.Index = 1; moel@156: this.viewMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { moel@151: this.resetMinMaxMenuItem, moel@156: this.MenuItem3, moel@111: this.hiddenMenuItem, moel@111: this.plotMenuItem, moel@176: this.gadgetMenuItem, moel@156: this.MenuItem1, moel@156: this.columnsMenuItem}); moel@156: this.viewMenuItem.Text = "View"; moel@156: // moel@156: // resetMinMaxMenuItem moel@156: // moel@156: this.resetMinMaxMenuItem.Index = 0; moel@156: this.resetMinMaxMenuItem.Text = "Reset Min/Max"; moel@156: this.resetMinMaxMenuItem.Click += new System.EventHandler(this.resetMinMaxMenuItem_Click); moel@156: // moel@156: // MenuItem3 moel@156: // moel@156: this.MenuItem3.Index = 1; moel@156: this.MenuItem3.Text = "-"; moel@1: // moel@111: // hiddenMenuItem moel@1: // moel@156: this.hiddenMenuItem.Index = 2; moel@111: this.hiddenMenuItem.Text = "Show Hidden Sensors"; moel@1: // moel@1: // plotMenuItem moel@1: // moel@156: this.plotMenuItem.Index = 3; moel@111: this.plotMenuItem.Text = "Show Plot"; moel@1: // moel@190: // gadgetMenuItem moel@190: // moel@190: this.gadgetMenuItem.Index = 4; moel@190: this.gadgetMenuItem.Text = "Show Gadget"; moel@190: // moel@156: // MenuItem1 moel@111: // moel@176: this.MenuItem1.Index = 5; moel@156: this.MenuItem1.Text = "-"; moel@111: // moel@156: // columnsMenuItem moel@111: // moel@176: this.columnsMenuItem.Index = 6; moel@156: this.columnsMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { moel@111: this.valueMenuItem, moel@111: this.minMenuItem, moel@134: this.maxMenuItem}); moel@156: this.columnsMenuItem.Text = "Columns"; moel@111: // moel@111: // valueMenuItem moel@111: // moel@156: this.valueMenuItem.Index = 0; moel@111: this.valueMenuItem.Text = "Value"; moel@111: // moel@111: // minMenuItem moel@111: // moel@156: this.minMenuItem.Index = 1; moel@111: this.minMenuItem.Text = "Min"; moel@111: // moel@111: // maxMenuItem moel@111: // moel@156: this.maxMenuItem.Index = 2; moel@111: this.maxMenuItem.Text = "Max"; moel@111: // moel@156: // optionsMenuItem moel@1: // moel@156: this.optionsMenuItem.Index = 2; moel@156: this.optionsMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { moel@55: this.startMinMenuItem, moel@28: this.minTrayMenuItem, paulwerelds@198: this.minCloseMenuItem, moel@82: this.startupMenuItem, moel@125: this.separatorMenuItem, moel@156: this.temperatureUnitsMenuItem, moel@156: this.MenuItem4, moel@1: this.hddMenuItem}); moel@156: this.optionsMenuItem.Text = "Options"; moel@1: // moel@57: // startMinMenuItem moel@55: // moel@156: this.startMinMenuItem.Index = 0; moel@55: this.startMinMenuItem.Text = "Start Minimized"; moel@55: // moel@28: // minTrayMenuItem moel@28: // moel@156: this.minTrayMenuItem.Index = 1; moel@28: this.minTrayMenuItem.Text = "Minimize To Tray"; moel@82: // paulwerelds@198: // minCloseMenuItem paulwerelds@198: // paulwerelds@198: this.minCloseMenuItem.Index = 2; paulwerelds@198: this.minCloseMenuItem.Text = "Minimize On Close"; paulwerelds@198: // moel@82: // startupMenuItem moel@82: // paulwerelds@198: this.startupMenuItem.Index = 3; moel@82: this.startupMenuItem.Text = "Run On Windows Startup"; moel@28: // moel@133: // separatorMenuItem moel@28: // paulwerelds@198: this.separatorMenuItem.Index = 4; moel@156: this.separatorMenuItem.Text = "-"; moel@28: // moel@156: // temperatureUnitsMenuItem moel@122: // paulwerelds@198: this.temperatureUnitsMenuItem.Index = 5; moel@156: this.temperatureUnitsMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { moel@156: this.celciusMenuItem, moel@156: this.fahrenheitMenuItem}); moel@156: this.temperatureUnitsMenuItem.Text = "Temperature Unit"; moel@122: // moel@156: // celciusMenuItem moel@122: // moel@156: this.celciusMenuItem.Index = 0; moel@156: this.celciusMenuItem.Text = "Celcius"; moel@156: this.celciusMenuItem.Click += new System.EventHandler(this.celciusMenuItem_Click); moel@122: // moel@156: // fahrenheitMenuItem moel@122: // moel@156: this.fahrenheitMenuItem.Index = 1; moel@156: this.fahrenheitMenuItem.Text = "Fahrenheit"; moel@156: this.fahrenheitMenuItem.Click += new System.EventHandler(this.fahrenheitMenuItem_Click); moel@122: // moel@156: // MenuItem4 moel@122: // paulwerelds@198: this.MenuItem4.Index = 6; moel@156: this.MenuItem4.Text = "-"; moel@122: // moel@1: // hddMenuItem moel@1: // paulwerelds@198: this.hddMenuItem.Index = 7; moel@122: this.hddMenuItem.Text = "Read HDD sensors"; moel@1: // moel@156: // helpMenuItem moel@1: // moel@156: this.helpMenuItem.Index = 3; moel@156: this.helpMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] { moel@156: this.aboutMenuItem}); moel@156: this.helpMenuItem.Text = "Help"; moel@1: // moel@156: // aboutMenuItem moel@1: // moel@156: this.aboutMenuItem.Index = 0; moel@156: this.aboutMenuItem.Text = "About"; moel@156: this.aboutMenuItem.Click += new System.EventHandler(this.aboutMenuItem_Click); moel@1: // moel@83: // saveFileDialog moel@83: // moel@83: this.saveFileDialog.DefaultExt = "txt"; moel@83: this.saveFileDialog.FileName = "OpenHardwareMonitor.Report.txt"; moel@83: this.saveFileDialog.Filter = "Text Documents|*.txt|All Files|*.*"; moel@83: this.saveFileDialog.RestoreDirectory = true; moel@83: this.saveFileDialog.Title = "Save Report As"; moel@83: // moel@86: // timer moel@86: // moel@86: this.timer.Interval = 1000; moel@86: this.timer.Tick += new System.EventHandler(this.timer_Tick); moel@86: // moel@158: // splitContainer moel@158: // moel@158: this.splitContainer.Border3DStyle = System.Windows.Forms.Border3DStyle.Raised; moel@158: this.splitContainer.Color = System.Drawing.SystemColors.Control; moel@158: this.splitContainer.Cursor = System.Windows.Forms.Cursors.Default; moel@158: this.splitContainer.Location = new System.Drawing.Point(12, 12); moel@158: this.splitContainer.Name = "splitContainer"; moel@158: this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal; moel@158: // moel@158: // splitContainer.Panel1 moel@158: // moel@158: this.splitContainer.Panel1.Controls.Add(this.treeView); moel@158: // moel@158: // splitContainer.Panel2 moel@158: // moel@158: this.splitContainer.Panel2.Controls.Add(this.plotPanel); moel@158: this.splitContainer.Panel2.Cursor = System.Windows.Forms.Cursors.Default; moel@158: this.splitContainer.Size = new System.Drawing.Size(386, 483); moel@158: this.splitContainer.SplitterDistance = 354; moel@158: this.splitContainer.SplitterWidth = 5; moel@158: this.splitContainer.TabIndex = 3; moel@158: // moel@158: // treeView moel@158: // moel@158: this.treeView.BackColor = System.Drawing.SystemColors.Window; moel@158: this.treeView.BorderStyle = System.Windows.Forms.BorderStyle.None; moel@158: this.treeView.Columns.Add(this.sensor); moel@158: this.treeView.Columns.Add(this.value); moel@158: this.treeView.Columns.Add(this.min); moel@158: this.treeView.Columns.Add(this.max); moel@158: this.treeView.DefaultToolTipProvider = null; moel@158: this.treeView.Dock = System.Windows.Forms.DockStyle.Fill; moel@158: this.treeView.DragDropMarkColor = System.Drawing.Color.Black; moel@158: this.treeView.FullRowSelect = true; moel@158: this.treeView.GridLineStyle = Aga.Controls.Tree.GridLineStyle.Horizontal; moel@158: this.treeView.LineColor = System.Drawing.SystemColors.ControlDark; moel@158: this.treeView.Location = new System.Drawing.Point(0, 0); moel@158: this.treeView.Model = null; moel@158: this.treeView.Name = "treeView"; moel@158: this.treeView.NodeControls.Add(this.nodeImage); moel@158: this.treeView.NodeControls.Add(this.nodeCheckBox); moel@158: this.treeView.NodeControls.Add(this.nodeTextBoxText); moel@158: this.treeView.NodeControls.Add(this.nodeTextBoxValue); moel@158: this.treeView.NodeControls.Add(this.nodeTextBoxMin); moel@158: this.treeView.NodeControls.Add(this.nodeTextBoxMax); moel@158: this.treeView.RowHeight = 18; moel@158: this.treeView.SelectedNode = null; moel@158: this.treeView.Size = new System.Drawing.Size(386, 354); moel@158: this.treeView.TabIndex = 0; moel@158: this.treeView.Text = "treeView"; moel@158: this.treeView.UseColumns = true; moel@158: this.treeView.NodeMouseDoubleClick += new System.EventHandler(this.treeView_NodeMouseDoubleClick); moel@158: this.treeView.Click += new System.EventHandler(this.treeView_Click); moel@158: // moel@158: // plotPanel moel@158: // moel@158: this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill; moel@158: this.plotPanel.Location = new System.Drawing.Point(0, 0); moel@158: this.plotPanel.Name = "plotPanel"; moel@158: this.plotPanel.Size = new System.Drawing.Size(386, 124); moel@158: this.plotPanel.TabIndex = 0; moel@158: // moel@1: // MainForm moel@1: // moel@122: this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); moel@1: this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; moel@159: this.ClientSize = new System.Drawing.Size(418, 554); moel@1: this.Controls.Add(this.splitContainer); moel@158: this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); moel@158: this.Menu = this.mainMenu; moel@1: this.Name = "MainForm"; moel@1: this.StartPosition = System.Windows.Forms.FormStartPosition.Manual; moel@1: this.Text = "Open Hardware Monitor"; moel@1: this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed); paulwerelds@214: this.Load += new System.EventHandler(this.MainForm_Load); moel@1: this.splitContainer.Panel1.ResumeLayout(false); moel@1: this.splitContainer.Panel2.ResumeLayout(false); moel@1: this.splitContainer.ResumeLayout(false); moel@1: this.ResumeLayout(false); moel@1: moel@1: } moel@1: moel@1: #endregion moel@1: moel@1: private Aga.Controls.Tree.TreeViewAdv treeView; moel@156: private System.Windows.Forms.MainMenu mainMenu; moel@156: private System.Windows.Forms.MenuItem fileMenuItem; moel@156: private System.Windows.Forms.MenuItem exitMenuItem; moel@1: private Aga.Controls.Tree.TreeColumn sensor; moel@1: private Aga.Controls.Tree.TreeColumn value; moel@1: private Aga.Controls.Tree.TreeColumn min; moel@1: private Aga.Controls.Tree.TreeColumn max; moel@1: private Aga.Controls.Tree.NodeControls.NodeIcon nodeImage; moel@1: private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxText; moel@1: private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxValue; moel@1: private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMin; moel@1: private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMax; moel@158: private SplitContainerAdv splitContainer; moel@1: private PlotPanel plotPanel; moel@156: private System.Windows.Forms.MenuItem viewMenuItem; moel@156: private System.Windows.Forms.MenuItem plotMenuItem; moel@1: private Aga.Controls.Tree.NodeControls.NodeCheckBox nodeCheckBox; moel@156: private System.Windows.Forms.MenuItem helpMenuItem; moel@156: private System.Windows.Forms.MenuItem aboutMenuItem; moel@156: private System.Windows.Forms.MenuItem saveReportMenuItem; moel@156: private System.Windows.Forms.MenuItem optionsMenuItem; moel@156: private System.Windows.Forms.MenuItem hddMenuItem; moel@156: private System.Windows.Forms.MenuItem minTrayMenuItem; moel@156: private System.Windows.Forms.MenuItem separatorMenuItem; moel@156: private System.Windows.Forms.ContextMenu sensorContextMenu; moel@156: private System.Windows.Forms.MenuItem startMinMenuItem; moel@156: private System.Windows.Forms.MenuItem startupMenuItem; moel@83: private System.Windows.Forms.SaveFileDialog saveFileDialog; moel@86: private System.Windows.Forms.Timer timer; moel@156: private System.Windows.Forms.MenuItem hiddenMenuItem; moel@156: private System.Windows.Forms.MenuItem MenuItem1; moel@156: private System.Windows.Forms.MenuItem columnsMenuItem; moel@156: private System.Windows.Forms.MenuItem valueMenuItem; moel@156: private System.Windows.Forms.MenuItem minMenuItem; moel@156: private System.Windows.Forms.MenuItem maxMenuItem; moel@156: private System.Windows.Forms.MenuItem temperatureUnitsMenuItem; moel@156: private System.Windows.Forms.MenuItem MenuItem4; moel@156: private System.Windows.Forms.MenuItem celciusMenuItem; moel@156: private System.Windows.Forms.MenuItem fahrenheitMenuItem; moel@156: private System.Windows.Forms.MenuItem sumbitReportMenuItem; moel@156: private System.Windows.Forms.MenuItem MenuItem2; moel@156: private System.Windows.Forms.MenuItem resetMinMaxMenuItem; moel@156: private System.Windows.Forms.MenuItem MenuItem3; moel@176: private System.Windows.Forms.MenuItem gadgetMenuItem; paulwerelds@198: private System.Windows.Forms.MenuItem minCloseMenuItem; moel@1: } moel@1: } moel@1: