GUI/MainForm.Designer.cs
changeset 378 64d3ddf8d73b
parent 370 8e4dedc41924
child 387 87093432c843
     1.1 --- a/GUI/MainForm.Designer.cs	Thu Jul 26 06:51:19 2012 +0000
     1.2 +++ b/GUI/MainForm.Designer.cs	Sat Aug 11 21:32:59 2012 +0000
     1.3 @@ -54,6 +54,7 @@
     1.4        this.menuItem5 = new System.Windows.Forms.MenuItem();
     1.5        this.mainboardMenuItem = new System.Windows.Forms.MenuItem();
     1.6        this.cpuMenuItem = new System.Windows.Forms.MenuItem();
     1.7 +      this.ramMenuItem = new System.Windows.Forms.MenuItem();
     1.8        this.gpuMenuItem = new System.Windows.Forms.MenuItem();
     1.9        this.fanControllerMenuItem = new System.Windows.Forms.MenuItem();
    1.10        this.hddMenuItem = new System.Windows.Forms.MenuItem();
    1.11 @@ -94,7 +95,6 @@
    1.12        this.timer = new System.Windows.Forms.Timer(this.components);
    1.13        this.splitContainer = new OpenHardwareMonitor.GUI.SplitContainerAdv();
    1.14        this.treeView = new Aga.Controls.Tree.TreeViewAdv();
    1.15 -      this.ramMenuItem = new System.Windows.Forms.MenuItem();
    1.16        this.splitContainer.Panel1.SuspendLayout();
    1.17        this.splitContainer.SuspendLayout();
    1.18        this.SuspendLayout();
    1.19 @@ -244,6 +244,11 @@
    1.20        this.cpuMenuItem.Index = 1;
    1.21        this.cpuMenuItem.Text = "CPU";
    1.22        // 
    1.23 +      // ramMenuItem
    1.24 +      // 
    1.25 +      this.ramMenuItem.Index = 2;
    1.26 +      this.ramMenuItem.Text = "RAM";
    1.27 +      // 
    1.28        // gpuMenuItem
    1.29        // 
    1.30        this.gpuMenuItem.Index = 3;
    1.31 @@ -389,12 +394,14 @@
    1.32        // celsiusMenuItem
    1.33        // 
    1.34        this.celsiusMenuItem.Index = 0;
    1.35 +      this.celsiusMenuItem.RadioCheck = true;
    1.36        this.celsiusMenuItem.Text = "Celsius";
    1.37        this.celsiusMenuItem.Click += new System.EventHandler(this.celsiusMenuItem_Click);
    1.38        // 
    1.39        // fahrenheitMenuItem
    1.40        // 
    1.41        this.fahrenheitMenuItem.Index = 1;
    1.42 +      this.fahrenheitMenuItem.RadioCheck = true;
    1.43        this.fahrenheitMenuItem.Text = "Fahrenheit";
    1.44        this.fahrenheitMenuItem.Click += new System.EventHandler(this.fahrenheitMenuItem_Click);
    1.45        // 
    1.46 @@ -410,16 +417,19 @@
    1.47        // plotWindowMenuItem
    1.48        // 
    1.49        this.plotWindowMenuItem.Index = 0;
    1.50 +      this.plotWindowMenuItem.RadioCheck = true;
    1.51        this.plotWindowMenuItem.Text = "Window";
    1.52        // 
    1.53        // plotBottomMenuItem
    1.54        // 
    1.55        this.plotBottomMenuItem.Index = 1;
    1.56 +      this.plotBottomMenuItem.RadioCheck = true;
    1.57        this.plotBottomMenuItem.Text = "Bottom";
    1.58        // 
    1.59        // plotRightMenuItem
    1.60        // 
    1.61        this.plotRightMenuItem.Index = 2;
    1.62 +      this.plotRightMenuItem.RadioCheck = true;
    1.63        this.plotRightMenuItem.Text = "Right";
    1.64        // 
    1.65        // MenuItem4
    1.66 @@ -527,11 +537,6 @@
    1.67        this.treeView.MouseMove += new System.Windows.Forms.MouseEventHandler(this.treeView_MouseMove);
    1.68        this.treeView.MouseUp += new System.Windows.Forms.MouseEventHandler(this.treeView_MouseUp);
    1.69        // 
    1.70 -      // ramMenuItem
    1.71 -      // 
    1.72 -      this.ramMenuItem.Index = 2;
    1.73 -      this.ramMenuItem.Text = "RAM";
    1.74 -      // 
    1.75        // MainForm
    1.76        // 
    1.77        this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);