mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-26 14:37:44 +01:00
122 lines
4.5 KiB
C#
122 lines
4.5 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 TGS.ControlPanel.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.3.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")]
|
|
public int LastPageIndex {
|
|
get {
|
|
return ((int)(this["LastPageIndex"]));
|
|
}
|
|
set {
|
|
this["LastPageIndex"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int LastConfigPageIndex {
|
|
get {
|
|
return ((int)(this["LastConfigPageIndex"]));
|
|
}
|
|
set {
|
|
this["LastConfigPageIndex"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool UpgradeRequired {
|
|
get {
|
|
return ((bool)(this["UpgradeRequired"]));
|
|
}
|
|
set {
|
|
this["UpgradeRequired"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int LastChatProvider {
|
|
get {
|
|
return ((int)(this["LastChatProvider"]));
|
|
}
|
|
set {
|
|
this["LastChatProvider"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
public global::System.Collections.Specialized.StringCollection RemoteLoginInfo {
|
|
get {
|
|
return ((global::System.Collections.Specialized.StringCollection)(this["RemoteLoginInfo"]));
|
|
}
|
|
set {
|
|
this["RemoteLoginInfo"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool RemoteDefault {
|
|
get {
|
|
return ((bool)(this["RemoteDefault"]));
|
|
}
|
|
set {
|
|
this["RemoteDefault"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string GitHubAPIKey {
|
|
get {
|
|
return ((string)(this["GitHubAPIKey"]));
|
|
}
|
|
set {
|
|
this["GitHubAPIKey"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string GitHubAPIKeyEntropy {
|
|
get {
|
|
return ((string)(this["GitHubAPIKeyEntropy"]));
|
|
}
|
|
set {
|
|
this["GitHubAPIKeyEntropy"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|