Changed a few context menu items to display a radio option style. Added additional information from the SMBIOS to the report.
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.webMenuItem = new System.Windows.Forms.MenuItem();
89 this.runWebServerMenuItem = new System.Windows.Forms.MenuItem();
90 this.serverPortMenuItem = new System.Windows.Forms.MenuItem();
91 this.helpMenuItem = new System.Windows.Forms.MenuItem();
92 this.aboutMenuItem = new System.Windows.Forms.MenuItem();
93 this.treeContextMenu = new System.Windows.Forms.ContextMenu();
94 this.saveFileDialog = new System.Windows.Forms.SaveFileDialog();
95 this.timer = new System.Windows.Forms.Timer(this.components);
96 this.splitContainer = new OpenHardwareMonitor.GUI.SplitContainerAdv();
97 this.treeView = new Aga.Controls.Tree.TreeViewAdv();
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.ramMenuItem.Index = 2;
250 this.ramMenuItem.Text = "RAM";
254 this.gpuMenuItem.Index = 3;
255 this.gpuMenuItem.Text = "GPU";
257 // fanControllerMenuItem
259 this.fanControllerMenuItem.Index = 4;
260 this.fanControllerMenuItem.Text = "Fan Controllers";
264 this.hddMenuItem.Index = 5;
265 this.hddMenuItem.Text = "Hard Disk Drives";
269 this.menuItem6.Index = 5;
270 this.menuItem6.Text = "-";
274 this.exitMenuItem.Index = 6;
275 this.exitMenuItem.Text = "Exit";
276 this.exitMenuItem.Click += new System.EventHandler(this.exitClick);
280 this.viewMenuItem.Index = 1;
281 this.viewMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
282 this.resetMinMaxMenuItem,
288 this.columnsMenuItem});
289 this.viewMenuItem.Text = "View";
291 // resetMinMaxMenuItem
293 this.resetMinMaxMenuItem.Index = 0;
294 this.resetMinMaxMenuItem.Text = "Reset Min/Max";
295 this.resetMinMaxMenuItem.Click += new System.EventHandler(this.resetMinMaxMenuItem_Click);
299 this.MenuItem3.Index = 1;
300 this.MenuItem3.Text = "-";
304 this.hiddenMenuItem.Index = 2;
305 this.hiddenMenuItem.Text = "Show Hidden Sensors";
309 this.plotMenuItem.Index = 3;
310 this.plotMenuItem.Text = "Show Plot";
314 this.gadgetMenuItem.Index = 4;
315 this.gadgetMenuItem.Text = "Show Gadget";
319 this.MenuItem1.Index = 5;
320 this.MenuItem1.Text = "-";
324 this.columnsMenuItem.Index = 6;
325 this.columnsMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
329 this.columnsMenuItem.Text = "Columns";
333 this.valueMenuItem.Index = 0;
334 this.valueMenuItem.Text = "Value";
338 this.minMenuItem.Index = 1;
339 this.minMenuItem.Text = "Min";
343 this.maxMenuItem.Index = 2;
344 this.maxMenuItem.Text = "Max";
348 this.optionsMenuItem.Index = 2;
349 this.optionsMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
350 this.startMinMenuItem,
351 this.minTrayMenuItem,
352 this.minCloseMenuItem,
353 this.startupMenuItem,
354 this.separatorMenuItem,
355 this.temperatureUnitsMenuItem,
356 this.plotLocationMenuItem,
359 this.optionsMenuItem.Text = "Options";
363 this.startMinMenuItem.Index = 0;
364 this.startMinMenuItem.Text = "Start Minimized";
368 this.minTrayMenuItem.Index = 1;
369 this.minTrayMenuItem.Text = "Minimize To Tray";
373 this.minCloseMenuItem.Index = 2;
374 this.minCloseMenuItem.Text = "Minimize On Close";
378 this.startupMenuItem.Index = 3;
379 this.startupMenuItem.Text = "Run On Windows Startup";
383 this.separatorMenuItem.Index = 4;
384 this.separatorMenuItem.Text = "-";
386 // temperatureUnitsMenuItem
388 this.temperatureUnitsMenuItem.Index = 5;
389 this.temperatureUnitsMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
390 this.celsiusMenuItem,
391 this.fahrenheitMenuItem});
392 this.temperatureUnitsMenuItem.Text = "Temperature Unit";
396 this.celsiusMenuItem.Index = 0;
397 this.celsiusMenuItem.RadioCheck = true;
398 this.celsiusMenuItem.Text = "Celsius";
399 this.celsiusMenuItem.Click += new System.EventHandler(this.celsiusMenuItem_Click);
401 // fahrenheitMenuItem
403 this.fahrenheitMenuItem.Index = 1;
404 this.fahrenheitMenuItem.RadioCheck = true;
405 this.fahrenheitMenuItem.Text = "Fahrenheit";
406 this.fahrenheitMenuItem.Click += new System.EventHandler(this.fahrenheitMenuItem_Click);
408 // plotLocationMenuItem
410 this.plotLocationMenuItem.Index = 6;
411 this.plotLocationMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
412 this.plotWindowMenuItem,
413 this.plotBottomMenuItem,
414 this.plotRightMenuItem});
415 this.plotLocationMenuItem.Text = "Plot Location";
417 // plotWindowMenuItem
419 this.plotWindowMenuItem.Index = 0;
420 this.plotWindowMenuItem.RadioCheck = true;
421 this.plotWindowMenuItem.Text = "Window";
423 // plotBottomMenuItem
425 this.plotBottomMenuItem.Index = 1;
426 this.plotBottomMenuItem.RadioCheck = true;
427 this.plotBottomMenuItem.Text = "Bottom";
431 this.plotRightMenuItem.Index = 2;
432 this.plotRightMenuItem.RadioCheck = true;
433 this.plotRightMenuItem.Text = "Right";
437 this.MenuItem4.Index = 7;
438 this.MenuItem4.Text = "-";
442 this.webMenuItem.Index = 8;
443 this.webMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
444 this.runWebServerMenuItem,
445 this.serverPortMenuItem});
446 this.webMenuItem.Text = "Remote Web Server";
448 // runWebServerMenuItem
450 this.runWebServerMenuItem.Index = 0;
451 this.runWebServerMenuItem.Text = "Run";
453 // serverPortMenuItem
455 this.serverPortMenuItem.Index = 1;
456 this.serverPortMenuItem.Text = "Port";
457 this.serverPortMenuItem.Click += new System.EventHandler(this.serverPortMenuItem_Click);
461 this.helpMenuItem.Index = 3;
462 this.helpMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
463 this.aboutMenuItem});
464 this.helpMenuItem.Text = "Help";
468 this.aboutMenuItem.Index = 0;
469 this.aboutMenuItem.Text = "About";
470 this.aboutMenuItem.Click += new System.EventHandler(this.aboutMenuItem_Click);
474 this.saveFileDialog.DefaultExt = "txt";
475 this.saveFileDialog.FileName = "OpenHardwareMonitor.Report.txt";
476 this.saveFileDialog.Filter = "Text Documents|*.txt|All Files|*.*";
477 this.saveFileDialog.RestoreDirectory = true;
478 this.saveFileDialog.Title = "Save Report As";
482 this.timer.Interval = 1000;
483 this.timer.Tick += new System.EventHandler(this.timer_Tick);
487 this.splitContainer.Border3DStyle = System.Windows.Forms.Border3DStyle.Raised;
488 this.splitContainer.Color = System.Drawing.SystemColors.Control;
489 this.splitContainer.Cursor = System.Windows.Forms.Cursors.Default;
490 this.splitContainer.Location = new System.Drawing.Point(12, 12);
491 this.splitContainer.Name = "splitContainer";
492 this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
494 // splitContainer.Panel1
496 this.splitContainer.Panel1.Controls.Add(this.treeView);
498 // splitContainer.Panel2
500 this.splitContainer.Panel2.Cursor = System.Windows.Forms.Cursors.Default;
501 this.splitContainer.Size = new System.Drawing.Size(386, 483);
502 this.splitContainer.SplitterDistance = 354;
503 this.splitContainer.SplitterWidth = 5;
504 this.splitContainer.TabIndex = 3;
508 this.treeView.BackColor = System.Drawing.SystemColors.Window;
509 this.treeView.BorderStyle = System.Windows.Forms.BorderStyle.None;
510 this.treeView.Columns.Add(this.sensor);
511 this.treeView.Columns.Add(this.value);
512 this.treeView.Columns.Add(this.min);
513 this.treeView.Columns.Add(this.max);
514 this.treeView.DefaultToolTipProvider = null;
515 this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
516 this.treeView.DragDropMarkColor = System.Drawing.Color.Black;
517 this.treeView.FullRowSelect = true;
518 this.treeView.GridLineStyle = Aga.Controls.Tree.GridLineStyle.Horizontal;
519 this.treeView.LineColor = System.Drawing.SystemColors.ControlDark;
520 this.treeView.Location = new System.Drawing.Point(0, 0);
521 this.treeView.Model = null;
522 this.treeView.Name = "treeView";
523 this.treeView.NodeControls.Add(this.nodeImage);
524 this.treeView.NodeControls.Add(this.nodeCheckBox);
525 this.treeView.NodeControls.Add(this.nodeTextBoxText);
526 this.treeView.NodeControls.Add(this.nodeTextBoxValue);
527 this.treeView.NodeControls.Add(this.nodeTextBoxMin);
528 this.treeView.NodeControls.Add(this.nodeTextBoxMax);
529 this.treeView.SelectedNode = null;
530 this.treeView.Size = new System.Drawing.Size(386, 354);
531 this.treeView.TabIndex = 0;
532 this.treeView.Text = "treeView";
533 this.treeView.UseColumns = true;
534 this.treeView.NodeMouseDoubleClick += new System.EventHandler<Aga.Controls.Tree.TreeNodeAdvMouseEventArgs>(this.treeView_NodeMouseDoubleClick);
535 this.treeView.Click += new System.EventHandler(this.treeView_Click);
536 this.treeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeView_MouseDown);
537 this.treeView.MouseMove += new System.Windows.Forms.MouseEventHandler(this.treeView_MouseMove);
538 this.treeView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeView_MouseUp);
542 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
543 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
544 this.ClientSize = new System.Drawing.Size(418, 554);
545 this.Controls.Add(this.splitContainer);
546 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
547 this.Menu = this.mainMenu;
548 this.Name = "MainForm";
549 this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
550 this.Text = "Open Hardware Monitor";
551 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
552 this.Load += new System.EventHandler(this.MainForm_Load);
553 this.ResizeEnd += new System.EventHandler(this.MainForm_MoveOrResize);
554 this.Move += new System.EventHandler(this.MainForm_MoveOrResize);
555 this.splitContainer.Panel1.ResumeLayout(false);
556 this.splitContainer.ResumeLayout(false);
557 this.ResumeLayout(false);
563 private Aga.Controls.Tree.TreeViewAdv treeView;
564 private System.Windows.Forms.MainMenu mainMenu;
565 private System.Windows.Forms.MenuItem fileMenuItem;
566 private System.Windows.Forms.MenuItem exitMenuItem;
567 private Aga.Controls.Tree.TreeColumn sensor;
568 private Aga.Controls.Tree.TreeColumn value;
569 private Aga.Controls.Tree.TreeColumn min;
570 private Aga.Controls.Tree.TreeColumn max;
571 private Aga.Controls.Tree.NodeControls.NodeIcon nodeImage;
572 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxText;
573 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxValue;
574 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMin;
575 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMax;
576 private SplitContainerAdv splitContainer;
577 private System.Windows.Forms.MenuItem viewMenuItem;
578 private System.Windows.Forms.MenuItem plotMenuItem;
579 private Aga.Controls.Tree.NodeControls.NodeCheckBox nodeCheckBox;
580 private System.Windows.Forms.MenuItem helpMenuItem;
581 private System.Windows.Forms.MenuItem aboutMenuItem;
582 private System.Windows.Forms.MenuItem saveReportMenuItem;
583 private System.Windows.Forms.MenuItem optionsMenuItem;
584 private System.Windows.Forms.MenuItem hddMenuItem;
585 private System.Windows.Forms.MenuItem minTrayMenuItem;
586 private System.Windows.Forms.MenuItem separatorMenuItem;
587 private System.Windows.Forms.ContextMenu treeContextMenu;
588 private System.Windows.Forms.MenuItem startMinMenuItem;
589 private System.Windows.Forms.MenuItem startupMenuItem;
590 private System.Windows.Forms.SaveFileDialog saveFileDialog;
591 private System.Windows.Forms.Timer timer;
592 private System.Windows.Forms.MenuItem hiddenMenuItem;
593 private System.Windows.Forms.MenuItem MenuItem1;
594 private System.Windows.Forms.MenuItem columnsMenuItem;
595 private System.Windows.Forms.MenuItem valueMenuItem;
596 private System.Windows.Forms.MenuItem minMenuItem;
597 private System.Windows.Forms.MenuItem maxMenuItem;
598 private System.Windows.Forms.MenuItem temperatureUnitsMenuItem;
599 private System.Windows.Forms.MenuItem MenuItem4;
600 private System.Windows.Forms.MenuItem celsiusMenuItem;
601 private System.Windows.Forms.MenuItem fahrenheitMenuItem;
602 private System.Windows.Forms.MenuItem sumbitReportMenuItem;
603 private System.Windows.Forms.MenuItem MenuItem2;
604 private System.Windows.Forms.MenuItem resetMinMaxMenuItem;
605 private System.Windows.Forms.MenuItem MenuItem3;
606 private System.Windows.Forms.MenuItem gadgetMenuItem;
607 private System.Windows.Forms.MenuItem minCloseMenuItem;
608 private System.Windows.Forms.MenuItem resetMenuItem;
609 private System.Windows.Forms.MenuItem menuItem6;
610 private System.Windows.Forms.MenuItem plotLocationMenuItem;
611 private System.Windows.Forms.MenuItem plotWindowMenuItem;
612 private System.Windows.Forms.MenuItem plotBottomMenuItem;
613 private System.Windows.Forms.MenuItem plotRightMenuItem;
614 private System.Windows.Forms.MenuItem webMenuItem;
615 private System.Windows.Forms.MenuItem runWebServerMenuItem;
616 private System.Windows.Forms.MenuItem serverPortMenuItem;
617 private System.Windows.Forms.MenuItem menuItem5;
618 private System.Windows.Forms.MenuItem mainboardMenuItem;
619 private System.Windows.Forms.MenuItem cpuMenuItem;
620 private System.Windows.Forms.MenuItem gpuMenuItem;
621 private System.Windows.Forms.MenuItem fanControllerMenuItem;
622 private System.Windows.Forms.MenuItem ramMenuItem;