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.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
127 this.treeView.FullRowSelect = true;
128 this.treeView.GridLineStyle = Aga.Controls.Tree.GridLineStyle.Horizontal;
129 this.treeView.LineColor = System.Drawing.SystemColors.ControlDark;
130 this.treeView.Location = new System.Drawing.Point(0, 0);
131 this.treeView.Model = null;
132 this.treeView.Name = "treeView";
133 this.treeView.NodeControls.Add(this.nodeImage);
134 this.treeView.NodeControls.Add(this.nodeCheckBox);
135 this.treeView.NodeControls.Add(this.nodeTextBoxText);
136 this.treeView.NodeControls.Add(this.nodeTextBoxValue);
137 this.treeView.NodeControls.Add(this.nodeTextBoxMin);
138 this.treeView.NodeControls.Add(this.nodeTextBoxMax);
139 this.treeView.NodeControls.Add(this.nodeTextBoxLimit);
140 this.treeView.RowHeight = 18;
141 this.treeView.SelectedNode = null;
142 this.treeView.Size = new System.Drawing.Size(478, 567);
143 this.treeView.TabIndex = 0;
144 this.treeView.Text = "treeView";
145 this.treeView.UseColumns = true;
146 this.treeView.NodeMouseDoubleClick += new System.EventHandler<Aga.Controls.Tree.TreeNodeAdvMouseEventArgs>(this.treeView_NodeMouseDoubleClick);
147 this.treeView.Click += new System.EventHandler(this.treeView_Click);
151 this.sensor.Header = "Sensor";
152 this.sensor.SortOrder = System.Windows.Forms.SortOrder.None;
153 this.sensor.TooltipText = null;
154 this.sensor.Width = 250;
158 this.value.Header = "Value";
159 this.value.SortOrder = System.Windows.Forms.SortOrder.None;
160 this.value.TooltipText = null;
161 this.value.Width = 100;
165 this.min.Header = "Min";
166 this.min.SortOrder = System.Windows.Forms.SortOrder.None;
167 this.min.TooltipText = null;
168 this.min.Width = 100;
172 this.max.Header = "Max";
173 this.max.SortOrder = System.Windows.Forms.SortOrder.None;
174 this.max.TooltipText = null;
175 this.max.Width = 100;
179 this.limit.Header = "Limit";
180 this.limit.SortOrder = System.Windows.Forms.SortOrder.None;
181 this.limit.TooltipText = null;
182 this.limit.Width = 100;
186 this.nodeImage.DataPropertyName = "Image";
187 this.nodeImage.LeftMargin = 1;
188 this.nodeImage.ParentColumn = this.sensor;
189 this.nodeImage.ScaleMode = Aga.Controls.Tree.ImageScaleMode.Fit;
193 this.nodeCheckBox.DataPropertyName = "Plot";
194 this.nodeCheckBox.EditEnabled = true;
195 this.nodeCheckBox.LeftMargin = 3;
196 this.nodeCheckBox.ParentColumn = this.sensor;
200 this.nodeTextBoxText.DataPropertyName = "Text";
201 this.nodeTextBoxText.EditEnabled = true;
202 this.nodeTextBoxText.IncrementalSearchEnabled = true;
203 this.nodeTextBoxText.LeftMargin = 3;
204 this.nodeTextBoxText.ParentColumn = this.sensor;
208 this.nodeTextBoxValue.DataPropertyName = "Value";
209 this.nodeTextBoxValue.IncrementalSearchEnabled = true;
210 this.nodeTextBoxValue.LeftMargin = 3;
211 this.nodeTextBoxValue.ParentColumn = this.value;
215 this.nodeTextBoxMin.DataPropertyName = "Min";
216 this.nodeTextBoxMin.IncrementalSearchEnabled = true;
217 this.nodeTextBoxMin.LeftMargin = 3;
218 this.nodeTextBoxMin.ParentColumn = this.min;
222 this.nodeTextBoxMax.DataPropertyName = "Max";
223 this.nodeTextBoxMax.IncrementalSearchEnabled = true;
224 this.nodeTextBoxMax.LeftMargin = 3;
225 this.nodeTextBoxMax.ParentColumn = this.max;
229 this.nodeTextBoxLimit.DataPropertyName = "Limit";
230 this.nodeTextBoxLimit.EditEnabled = true;
231 this.nodeTextBoxLimit.IncrementalSearchEnabled = true;
232 this.nodeTextBoxLimit.LeftMargin = 3;
233 this.nodeTextBoxLimit.ParentColumn = this.limit;
237 this.menuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
238 this.fileToolStripMenuItem,
239 this.viewToolStripMenuItem,
240 this.optionsToolStripMenuItem,
241 this.helpToolStripMenuItem});
242 this.menuStrip.Location = new System.Drawing.Point(0, 0);
243 this.menuStrip.Name = "menuStrip";
244 this.menuStrip.Padding = new System.Windows.Forms.Padding(7, 2, 0, 2);
245 this.menuStrip.Size = new System.Drawing.Size(478, 24);
246 this.menuStrip.TabIndex = 1;
247 this.menuStrip.Text = "menuStrip1";
249 // fileToolStripMenuItem
251 this.fileToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
252 this.saveReportToolStripMenuItem,
253 this.exitToolStripMenuItem});
254 this.fileToolStripMenuItem.Name = "fileToolStripMenuItem";
255 this.fileToolStripMenuItem.Size = new System.Drawing.Size(37, 20);
256 this.fileToolStripMenuItem.Text = "File";
258 // saveReportToolStripMenuItem
260 this.saveReportToolStripMenuItem.Name = "saveReportToolStripMenuItem";
261 this.saveReportToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
262 this.saveReportToolStripMenuItem.Text = "Save Report...";
263 this.saveReportToolStripMenuItem.Click += new System.EventHandler(this.saveReportToolStripMenuItem_Click);
265 // exitToolStripMenuItem
267 this.exitToolStripMenuItem.Name = "exitToolStripMenuItem";
268 this.exitToolStripMenuItem.Size = new System.Drawing.Size(145, 22);
269 this.exitToolStripMenuItem.Text = "Exit";
270 this.exitToolStripMenuItem.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
272 // viewToolStripMenuItem
274 this.viewToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
277 this.toolStripMenuItem1,
278 this.columnsToolStripMenuItem});
279 this.viewToolStripMenuItem.Name = "viewToolStripMenuItem";
280 this.viewToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
281 this.viewToolStripMenuItem.Text = "View";
285 this.hiddenMenuItem.CheckOnClick = true;
286 this.hiddenMenuItem.Name = "hiddenMenuItem";
287 this.hiddenMenuItem.Size = new System.Drawing.Size(188, 22);
288 this.hiddenMenuItem.Text = "Show Hidden Sensors";
289 this.hiddenMenuItem.CheckedChanged += new System.EventHandler(this.hiddenSensorsMenuItem_CheckedChanged);
293 this.plotMenuItem.Checked = true;
294 this.plotMenuItem.CheckOnClick = true;
295 this.plotMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
296 this.plotMenuItem.Name = "plotMenuItem";
297 this.plotMenuItem.Size = new System.Drawing.Size(188, 22);
298 this.plotMenuItem.Text = "Show Plot";
299 this.plotMenuItem.CheckedChanged += new System.EventHandler(this.plotToolStripMenuItem_CheckedChanged);
301 // toolStripMenuItem1
303 this.toolStripMenuItem1.Name = "toolStripMenuItem1";
304 this.toolStripMenuItem1.Size = new System.Drawing.Size(185, 6);
306 // columnsToolStripMenuItem
308 this.columnsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
312 this.limitMenuItem});
313 this.columnsToolStripMenuItem.Name = "columnsToolStripMenuItem";
314 this.columnsToolStripMenuItem.Size = new System.Drawing.Size(188, 22);
315 this.columnsToolStripMenuItem.Text = "Columns";
319 this.valueMenuItem.Checked = true;
320 this.valueMenuItem.CheckOnClick = true;
321 this.valueMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
322 this.valueMenuItem.Name = "valueMenuItem";
323 this.valueMenuItem.Size = new System.Drawing.Size(152, 22);
324 this.valueMenuItem.Text = "Value";
325 this.valueMenuItem.CheckedChanged += new System.EventHandler(this.valueMenuItem_CheckedChanged);
329 this.minMenuItem.Checked = true;
330 this.minMenuItem.CheckOnClick = true;
331 this.minMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
332 this.minMenuItem.Name = "minMenuItem";
333 this.minMenuItem.Size = new System.Drawing.Size(152, 22);
334 this.minMenuItem.Text = "Min";
335 this.minMenuItem.CheckedChanged += new System.EventHandler(this.minMenuItem_CheckedChanged);
339 this.maxMenuItem.Checked = true;
340 this.maxMenuItem.CheckOnClick = true;
341 this.maxMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
342 this.maxMenuItem.Name = "maxMenuItem";
343 this.maxMenuItem.Size = new System.Drawing.Size(152, 22);
344 this.maxMenuItem.Text = "Max";
345 this.maxMenuItem.CheckedChanged += new System.EventHandler(this.maxMenuItem_CheckedChanged);
349 this.limitMenuItem.Checked = true;
350 this.limitMenuItem.CheckOnClick = true;
351 this.limitMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
352 this.limitMenuItem.Name = "limitMenuItem";
353 this.limitMenuItem.Size = new System.Drawing.Size(152, 22);
354 this.limitMenuItem.Text = "Limit";
355 this.limitMenuItem.CheckedChanged += new System.EventHandler(this.limitMenuItem_CheckedChanged);
357 // optionsToolStripMenuItem
359 this.optionsToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
360 this.startMinMenuItem,
361 this.minTrayMenuItem,
362 this.startupMenuItem,
363 this.toolStripMenuItem3,
365 this.optionsToolStripMenuItem.Name = "optionsToolStripMenuItem";
366 this.optionsToolStripMenuItem.Size = new System.Drawing.Size(61, 20);
367 this.optionsToolStripMenuItem.Text = "Options";
371 this.startMinMenuItem.CheckOnClick = true;
372 this.startMinMenuItem.Name = "startMinMenuItem";
373 this.startMinMenuItem.Size = new System.Drawing.Size(207, 22);
374 this.startMinMenuItem.Text = "Start Minimized";
378 this.minTrayMenuItem.CheckOnClick = true;
379 this.minTrayMenuItem.Name = "minTrayMenuItem";
380 this.minTrayMenuItem.Size = new System.Drawing.Size(207, 22);
381 this.minTrayMenuItem.Text = "Minimize To Tray";
382 this.minTrayMenuItem.CheckedChanged += new System.EventHandler(this.minTrayMenuItem_CheckedChanged);
386 this.startupMenuItem.CheckOnClick = true;
387 this.startupMenuItem.Name = "startupMenuItem";
388 this.startupMenuItem.Size = new System.Drawing.Size(207, 22);
389 this.startupMenuItem.Text = "Run On Windows Startup";
390 this.startupMenuItem.CheckedChanged += new System.EventHandler(this.runOnWindowsStartupToolStripMenuItem_CheckedChanged);
392 // toolStripMenuItem3
394 this.toolStripMenuItem3.Name = "toolStripMenuItem3";
395 this.toolStripMenuItem3.Size = new System.Drawing.Size(204, 6);
399 this.hddMenuItem.CheckOnClick = true;
400 this.hddMenuItem.Name = "hddMenuItem";
401 this.hddMenuItem.Size = new System.Drawing.Size(207, 22);
402 this.hddMenuItem.Text = "HDD sensors";
403 this.hddMenuItem.CheckedChanged += new System.EventHandler(this.hddsensorsToolStripMenuItem_CheckedChanged);
405 // helpToolStripMenuItem
407 this.helpToolStripMenuItem.DropDownItems.AddRange(new System.Windows.Forms.ToolStripItem[] {
408 this.aboutToolStripMenuItem});
409 this.helpToolStripMenuItem.Name = "helpToolStripMenuItem";
410 this.helpToolStripMenuItem.Size = new System.Drawing.Size(44, 20);
411 this.helpToolStripMenuItem.Text = "Help";
413 // aboutToolStripMenuItem
415 this.aboutToolStripMenuItem.Name = "aboutToolStripMenuItem";
416 this.aboutToolStripMenuItem.Size = new System.Drawing.Size(107, 22);
417 this.aboutToolStripMenuItem.Text = "About";
418 this.aboutToolStripMenuItem.Click += new System.EventHandler(this.aboutToolStripMenuItem_Click);
422 this.splitContainer.Dock = System.Windows.Forms.DockStyle.Fill;
423 this.splitContainer.Location = new System.Drawing.Point(0, 24);
424 this.splitContainer.Name = "splitContainer";
425 this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
427 // splitContainer.Panel1
429 this.splitContainer.Panel1.Controls.Add(this.treeView);
431 // splitContainer.Panel2
433 this.splitContainer.Panel2.Controls.Add(this.plotPanel);
434 this.splitContainer.Panel2.Cursor = System.Windows.Forms.Cursors.Default;
435 this.splitContainer.Size = new System.Drawing.Size(478, 768);
436 this.splitContainer.SplitterDistance = 567;
437 this.splitContainer.SplitterWidth = 3;
438 this.splitContainer.TabIndex = 3;
442 this.plotPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
443 this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;
444 this.plotPanel.Font = new System.Drawing.Font("Segoe UI", 9F);
445 this.plotPanel.Location = new System.Drawing.Point(0, 0);
446 this.plotPanel.Name = "plotPanel";
447 this.plotPanel.Size = new System.Drawing.Size(478, 198);
448 this.plotPanel.TabIndex = 0;
450 // notifyContextMenuStrip
452 this.notifyContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
453 this.hideShowToolStripMenuItem,
454 this.toolStripMenuItem2,
455 this.exitToolStripMenuItem1});
456 this.notifyContextMenuStrip.Name = "notifyContextMenuStrip";
457 this.notifyContextMenuStrip.Size = new System.Drawing.Size(137, 54);
459 // hideShowToolStripMenuItem
461 this.hideShowToolStripMenuItem.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Bold);
462 this.hideShowToolStripMenuItem.Name = "hideShowToolStripMenuItem";
463 this.hideShowToolStripMenuItem.Size = new System.Drawing.Size(136, 22);
464 this.hideShowToolStripMenuItem.Text = "Hide/Show";
465 this.hideShowToolStripMenuItem.Click += new System.EventHandler(this.hideShowClick);
467 // toolStripMenuItem2
469 this.toolStripMenuItem2.Name = "toolStripMenuItem2";
470 this.toolStripMenuItem2.Size = new System.Drawing.Size(133, 6);
472 // exitToolStripMenuItem1
474 this.exitToolStripMenuItem1.Name = "exitToolStripMenuItem1";
475 this.exitToolStripMenuItem1.Size = new System.Drawing.Size(136, 22);
476 this.exitToolStripMenuItem1.Text = "Exit";
477 this.exitToolStripMenuItem1.Click += new System.EventHandler(this.exitToolStripMenuItem_Click);
479 // sensorContextMenuStrip
481 this.sensorContextMenuStrip.Name = "sensorContextMenuStrip";
482 this.sensorContextMenuStrip.Size = new System.Drawing.Size(61, 4);
486 this.saveFileDialog.DefaultExt = "txt";
487 this.saveFileDialog.FileName = "OpenHardwareMonitor.Report.txt";
488 this.saveFileDialog.Filter = "Text Documents|*.txt|All Files|*.*";
489 this.saveFileDialog.RestoreDirectory = true;
490 this.saveFileDialog.Title = "Save Report As";
494 this.timer.Interval = 1000;
495 this.timer.Tick += new System.EventHandler(this.timer_Tick);
499 this.AutoScaleDimensions = new System.Drawing.SizeF(7F, 15F);
500 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
501 this.ClientSize = new System.Drawing.Size(478, 792);
502 this.Controls.Add(this.splitContainer);
503 this.Controls.Add(this.menuStrip);
504 this.Font = new System.Drawing.Font("Segoe UI", 9F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
505 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
506 this.MainMenuStrip = this.menuStrip;
507 this.Name = "MainForm";
508 this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
509 this.Text = "Open Hardware Monitor";
510 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
511 this.menuStrip.ResumeLayout(false);
512 this.menuStrip.PerformLayout();
513 this.splitContainer.Panel1.ResumeLayout(false);
514 this.splitContainer.Panel2.ResumeLayout(false);
515 this.splitContainer.ResumeLayout(false);
516 this.notifyContextMenuStrip.ResumeLayout(false);
517 this.ResumeLayout(false);
518 this.PerformLayout();
524 private Aga.Controls.Tree.TreeViewAdv treeView;
525 private System.Windows.Forms.MenuStrip menuStrip;
526 private System.Windows.Forms.ToolStripMenuItem fileToolStripMenuItem;
527 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem;
528 private Aga.Controls.Tree.TreeColumn sensor;
529 private Aga.Controls.Tree.TreeColumn value;
530 private Aga.Controls.Tree.TreeColumn min;
531 private Aga.Controls.Tree.TreeColumn max;
532 private Aga.Controls.Tree.NodeControls.NodeIcon nodeImage;
533 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxText;
534 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxValue;
535 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMin;
536 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMax;
537 private System.Windows.Forms.SplitContainer splitContainer;
538 private PlotPanel plotPanel;
539 private System.Windows.Forms.ToolStripMenuItem viewToolStripMenuItem;
540 private System.Windows.Forms.ToolStripMenuItem plotMenuItem;
541 private Aga.Controls.Tree.NodeControls.NodeCheckBox nodeCheckBox;
542 private System.Windows.Forms.ToolStripMenuItem helpToolStripMenuItem;
543 private System.Windows.Forms.ToolStripMenuItem aboutToolStripMenuItem;
544 private Aga.Controls.Tree.TreeColumn limit;
545 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxLimit;
546 private System.Windows.Forms.ToolStripMenuItem saveReportToolStripMenuItem;
547 private System.Windows.Forms.ToolStripMenuItem optionsToolStripMenuItem;
548 private System.Windows.Forms.ToolStripMenuItem hddMenuItem;
549 private System.Windows.Forms.ContextMenuStrip notifyContextMenuStrip;
550 private System.Windows.Forms.ToolStripMenuItem hideShowToolStripMenuItem;
551 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem2;
552 private System.Windows.Forms.ToolStripMenuItem exitToolStripMenuItem1;
553 private System.Windows.Forms.ToolStripMenuItem minTrayMenuItem;
554 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem3;
555 private System.Windows.Forms.ContextMenuStrip sensorContextMenuStrip;
556 private System.Windows.Forms.ToolStripMenuItem startMinMenuItem;
557 private System.Windows.Forms.ToolStripMenuItem startupMenuItem;
558 private System.Windows.Forms.SaveFileDialog saveFileDialog;
559 private System.Windows.Forms.Timer timer;
560 private System.Windows.Forms.ToolStripMenuItem hiddenMenuItem;
561 private System.Windows.Forms.ToolStripSeparator toolStripMenuItem1;
562 private System.Windows.Forms.ToolStripMenuItem columnsToolStripMenuItem;
563 private System.Windows.Forms.ToolStripMenuItem valueMenuItem;
564 private System.Windows.Forms.ToolStripMenuItem minMenuItem;
565 private System.Windows.Forms.ToolStripMenuItem maxMenuItem;
566 private System.Windows.Forms.ToolStripMenuItem limitMenuItem;