1.1 --- a/GUI/MainForm.Designer.cs Mon Feb 22 20:54:49 2010 +0000
1.2 +++ b/GUI/MainForm.Designer.cs Tue Feb 23 19:45:40 2010 +0000
1.3 @@ -91,6 +91,7 @@
1.4 this.tempMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1.5 this.loadMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1.6 this.fansMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1.7 + this.flowsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1.8 this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
1.9 this.plotMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1.10 this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1.11 @@ -102,13 +103,12 @@
1.12 this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1.13 this.timer = new System.Windows.Forms.Timer(this.components);
1.14 this.splitContainer = new System.Windows.Forms.SplitContainer();
1.15 - this.plotPanel = new OpenHardwareMonitor.GUI.PlotPanel();
1.16 this.notifyContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
1.17 this.restoreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1.18 this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
1.19 this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
1.20 this.sensorContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
1.21 - this.flowsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
1.22 + this.plotPanel = new OpenHardwareMonitor.GUI.PlotPanel();
1.23 this.columnsContextMenuStrip.SuspendLayout();
1.24 this.menuStrip.SuspendLayout();
1.25 this.splitContainer.Panel1.SuspendLayout();
1.26 @@ -343,7 +343,7 @@
1.27 this.fansMenuItem,
1.28 this.flowsMenuItem});
1.29 this.sensorsToolStripMenuItem.Name = "sensorsToolStripMenuItem";
1.30 - this.sensorsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
1.31 + this.sensorsToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
1.32 this.sensorsToolStripMenuItem.Text = "Sensors";
1.33 //
1.34 // voltMenuItem
1.35 @@ -352,7 +352,7 @@
1.36 this.voltMenuItem.CheckOnClick = true;
1.37 this.voltMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
1.38 this.voltMenuItem.Name = "voltMenuItem";
1.39 - this.voltMenuItem.Size = new System.Drawing.Size(152, 22);
1.40 + this.voltMenuItem.Size = new System.Drawing.Size(147, 22);
1.41 this.voltMenuItem.Text = "Voltages";
1.42 this.voltMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
1.43 //
1.44 @@ -362,7 +362,7 @@
1.45 this.clocksMenuItem.CheckOnClick = true;
1.46 this.clocksMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
1.47 this.clocksMenuItem.Name = "clocksMenuItem";
1.48 - this.clocksMenuItem.Size = new System.Drawing.Size(152, 22);
1.49 + this.clocksMenuItem.Size = new System.Drawing.Size(147, 22);
1.50 this.clocksMenuItem.Text = "Clocks";
1.51 this.clocksMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
1.52 //
1.53 @@ -372,7 +372,7 @@
1.54 this.tempMenuItem.CheckOnClick = true;
1.55 this.tempMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
1.56 this.tempMenuItem.Name = "tempMenuItem";
1.57 - this.tempMenuItem.Size = new System.Drawing.Size(152, 22);
1.58 + this.tempMenuItem.Size = new System.Drawing.Size(147, 22);
1.59 this.tempMenuItem.Text = "Temperatures";
1.60 this.tempMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
1.61 //
1.62 @@ -382,7 +382,7 @@
1.63 this.loadMenuItem.CheckOnClick = true;
1.64 this.loadMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
1.65 this.loadMenuItem.Name = "loadMenuItem";
1.66 - this.loadMenuItem.Size = new System.Drawing.Size(152, 22);
1.67 + this.loadMenuItem.Size = new System.Drawing.Size(147, 22);
1.68 this.loadMenuItem.Text = "Load";
1.69 this.loadMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
1.70 //
1.71 @@ -392,14 +392,24 @@
1.72 this.fansMenuItem.CheckOnClick = true;
1.73 this.fansMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
1.74 this.fansMenuItem.Name = "fansMenuItem";
1.75 - this.fansMenuItem.Size = new System.Drawing.Size(152, 22);
1.76 + this.fansMenuItem.Size = new System.Drawing.Size(147, 22);
1.77 this.fansMenuItem.Text = "Fans";
1.78 this.fansMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
1.79 //
1.80 + // flowsMenuItem
1.81 + //
1.82 + this.flowsMenuItem.Checked = true;
1.83 + this.flowsMenuItem.CheckOnClick = true;
1.84 + this.flowsMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
1.85 + this.flowsMenuItem.Name = "flowsMenuItem";
1.86 + this.flowsMenuItem.Size = new System.Drawing.Size(147, 22);
1.87 + this.flowsMenuItem.Text = "Flows";
1.88 + this.flowsMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
1.89 + //
1.90 // toolStripMenuItem1
1.91 //
1.92 this.toolStripMenuItem1.Name = "toolStripMenuItem1";
1.93 - this.toolStripMenuItem1.Size = new System.Drawing.Size(149, 6);
1.94 + this.toolStripMenuItem1.Size = new System.Drawing.Size(111, 6);
1.95 //
1.96 // plotMenuItem
1.97 //
1.98 @@ -407,7 +417,7 @@
1.99 this.plotMenuItem.CheckOnClick = true;
1.100 this.plotMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
1.101 this.plotMenuItem.Name = "plotMenuItem";
1.102 - this.plotMenuItem.Size = new System.Drawing.Size(152, 22);
1.103 + this.plotMenuItem.Size = new System.Drawing.Size(114, 22);
1.104 this.plotMenuItem.Text = "Plot";
1.105 this.plotMenuItem.CheckedChanged += new System.EventHandler(this.plotToolStripMenuItem_CheckedChanged);
1.106 //
1.107 @@ -491,16 +501,6 @@
1.108 this.splitContainer.SplitterWidth = 3;
1.109 this.splitContainer.TabIndex = 3;
1.110 //
1.111 - // plotPanel
1.112 - //
1.113 - this.plotPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
1.114 - this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;
1.115 - this.plotPanel.Font = new System.Drawing.Font("Segoe UI", 9F);
1.116 - this.plotPanel.Location = new System.Drawing.Point(0, 0);
1.117 - this.plotPanel.Name = "plotPanel";
1.118 - this.plotPanel.Size = new System.Drawing.Size(478, 198);
1.119 - this.plotPanel.TabIndex = 0;
1.120 - //
1.121 // notifyContextMenuStrip
1.122 //
1.123 this.notifyContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
1.124 @@ -535,15 +535,15 @@
1.125 this.sensorContextMenuStrip.Name = "sensorContextMenuStrip";
1.126 this.sensorContextMenuStrip.Size = new System.Drawing.Size(61, 4);
1.127 //
1.128 - // flowsMenuItem
1.129 + // plotPanel
1.130 //
1.131 - this.flowsMenuItem.Checked = true;
1.132 - this.flowsMenuItem.CheckOnClick = true;
1.133 - this.flowsMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
1.134 - this.flowsMenuItem.Name = "flowsMenuItem";
1.135 - this.flowsMenuItem.Size = new System.Drawing.Size(152, 22);
1.136 - this.flowsMenuItem.Text = "Flows";
1.137 - this.flowsMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
1.138 + this.plotPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
1.139 + this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;
1.140 + this.plotPanel.Font = new System.Drawing.Font("Segoe UI", 9F);
1.141 + this.plotPanel.Location = new System.Drawing.Point(0, 0);
1.142 + this.plotPanel.Name = "plotPanel";
1.143 + this.plotPanel.Size = new System.Drawing.Size(478, 198);
1.144 + this.plotPanel.TabIndex = 0;
1.145 //
1.146 // MainForm
1.147 //