mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-06-25 19:45:44 +00:00
131 lines
4.9 KiB
C#
131 lines
4.9 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// This code was generated by a tool.
|
|
// Runtime Version:4.0.30319.42000
|
|
//
|
|
// Changes to this file may cause incorrect behavior and will be lost if
|
|
// the code is regenerated.
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace PckStudio.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.9.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.ApplicationScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("825875166574673940")]
|
|
public string RichPresenceId {
|
|
get {
|
|
return ((string)(this["RichPresenceId"]));
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool AutoSaveChanges {
|
|
get {
|
|
return ((bool)(this["AutoSaveChanges"]));
|
|
}
|
|
set {
|
|
this["AutoSaveChanges"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool UseLittleEndianAsDefault {
|
|
get {
|
|
return ((bool)(this["UseLittleEndianAsDefault"]));
|
|
}
|
|
set {
|
|
this["UseLittleEndianAsDefault"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool LoadSubPcks {
|
|
get {
|
|
return ((bool)(this["LoadSubPcks"]));
|
|
}
|
|
set {
|
|
this["LoadSubPcks"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool ShowRichPresence {
|
|
get {
|
|
return ((bool)(this["ShowRichPresence"]));
|
|
}
|
|
set {
|
|
this["ShowRichPresence"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UsePrerelease {
|
|
get {
|
|
return ((bool)(this["UsePrerelease"]));
|
|
}
|
|
set {
|
|
this["UsePrerelease"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool AutoUpdate {
|
|
get {
|
|
return ((bool)(this["AutoUpdate"]));
|
|
}
|
|
set {
|
|
this["AutoUpdate"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool UseComboBoxForGRFParameter {
|
|
get {
|
|
return ((bool)(this["UseComboBoxForGRFParameter"]));
|
|
}
|
|
set {
|
|
this["UseComboBoxForGRFParameter"] = 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;
|
|
}
|
|
}
|
|
}
|
|
}
|