GUI/MainForm.Designer.cs
changeset 387 87093432c843
parent 378 64d3ddf8d73b
child 420 46c056e76130
     1.1 --- a/GUI/MainForm.Designer.cs	Sun Oct 28 14:06:50 2012 +0000
     1.2 +++ b/GUI/MainForm.Designer.cs	Sun Oct 28 15:19:45 2012 +0000
     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.webMenuItemSeparator = new System.Windows.Forms.MenuItem();
     1.9        this.webMenuItem = new System.Windows.Forms.MenuItem();
    1.10        this.runWebServerMenuItem = new System.Windows.Forms.MenuItem();
    1.11        this.serverPortMenuItem = new System.Windows.Forms.MenuItem();
    1.12 @@ -354,7 +354,7 @@
    1.13              this.separatorMenuItem,
    1.14              this.temperatureUnitsMenuItem,
    1.15              this.plotLocationMenuItem,
    1.16 -            this.MenuItem4,
    1.17 +            this.webMenuItemSeparator,
    1.18              this.webMenuItem});
    1.19        this.optionsMenuItem.Text = "Options";
    1.20        // 
    1.21 @@ -434,8 +434,8 @@
    1.22        // 
    1.23        // MenuItem4
    1.24        // 
    1.25 -      this.MenuItem4.Index = 7;
    1.26 -      this.MenuItem4.Text = "-";
    1.27 +      this.webMenuItemSeparator.Index = 7;
    1.28 +      this.webMenuItemSeparator.Text = "-";
    1.29        // 
    1.30        // webMenuItem
    1.31        // 
    1.32 @@ -596,7 +596,7 @@
    1.33      private System.Windows.Forms.MenuItem minMenuItem;
    1.34      private System.Windows.Forms.MenuItem maxMenuItem;
    1.35      private System.Windows.Forms.MenuItem temperatureUnitsMenuItem;
    1.36 -    private System.Windows.Forms.MenuItem MenuItem4;
    1.37 +    private System.Windows.Forms.MenuItem webMenuItemSeparator;
    1.38      private System.Windows.Forms.MenuItem celsiusMenuItem;
    1.39      private System.Windows.Forms.MenuItem fahrenheitMenuItem;
    1.40      private System.Windows.Forms.MenuItem sumbitReportMenuItem;