GUI/MainForm.Designer.cs
branchMiniDisplay
changeset 445 fe4c711fd7f8
parent 441 2a02ad86a776
     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 @@ -114,6 +114,9 @@
     1.4        this.frontViewMenuItem = new System.Windows.Forms.MenuItem();
     1.5        this.frontViewPackedMenuItem = new System.Windows.Forms.MenuItem();
     1.6        this.frontViewDisplayTimeMenuItem = new System.Windows.Forms.MenuItem();
     1.7 +      this.menuItemSharpDisplay = new System.Windows.Forms.MenuItem();
     1.8 +      this.sharpDisplayPackedMenuItem = new System.Windows.Forms.MenuItem();
     1.9 +      this.sharpDisplayShowTimeMenuItem = new System.Windows.Forms.MenuItem();
    1.10        this.splitContainer.Panel1.SuspendLayout();
    1.11        this.splitContainer.SuspendLayout();
    1.12        this.SuspendLayout();
    1.13 @@ -377,6 +380,7 @@
    1.14              this.logSensorsMenuItem,
    1.15              this.loggingIntervalMenuItem,
    1.16              this.frontViewMenuItem,
    1.17 +            this.menuItemSharpDisplay,
    1.18              this.webMenuItemSeparator,
    1.19              this.webMenuItem});
    1.20        this.optionsMenuItem.Text = "Options";
    1.21 @@ -472,15 +476,33 @@
    1.22        // 
    1.23        this.frontViewDisplayTimeMenuItem.Index = 1;
    1.24        this.frontViewDisplayTimeMenuItem.Text = "Display time";
    1.25 +      //
    1.26 +      // menuItemSharpDisplay
    1.27 +      // 
    1.28 +      this.menuItemSharpDisplay.Index = 11;
    1.29 +      this.menuItemSharpDisplay.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
    1.30 +            this.sharpDisplayPackedMenuItem,
    1.31 +            this.sharpDisplayShowTimeMenuItem});
    1.32 +      this.menuItemSharpDisplay.Text = "SharpDisplay";
    1.33 +      // 
    1.34 +      // sharpDisplayPackedMenuItem
    1.35 +      // 
    1.36 +      this.sharpDisplayPackedMenuItem.Index = 0;
    1.37 +      this.sharpDisplayPackedMenuItem.Text = "Packed";
    1.38 +      // 
    1.39 +      // sharpDisplayDisplayTimeMenuItem
    1.40 +      // 
    1.41 +      this.sharpDisplayShowTimeMenuItem.Index = 1;
    1.42 +      this.sharpDisplayShowTimeMenuItem.Text = "Display Time";
    1.43        // 
    1.44        // webMenuItemSeparator
    1.45        // 
    1.46 -      this.webMenuItemSeparator.Index = 11;
    1.47 +      this.webMenuItemSeparator.Index = 12;
    1.48        this.webMenuItemSeparator.Text = "-";
    1.49        // 
    1.50        // webMenuItem
    1.51        // 
    1.52 -      this.webMenuItem.Index = 12;
    1.53 +      this.webMenuItem.Index = 13;
    1.54        this.webMenuItem.MenuItems.AddRange(new System.Windows.Forms.MenuItem[] {
    1.55              this.runWebServerMenuItem,
    1.56              this.serverPortMenuItem});
    1.57 @@ -787,6 +809,9 @@
    1.58      private System.Windows.Forms.MenuItem frontViewMenuItem;
    1.59      private System.Windows.Forms.MenuItem frontViewPackedMenuItem;
    1.60      private System.Windows.Forms.MenuItem frontViewDisplayTimeMenuItem;
    1.61 +    private System.Windows.Forms.MenuItem menuItemSharpDisplay;
    1.62 +    private System.Windows.Forms.MenuItem sharpDisplayPackedMenuItem;
    1.63 +    private System.Windows.Forms.MenuItem sharpDisplayShowTimeMenuItem;
    1.64    }
    1.65  }
    1.66