Making App tab the last one again.
authorStephaneLenclud
Mon, 09 Feb 2015 22:50:43 +0100
changeset 1215551b64e1eeb
parent 120 300f44b7f0cc
child 122 300f3d3114a8
Making App tab the last one again.
Server/MainForm.Designer.cs
Server/SharpDisplayManager.csproj
     1.1 --- a/Server/MainForm.Designer.cs	Mon Feb 09 22:47:13 2015 +0100
     1.2 +++ b/Server/MainForm.Designer.cs	Mon Feb 09 22:50:43 2015 +0100
     1.3 @@ -510,8 +510,8 @@
     1.4  			this.tabControl.Controls.Add(this.tabPageDisplay);
     1.5  			this.tabControl.Controls.Add(this.tabPageClients);
     1.6  			this.tabControl.Controls.Add(this.tabPageDesign);
     1.7 +			this.tabControl.Controls.Add(this.tabPageAudio);
     1.8  			this.tabControl.Controls.Add(this.tabPageApp);
     1.9 -			this.tabControl.Controls.Add(this.tabPageAudio);
    1.10  			this.tabControl.Location = new System.Drawing.Point(12, 139);
    1.11  			this.tabControl.Name = "tabControl";
    1.12  			this.tabControl.SelectedIndex = 0;
     2.1 --- a/Server/SharpDisplayManager.csproj	Mon Feb 09 22:47:13 2015 +0100
     2.2 +++ b/Server/SharpDisplayManager.csproj	Mon Feb 09 22:50:43 2015 +0100
     2.3 @@ -31,7 +31,7 @@
     2.4      <CreateWebPageOnPublish>true</CreateWebPageOnPublish>
     2.5      <WebPage>index.htm</WebPage>
     2.6      <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
     2.7 -    <ApplicationRevision>0</ApplicationRevision>
     2.8 +    <ApplicationRevision>1</ApplicationRevision>
     2.9      <ApplicationVersion>0.2.1.%2a</ApplicationVersion>
    2.10      <UseApplicationTrust>false</UseApplicationTrust>
    2.11      <CreateDesktopShortcut>true</CreateDesktopShortcut>