Fixed an error where loading config files from previous versions would crash the application.
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.gpuMenuItem = new System.Windows.Forms.MenuItem();
58 this.fanControllerMenuItem = new System.Windows.Forms.MenuItem();
59 this.hddMenuItem = new System.Windows.Forms.MenuItem();
60 this.menuItem6 = new System.Windows.Forms.MenuItem();
61 this.exitMenuItem = new System.Windows.Forms.MenuItem();
62 this.viewMenuItem = new System.Windows.Forms.MenuItem();
63 this.resetMinMaxMenuItem = new System.Windows.Forms.MenuItem();
64 this.MenuItem3 = new System.Windows.Forms.MenuItem();
65 this.hiddenMenuItem = new System.Windows.Forms.MenuItem();
66 this.plotMenuItem = new System.Windows.Forms.MenuItem();
67 this.gadgetMenuItem = new System.Windows.Forms.MenuItem();
68 this.MenuItem1 = new System.Windows.Forms.MenuItem();
69 this.columnsMenuItem = new System.Windows.Forms.MenuItem();
70 this.valueMenuItem = new System.Windows.Forms.MenuItem();
71 this.minMenuItem = new System.Windows.Forms.MenuItem();
72 this.maxMenuItem = new System.Windows.Forms.MenuItem();
73 this.optionsMenuItem = new System.Windows.Forms.MenuItem();
74 this.startMinMenuItem = new System.Windows.Forms.MenuItem();
75 this.minTrayMenuItem = new System.Windows.Forms.MenuItem();
76 this.minCloseMenuItem = new System.Windows.Forms.MenuItem();
77 this.startupMenuItem = new System.Windows.Forms.MenuItem();
78 this.separatorMenuItem = new System.Windows.Forms.MenuItem();
79 this.temperatureUnitsMenuItem = new System.Windows.Forms.MenuItem();
80 this.celsiusMenuItem = new System.Windows.Forms.MenuItem();
81 this.fahrenheitMenuItem = new System.Windows.Forms.MenuItem();
82 this.plotLocationMenuItem = new System.Windows.Forms.MenuItem();
83 this.plotWindowMenuItem = new System.Windows.Forms.MenuItem();
84 this.plotBottomMenuItem = new System.Windows.Forms.MenuItem();
85 this.plotRightMenuItem = new System.Windows.Forms.MenuItem();
86 this.MenuItem4 = new System.Windows.Forms.MenuItem();
87 this.webMenuItem = new System.Windows.Forms.MenuItem();
88 this.runWebServerMenuItem = new System.Windows.Forms.MenuItem();
89 this.serverPortMenuItem = new System.Windows.Forms.MenuItem();
90 this.helpMenuItem = new System.Windows.Forms.MenuItem();
91 this.aboutMenuItem = new System.Windows.Forms.MenuItem();
92 this.treeContextMenu = new System.Windows.Forms.ContextMenu();
93 this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
94 this.timer = new System.Windows.Forms.Timer(this.components);
95 this.splitContainer = new OpenHardwareMonitor.GUI.SplitContainerAdv();
96 this.treeView = new Aga.Controls.Tree.TreeViewAdv();
97 this.ramMenuItem = new System.Windows.Forms.MenuItem();
98 this.splitContainer.Panel1.SuspendLayout();
99 this.splitContainer.SuspendLayout();
100 this.SuspendLayout();
104 this.sensor.Header = "Sensor";
105 this.sensor.SortOrder = System.Windows.Forms.SortOrder.None;
106 this.sensor.TooltipText = null;
107 this.sensor.Width = 250;
111 this.value.Header = "Value";
112 this.value.SortOrder = System.Windows.Forms.SortOrder.None;
113 this.value.TooltipText = null;
114 this.value.Width = 100;
118 this.min.Header = "Min";
119 this.min.SortOrder = System.Windows.Forms.SortOrder.None;
120 this.min.TooltipText = null;
121 this.min.Width = 100;
125 this.max.Header = "Max";
126 this.max.SortOrder = System.Windows.Forms.SortOrder.None;
127 this.max.TooltipText = null;
128 this.max.Width = 100;
132 this.nodeImage.DataPropertyName = "Image";
133 this.nodeImage.LeftMargin = 1;
134 this.nodeImage.ParentColumn = this.sensor;
135 this.nodeImage.ScaleMode = Aga.Controls.Tree.ImageScaleMode.Fit;
139 this.nodeCheckBox.DataPropertyName = "Plot";
140 this.nodeCheckBox.EditEnabled = true;
141 this.nodeCheckBox.LeftMargin = 3;
142 this.nodeCheckBox.ParentColumn = this.sensor;
146 this.nodeTextBoxText.DataPropertyName = "Text";
147 this.nodeTextBoxText.EditEnabled = true;
148 this.nodeTextBoxText.IncrementalSearchEnabled = true;
149 this.nodeTextBoxText.LeftMargin = 3;
150 this.nodeTextBoxText.ParentColumn = this.sensor;
151 this.nodeTextBoxText.Trimming = System.Drawing.StringTrimming.EllipsisCharacter;
152 this.nodeTextBoxText.UseCompatibleTextRendering = true;
156 this.nodeTextBoxValue.DataPropertyName = "Value";
157 this.nodeTextBoxValue.IncrementalSearchEnabled = true;
158 this.nodeTextBoxValue.LeftMargin = 3;
159 this.nodeTextBoxValue.ParentColumn = this.value;
160 this.nodeTextBoxValue.Trimming = System.Drawing.StringTrimming.EllipsisCharacter;
161 this.nodeTextBoxValue.UseCompatibleTextRendering = true;
165 this.nodeTextBoxMin.DataPropertyName = "Min";
166 this.nodeTextBoxMin.IncrementalSearchEnabled = true;
167 this.nodeTextBoxMin.LeftMargin = 3;
168 this.nodeTextBoxMin.ParentColumn = this.min;
169 this.nodeTextBoxMin.Trimming = System.Drawing.StringTrimming.EllipsisCharacter;
170 this.nodeTextBoxMin.UseCompatibleTextRendering = true;
174 this.nodeTextBoxMax.DataPropertyName = "Max";
175 this.nodeTextBoxMax.IncrementalSearchEnabled = true;
176 this.nodeTextBoxMax.LeftMargin = 3;
177 this.nodeTextBoxMax.ParentColumn = this.max;
178 this.nodeTextBoxMax.Trimming = System.Drawing.StringTrimming.EllipsisCharacter;
179 this.nodeTextBoxMax.UseCompatibleTextRendering = true;
183 this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
186 this.optionsMenuItem,
191 this.fileMenuItem.Index = 0;
192 this.fileMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
193 this.saveReportMenuItem,
194 this.sumbitReportMenuItem,
200 this.fileMenuItem.Text = "File";
202 // saveReportMenuItem
204 this.saveReportMenuItem.Index = 0;
205 this.saveReportMenuItem.Text = "Save Report...";
206 this.saveReportMenuItem.Click += new System.EventHandler(this.saveReportMenuItem_Click);
208 // sumbitReportMenuItem
210 this.sumbitReportMenuItem.Index = 1;
211 this.sumbitReportMenuItem.Text = "Submit Report...";
212 this.sumbitReportMenuItem.Click += new System.EventHandler(this.sumbitReportMenuItem_Click);
216 this.MenuItem2.Index = 2;
217 this.MenuItem2.Text = "-";
221 this.resetMenuItem.Index = 3;
222 this.resetMenuItem.Text = "Reset";
223 this.resetMenuItem.Click += new System.EventHandler(this.resetClick);
227 this.menuItem5.Index = 4;
228 this.menuItem5.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
229 this.mainboardMenuItem,
233 this.fanControllerMenuItem,
235 this.menuItem5.Text = "Hardware";
239 this.mainboardMenuItem.Index = 0;
240 this.mainboardMenuItem.Text = "Mainboard";
244 this.cpuMenuItem.Index = 1;
245 this.cpuMenuItem.Text = "CPU";
249 this.gpuMenuItem.Index = 3;
250 this.gpuMenuItem.Text = "GPU";
252 // fanControllerMenuItem
254 this.fanControllerMenuItem.Index = 4;
255 this.fanControllerMenuItem.Text = "Fan Controllers";
259 this.hddMenuItem.Index = 5;
260 this.hddMenuItem.Text = "Hard Disk Drives";
264 this.menuItem6.Index = 5;
265 this.menuItem6.Text = "-";
269 this.exitMenuItem.Index = 6;
270 this.exitMenuItem.Text = "Exit";
271 this.exitMenuItem.Click += new System.EventHandler(this.exitClick);
275 this.viewMenuItem.Index = 1;
276 this.viewMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
277 this.resetMinMaxMenuItem,
283 this.columnsMenuItem});
284 this.viewMenuItem.Text = "View";
286 // resetMinMaxMenuItem
288 this.resetMinMaxMenuItem.Index = 0;
289 this.resetMinMaxMenuItem.Text = "Reset Min/Max";
290 this.resetMinMaxMenuItem.Click += new System.EventHandler(this.resetMinMaxMenuItem_Click);
294 this.MenuItem3.Index = 1;
295 this.MenuItem3.Text = "-";
299 this.hiddenMenuItem.Index = 2;
300 this.hiddenMenuItem.Text = "Show Hidden Sensors";
304 this.plotMenuItem.Index = 3;
305 this.plotMenuItem.Text = "Show Plot";
309 this.gadgetMenuItem.Index = 4;
310 this.gadgetMenuItem.Text = "Show Gadget";
314 this.MenuItem1.Index = 5;
315 this.MenuItem1.Text = "-";
319 this.columnsMenuItem.Index = 6;
320 this.columnsMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
324 this.columnsMenuItem.Text = "Columns";
328 this.valueMenuItem.Index = 0;
329 this.valueMenuItem.Text = "Value";
333 this.minMenuItem.Index = 1;
334 this.minMenuItem.Text = "Min";
338 this.maxMenuItem.Index = 2;
339 this.maxMenuItem.Text = "Max";
343 this.optionsMenuItem.Index = 2;
344 this.optionsMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
345 this.startMinMenuItem,
346 this.minTrayMenuItem,
347 this.minCloseMenuItem,
348 this.startupMenuItem,
349 this.separatorMenuItem,
350 this.temperatureUnitsMenuItem,
351 this.plotLocationMenuItem,
354 this.optionsMenuItem.Text = "Options";
358 this.startMinMenuItem.Index = 0;
359 this.startMinMenuItem.Text = "Start Minimized";
363 this.minTrayMenuItem.Index = 1;
364 this.minTrayMenuItem.Text = "Minimize To Tray";
368 this.minCloseMenuItem.Index = 2;
369 this.minCloseMenuItem.Text = "Minimize On Close";
373 this.startupMenuItem.Index = 3;
374 this.startupMenuItem.Text = "Run On Windows Startup";
378 this.separatorMenuItem.Index = 4;
379 this.separatorMenuItem.Text = "-";
381 // temperatureUnitsMenuItem
383 this.temperatureUnitsMenuItem.Index = 5;
384 this.temperatureUnitsMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
385 this.celsiusMenuItem,
386 this.fahrenheitMenuItem});
387 this.temperatureUnitsMenuItem.Text = "Temperature Unit";
391 this.celsiusMenuItem.Index = 0;
392 this.celsiusMenuItem.Text = "Celsius";
393 this.celsiusMenuItem.Click += new System.EventHandler(this.celsiusMenuItem_Click);
395 // fahrenheitMenuItem
397 this.fahrenheitMenuItem.Index = 1;
398 this.fahrenheitMenuItem.Text = "Fahrenheit";
399 this.fahrenheitMenuItem.Click += new System.EventHandler(this.fahrenheitMenuItem_Click);
401 // plotLocationMenuItem
403 this.plotLocationMenuItem.Index = 6;
404 this.plotLocationMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
405 this.plotWindowMenuItem,
406 this.plotBottomMenuItem,
407 this.plotRightMenuItem});
408 this.plotLocationMenuItem.Text = "Plot Location";
410 // plotWindowMenuItem
412 this.plotWindowMenuItem.Index = 0;
413 this.plotWindowMenuItem.Text = "Window";
415 // plotBottomMenuItem
417 this.plotBottomMenuItem.Index = 1;
418 this.plotBottomMenuItem.Text = "Bottom";
422 this.plotRightMenuItem.Index = 2;
423 this.plotRightMenuItem.Text = "Right";
427 this.MenuItem4.Index = 7;
428 this.MenuItem4.Text = "-";
432 this.webMenuItem.Index = 8;
433 this.webMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
434 this.runWebServerMenuItem,
435 this.serverPortMenuItem});
436 this.webMenuItem.Text = "Remote Web Server";
438 // runWebServerMenuItem
440 this.runWebServerMenuItem.Index = 0;
441 this.runWebServerMenuItem.Text = "Run";
443 // serverPortMenuItem
445 this.serverPortMenuItem.Index = 1;
446 this.serverPortMenuItem.Text = "Port";
447 this.serverPortMenuItem.Click += new System.EventHandler(this.serverPortMenuItem_Click);
451 this.helpMenuItem.Index = 3;
452 this.helpMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
453 this.aboutMenuItem});
454 this.helpMenuItem.Text = "Help";
458 this.aboutMenuItem.Index = 0;
459 this.aboutMenuItem.Text = "About";
460 this.aboutMenuItem.Click += new System.EventHandler(this.aboutMenuItem_Click);
464 this.saveFileDialog.DefaultExt = "txt";
465 this.saveFileDialog.FileName = "OpenHardwareMonitor.Report.txt";
466 this.saveFileDialog.Filter = "Text Documents|*.txt|All Files|*.*";
467 this.saveFileDialog.RestoreDirectory = true;
468 this.saveFileDialog.Title = "Save Report As";
472 this.timer.Interval = 1000;
473 this.timer.Tick += new System.EventHandler(this.timer_Tick);
477 this.splitContainer.Border3DStyle = System.Windows.Forms.Border3DStyle.Raised;
478 this.splitContainer.Color = System.Drawing.SystemColors.Control;
479 this.splitContainer.Cursor = System.Windows.Forms.Cursors.Default;
480 this.splitContainer.Location = new System.Drawing.Point(12, 12);
481 this.splitContainer.Name = "splitContainer";
482 this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
484 // splitContainer.Panel1
486 this.splitContainer.Panel1.Controls.Add(this.treeView);
488 // splitContainer.Panel2
490 this.splitContainer.Panel2.Cursor = System.Windows.Forms.Cursors.Default;
491 this.splitContainer.Size = new System.Drawing.Size(386, 483);
492 this.splitContainer.SplitterDistance = 354;
493 this.splitContainer.SplitterWidth = 5;
494 this.splitContainer.TabIndex = 3;
498 this.treeView.BackColor = System.Drawing.SystemColors.Window;
499 this.treeView.BorderStyle = System.Windows.Forms.BorderStyle.None;
500 this.treeView.Columns.Add(this.sensor);
501 this.treeView.Columns.Add(this.value);
502 this.treeView.Columns.Add(this.min);
503 this.treeView.Columns.Add(this.max);
504 this.treeView.DefaultToolTipProvider = null;
505 this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
506 this.treeView.DragDropMarkColor = System.Drawing.Color.Black;
507 this.treeView.FullRowSelect = true;
508 this.treeView.GridLineStyle = Aga.Controls.Tree.GridLineStyle.Horizontal;
509 this.treeView.LineColor = System.Drawing.SystemColors.ControlDark;
510 this.treeView.Location = new System.Drawing.Point(0, 0);
511 this.treeView.Model = null;
512 this.treeView.Name = "treeView";
513 this.treeView.NodeControls.Add(this.nodeImage);
514 this.treeView.NodeControls.Add(this.nodeCheckBox);
515 this.treeView.NodeControls.Add(this.nodeTextBoxText);
516 this.treeView.NodeControls.Add(this.nodeTextBoxValue);
517 this.treeView.NodeControls.Add(this.nodeTextBoxMin);
518 this.treeView.NodeControls.Add(this.nodeTextBoxMax);
519 this.treeView.SelectedNode = null;
520 this.treeView.Size = new System.Drawing.Size(386, 354);
521 this.treeView.TabIndex = 0;
522 this.treeView.Text = "treeView";
523 this.treeView.UseColumns = true;
524 this.treeView.NodeMouseDoubleClick += new System.EventHandler<Aga.Controls.Tree.TreeNodeAdvMouseEventArgs>(this.treeView_NodeMouseDoubleClick);
525 this.treeView.Click += new System.EventHandler(this.treeView_Click);
526 this.treeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeView_MouseDown);
527 this.treeView.MouseMove += new System.Windows.Forms.MouseEventHandler(this.treeView_MouseMove);
528 this.treeView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeView_MouseUp);
532 this.ramMenuItem.Index = 2;
533 this.ramMenuItem.Text = "RAM";
537 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
538 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
539 this.ClientSize = new System.Drawing.Size(418, 554);
540 this.Controls.Add(this.splitContainer);
541 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
542 this.Menu = this.mainMenu;
543 this.Name = "MainForm";
544 this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
545 this.Text = "Open Hardware Monitor";
546 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
547 this.Load += new System.EventHandler(this.MainForm_Load);
548 this.ResizeEnd += new System.EventHandler(this.MainForm_MoveOrResize);
549 this.Move += new System.EventHandler(this.MainForm_MoveOrResize);
550 this.splitContainer.Panel1.ResumeLayout(false);
551 this.splitContainer.ResumeLayout(false);
552 this.ResumeLayout(false);
558 private Aga.Controls.Tree.TreeViewAdv treeView;
559 private System.Windows.Forms.MainMenu mainMenu;
560 private System.Windows.Forms.MenuItem fileMenuItem;
561 private System.Windows.Forms.MenuItem exitMenuItem;
562 private Aga.Controls.Tree.TreeColumn sensor;
563 private Aga.Controls.Tree.TreeColumn value;
564 private Aga.Controls.Tree.TreeColumn min;
565 private Aga.Controls.Tree.TreeColumn max;
566 private Aga.Controls.Tree.NodeControls.NodeIcon nodeImage;
567 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxText;
568 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxValue;
569 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMin;
570 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMax;
571 private SplitContainerAdv splitContainer;
572 private System.Windows.Forms.MenuItem viewMenuItem;
573 private System.Windows.Forms.MenuItem plotMenuItem;
574 private Aga.Controls.Tree.NodeControls.NodeCheckBox nodeCheckBox;
575 private System.Windows.Forms.MenuItem helpMenuItem;
576 private System.Windows.Forms.MenuItem aboutMenuItem;
577 private System.Windows.Forms.MenuItem saveReportMenuItem;
578 private System.Windows.Forms.MenuItem optionsMenuItem;
579 private System.Windows.Forms.MenuItem hddMenuItem;
580 private System.Windows.Forms.MenuItem minTrayMenuItem;
581 private System.Windows.Forms.MenuItem separatorMenuItem;
582 private System.Windows.Forms.ContextMenu treeContextMenu;
583 private System.Windows.Forms.MenuItem startMinMenuItem;
584 private System.Windows.Forms.MenuItem startupMenuItem;
585 private System.Windows.Forms.SaveFileDialog saveFileDialog;
586 private System.Windows.Forms.Timer timer;
587 private System.Windows.Forms.MenuItem hiddenMenuItem;
588 private System.Windows.Forms.MenuItem MenuItem1;
589 private System.Windows.Forms.MenuItem columnsMenuItem;
590 private System.Windows.Forms.MenuItem valueMenuItem;
591 private System.Windows.Forms.MenuItem minMenuItem;
592 private System.Windows.Forms.MenuItem maxMenuItem;
593 private System.Windows.Forms.MenuItem temperatureUnitsMenuItem;
594 private System.Windows.Forms.MenuItem MenuItem4;
595 private System.Windows.Forms.MenuItem celsiusMenuItem;
596 private System.Windows.Forms.MenuItem fahrenheitMenuItem;
597 private System.Windows.Forms.MenuItem sumbitReportMenuItem;
598 private System.Windows.Forms.MenuItem MenuItem2;
599 private System.Windows.Forms.MenuItem resetMinMaxMenuItem;
600 private System.Windows.Forms.MenuItem MenuItem3;
601 private System.Windows.Forms.MenuItem gadgetMenuItem;
602 private System.Windows.Forms.MenuItem minCloseMenuItem;
603 private System.Windows.Forms.MenuItem resetMenuItem;
604 private System.Windows.Forms.MenuItem menuItem6;
605 private System.Windows.Forms.MenuItem plotLocationMenuItem;
606 private System.Windows.Forms.MenuItem plotWindowMenuItem;
607 private System.Windows.Forms.MenuItem plotBottomMenuItem;
608 private System.Windows.Forms.MenuItem plotRightMenuItem;
609 private System.Windows.Forms.MenuItem webMenuItem;
610 private System.Windows.Forms.MenuItem runWebServerMenuItem;
611 private System.Windows.Forms.MenuItem serverPortMenuItem;
612 private System.Windows.Forms.MenuItem menuItem5;
613 private System.Windows.Forms.MenuItem mainboardMenuItem;
614 private System.Windows.Forms.MenuItem cpuMenuItem;
615 private System.Windows.Forms.MenuItem gpuMenuItem;
616 private System.Windows.Forms.MenuItem fanControllerMenuItem;
617 private System.Windows.Forms.MenuItem ramMenuItem;