sl@0: //------------------------------------------------------------------------------
sl@0: // <auto-generated>
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: // </auto-generated>
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:         }
sl@0:     }
sl@0: }