Fixed Issue 86.
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.splitContainer.Panel1.SuspendLayout();
98 this.splitContainer.SuspendLayout();
103 this.sensor.Header = "Sensor";
104 this.sensor.SortOrder = System.Windows.Forms.SortOrder.None;
105 this.sensor.TooltipText = null;
106 this.sensor.Width = 250;
110 this.value.Header = "Value";
111 this.value.SortOrder = System.Windows.Forms.SortOrder.None;
112 this.value.TooltipText = null;
113 this.value.Width = 100;
117 this.min.Header = "Min";
118 this.min.SortOrder = System.Windows.Forms.SortOrder.None;
119 this.min.TooltipText = null;
120 this.min.Width = 100;
124 this.max.Header = "Max";
125 this.max.SortOrder = System.Windows.Forms.SortOrder.None;
126 this.max.TooltipText = null;
127 this.max.Width = 100;
131 this.nodeImage.DataPropertyName = "Image";
132 this.nodeImage.LeftMargin = 1;
133 this.nodeImage.ParentColumn = this.sensor;
134 this.nodeImage.ScaleMode = Aga.Controls.Tree.ImageScaleMode.Fit;
138 this.nodeCheckBox.DataPropertyName = "Plot";
139 this.nodeCheckBox.EditEnabled = true;
140 this.nodeCheckBox.LeftMargin = 3;
141 this.nodeCheckBox.ParentColumn = this.sensor;
145 this.nodeTextBoxText.DataPropertyName = "Text";
146 this.nodeTextBoxText.EditEnabled = true;
147 this.nodeTextBoxText.IncrementalSearchEnabled = true;
148 this.nodeTextBoxText.LeftMargin = 3;
149 this.nodeTextBoxText.ParentColumn = this.sensor;
150 this.nodeTextBoxText.Trimming = System.Drawing.StringTrimming.EllipsisCharacter;
151 this.nodeTextBoxText.UseCompatibleTextRendering = true;
155 this.nodeTextBoxValue.DataPropertyName = "Value";
156 this.nodeTextBoxValue.IncrementalSearchEnabled = true;
157 this.nodeTextBoxValue.LeftMargin = 3;
158 this.nodeTextBoxValue.ParentColumn = this.value;
159 this.nodeTextBoxValue.Trimming = System.Drawing.StringTrimming.EllipsisCharacter;
160 this.nodeTextBoxValue.UseCompatibleTextRendering = true;
164 this.nodeTextBoxMin.DataPropertyName = "Min";
165 this.nodeTextBoxMin.IncrementalSearchEnabled = true;
166 this.nodeTextBoxMin.LeftMargin = 3;
167 this.nodeTextBoxMin.ParentColumn = this.min;
168 this.nodeTextBoxMin.Trimming = System.Drawing.StringTrimming.EllipsisCharacter;
169 this.nodeTextBoxMin.UseCompatibleTextRendering = true;
173 this.nodeTextBoxMax.DataPropertyName = "Max";
174 this.nodeTextBoxMax.IncrementalSearchEnabled = true;
175 this.nodeTextBoxMax.LeftMargin = 3;
176 this.nodeTextBoxMax.ParentColumn = this.max;
177 this.nodeTextBoxMax.Trimming = System.Drawing.StringTrimming.EllipsisCharacter;
178 this.nodeTextBoxMax.UseCompatibleTextRendering = true;
182 this.mainMenu.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
185 this.optionsMenuItem,
190 this.fileMenuItem.Index = 0;
191 this.fileMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
192 this.saveReportMenuItem,
193 this.sumbitReportMenuItem,
199 this.fileMenuItem.Text = "File";
201 // saveReportMenuItem
203 this.saveReportMenuItem.Index = 0;
204 this.saveReportMenuItem.Text = "Save Report...";
205 this.saveReportMenuItem.Click += new System.EventHandler(this.saveReportMenuItem_Click);
207 // sumbitReportMenuItem
209 this.sumbitReportMenuItem.Index = 1;
210 this.sumbitReportMenuItem.Text = "Submit Report...";
211 this.sumbitReportMenuItem.Click += new System.EventHandler(this.sumbitReportMenuItem_Click);
215 this.MenuItem2.Index = 2;
216 this.MenuItem2.Text = "-";
220 this.resetMenuItem.Index = 3;
221 this.resetMenuItem.Text = "Reset";
222 this.resetMenuItem.Click += new System.EventHandler(this.resetClick);
226 this.menuItem5.Index = 4;
227 this.menuItem5.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
228 this.mainboardMenuItem,
231 this.fanControllerMenuItem,
233 this.menuItem5.Text = "Hardware";
237 this.mainboardMenuItem.Index = 0;
238 this.mainboardMenuItem.Text = "Mainboard";
242 this.cpuMenuItem.Index = 1;
243 this.cpuMenuItem.Text = "CPU";
247 this.gpuMenuItem.Index = 2;
248 this.gpuMenuItem.Text = "GPU";
250 // fanControllerMenuItem
252 this.fanControllerMenuItem.Index = 3;
253 this.fanControllerMenuItem.Text = "Fan Controllers";
257 this.hddMenuItem.Index = 4;
258 this.hddMenuItem.Text = "Hard Disk Drives";
262 this.menuItem6.Index = 5;
263 this.menuItem6.Text = "-";
267 this.exitMenuItem.Index = 6;
268 this.exitMenuItem.Text = "Exit";
269 this.exitMenuItem.Click += new System.EventHandler(this.exitClick);
273 this.viewMenuItem.Index = 1;
274 this.viewMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
275 this.resetMinMaxMenuItem,
281 this.columnsMenuItem});
282 this.viewMenuItem.Text = "View";
284 // resetMinMaxMenuItem
286 this.resetMinMaxMenuItem.Index = 0;
287 this.resetMinMaxMenuItem.Text = "Reset Min/Max";
288 this.resetMinMaxMenuItem.Click += new System.EventHandler(this.resetMinMaxMenuItem_Click);
292 this.MenuItem3.Index = 1;
293 this.MenuItem3.Text = "-";
297 this.hiddenMenuItem.Index = 2;
298 this.hiddenMenuItem.Text = "Show Hidden Sensors";
302 this.plotMenuItem.Index = 3;
303 this.plotMenuItem.Text = "Show Plot";
307 this.gadgetMenuItem.Index = 4;
308 this.gadgetMenuItem.Text = "Show Gadget";
312 this.MenuItem1.Index = 5;
313 this.MenuItem1.Text = "-";
317 this.columnsMenuItem.Index = 6;
318 this.columnsMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
322 this.columnsMenuItem.Text = "Columns";
326 this.valueMenuItem.Index = 0;
327 this.valueMenuItem.Text = "Value";
331 this.minMenuItem.Index = 1;
332 this.minMenuItem.Text = "Min";
336 this.maxMenuItem.Index = 2;
337 this.maxMenuItem.Text = "Max";
341 this.optionsMenuItem.Index = 2;
342 this.optionsMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
343 this.startMinMenuItem,
344 this.minTrayMenuItem,
345 this.minCloseMenuItem,
346 this.startupMenuItem,
347 this.separatorMenuItem,
348 this.temperatureUnitsMenuItem,
349 this.plotLocationMenuItem,
352 this.optionsMenuItem.Text = "Options";
356 this.startMinMenuItem.Index = 0;
357 this.startMinMenuItem.Text = "Start Minimized";
361 this.minTrayMenuItem.Index = 1;
362 this.minTrayMenuItem.Text = "Minimize To Tray";
366 this.minCloseMenuItem.Index = 2;
367 this.minCloseMenuItem.Text = "Minimize On Close";
371 this.startupMenuItem.Index = 3;
372 this.startupMenuItem.Text = "Run On Windows Startup";
376 this.separatorMenuItem.Index = 4;
377 this.separatorMenuItem.Text = "-";
379 // temperatureUnitsMenuItem
381 this.temperatureUnitsMenuItem.Index = 5;
382 this.temperatureUnitsMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
383 this.celsiusMenuItem,
384 this.fahrenheitMenuItem});
385 this.temperatureUnitsMenuItem.Text = "Temperature Unit";
389 this.celsiusMenuItem.Index = 0;
390 this.celsiusMenuItem.Text = "Celsius";
391 this.celsiusMenuItem.Click += new System.EventHandler(this.celsiusMenuItem_Click);
393 // fahrenheitMenuItem
395 this.fahrenheitMenuItem.Index = 1;
396 this.fahrenheitMenuItem.Text = "Fahrenheit";
397 this.fahrenheitMenuItem.Click += new System.EventHandler(this.fahrenheitMenuItem_Click);
399 // plotLocationMenuItem
401 this.plotLocationMenuItem.Index = 6;
402 this.plotLocationMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
403 this.plotWindowMenuItem,
404 this.plotBottomMenuItem,
405 this.plotRightMenuItem});
406 this.plotLocationMenuItem.Text = "Plot Location";
408 // plotWindowMenuItem
410 this.plotWindowMenuItem.Index = 0;
411 this.plotWindowMenuItem.Text = "Window";
413 // plotBottomMenuItem
415 this.plotBottomMenuItem.Index = 1;
416 this.plotBottomMenuItem.Text = "Bottom";
420 this.plotRightMenuItem.Index = 2;
421 this.plotRightMenuItem.Text = "Right";
425 this.MenuItem4.Index = 7;
426 this.MenuItem4.Text = "-";
430 this.webMenuItem.Index = 8;
431 this.webMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
432 this.runWebServerMenuItem,
433 this.serverPortMenuItem});
434 this.webMenuItem.Text = "Remote Web Server";
436 // runWebServerMenuItem
438 this.runWebServerMenuItem.Index = 0;
439 this.runWebServerMenuItem.Text = "Run";
441 // serverPortMenuItem
443 this.serverPortMenuItem.Index = 1;
444 this.serverPortMenuItem.Text = "Port";
445 this.serverPortMenuItem.Click += new System.EventHandler(this.serverPortMenuItem_Click);
449 this.helpMenuItem.Index = 3;
450 this.helpMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
451 this.aboutMenuItem});
452 this.helpMenuItem.Text = "Help";
456 this.aboutMenuItem.Index = 0;
457 this.aboutMenuItem.Text = "About";
458 this.aboutMenuItem.Click += new System.EventHandler(this.aboutMenuItem_Click);
462 this.saveFileDialog.DefaultExt = "txt";
463 this.saveFileDialog.FileName = "OpenHardwareMonitor.Report.txt";
464 this.saveFileDialog.Filter = "Text Documents|*.txt|All Files|*.*";
465 this.saveFileDialog.RestoreDirectory = true;
466 this.saveFileDialog.Title = "Save Report As";
470 this.timer.Interval = 1000;
471 this.timer.Tick += new System.EventHandler(this.timer_Tick);
475 this.splitContainer.Border3DStyle = System.Windows.Forms.Border3DStyle.Raised;
476 this.splitContainer.Color = System.Drawing.SystemColors.Control;
477 this.splitContainer.Cursor = System.Windows.Forms.Cursors.Default;
478 this.splitContainer.Location = new System.Drawing.Point(12, 12);
479 this.splitContainer.Name = "splitContainer";
480 this.splitContainer.Orientation = System.Windows.Forms.Orientation.Horizontal;
482 // splitContainer.Panel1
484 this.splitContainer.Panel1.Controls.Add(this.treeView);
486 // splitContainer.Panel2
488 this.splitContainer.Panel2.Cursor = System.Windows.Forms.Cursors.Default;
489 this.splitContainer.Size = new System.Drawing.Size(386, 483);
490 this.splitContainer.SplitterDistance = 354;
491 this.splitContainer.SplitterWidth = 5;
492 this.splitContainer.TabIndex = 3;
496 this.treeView.BackColor = System.Drawing.SystemColors.Window;
497 this.treeView.BorderStyle = System.Windows.Forms.BorderStyle.None;
498 this.treeView.Columns.Add(this.sensor);
499 this.treeView.Columns.Add(this.value);
500 this.treeView.Columns.Add(this.min);
501 this.treeView.Columns.Add(this.max);
502 this.treeView.DefaultToolTipProvider = null;
503 this.treeView.Dock = System.Windows.Forms.DockStyle.Fill;
504 this.treeView.DragDropMarkColor = System.Drawing.Color.Black;
505 this.treeView.FullRowSelect = true;
506 this.treeView.GridLineStyle = Aga.Controls.Tree.GridLineStyle.Horizontal;
507 this.treeView.LineColor = System.Drawing.SystemColors.ControlDark;
508 this.treeView.Location = new System.Drawing.Point(0, 0);
509 this.treeView.Model = null;
510 this.treeView.Name = "treeView";
511 this.treeView.NodeControls.Add(this.nodeImage);
512 this.treeView.NodeControls.Add(this.nodeCheckBox);
513 this.treeView.NodeControls.Add(this.nodeTextBoxText);
514 this.treeView.NodeControls.Add(this.nodeTextBoxValue);
515 this.treeView.NodeControls.Add(this.nodeTextBoxMin);
516 this.treeView.NodeControls.Add(this.nodeTextBoxMax);
517 this.treeView.SelectedNode = null;
518 this.treeView.Size = new System.Drawing.Size(386, 354);
519 this.treeView.TabIndex = 0;
520 this.treeView.Text = "treeView";
521 this.treeView.UseColumns = true;
522 this.treeView.NodeMouseDoubleClick += new System.EventHandler<Aga.Controls.Tree.TreeNodeAdvMouseEventArgs>(this.treeView_NodeMouseDoubleClick);
523 this.treeView.Click += new System.EventHandler(this.treeView_Click);
524 this.treeView.MouseDown += new System.Windows.Forms.MouseEventHandler(this.treeView_MouseDown);
525 this.treeView.MouseMove += new System.Windows.Forms.MouseEventHandler(this.treeView_MouseMove);
526 this.treeView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeView_MouseUp);
530 this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
531 this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
532 this.ClientSize = new System.Drawing.Size(418, 554);
533 this.Controls.Add(this.splitContainer);
534 this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
535 this.Menu = this.mainMenu;
536 this.Name = "MainForm";
537 this.StartPosition = System.Windows.Forms.FormStartPosition.Manual;
538 this.Text = "Open Hardware Monitor";
539 this.FormClosed += new System.Windows.Forms.FormClosedEventHandler(this.MainForm_FormClosed);
540 this.Load += new System.EventHandler(this.MainForm_Load);
541 this.ResizeEnd += new System.EventHandler(this.MainForm_MoveOrResize);
542 this.Move += new System.EventHandler(this.MainForm_MoveOrResize);
543 this.splitContainer.Panel1.ResumeLayout(false);
544 this.splitContainer.ResumeLayout(false);
545 this.ResumeLayout(false);
551 private Aga.Controls.Tree.TreeViewAdv treeView;
552 private System.Windows.Forms.MainMenu mainMenu;
553 private System.Windows.Forms.MenuItem fileMenuItem;
554 private System.Windows.Forms.MenuItem exitMenuItem;
555 private Aga.Controls.Tree.TreeColumn sensor;
556 private Aga.Controls.Tree.TreeColumn value;
557 private Aga.Controls.Tree.TreeColumn min;
558 private Aga.Controls.Tree.TreeColumn max;
559 private Aga.Controls.Tree.NodeControls.NodeIcon nodeImage;
560 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxText;
561 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxValue;
562 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMin;
563 private Aga.Controls.Tree.NodeControls.NodeTextBox nodeTextBoxMax;
564 private SplitContainerAdv splitContainer;
565 private System.Windows.Forms.MenuItem viewMenuItem;
566 private System.Windows.Forms.MenuItem plotMenuItem;
567 private Aga.Controls.Tree.NodeControls.NodeCheckBox nodeCheckBox;
568 private System.Windows.Forms.MenuItem helpMenuItem;
569 private System.Windows.Forms.MenuItem aboutMenuItem;
570 private System.Windows.Forms.MenuItem saveReportMenuItem;
571 private System.Windows.Forms.MenuItem optionsMenuItem;
572 private System.Windows.Forms.MenuItem hddMenuItem;
573 private System.Windows.Forms.MenuItem minTrayMenuItem;
574 private System.Windows.Forms.MenuItem separatorMenuItem;
575 private System.Windows.Forms.ContextMenu treeContextMenu;
576 private System.Windows.Forms.MenuItem startMinMenuItem;
577 private System.Windows.Forms.MenuItem startupMenuItem;
578 private System.Windows.Forms.SaveFileDialog saveFileDialog;
579 private System.Windows.Forms.Timer timer;
580 private System.Windows.Forms.MenuItem hiddenMenuItem;
581 private System.Windows.Forms.MenuItem MenuItem1;
582 private System.Windows.Forms.MenuItem columnsMenuItem;
583 private System.Windows.Forms.MenuItem valueMenuItem;
584 private System.Windows.Forms.MenuItem minMenuItem;
585 private System.Windows.Forms.MenuItem maxMenuItem;
586 private System.Windows.Forms.MenuItem temperatureUnitsMenuItem;
587 private System.Windows.Forms.MenuItem MenuItem4;
588 private System.Windows.Forms.MenuItem celsiusMenuItem;
589 private System.Windows.Forms.MenuItem fahrenheitMenuItem;
590 private System.Windows.Forms.MenuItem sumbitReportMenuItem;
591 private System.Windows.Forms.MenuItem MenuItem2;
592 private System.Windows.Forms.MenuItem resetMinMaxMenuItem;
593 private System.Windows.Forms.MenuItem MenuItem3;
594 private System.Windows.Forms.MenuItem gadgetMenuItem;
595 private System.Windows.Forms.MenuItem minCloseMenuItem;
596 private System.Windows.Forms.MenuItem resetMenuItem;
597 private System.Windows.Forms.MenuItem menuItem6;
598 private System.Windows.Forms.MenuItem plotLocationMenuItem;
599 private System.Windows.Forms.MenuItem plotWindowMenuItem;
600 private System.Windows.Forms.MenuItem plotBottomMenuItem;
601 private System.Windows.Forms.MenuItem plotRightMenuItem;
602 private System.Windows.Forms.MenuItem webMenuItem;
603 private System.Windows.Forms.MenuItem runWebServerMenuItem;
604 private System.Windows.Forms.MenuItem serverPortMenuItem;
605 private System.Windows.Forms.MenuItem menuItem5;
606 private System.Windows.Forms.MenuItem mainboardMenuItem;
607 private System.Windows.Forms.MenuItem cpuMenuItem;
608 private System.Windows.Forms.MenuItem gpuMenuItem;
609 private System.Windows.Forms.MenuItem fanControllerMenuItem;