Server/Properties/Settings.Designer.cs
changeset 18 7acec5059fa6
parent 16 985ca4b6e099
child 46 0c0ee86760ea
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Server/Properties/Settings.Designer.cs	Tue Aug 12 20:55:50 2014 +0200
     1.3 @@ -0,0 +1,86 @@
     1.4 +//------------------------------------------------------------------------------
     1.5 +// <auto-generated>
     1.6 +//     This code was generated by a tool.
     1.7 +//     Runtime Version:4.0.30319.18444
     1.8 +//
     1.9 +//     Changes to this file may cause incorrect behavior and will be lost if
    1.10 +//     the code is regenerated.
    1.11 +// </auto-generated>
    1.12 +//------------------------------------------------------------------------------
    1.13 +
    1.14 +namespace SharpDisplayManager.Properties {
    1.15 +    
    1.16 +    
    1.17 +    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    1.18 +    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
    1.19 +    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
    1.20 +        
    1.21 +        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
    1.22 +        
    1.23 +        public static Settings Default {
    1.24 +            get {
    1.25 +                return defaultInstance;
    1.26 +            }
    1.27 +        }
    1.28 +        
    1.29 +        [global::System.Configuration.UserScopedSettingAttribute()]
    1.30 +        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    1.31 +        [global::System.Configuration.DefaultSettingValueAttribute("1")]
    1.32 +        public int DisplayBrightness {
    1.33 +            get {
    1.34 +                return ((int)(this["DisplayBrightness"]));
    1.35 +            }
    1.36 +            set {
    1.37 +                this["DisplayBrightness"] = 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("Microsoft Sans Serif, 9.75pt")]
    1.44 +        public global::System.Drawing.Font DisplayFont {
    1.45 +            get {
    1.46 +                return ((global::System.Drawing.Font)(this["DisplayFont"]));
    1.47 +            }
    1.48 +            set {
    1.49 +                this["DisplayFont"] = value;
    1.50 +            }
    1.51 +        }
    1.52 +        
    1.53 +        [global::System.Configuration.UserScopedSettingAttribute()]
    1.54 +        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    1.55 +        [global::System.Configuration.DefaultSettingValueAttribute("False")]
    1.56 +        public bool DisplayShowBorders {
    1.57 +            get {
    1.58 +                return ((bool)(this["DisplayShowBorders"]));
    1.59 +            }
    1.60 +            set {
    1.61 +                this["DisplayShowBorders"] = value;
    1.62 +            }
    1.63 +        }
    1.64 +        
    1.65 +        [global::System.Configuration.UserScopedSettingAttribute()]
    1.66 +        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    1.67 +        [global::System.Configuration.DefaultSettingValueAttribute("False")]
    1.68 +        public bool DisplayConnectOnStartup {
    1.69 +            get {
    1.70 +                return ((bool)(this["DisplayConnectOnStartup"]));
    1.71 +            }
    1.72 +            set {
    1.73 +                this["DisplayConnectOnStartup"] = value;
    1.74 +            }
    1.75 +        }
    1.76 +        
    1.77 +        [global::System.Configuration.UserScopedSettingAttribute()]
    1.78 +        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    1.79 +        [global::System.Configuration.DefaultSettingValueAttribute("False")]
    1.80 +        public bool DisplayReverseScreen {
    1.81 +            get {
    1.82 +                return ((bool)(this["DisplayReverseScreen"]));
    1.83 +            }
    1.84 +            set {
    1.85 +                this["DisplayReverseScreen"] = value;
    1.86 +            }
    1.87 +        }
    1.88 +    }
    1.89 +}