Added information about software environment to the report.
3 Version: MPL 1.1/GPL 2.0/LGPL 2.1
5 The contents of this file are subject to the Mozilla Public License Version
6 1.1 (the "License"); you may not use this file except in compliance with
7 the License. You may obtain a copy of the License at
9 http://www.mozilla.org/MPL/
11 Software distributed under the License is distributed on an "AS IS" basis,
12 WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
13 for the specific language governing rights and limitations under the License.
15 The Original Code is the Open Hardware Monitor code.
17 The Initial Developer of the Original Code is
18 Michael Möller <m.moeller@gmx.ch>.
19 Portions created by the Initial Developer are Copyright (C) 2009-2010
20 the Initial Developer. All Rights Reserved.
24 Alternatively, the contents of this file may be used under the terms of
25 either the GNU General Public License Version 2 or later (the "GPL"), or
26 the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
27 in which case the provisions of the GPL or the LGPL are applicable instead
28 of those above. If you wish to allow use of your version of this file only
29 under the terms of either the GPL or the LGPL, and not to allow others to
30 use your version of this file under the terms of the MPL, indicate your
31 decision by deleting the provisions above and replace them with the notice
32 and other provisions required by the GPL or the LGPL. If you do not delete
33 the provisions above, a recipient may use your version of this file under
34 the terms of any one of the MPL, the GPL or the LGPL.
38 namespace OpenHardwareMonitor.GUI {
39 partial class MainForm {
41 /// Required designer variable.
43 private System.ComponentModel.IContainer components = null;
46 /// Clean up any resources being used.
48 /// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
49 protected override void Dispose(bool disposing) {
50 if (disposing && (components != null)) {
53 base.Dispose(disposing);
56 #region Windows Form Designer generated code
59 /// Required method for Designer support - do not modify
60 /// the contents of this method with the code editor.
62 private void InitializeComponent() {
63 this.components = new System.ComponentModel.Container();
64 System.ComponentModel.ComponentResourceManager resources = new System.ComponentModel.ComponentResourceManager(typeof(MainForm));
65 this.treeView = new Aga.Controls.Tree.TreeViewAdv();
66 this.sensor = new Aga.Controls.Tree.TreeColumn();
67 this.value = new Aga.Controls.Tree.TreeColumn();
68 this.min = new Aga.Controls.Tree.TreeColumn();
69 this.max = new Aga.Controls.Tree.TreeColumn();
70 this.limit = new Aga.Controls.Tree.TreeColumn();
71 this.nodeImage = new Aga.Controls.Tree.NodeControls.NodeIcon();
72 this.nodeCheckBox = new Aga.Controls.Tree.NodeControls.NodeCheckBox();
73 this.nodeTextBoxText = new Aga.Controls.Tree.NodeControls.NodeTextBox();
74 this.nodeTextBoxValue = new Aga.Controls.Tree.NodeControls.NodeTextBox();
75 this.nodeTextBoxMin = new Aga.Controls.Tree.NodeControls.NodeTextBox();
76 this.nodeTextBoxMax = new Aga.Controls.Tree.NodeControls.NodeTextBox();
77 this.nodeTextBoxLimit = new Aga.Controls.Tree.NodeControls.NodeTextBox();
78 this.menuStrip = new System.Windows.Forms.MenuStrip();
79 this.fileToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
80 this.saveReportToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
81 this.exitToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
82 this.viewToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
83 this.hiddenMenuItem = new System.Windows.Forms.ToolStripMenuItem();
84 this.plotMenuItem = new System.Windows.Forms.ToolStripMenuItem();
85 this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
86 this.columnsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
87 this.valueMenuItem = new System.Windows.Forms.ToolStripMenuItem();
88 this.minMenuItem = new System.Windows.Forms.ToolStripMenuItem();
89 this.maxMenuItem = new System.Windows.Forms.ToolStripMenuItem();
90 this.limitMenuItem = new System.Windows.Forms.ToolStripMenuItem();
91 this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
92 this.startMinMenuItem = new System.Windows.Forms.ToolStripMenuItem();
93 this.minTrayMenuItem = new System.Windows.Forms.ToolStripMenuItem();
94 this.startupMenuItem = new System.Windows.Forms.ToolStripMenuItem();
95 this.toolStripMenuItem3 = new System.Windows.Forms.ToolStripSeparator();
96 this.hddMenuItem = new System.Windows.Forms.ToolStripMenuItem();
97 this.helpToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
98 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
99 this.splitContainer = new System.Windows.Forms.SplitContainer();
100 this.plotPanel = new OpenHardwareMonitor.GUI.PlotPanel();
101 this.notifyContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
102 this.hideShowToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
103 this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
104 this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
105 this.sensorContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
106 this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
107 this.timer = new System.Windows.Forms.Timer(this.components);
108 this.menuStrip.SuspendLayout();
109 this.splitContainer.Panel1.SuspendLayout();
110 this.splitContainer.Panel2.SuspendLayout();
111 this.splitContainer.SuspendLayout();
112 this.notifyContextMenuStrip.SuspendLayout();
113 this.SuspendLayout();
117 this.treeView.BackColor = System.Drawing.SystemColors.Window;
118 this.treeView.Columns.Add(this.sensor);
119 this.treeView.Columns.Add(this.value);
120 this.treeView.Columns.Add(this.min);
121 this.treeView.Columns.Add(this.max);
122 this.treeView.Columns.Add(this.limit);
123 this.treeView.DefaultToolTipProvider = null;
124 this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
125 this.treeView.DragDropMarkColor = System.Drawing.Color.Black;
126 this.treeView.FullRowSelect = true;
127 this.treeView.GridLineStyle = Aga.Controls.Tree.GridLineStyle.Horizontal;
128 this.treeView.LineColor = System.Drawing.SystemColors.ControlDark;
129 this.treeView.Location = new System.Drawing.Point(0, 0);
130 this.treeView.Model = null;
131 this.treeView.Name = "treeView";
132 this.treeView.NodeControls.Add(this.nodeImage);
133 this.treeView.NodeControls.Add(this.nodeCheckBox);
134 this.treeView.NodeControls.Add(this.nodeTextBoxText);
135 this.treeView.NodeControls.Add(this.nodeTextBoxValue);
136 this.treeView.NodeControls.Add(this.nodeTextBoxMin);
137 this.treeView.NodeControls.Add(this.nodeTextBoxMax);
138 this.treeView.NodeControls.Add(this.nodeTextBoxLimit);
139 this.treeView.RowHeight = 18;
140 this.treeView.SelectedNode = null;
141 this.treeView.Size = new System.Drawing.Size(478, 567);
142 this.treeView.TabIndex = 0;
143 this.treeView.Text = "treeView";
144 this.treeView.UseColumns = true;
145 this.treeView.NodeMouseDoubleClick += new System.EventHandler<Aga.Controls.Tree.TreeNodeAdvMouseEventArgs>(this.treeView_NodeMouseDoubleClick);
146 this.treeView.Click += new System.EventHandler(this.treeView_Click);
150 this.sensor.Header = "Sensor";
151 this.sensor.SortOrder = System.Windows.Forms.SortOrder.None;
152 this.sensor.TooltipText = null;
153 this.sensor.Width = 250;
157 this.value.Header = "Value";
158 this.value.SortOrder = System.Windows.Forms.SortOrder.None;
159 this.value.TooltipText = null;
160 this.value.Width = 100;
164 this.min.Header = "Min";
165 this.min.SortOrder = System.Windows.Forms.SortOrder.None;
166 this.min.TooltipText = null;
167 this.min.Width = 100;
171 this.max.Header = "Max";
172 this.max.SortOrder = System.Windows.Forms.SortOrder.None;
173 this.max.TooltipText = null;
174 this.max.Width = 100;
178 this.limit.Header = "Limit";
179 this.limit.SortOrder = System.Windows.Forms.SortOrder.None;
180 this.limit.TooltipText = null;
181 this.limit.Width = 100;
185 this.nodeImage.DataPropertyName = "Image";
186 this.nodeImage.LeftMargin = 1;
187 this.nodeImage.ParentColumn = this.sensor;
188 this.nodeImage.ScaleMode = Aga.Controls.Tree.ImageScaleMode.Fit;
192 this.nodeCheckBox.DataPropertyName = "Plot";
193 this.nodeCheckBox.EditEnabled = true;
194 this.nodeCheckBox.LeftMargin = 3;
195 this.nodeCheckBox.ParentColumn = this.sensor;
199 this.nodeTextBoxText.DataPropertyName = "Text";
200 this.nodeTextBoxText.EditEnabled = true;
201 this.nodeTextBoxText.IncrementalSearchEnabled = true;
202 this.nodeTextBoxText.LeftMargin = 3;
203 this.nodeTextBoxText.ParentColumn = this.sensor;
207 this.nodeTextBoxValue.DataPropertyName = "Value";
208 this.nodeTextBoxValue.IncrementalSearchEnabled = true;
209 this.nodeTextBoxValue.LeftMargin = 3;
210 this.nodeTextBoxValue.ParentColumn = this.value;
214 this.nodeTextBoxMin.DataPropertyName = "Min";
215 this.nodeTextBoxMin.IncrementalSearchEnabled = true;
216 this.nodeTextBoxMin.LeftMargin = 3;
217 this.nodeTextBoxMin.ParentColumn = this.min;
221 this.nodeTextBoxMax.DataPropertyName = "Max";
222 this.nodeTextBoxMax.IncrementalSearchEnabled = true;
223 this.nodeTextBoxMax.LeftMargin = 3;
224 this.nodeTextBoxMax.ParentColumn = this.max;
228 this.nodeTextBoxLimit.DataPropertyName = "Limit";
229 this.nodeTextBoxLimit.EditEnabled = true;
230 this.nodeTextBoxLimit.IncrementalSearchEnabled = true;
231 this.nodeTextBoxLimit.LeftMargin = 3;
232 this.nodeTextBoxLimit.ParentColumn = this.limit;
236 this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
237 this.fileToolStripMenuItem,
238 this.viewToolStripMenuItem,
239 this.optionsToolStripMenuItem,
240 this.helpToolStripMenuItem});
241 this.menuStrip.Location = new System.Drawing.Point(0, 0);
242 this.menuStrip.Name = "menuStrip";
243 this.menuStrip.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2);
244 this.menuStrip.Size = new System.Drawing.Size(478, 24);
245 this.menuStrip.TabIndex = 1;
246 this.menuStrip.Text = "menuStrip1";
248 // fileToolStripMenuItem
250 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
251 this.saveReportToolStripMenuItem,
252 this.exitToolStripMenuItem});
253 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
254 this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
255 this.fileToolStripMenuItem.Text = "File";
257 // saveReportToolStripMenuItem
259 this.saveReportToolStripMenuItem.Name = "saveReportToolStripMenuItem";
260 this.saveReportToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
261 this.saveReportToolStripMenuItem.Text = "Save Report...";
262 this.saveReportToolStripMenuItem.Click += new System.EventHandler(this.saveReportToolStripMenuItem_Click);
264 // exitToolStripMenuItem
266 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
267 this.exitToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
268 this.exitToolStripMenuItem.Text = "Exit";
269 this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
271 // viewToolStripMenuItem
273 this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
276 this.toolStripMenuItem1,
277 this.columnsToolStripMenuItem});
278 this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
279 this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
280 this.viewToolStripMenuItem.Text = "View";
284 this.hiddenMenuItem.CheckOnClick = true;
285 this.hiddenMenuItem.Name = "hiddenMenuItem";
286 this.hiddenMenuItem.Size = new System.Drawing.Size(188, 22);
287 this.hiddenMenuItem.Text = "Show Hidden Sensors";
288 this.hiddenMenuItem.CheckedChanged += new System.EventHandler(this.hiddenSensorsMenuItem_CheckedChanged);
292 this.plotMenuItem.Checked = true;
293 this.plotMenuItem.CheckOnClick = true;
294 this.plotMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
295 this.plotMenuItem.Name = "plotMenuItem";
296 this.plotMenuItem.Size = new System.Drawing.Size(188, 22);
297 this.plotMenuItem.Text = "Show Plot";
298 this.plotMenuItem.CheckedChanged += new System.EventHandler(this.plotToolStripMenuItem_CheckedChanged);
300 // toolStripMenuItem1
302 this.toolStripMenuItem1.Name = "toolStripMenuItem1";
303 this.toolStripMenuItem1.Size = new System.Drawing.Size(185, 6);
305 // columnsToolStripMenuItem
307 this.columnsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
311 this.limitMenuItem});
312 this.columnsToolStripMenuItem.Name = "columnsToolStripMenuItem";
313 this.columnsToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
314 this.columnsToolStripMenuItem.Text = "Columns";
318 this.valueMenuItem.Checked = true;
319 this.valueMenuItem.CheckOnClick = true;
320 this.valueMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
321 this.valueMenuItem.Name = "valueMenuItem";
322 this.valueMenuItem.Size = new System.Drawing.Size(152, 22);
323 this.valueMenuItem.Text = "Value";
324 this.valueMenuItem.CheckedChanged += new System.EventHandler(this.valueMenuItem_CheckedChanged);
328 this.minMenuItem.Checked = true;
329 this.minMenuItem.CheckOnClick = true;
330 this.minMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
331 this.minMenuItem.Name = "minMenuItem";
332 this.minMenuItem.Size = new System.Drawing.Size(152, 22);
333 this.minMenuItem.Text = "Min";
334 this.minMenuItem.CheckedChanged += new System.EventHandler(this.minMenuItem_CheckedChanged);
338 this.maxMenuItem.Checked = true;
339 this.maxMenuItem.CheckOnClick = true;
340 this.maxMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
341 this.maxMenuItem.Name = "maxMenuItem";
342 this.maxMenuItem.Size = new System.Drawing.Size(152, 22);
343 this.maxMenuItem.Text = "Max";
344 this.maxMenuItem.CheckedChanged += new System.EventHandler(this.maxMenuItem_CheckedChanged);
348 this.limitMenuItem.Checked = true;
349 this.limitMenuItem.CheckOnClick = true;
350 this.limitMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
351 this.limitMenuItem.Name = "limitMenuItem";
352 this.limitMenuItem.Size = new System.Drawing.Size(152, 22);
353 this.limitMenuItem.Text = "Limit";
354 this.limitMenuItem.CheckedChanged += new System.EventHandler(this.limitMenuItem_CheckedChanged);
356 // optionsToolStripMenuItem
358 this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
359 this.startMinMenuItem,
360 this.minTrayMenuItem,
361 this.startupMenuItem,
362 this.toolStripMenuItem3,
364 this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
365 this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
366 this.optionsToolStripMenuItem.Text = "Options";
370 this.startMinMenuItem.CheckOnClick = true;
371 this.startMinMenuItem.Name = "startMinMenuItem";
372 this.startMinMenuItem.Size = new System.Drawing.Size(207, 22);
373 this.startMinMenuItem.Text = "Start Minimized";
377 this.minTrayMenuItem.CheckOnClick = true;
378 this.minTrayMenuItem.Name = "minTrayMenuItem";
379 this.minTrayMenuItem.Size = new System.Drawing.Size(207, 22);
380 this.minTrayMenuItem.Text = "Minimize To Tray";
381 this.minTrayMenuItem.CheckedChanged += new System.EventHandler(this.minTrayMenuItem_CheckedChanged);
385 this.startupMenuItem.CheckOnClick = true;
386 this.startupMenuItem.Name = "startupMenuItem";
387 this.startupMenuItem.Size = new System.Drawing.Size(207, 22);
388 this.startupMenuItem.Text = "Run On Windows Startup";
389 this.startupMenuItem.CheckedChanged += new System.EventHandler(this.runOnWindowsStartupToolStripMenuItem_CheckedChanged);
391 // toolStripMenuItem3
393 this.toolStripMenuItem3.Name = "toolStripMenuItem3";
394 this.toolStripMenuItem3.Size = new System.Drawing.Size(204, 6);
398 this.hddMenuItem.CheckOnClick = true;
399 this.hddMenuItem.Name = "hddMenuItem";
400 this.hddMenuItem.Size = new System.Drawing.Size(207, 22);
401 this.hddMenuItem.Text = "HDD sensors";
402 this.hddMenuItem.CheckedChanged += new System.EventHandler(this.hddsensorsToolStripMenuItem_CheckedChanged);
404 // helpToolStripMenuItem
406 this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
407 this.aboutToolStripMenuItem});
408 this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
409 this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
410 this.helpToolStripMenuItem.Text = "Help";
412 // aboutToolStripMenuItem
414 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
415 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
416 this.aboutToolStripMenuItem.Text = "About";
417 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
421 this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
422 this.splitContainer.Location = new System.Drawing.Point(0, 24);
423 this.splitContainer.Name = "splitContainer";
424 this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
426 // splitContainer.Panel1
428 this.splitContainer.Panel1.Controls.Add(this.treeView);
430 // splitContainer.Panel2
432 this.splitContainer.Panel2.Controls.Add(this.plotPanel);
433 this.splitContainer.Panel2.Cursor = System.Windows.Forms.Cursors.Default;
434 this.splitContainer.Size = new System.Drawing.Size(478, 768);
435 this.splitContainer.SplitterDistance = 567;
436 this.splitContainer.SplitterWidth = 3;
437 this.splitContainer.TabIndex = 3;
441 this.plotPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
442 this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;
443 this.plotPanel.Location = new System.Drawing.Point(0, 0);
444 this.plotPanel.Name = "plotPanel";
445 this.plotPanel.Size = new System.Drawing.Size(478, 198);
446 this.plotPanel.TabIndex = 0;
448 // notifyContextMenuStrip
450 this.notifyContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
451 this.hideShowToolStripMenuItem,
452 this.toolStripMenuItem2,
453 this.exitToolStripMenuItem1});
454 this.notifyContextMenuStrip.Name = "notifyContextMenuStrip";
455 this.notifyContextMenuStrip.Size = new System.Drawing.Size(137, 54);
457 // hideShowToolStripMenuItem
459 this.hideShowToolStripMenuItem.Name = "hideShowToolStripMenuItem";
460 this.hideShowToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
461 this.hideShowToolStripMenuItem.Text = "Hide/Show";
462 this.hideShowToolStripMenuItem.Click += new System.EventHandler(this.hideShowClick);
464 // toolStripMenuItem2
466 this.toolStripMenuItem2.Name = "toolStripMenuItem2";
467 this.toolStripMenuItem2.Size = new System.Drawing.Size(133, 6);
469 // exitToolStripMenuItem1
471 this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
472 this.exitToolStripMenuItem1.Size = new System.Drawing.Size(136, 22);
473 this.exitToolStripMenuItem1.Text = "Exit";
474 this.exitToolStripMenuItem1.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
476 // sensorContextMenuStrip
478 this.sensorContextMenuStrip.Name = "sensorContextMenuStrip";
479 this.sensorContextMenuStrip.Size = new System.Drawing.Size(61, 4);
483 this.saveFileDialog.DefaultExt = "txt";
484 this.saveFileDialog.FileName = "OpenHardwareMonitor.Report.txt";
485 this.saveFileDialog.Filter = "Text Documents|*.txt|All Files|*.*";
486 this.saveFileDialog.RestoreDirectory = true;
487 this.saveFileDialog.Title = "Save Report As";
491 this.timer.Interval = 1000;
492 this.timer.Tick += new System.EventHandler(this.timer_Tick);
496 this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
497 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
498 this.ClientSize = new System.Drawing.Size(478, 792);
499 this.Controls.Add(this.splitContainer);
500 this.Controls.Add(this.menuStrip);
501 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
502 this.MainMenuStrip = this.menuStrip;
503 this.Name = "MainForm";
504 this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
505 this.Text = "Open Hardware Monitor";
506 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
507 this.menuStrip.ResumeLayout(false);
508 this.menuStrip.PerformLayout();
509 this.splitContainer.Panel1.ResumeLayout(false);
510 this.splitContainer.Panel2.ResumeLayout(false);
511 this.splitContainer.ResumeLayout(false);
512 this.notifyContextMenuStrip.ResumeLayout(false);
513 this.ResumeLayout(false);
514 this.PerformLayout();
520 private Aga.Controls.Tree.TreeViewAdv treeView;
521 private System.Windows.Forms.MenuStrip menuStrip;
522 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
523 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
524 private Aga.Controls.Tree.TreeColumn sensor;
525 private Aga.Controls.Tree.TreeColumn value;
526 private Aga.Controls.Tree.TreeColumn min;
527 private Aga.Controls.Tree.TreeColumn max;
528 private Aga.Controls.Tree.NodeControls.NodeIcon nodeImage;
529 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxText;
530 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxValue;
531 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMin;
532 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMax;
533 private System.Windows.Forms.SplitContainer splitContainer;
534 private PlotPanel plotPanel;
535 private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
536 private System.Windows.Forms.ToolStripMenuItem plotMenuItem;
537 private Aga.Controls.Tree.NodeControls.NodeCheckBox nodeCheckBox;
538 private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
539 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
540 private Aga.Controls.Tree.TreeColumn limit;
541 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxLimit;
542 private System.Windows.Forms.ToolStripMenuItem saveReportToolStripMenuItem;
543 private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
544 private System.Windows.Forms.ToolStripMenuItem hddMenuItem;
545 private System.Windows.Forms.ContextMenuStrip notifyContextMenuStrip;
546 private System.Windows.Forms.ToolStripMenuItem hideShowToolStripMenuItem;
547 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
548 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1;
549 private System.Windows.Forms.ToolStripMenuItem minTrayMenuItem;
550 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
551 private System.Windows.Forms.ContextMenuStrip sensorContextMenuStrip;
552 private System.Windows.Forms.ToolStripMenuItem startMinMenuItem;
553 private System.Windows.Forms.ToolStripMenuItem startupMenuItem;
554 private System.Windows.Forms.SaveFileDialog saveFileDialog;
555 private System.Windows.Forms.Timer timer;
556 private System.Windows.Forms.ToolStripMenuItem hiddenMenuItem;
557 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
558 private System.Windows.Forms.ToolStripMenuItem columnsToolStripMenuItem;
559 private System.Windows.Forms.ToolStripMenuItem valueMenuItem;
560 private System.Windows.Forms.ToolStripMenuItem minMenuItem;
561 private System.Windows.Forms.ToolStripMenuItem maxMenuItem;
562 private System.Windows.Forms.ToolStripMenuItem limitMenuItem;