Properties/Settings.Designer.cs
author sl
Tue, 08 Jul 2014 18:59:07 +0200
changeset 8 5129c03ab7ba
parent 0 f6eca6facd07
child 9 7c363a7a975e
permissions -rw-r--r--
Adding persistent settings and marquee separator.
sl@0
     1
//------------------------------------------------------------------------------
sl@0
     2
// <auto-generated>
sl@0
     3
//     This code was generated by a tool.
sl@0
     4
//     Runtime Version:4.0.30319.18063
sl@0
     5
//
sl@0
     6
//     Changes to this file may cause incorrect behavior and will be lost if
sl@0
     7
//     the code is regenerated.
sl@0
     8
// </auto-generated>
sl@0
     9
//------------------------------------------------------------------------------
sl@0
    10
sl@8
    11
namespace SharpDisplayManager.Properties {
sl@8
    12
    
sl@8
    13
    
sl@0
    14
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
sl@0
    15
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
sl@8
    16
    internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
sl@8
    17
        
sl@0
    18
        private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
sl@8
    19
        
sl@8
    20
        public static Settings Default {
sl@8
    21
            get {
sl@0
    22
                return defaultInstance;
sl@0
    23
            }
sl@0
    24
        }
sl@8
    25
        
sl@8
    26
        [global::System.Configuration.UserScopedSettingAttribute()]
sl@8
    27
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
sl@8
    28
        [global::System.Configuration.DefaultSettingValueAttribute("1")]
sl@8
    29
        public int DisplayBrightness {
sl@8
    30
            get {
sl@8
    31
                return ((int)(this["DisplayBrightness"]));
sl@8
    32
            }
sl@8
    33
            set {
sl@8
    34
                this["DisplayBrightness"] = value;
sl@8
    35
            }
sl@8
    36
        }
sl@8
    37
        
sl@8
    38
        [global::System.Configuration.UserScopedSettingAttribute()]
sl@8
    39
        [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
sl@8
    40
        [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 9.75pt")]
sl@8
    41
        public global::System.Drawing.Font DisplayFont {
sl@8
    42
            get {
sl@8
    43
                return ((global::System.Drawing.Font)(this["DisplayFont"]));
sl@8
    44
            }
sl@8
    45
            set {
sl@8
    46
                this["DisplayFont"] = value;
sl@8
    47
            }
sl@8
    48
        }
sl@0
    49
    }
sl@0
    50
}