GUI/MainForm.Designer.cs
changeset 403 1d10b3a8a235
parent 399 580df602ff73
     1.1 --- a/GUI/MainForm.Designer.cs	Thu Apr 18 23:25:10 2013 +0200
     1.2 +++ b/GUI/MainForm.Designer.cs	Sun Sep 21 21:55:36 2014 +0200
     1.3 @@ -84,7 +84,7 @@
     1.4              this.plotWindowMenuItem = new System.Windows.Forms.MenuItem();
     1.5              this.plotBottomMenuItem = new System.Windows.Forms.MenuItem();
     1.6              this.plotRightMenuItem = new System.Windows.Forms.MenuItem();
     1.7 -            this.menuItem4 = new System.Windows.Forms.MenuItem();
     1.8 +            this.menuItemFrontView = new System.Windows.Forms.MenuItem();
     1.9              this.frontViewPackedMenuItem = new System.Windows.Forms.MenuItem();
    1.10              this.frontViewDisplayTimeMenuItem = new System.Windows.Forms.MenuItem();
    1.11              this.webMenuItemSeparator = new System.Windows.Forms.MenuItem();
    1.12 @@ -98,6 +98,9 @@
    1.13              this.timer = new System.Windows.Forms.Timer(this.components);
    1.14              this.splitContainer = new OpenHardwareMonitor.GUI.SplitContainerAdv();
    1.15              this.treeView = new Aga.Controls.Tree.TreeViewAdv();
    1.16 +            this.menuItemSharpDisplay = new System.Windows.Forms.MenuItem();
    1.17 +            this.sharpDisplayPackedMenuItem = new System.Windows.Forms.MenuItem();
    1.18 +            this.sharpDisplayShowTimeMenuItem = new System.Windows.Forms.MenuItem();
    1.19              ((System.ComponentModel.ISupportInitialize)(this.splitContainer)).BeginInit();
    1.20              this.splitContainer.Panel1.SuspendLayout();
    1.21              this.splitContainer.SuspendLayout();
    1.22 @@ -358,7 +361,8 @@
    1.23              this.separatorMenuItem,
    1.24              this.temperatureUnitsMenuItem,
    1.25              this.plotLocationMenuItem,
    1.26 -            this.menuItem4,
    1.27 +            this.menuItemFrontView,
    1.28 +            this.menuItemSharpDisplay,
    1.29              this.webMenuItemSeparator,
    1.30              this.webMenuItem});
    1.31              this.optionsMenuItem.Text = "Options";
    1.32 @@ -437,13 +441,13 @@
    1.33              this.plotRightMenuItem.RadioCheck = true;
    1.34              this.plotRightMenuItem.Text = "Right";
    1.35              // 
    1.36 -            // menuItem4
    1.37 +            // menuItemFrontView
    1.38              // 
    1.39 -            this.menuItem4.Index = 7;
    1.40 -            this.menuItem4.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
    1.41 +            this.menuItemFrontView.Index = 7;
    1.42 +            this.menuItemFrontView.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
    1.43              this.frontViewPackedMenuItem,
    1.44              this.frontViewDisplayTimeMenuItem});
    1.45 -            this.menuItem4.Text = "FrontView";
    1.46 +            this.menuItemFrontView.Text = "FrontView";
    1.47              // 
    1.48              // frontViewPackedMenuItem
    1.49              // 
    1.50 @@ -455,14 +459,32 @@
    1.51              this.frontViewDisplayTimeMenuItem.Index = 1;
    1.52              this.frontViewDisplayTimeMenuItem.Text = "Display time";
    1.53              // 
    1.54 +            // menuItemSharpDisplay
    1.55 +            // 
    1.56 +            this.menuItemSharpDisplay.Index = 8;
    1.57 +            this.menuItemSharpDisplay.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
    1.58 +            this.sharpDisplayPackedMenuItem,
    1.59 +            this.sharpDisplayShowTimeMenuItem});
    1.60 +            this.menuItemSharpDisplay.Text = "SharpDisplay";
    1.61 +            // 
    1.62 +            // sharpDisplayPackedMenuItem
    1.63 +            // 
    1.64 +            this.sharpDisplayPackedMenuItem.Index = 0;
    1.65 +            this.sharpDisplayPackedMenuItem.Text = "Packed";
    1.66 +            // 
    1.67 +            // sharpDisplayDisplayTimeMenuItem
    1.68 +            // 
    1.69 +            this.sharpDisplayShowTimeMenuItem.Index = 1;
    1.70 +            this.sharpDisplayShowTimeMenuItem.Text = "Display Time";
    1.71 +            // 
    1.72              // webMenuItemSeparator
    1.73              // 
    1.74 -            this.webMenuItemSeparator.Index = 8;
    1.75 +            this.webMenuItemSeparator.Index = 9;
    1.76              this.webMenuItemSeparator.Text = "-";
    1.77              // 
    1.78              // webMenuItem
    1.79              // 
    1.80 -            this.webMenuItem.Index = 9;
    1.81 +            this.webMenuItem.Index = 10;
    1.82              this.webMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
    1.83              this.runWebServerMenuItem,
    1.84              this.serverPortMenuItem});
    1.85 @@ -564,7 +586,7 @@
    1.86              // 
    1.87              this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
    1.88              this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
    1.89 -            this.ClientSize = new System.Drawing.Size(418, 554);
    1.90 +            this.ClientSize = new System.Drawing.Size(418, 533);
    1.91              this.Controls.Add(this.splitContainer);
    1.92              this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon")));
    1.93              this.Menu = this.mainMenu;
    1.94 @@ -644,9 +666,12 @@
    1.95      private System.Windows.Forms.MenuItem gpuMenuItem;
    1.96      private System.Windows.Forms.MenuItem fanControllerMenuItem;
    1.97      private System.Windows.Forms.MenuItem ramMenuItem;
    1.98 -    private System.Windows.Forms.MenuItem menuItem4;
    1.99 +    private System.Windows.Forms.MenuItem menuItemFrontView;
   1.100      private System.Windows.Forms.MenuItem frontViewPackedMenuItem;
   1.101      private System.Windows.Forms.MenuItem frontViewDisplayTimeMenuItem;
   1.102 +    private System.Windows.Forms.MenuItem menuItemSharpDisplay;
   1.103 +    private System.Windows.Forms.MenuItem sharpDisplayPackedMenuItem;
   1.104 +    private System.Windows.Forms.MenuItem sharpDisplayShowTimeMenuItem;
   1.105    }
   1.106  }
   1.107