You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
100 lines
4.1 KiB
100 lines
4.1 KiB
//------------------------------------------------------------------------------ |
|
// <auto-generated> |
|
// This code was generated by a tool. |
|
// Runtime Version:2.0.50727.3053 |
|
// |
|
// Changes to this file may cause incorrect behavior and will be lost if |
|
// the code is regenerated. |
|
// </auto-generated> |
|
//------------------------------------------------------------------------------ |
|
|
|
namespace SharpDevelop.Samples.XamlDesigner.Properties { |
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] |
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "9.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()] |
|
[global::System.Configuration.DefaultSettingValueAttribute("0,0,0,0")] |
|
public global::System.Windows.Rect MainWindowRect { |
|
get { |
|
return ((global::System.Windows.Rect)(this["MainWindowRect"])); |
|
} |
|
set { |
|
this["MainWindowRect"] = value; |
|
} |
|
} |
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()] |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
public global::System.Collections.Specialized.StringCollection RecentFiles { |
|
get { |
|
return ((global::System.Collections.Specialized.StringCollection)(this["RecentFiles"])); |
|
} |
|
set { |
|
this["RecentFiles"] = value; |
|
} |
|
} |
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()] |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
[global::System.Configuration.DefaultSettingValueAttribute(@"<?xml version=""1.0"" encoding=""utf-16""?> |
|
<ArrayOfString xmlns:xsi=""http://www.w3.org/2001/XMLSchema-instance"" xmlns:xsd=""http://www.w3.org/2001/XMLSchema""> |
|
<string>%ProgramFiles%\Reference Assemblies\Microsoft\Framework\v3.0\PresentationFramework.dll</string> |
|
</ArrayOfString>")] |
|
public global::System.Collections.Specialized.StringCollection AssemblyList { |
|
get { |
|
return ((global::System.Collections.Specialized.StringCollection)(this["AssemblyList"])); |
|
} |
|
set { |
|
this["AssemblyList"] = value; |
|
} |
|
} |
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()] |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
[global::System.Configuration.DefaultSettingValueAttribute("Maximized")] |
|
public global::System.Windows.WindowState MainWindowState { |
|
get { |
|
return ((global::System.Windows.WindowState)(this["MainWindowState"])); |
|
} |
|
set { |
|
this["MainWindowState"] = value; |
|
} |
|
} |
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()] |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
[global::System.Configuration.DefaultSettingValueAttribute("")] |
|
public string AvalonDockLayout { |
|
get { |
|
return ((string)(this["AvalonDockLayout"])); |
|
} |
|
set { |
|
this["AvalonDockLayout"] = value; |
|
} |
|
} |
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()] |
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()] |
|
[global::System.Configuration.DefaultSettingValueAttribute("")] |
|
public string PaletteData { |
|
get { |
|
return ((string)(this["PaletteData"])); |
|
} |
|
set { |
|
this["PaletteData"] = value; |
|
} |
|
} |
|
} |
|
}
|
|
|