sl@0: //------------------------------------------------------------------------------ sl@0: // sl@0: // This code was generated by a tool. sl@9: // Runtime Version:4.0.30319.18444 sl@0: // sl@0: // Changes to this file may cause incorrect behavior and will be lost if sl@0: // the code is regenerated. sl@0: // sl@0: //------------------------------------------------------------------------------ sl@0: sl@8: namespace SharpDisplayManager.Properties { sl@8: sl@8: sl@0: [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] sl@0: [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] sl@8: internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { sl@8: sl@0: private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); sl@8: sl@8: public static Settings Default { sl@8: get { sl@0: return defaultInstance; sl@0: } sl@0: } sl@8: sl@8: [global::System.Configuration.UserScopedSettingAttribute()] sl@8: [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] sl@8: [global::System.Configuration.DefaultSettingValueAttribute("1")] sl@8: public int DisplayBrightness { sl@8: get { sl@8: return ((int)(this["DisplayBrightness"])); sl@8: } sl@8: set { sl@8: this["DisplayBrightness"] = value; sl@8: } sl@8: } sl@8: sl@8: [global::System.Configuration.UserScopedSettingAttribute()] sl@8: [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] sl@8: [global::System.Configuration.DefaultSettingValueAttribute("Microsoft Sans Serif, 9.75pt")] sl@8: public global::System.Drawing.Font DisplayFont { sl@8: get { sl@8: return ((global::System.Drawing.Font)(this["DisplayFont"])); sl@8: } sl@8: set { sl@8: this["DisplayFont"] = value; sl@8: } sl@8: } sl@9: sl@9: [global::System.Configuration.UserScopedSettingAttribute()] sl@9: [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] sl@9: [global::System.Configuration.DefaultSettingValueAttribute("False")] sl@9: public bool DisplayShowBorders { sl@9: get { sl@9: return ((bool)(this["DisplayShowBorders"])); sl@9: } sl@9: set { sl@9: this["DisplayShowBorders"] = value; sl@9: } sl@9: } sl@13: sl@13: [global::System.Configuration.UserScopedSettingAttribute()] sl@13: [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] sl@13: [global::System.Configuration.DefaultSettingValueAttribute("False")] sl@13: public bool DisplayConnectOnStartup { sl@13: get { sl@13: return ((bool)(this["DisplayConnectOnStartup"])); sl@13: } sl@13: set { sl@13: this["DisplayConnectOnStartup"] = value; sl@13: } sl@13: } sl@16: sl@16: [global::System.Configuration.UserScopedSettingAttribute()] sl@16: [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] sl@16: [global::System.Configuration.DefaultSettingValueAttribute("False")] sl@16: public bool DisplayReverseScreen { sl@16: get { sl@16: return ((bool)(this["DisplayReverseScreen"])); sl@16: } sl@16: set { sl@16: this["DisplayReverseScreen"] = value; sl@16: } sl@16: } sl@46: sl@46: [global::System.Configuration.UserScopedSettingAttribute()] sl@46: [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] sl@46: [global::System.Configuration.DefaultSettingValueAttribute("1")] sl@46: public int DisplayType { sl@46: get { sl@46: return ((int)(this["DisplayType"])); sl@46: } sl@46: set { sl@46: this["DisplayType"] = value; sl@46: } sl@46: } sl@47: sl@47: [global::System.Configuration.UserScopedSettingAttribute()] sl@47: [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] sl@47: [global::System.Configuration.DefaultSettingValueAttribute("100")] sl@47: public int TimerInterval { sl@47: get { sl@47: return ((int)(this["TimerInterval"])); sl@47: } sl@47: set { sl@47: this["TimerInterval"] = value; sl@47: } sl@47: } sl@0: } sl@0: }