sl@0: //------------------------------------------------------------------------------ sl@0: // sl@0: // This code was generated by a tool. StephaneLenclud@159: // Runtime Version:4.0.30319.42000 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()] StephaneLenclud@159: [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.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@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@65: public global::SharpDisplayManager.DisplaysSettings DisplaysSettings { sl@16: get { sl@65: return ((global::SharpDisplayManager.DisplaysSettings)(this["DisplaysSettings"])); sl@16: } sl@16: set { sl@65: this["DisplaysSettings"] = value; sl@16: } sl@16: } sl@46: sl@46: [global::System.Configuration.UserScopedSettingAttribute()] sl@46: [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] sl@48: [global::System.Configuration.DefaultSettingValueAttribute("0")] sl@48: public int CurrentDisplayIndex { sl@46: get { sl@48: return ((int)(this["CurrentDisplayIndex"])); sl@46: } sl@46: set { sl@48: this["CurrentDisplayIndex"] = value; sl@47: } sl@47: } sl@65: sl@65: [global::System.Configuration.UserScopedSettingAttribute()] sl@65: [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] sl@65: [global::System.Configuration.DefaultSettingValueAttribute("False")] sl@65: public bool CycleClients { sl@65: get { sl@65: return ((bool)(this["CycleClients"])); sl@65: } sl@65: set { sl@65: this["CycleClients"] = value; sl@65: } sl@65: } sl@94: sl@94: [global::System.Configuration.UserScopedSettingAttribute()] sl@94: [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] sl@94: [global::System.Configuration.DefaultSettingValueAttribute("False")] sl@94: public bool MinimizeToTray { sl@94: get { sl@94: return ((bool)(this["MinimizeToTray"])); sl@94: } sl@94: set { sl@94: this["MinimizeToTray"] = value; sl@94: } sl@94: } sl@94: sl@94: [global::System.Configuration.UserScopedSettingAttribute()] sl@94: [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] sl@94: [global::System.Configuration.DefaultSettingValueAttribute("False")] sl@94: public bool StartMinimized { sl@94: get { sl@94: return ((bool)(this["StartMinimized"])); sl@94: } sl@94: set { sl@94: this["StartMinimized"] = value; sl@94: } sl@94: } StephaneLenclud@126: StephaneLenclud@126: [global::System.Configuration.UserScopedSettingAttribute()] StephaneLenclud@126: [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] StephaneLenclud@126: [global::System.Configuration.DefaultSettingValueAttribute("None")] StephaneLenclud@126: public string StartFileName { StephaneLenclud@126: get { StephaneLenclud@126: return ((string)(this["StartFileName"])); StephaneLenclud@126: } StephaneLenclud@126: set { StephaneLenclud@126: this["StartFileName"] = value; StephaneLenclud@126: } StephaneLenclud@126: } StephaneLenclud@153: StephaneLenclud@153: [global::System.Configuration.UserScopedSettingAttribute()] StephaneLenclud@153: [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] StephaneLenclud@153: [global::System.Configuration.DefaultSettingValueAttribute("None")] StephaneLenclud@153: public string OpticalDriveToEject { StephaneLenclud@153: get { StephaneLenclud@153: return ((string)(this["OpticalDriveToEject"])); StephaneLenclud@153: } StephaneLenclud@153: set { StephaneLenclud@153: this["OpticalDriveToEject"] = value; StephaneLenclud@153: } StephaneLenclud@153: } StephaneLenclud@168: StephaneLenclud@168: [global::System.Configuration.UserScopedSettingAttribute()] StephaneLenclud@168: [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] StephaneLenclud@168: [global::System.Configuration.DefaultSettingValueAttribute("False")] StephaneLenclud@168: public bool CecEnabled { StephaneLenclud@168: get { StephaneLenclud@168: return ((bool)(this["CecEnabled"])); StephaneLenclud@168: } StephaneLenclud@168: set { StephaneLenclud@168: this["CecEnabled"] = value; StephaneLenclud@168: } StephaneLenclud@168: } StephaneLenclud@168: StephaneLenclud@168: [global::System.Configuration.UserScopedSettingAttribute()] StephaneLenclud@168: [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] StephaneLenclud@168: [global::System.Configuration.DefaultSettingValueAttribute("1")] StephaneLenclud@168: public byte CecHdmiPort { StephaneLenclud@168: get { StephaneLenclud@168: return ((byte)(this["CecHdmiPort"])); StephaneLenclud@168: } StephaneLenclud@168: set { StephaneLenclud@168: this["CecHdmiPort"] = value; StephaneLenclud@168: } StephaneLenclud@168: } StephaneLenclud@168: StephaneLenclud@168: [global::System.Configuration.UserScopedSettingAttribute()] StephaneLenclud@168: [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] StephaneLenclud@168: [global::System.Configuration.DefaultSettingValueAttribute("True")] StephaneLenclud@194: public bool StartIdleClient { StephaneLenclud@194: get { StephaneLenclud@194: return ((bool)(this["StartIdleClient"])); StephaneLenclud@194: } StephaneLenclud@194: set { StephaneLenclud@194: this["StartIdleClient"] = value; StephaneLenclud@194: } StephaneLenclud@194: } StephaneLenclud@204: StephaneLenclud@204: [global::System.Configuration.UserScopedSettingAttribute()] StephaneLenclud@204: [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] StephaneLenclud@232: public global::SharpLib.Ear.ManagerEventAction Events { Stephane@212: get { StephaneLenclud@232: return ((global::SharpLib.Ear.ManagerEventAction)(this["Events"])); Stephane@212: } Stephane@212: set { StephaneLenclud@232: this["Events"] = value; Stephane@212: } Stephane@212: } StephaneLenclud@233: StephaneLenclud@233: [global::System.Configuration.UserScopedSettingAttribute()] StephaneLenclud@233: [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] StephaneLenclud@233: [global::System.Configuration.DefaultSettingValueAttribute("False")] StephaneLenclud@233: public bool HarmonyEnabled { StephaneLenclud@233: get { StephaneLenclud@233: return ((bool)(this["HarmonyEnabled"])); StephaneLenclud@233: } StephaneLenclud@233: set { StephaneLenclud@233: this["HarmonyEnabled"] = value; StephaneLenclud@233: } StephaneLenclud@233: } StephaneLenclud@233: StephaneLenclud@233: [global::System.Configuration.UserScopedSettingAttribute()] StephaneLenclud@233: [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] StephaneLenclud@233: [global::System.Configuration.DefaultSettingValueAttribute("HarmonyHub")] StephaneLenclud@233: public string HarmonyHubAddress { StephaneLenclud@233: get { StephaneLenclud@233: return ((string)(this["HarmonyHubAddress"])); StephaneLenclud@233: } StephaneLenclud@233: set { StephaneLenclud@233: this["HarmonyHubAddress"] = value; StephaneLenclud@233: } StephaneLenclud@233: } sl@0: } sl@0: }