diff -r c9e3d1389d06 -r 9039acfde091 Server/Properties/Settings.Designer.cs --- a/Server/Properties/Settings.Designer.cs Sat Aug 30 19:24:47 2014 +0200 +++ b/Server/Properties/Settings.Designer.cs Sun Aug 31 16:12:59 2014 +0200 @@ -25,42 +25,6 @@ [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("1")] - public int DisplayBrightness { - get { - return ((int)(this["DisplayBrightness"])); - } - set { - this["DisplayBrightness"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 9.75pt")] - public global::System.Drawing.Font DisplayFont { - get { - return ((global::System.Drawing.Font)(this["DisplayFont"])); - } - set { - this["DisplayFont"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] - public bool DisplayShowBorders { - get { - return ((bool)(this["DisplayShowBorders"])); - } - set { - this["DisplayShowBorders"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool DisplayConnectOnStartup { get { @@ -73,37 +37,24 @@ [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("False")] - public bool DisplayReverseScreen { + public global::SharpDisplayManager.DisplaySettings DisplaySettings { get { - return ((bool)(this["DisplayReverseScreen"])); + return ((global::SharpDisplayManager.DisplaySettings)(this["DisplaySettings"])); } set { - this["DisplayReverseScreen"] = value; + this["DisplaySettings"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("1")] - public int DisplayType { + [global::System.Configuration.DefaultSettingValueAttribute("0")] + public int CurrentDisplayIndex { get { - return ((int)(this["DisplayType"])); + return ((int)(this["CurrentDisplayIndex"])); } set { - this["DisplayType"] = value; - } - } - - [global::System.Configuration.UserScopedSettingAttribute()] - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] - [global::System.Configuration.DefaultSettingValueAttribute("100")] - public int TimerInterval { - get { - return ((int)(this["TimerInterval"])); - } - set { - this["TimerInterval"] = value; + this["CurrentDisplayIndex"] = value; } } }