//------------------------------------------------------------------------------ // // This code was generated by a tool. // Runtime Version:4.0.30319.18063 // // Changes to this file may cause incorrect behavior and will be lost if // the code is regenerated. // //------------------------------------------------------------------------------ namespace Application.Ringtoets.Properties { [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); public static Settings Default { get { return defaultInstance; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Collections.Specialized.StringCollection mruList { get { return ((global::System.Collections.Specialized.StringCollection)(this["mruList"])); } set { this["mruList"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Collections.Specialized.StringCollection defaultViewDataTypes { get { return ((global::System.Collections.Specialized.StringCollection)(this["defaultViewDataTypes"])); } set { this["defaultViewDataTypes"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] public global::System.Collections.Specialized.StringCollection defaultViews { get { return ((global::System.Collections.Specialized.StringCollection)(this["defaultViews"])); } set { this["defaultViews"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool autosaveWindowLayout { get { return ((bool)(this["autosaveWindowLayout"])); } set { this["autosaveWindowLayout"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("")] public string lastVisitedPath { get { return ((string)(this["lastVisitedPath"])); } set { this["lastVisitedPath"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool MainWindow_FullScreen { get { return ((bool)(this["MainWindow_FullScreen"])); } set { this["MainWindow_FullScreen"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("50")] public int MainWindow_X { get { return ((int)(this["MainWindow_X"])); } set { this["MainWindow_X"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("50")] public int MainWindow_Y { get { return ((int)(this["MainWindow_Y"])); } set { this["MainWindow_Y"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("1024")] public int MainWindow_Width { get { return ((int)(this["MainWindow_Width"])); } set { this["MainWindow_Width"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("768")] public int MainWindow_Height { get { return ((int)(this["MainWindow_Height"])); } set { this["MainWindow_Height"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("Start Page")] public string startPageName { get { return ((string)(this["startPageName"])); } set { this["startPageName"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool showStartPage { get { return ((bool)(this["showStartPage"])); } set { this["showStartPage"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("True")] public bool showSplashScreen { get { return ((bool)(this["showSplashScreen"])); } set { this["showSplashScreen"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("False")] public bool showHiddenDataItems { get { return ((bool)(this["showHiddenDataItems"])); } set { this["showHiddenDataItems"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("G5")] public string realNumberFormat { get { return ((string)(this["realNumberFormat"])); } set { this["realNumberFormat"] = value; } } [global::System.Configuration.UserScopedSettingAttribute()] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Configuration.DefaultSettingValueAttribute("Generic")] public string colorTheme { get { return ((string)(this["colorTheme"])); } set { this["colorTheme"] = value; } } } }