mirror of
https://github.com/SpaceTimee/Sheas-Cealer.git
synced 2025-07-13 21:02:08 +08:00
123 lines
4.5 KiB
C#
123 lines
4.5 KiB
C#
//------------------------------------------------------------------------------
|
|
// <auto-generated>
|
|
// 此代码由工具生成。
|
|
// 运行时版本:4.0.30319.42000
|
|
//
|
|
// 对此文件的更改可能会导致不正确的行为,并且如果
|
|
// 重新生成代码,这些更改将会丢失。
|
|
// </auto-generated>
|
|
//------------------------------------------------------------------------------
|
|
|
|
namespace Sheas_Cealer_Nix.Props {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.14.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("")]
|
|
public string BrowserPath {
|
|
get {
|
|
return ((string)(this["BrowserPath"]));
|
|
}
|
|
set {
|
|
this["BrowserPath"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string UpstreamUrl {
|
|
get {
|
|
return ((string)(this["UpstreamUrl"]));
|
|
}
|
|
set {
|
|
this["UpstreamUrl"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string ExtraArgs {
|
|
get {
|
|
return ((string)(this["ExtraArgs"]));
|
|
}
|
|
set {
|
|
this["ExtraArgs"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("244, 67, 54")]
|
|
public global::System.Drawing.Color PrimaryColor {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["PrimaryColor"]));
|
|
}
|
|
set {
|
|
this["PrimaryColor"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("-1")]
|
|
public sbyte IsLightTheme {
|
|
get {
|
|
return ((sbyte)(this["IsLightTheme"]));
|
|
}
|
|
set {
|
|
this["IsLightTheme"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("-1")]
|
|
public sbyte IsEnglishLang {
|
|
get {
|
|
return ((sbyte)(this["IsEnglishLang"]));
|
|
}
|
|
set {
|
|
this["IsEnglishLang"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("-1")]
|
|
public sbyte IsLightWeight {
|
|
get {
|
|
return ((sbyte)(this["IsLightWeight"]));
|
|
}
|
|
set {
|
|
this["IsLightWeight"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool IsUpgradeRequired {
|
|
get {
|
|
return ((bool)(this["IsUpgradeRequired"]));
|
|
}
|
|
set {
|
|
this["IsUpgradeRequired"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|