123 lines
4.4 KiB
C#
123 lines
4.4 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 RunCat365.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.14.0.0")]
|
|
internal sealed partial class UserSettings : global::System.Configuration.ApplicationSettingsBase {
|
|
|
|
private static UserSettings defaultInstance = ((UserSettings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new UserSettings())));
|
|
|
|
public static UserSettings Default {
|
|
get {
|
|
return defaultInstance;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Cat")]
|
|
public string Runner {
|
|
get {
|
|
return ((string)(this["Runner"]));
|
|
}
|
|
set {
|
|
this["Runner"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string Theme {
|
|
get {
|
|
return ((string)(this["Theme"]));
|
|
}
|
|
set {
|
|
this["Theme"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string TemperatureUnit {
|
|
get {
|
|
return ((string)(this["TemperatureUnit"]));
|
|
}
|
|
set {
|
|
this["TemperatureUnit"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("FPS40")]
|
|
public string FPSMaxLimit {
|
|
get {
|
|
return ((string)(this["FPSMaxLimit"]));
|
|
}
|
|
set {
|
|
this["FPSMaxLimit"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool FirstLaunch {
|
|
get {
|
|
return ((bool)(this["FirstLaunch"]));
|
|
}
|
|
set {
|
|
this["FirstLaunch"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public int HighScore {
|
|
get {
|
|
return ((int)(this["HighScore"]));
|
|
}
|
|
set {
|
|
this["HighScore"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("CPU")]
|
|
public string SpeedSource {
|
|
get {
|
|
return ((string)(this["SpeedSource"]));
|
|
}
|
|
set {
|
|
this["SpeedSource"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string CustomRunnerName {
|
|
get {
|
|
return ((string)(this["CustomRunnerName"]));
|
|
}
|
|
set {
|
|
this["CustomRunnerName"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|