Implementing FrontView support for packed mode and time display.
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/.
7 Copyright (C) 2009-2011 Michael Möller <mmoeller@openhardwaremonitor.org>
11 namespace OpenHardwareMonitor.GUI {
12 partial class MainForm {
14 /// Required designer variable.
16 private System.ComponentModel.IContainer components = null;
19 /// Clean up any resources being used.
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)) {
26 base.Dispose(disposing);
29 #region Windows Form Designer generated code
32 /// Required method for Designer support - do not modify
33 /// the contents of this method with the code editor.
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();
108 this.sensor.Header = "Sensor";
109 this.sensor.SortOrder = System.Windows.Forms.SortOrder.None;
110 this.sensor.TooltipText = null;
111 this.sensor.Width = 250;
115 this.value.Header = "Value";
116 this.value.SortOrder = System.Windows.Forms.SortOrder.None;
117 this.value.TooltipText = null;
118 this.value.Width = 100;
122 this.min.Header = "Min";
123 this.min.SortOrder = System.Windows.Forms.SortOrder.None;
124 this.min.TooltipText = null;
125 this.min.Width = 100;
129 this.max.Header = "Max";
130 this.max.SortOrder = System.Windows.Forms.SortOrder.None;
131 this.max.TooltipText = null;
132 this.max.Width = 100;
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;
143 this.nodeCheckBox.DataPropertyName = "Plot";
144 this.nodeCheckBox.EditEnabled = true;
145 this.nodeCheckBox.LeftMargin = 3;
146 this.nodeCheckBox.ParentColumn = this.sensor;
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;
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;
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;
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;
187 this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
190 this.optionsMenuItem,
195 this.fileMenuItem.Index = 0;
196 this.fileMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
197 this.saveReportMenuItem,
198 this.sumbitReportMenuItem,
204 this.fileMenuItem.Text = "File";
206 // saveReportMenuItem
208 this.saveReportMenuItem.Index = 0;
209 this.saveReportMenuItem.Text = "Save Report...";
210 this.saveReportMenuItem.Click += new System.EventHandler(this.saveReportMenuItem_Click);
212 // sumbitReportMenuItem
214 this.sumbitReportMenuItem.Index = 1;
215 this.sumbitReportMenuItem.Text = "Submit Report...";
216 this.sumbitReportMenuItem.Click += new System.EventHandler(this.sumbitReportMenuItem_Click);
220 this.MenuItem2.Index = 2;
221 this.MenuItem2.Text = "-";
225 this.resetMenuItem.Index = 3;
226 this.resetMenuItem.Text = "Reset";
227 this.resetMenuItem.Click += new System.EventHandler(this.resetClick);
231 this.menuItem5.Index = 4;
232 this.menuItem5.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
233 this.mainboardMenuItem,
237 this.fanControllerMenuItem,
239 this.menuItem5.Text = "Hardware";
243 this.mainboardMenuItem.Index = 0;
244 this.mainboardMenuItem.Text = "Mainboard";
248 this.cpuMenuItem.Index = 1;
249 this.cpuMenuItem.Text = "CPU";
253 this.ramMenuItem.Index = 2;
254 this.ramMenuItem.Text = "RAM";
258 this.gpuMenuItem.Index = 3;
259 this.gpuMenuItem.Text = "GPU";
261 // fanControllerMenuItem
263 this.fanControllerMenuItem.Index = 4;
264 this.fanControllerMenuItem.Text = "Fan Controllers";
268 this.hddMenuItem.Index = 5;
269 this.hddMenuItem.Text = "Hard Disk Drives";
273 this.menuItem6.Index = 5;
274 this.menuItem6.Text = "-";
278 this.exitMenuItem.Index = 6;
279 this.exitMenuItem.Text = "Exit";
280 this.exitMenuItem.Click += new System.EventHandler(this.exitClick);
284 this.viewMenuItem.Index = 1;
285 this.viewMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
286 this.resetMinMaxMenuItem,
292 this.columnsMenuItem});
293 this.viewMenuItem.Text = "View";
295 // resetMinMaxMenuItem
297 this.resetMinMaxMenuItem.Index = 0;
298 this.resetMinMaxMenuItem.Text = "Reset Min/Max";
299 this.resetMinMaxMenuItem.Click += new System.EventHandler(this.resetMinMaxMenuItem_Click);
303 this.MenuItem3.Index = 1;
304 this.MenuItem3.Text = "-";
308 this.hiddenMenuItem.Index = 2;
309 this.hiddenMenuItem.Text = "Show Hidden Sensors";
313 this.plotMenuItem.Index = 3;
314 this.plotMenuItem.Text = "Show Plot";
318 this.gadgetMenuItem.Index = 4;
319 this.gadgetMenuItem.Text = "Show Gadget";
323 this.MenuItem1.Index = 5;
324 this.MenuItem1.Text = "-";
328 this.columnsMenuItem.Index = 6;
329 this.columnsMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
333 this.columnsMenuItem.Text = "Columns";
337 this.valueMenuItem.Index = 0;
338 this.valueMenuItem.Text = "Value";
342 this.minMenuItem.Index = 1;
343 this.minMenuItem.Text = "Min";
347 this.maxMenuItem.Index = 2;
348 this.maxMenuItem.Text = "Max";
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,
362 this.webMenuItemSeparator,
364 this.optionsMenuItem.Text = "Options";
368 this.startMinMenuItem.Index = 0;
369 this.startMinMenuItem.Text = "Start Minimized";
373 this.minTrayMenuItem.Index = 1;
374 this.minTrayMenuItem.Text = "Minimize To Tray";
378 this.minCloseMenuItem.Index = 2;
379 this.minCloseMenuItem.Text = "Minimize On Close";
383 this.startupMenuItem.Index = 3;
384 this.startupMenuItem.Text = "Run On Windows Startup";
388 this.separatorMenuItem.Index = 4;
389 this.separatorMenuItem.Text = "-";
391 // temperatureUnitsMenuItem
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";
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);
406 // fahrenheitMenuItem
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);
413 // plotLocationMenuItem
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";
422 // plotWindowMenuItem
424 this.plotWindowMenuItem.Index = 0;
425 this.plotWindowMenuItem.RadioCheck = true;
426 this.plotWindowMenuItem.Text = "Window";
428 // plotBottomMenuItem
430 this.plotBottomMenuItem.Index = 1;
431 this.plotBottomMenuItem.RadioCheck = true;
432 this.plotBottomMenuItem.Text = "Bottom";
436 this.plotRightMenuItem.Index = 2;
437 this.plotRightMenuItem.RadioCheck = true;
438 this.plotRightMenuItem.Text = "Right";
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";
448 // frontViewPackedMenuItem
450 this.frontViewPackedMenuItem.Index = 0;
451 this.frontViewPackedMenuItem.Text = "Packed";
453 // frontViewDisplayTimeMenuItem
455 this.frontViewDisplayTimeMenuItem.Index = 1;
456 this.frontViewDisplayTimeMenuItem.Text = "Display time";
458 // webMenuItemSeparator
460 this.webMenuItemSeparator.Index = 8;
461 this.webMenuItemSeparator.Text = "-";
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";
471 // runWebServerMenuItem
473 this.runWebServerMenuItem.Index = 0;
474 this.runWebServerMenuItem.Text = "Run";
476 // serverPortMenuItem
478 this.serverPortMenuItem.Index = 1;
479 this.serverPortMenuItem.Text = "Port";
480 this.serverPortMenuItem.Click += new System.EventHandler(this.serverPortMenuItem_Click);
484 this.helpMenuItem.Index = 3;
485 this.helpMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
486 this.aboutMenuItem});
487 this.helpMenuItem.Text = "Help";
491 this.aboutMenuItem.Index = 0;
492 this.aboutMenuItem.Text = "About";
493 this.aboutMenuItem.Click += new System.EventHandler(this.aboutMenuItem_Click);
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";
505 this.timer.Interval = 1000;
506 this.timer.Tick += new System.EventHandler(this.timer_Tick);
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;
517 // splitContainer.Panel1
519 this.splitContainer.Panel1.Controls.Add(this.treeView);
521 // splitContainer.Panel2
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;
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);
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);
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;