1.1 --- a/Server/Properties/Settings.Designer.cs Sat Aug 30 19:24:47 2014 +0200
1.2 +++ b/Server/Properties/Settings.Designer.cs Sun Aug 31 16:12:59 2014 +0200
1.3 @@ -25,42 +25,6 @@
1.4
1.5 [global::System.Configuration.UserScopedSettingAttribute()]
1.6 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1.7 - [global::System.Configuration.DefaultSettingValueAttribute("1")]
1.8 - public int DisplayBrightness {
1.9 - get {
1.10 - return ((int)(this["DisplayBrightness"]));
1.11 - }
1.12 - set {
1.13 - this["DisplayBrightness"] = value;
1.14 - }
1.15 - }
1.16 -
1.17 - [global::System.Configuration.UserScopedSettingAttribute()]
1.18 - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1.19 - [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 9.75pt")]
1.20 - public global::System.Drawing.Font DisplayFont {
1.21 - get {
1.22 - return ((global::System.Drawing.Font)(this["DisplayFont"]));
1.23 - }
1.24 - set {
1.25 - this["DisplayFont"] = value;
1.26 - }
1.27 - }
1.28 -
1.29 - [global::System.Configuration.UserScopedSettingAttribute()]
1.30 - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1.31 - [global::System.Configuration.DefaultSettingValueAttribute("False")]
1.32 - public bool DisplayShowBorders {
1.33 - get {
1.34 - return ((bool)(this["DisplayShowBorders"]));
1.35 - }
1.36 - set {
1.37 - this["DisplayShowBorders"] = value;
1.38 - }
1.39 - }
1.40 -
1.41 - [global::System.Configuration.UserScopedSettingAttribute()]
1.42 - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1.43 [global::System.Configuration.DefaultSettingValueAttribute("False")]
1.44 public bool DisplayConnectOnStartup {
1.45 get {
1.46 @@ -73,37 +37,24 @@
1.47
1.48 [global::System.Configuration.UserScopedSettingAttribute()]
1.49 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1.50 - [global::System.Configuration.DefaultSettingValueAttribute("False")]
1.51 - public bool DisplayReverseScreen {
1.52 + public global::SharpDisplayManager.DisplaySettings DisplaySettings {
1.53 get {
1.54 - return ((bool)(this["DisplayReverseScreen"]));
1.55 + return ((global::SharpDisplayManager.DisplaySettings)(this["DisplaySettings"]));
1.56 }
1.57 set {
1.58 - this["DisplayReverseScreen"] = value;
1.59 + this["DisplaySettings"] = value;
1.60 }
1.61 }
1.62
1.63 [global::System.Configuration.UserScopedSettingAttribute()]
1.64 [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1.65 - [global::System.Configuration.DefaultSettingValueAttribute("1")]
1.66 - public int DisplayType {
1.67 + [global::System.Configuration.DefaultSettingValueAttribute("0")]
1.68 + public int CurrentDisplayIndex {
1.69 get {
1.70 - return ((int)(this["DisplayType"]));
1.71 + return ((int)(this["CurrentDisplayIndex"]));
1.72 }
1.73 set {
1.74 - this["DisplayType"] = value;
1.75 - }
1.76 - }
1.77 -
1.78 - [global::System.Configuration.UserScopedSettingAttribute()]
1.79 - [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
1.80 - [global::System.Configuration.DefaultSettingValueAttribute("100")]
1.81 - public int TimerInterval {
1.82 - get {
1.83 - return ((int)(this["TimerInterval"]));
1.84 - }
1.85 - set {
1.86 - this["TimerInterval"] = value;
1.87 + this["CurrentDisplayIndex"] = value;
1.88 }
1.89 }
1.90 }