Changed TreeViewAdv grid color to a fixed value.
authormoel.mich
Tue, 23 Feb 2010 19:45:40 +0000
changeset 625400e3e383f7
parent 61 cffcbf8a1401
child 63 1a7c13ac7348
Changed TreeViewAdv grid color to a fixed value.
External/Aga.Controls.dll
GUI/MainForm.Designer.cs
     1.1 Binary file External/Aga.Controls.dll has changed
     2.1 --- a/GUI/MainForm.Designer.cs	Mon Feb 22 20:54:49 2010 +0000
     2.2 +++ b/GUI/MainForm.Designer.cs	Tue Feb 23 19:45:40 2010 +0000
     2.3 @@ -91,6 +91,7 @@
     2.4        this.tempMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     2.5        this.loadMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     2.6        this.fansMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     2.7 +      this.flowsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
     2.8        this.toolStripMenuItem1 = new System.Windows.Forms.ToolStripSeparator();
     2.9        this.plotMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    2.10        this.optionsToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    2.11 @@ -102,13 +103,12 @@
    2.12        this.aboutToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    2.13        this.timer = new System.Windows.Forms.Timer(this.components);
    2.14        this.splitContainer = new System.Windows.Forms.SplitContainer();
    2.15 -      this.plotPanel = new OpenHardwareMonitor.GUI.PlotPanel();
    2.16        this.notifyContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
    2.17        this.restoreToolStripMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    2.18        this.toolStripMenuItem2 = new System.Windows.Forms.ToolStripSeparator();
    2.19        this.exitToolStripMenuItem1 = new System.Windows.Forms.ToolStripMenuItem();
    2.20        this.sensorContextMenuStrip = new System.Windows.Forms.ContextMenuStrip(this.components);
    2.21 -      this.flowsMenuItem = new System.Windows.Forms.ToolStripMenuItem();
    2.22 +      this.plotPanel = new OpenHardwareMonitor.GUI.PlotPanel();
    2.23        this.columnsContextMenuStrip.SuspendLayout();
    2.24        this.menuStrip.SuspendLayout();
    2.25        this.splitContainer.Panel1.SuspendLayout();
    2.26 @@ -343,7 +343,7 @@
    2.27              this.fansMenuItem,
    2.28              this.flowsMenuItem});
    2.29        this.sensorsToolStripMenuItem.Name = "sensorsToolStripMenuItem";
    2.30 -      this.sensorsToolStripMenuItem.Size = new System.Drawing.Size(152, 22);
    2.31 +      this.sensorsToolStripMenuItem.Size = new System.Drawing.Size(114, 22);
    2.32        this.sensorsToolStripMenuItem.Text = "Sensors";
    2.33        // 
    2.34        // voltMenuItem
    2.35 @@ -352,7 +352,7 @@
    2.36        this.voltMenuItem.CheckOnClick = true;
    2.37        this.voltMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
    2.38        this.voltMenuItem.Name = "voltMenuItem";
    2.39 -      this.voltMenuItem.Size = new System.Drawing.Size(152, 22);
    2.40 +      this.voltMenuItem.Size = new System.Drawing.Size(147, 22);
    2.41        this.voltMenuItem.Text = "Voltages";
    2.42        this.voltMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
    2.43        // 
    2.44 @@ -362,7 +362,7 @@
    2.45        this.clocksMenuItem.CheckOnClick = true;
    2.46        this.clocksMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
    2.47        this.clocksMenuItem.Name = "clocksMenuItem";
    2.48 -      this.clocksMenuItem.Size = new System.Drawing.Size(152, 22);
    2.49 +      this.clocksMenuItem.Size = new System.Drawing.Size(147, 22);
    2.50        this.clocksMenuItem.Text = "Clocks";
    2.51        this.clocksMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
    2.52        // 
    2.53 @@ -372,7 +372,7 @@
    2.54        this.tempMenuItem.CheckOnClick = true;
    2.55        this.tempMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
    2.56        this.tempMenuItem.Name = "tempMenuItem";
    2.57 -      this.tempMenuItem.Size = new System.Drawing.Size(152, 22);
    2.58 +      this.tempMenuItem.Size = new System.Drawing.Size(147, 22);
    2.59        this.tempMenuItem.Text = "Temperatures";
    2.60        this.tempMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
    2.61        // 
    2.62 @@ -382,7 +382,7 @@
    2.63        this.loadMenuItem.CheckOnClick = true;
    2.64        this.loadMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
    2.65        this.loadMenuItem.Name = "loadMenuItem";
    2.66 -      this.loadMenuItem.Size = new System.Drawing.Size(152, 22);
    2.67 +      this.loadMenuItem.Size = new System.Drawing.Size(147, 22);
    2.68        this.loadMenuItem.Text = "Load";
    2.69        this.loadMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
    2.70        // 
    2.71 @@ -392,14 +392,24 @@
    2.72        this.fansMenuItem.CheckOnClick = true;
    2.73        this.fansMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
    2.74        this.fansMenuItem.Name = "fansMenuItem";
    2.75 -      this.fansMenuItem.Size = new System.Drawing.Size(152, 22);
    2.76 +      this.fansMenuItem.Size = new System.Drawing.Size(147, 22);
    2.77        this.fansMenuItem.Text = "Fans";
    2.78        this.fansMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
    2.79        // 
    2.80 +      // flowsMenuItem
    2.81 +      // 
    2.82 +      this.flowsMenuItem.Checked = true;
    2.83 +      this.flowsMenuItem.CheckOnClick = true;
    2.84 +      this.flowsMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
    2.85 +      this.flowsMenuItem.Name = "flowsMenuItem";
    2.86 +      this.flowsMenuItem.Size = new System.Drawing.Size(147, 22);
    2.87 +      this.flowsMenuItem.Text = "Flows";
    2.88 +      this.flowsMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
    2.89 +      // 
    2.90        // toolStripMenuItem1
    2.91        // 
    2.92        this.toolStripMenuItem1.Name = "toolStripMenuItem1";
    2.93 -      this.toolStripMenuItem1.Size = new System.Drawing.Size(149, 6);
    2.94 +      this.toolStripMenuItem1.Size = new System.Drawing.Size(111, 6);
    2.95        // 
    2.96        // plotMenuItem
    2.97        // 
    2.98 @@ -407,7 +417,7 @@
    2.99        this.plotMenuItem.CheckOnClick = true;
   2.100        this.plotMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
   2.101        this.plotMenuItem.Name = "plotMenuItem";
   2.102 -      this.plotMenuItem.Size = new System.Drawing.Size(152, 22);
   2.103 +      this.plotMenuItem.Size = new System.Drawing.Size(114, 22);
   2.104        this.plotMenuItem.Text = "Plot";
   2.105        this.plotMenuItem.CheckedChanged += new System.EventHandler(this.plotToolStripMenuItem_CheckedChanged);
   2.106        // 
   2.107 @@ -491,16 +501,6 @@
   2.108        this.splitContainer.SplitterWidth = 3;
   2.109        this.splitContainer.TabIndex = 3;
   2.110        // 
   2.111 -      // plotPanel
   2.112 -      // 
   2.113 -      this.plotPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
   2.114 -      this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;
   2.115 -      this.plotPanel.Font = new System.Drawing.Font("Segoe UI", 9F);
   2.116 -      this.plotPanel.Location = new System.Drawing.Point(0, 0);
   2.117 -      this.plotPanel.Name = "plotPanel";
   2.118 -      this.plotPanel.Size = new System.Drawing.Size(478, 198);
   2.119 -      this.plotPanel.TabIndex = 0;
   2.120 -      // 
   2.121        // notifyContextMenuStrip
   2.122        // 
   2.123        this.notifyContextMenuStrip.Items.AddRange(new System.Windows.Forms.ToolStripItem[] {
   2.124 @@ -535,15 +535,15 @@
   2.125        this.sensorContextMenuStrip.Name = "sensorContextMenuStrip";
   2.126        this.sensorContextMenuStrip.Size = new System.Drawing.Size(61, 4);
   2.127        // 
   2.128 -      // flowsMenuItem
   2.129 +      // plotPanel
   2.130        // 
   2.131 -      this.flowsMenuItem.Checked = true;
   2.132 -      this.flowsMenuItem.CheckOnClick = true;
   2.133 -      this.flowsMenuItem.CheckState = System.Windows.Forms.CheckState.Checked;
   2.134 -      this.flowsMenuItem.Name = "flowsMenuItem";
   2.135 -      this.flowsMenuItem.Size = new System.Drawing.Size(152, 22);
   2.136 -      this.flowsMenuItem.Text = "Flows";
   2.137 -      this.flowsMenuItem.CheckedChanged += new System.EventHandler(this.UpdateSensorTypeChecked);
   2.138 +      this.plotPanel.BorderStyle = System.Windows.Forms.BorderStyle.Fixed3D;
   2.139 +      this.plotPanel.Dock = System.Windows.Forms.DockStyle.Fill;
   2.140 +      this.plotPanel.Font = new System.Drawing.Font("Segoe UI", 9F);
   2.141 +      this.plotPanel.Location = new System.Drawing.Point(0, 0);
   2.142 +      this.plotPanel.Name = "plotPanel";
   2.143 +      this.plotPanel.Size = new System.Drawing.Size(478, 198);
   2.144 +      this.plotPanel.TabIndex = 0;
   2.145        // 
   2.146        // MainForm
   2.147        //