mirror of
https://github.com/JonasNilson/idle_master_extended.git
synced 2025-05-16 22:40:53 +02:00
390 lines
15 KiB
C#
390 lines
15 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 IdleMasterExtended.Properties {
|
|
|
|
|
|
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
|
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "16.8.1.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 sessionid {
|
|
get {
|
|
return ((string)(this["sessionid"]));
|
|
}
|
|
set {
|
|
this["sessionid"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string steamLogin {
|
|
get {
|
|
return ((string)(this["steamLogin"]));
|
|
}
|
|
set {
|
|
this["steamLogin"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string myProfileURL {
|
|
get {
|
|
return ((string)(this["myProfileURL"]));
|
|
}
|
|
set {
|
|
this["myProfileURL"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string steamparental {
|
|
get {
|
|
return ((string)(this["steamparental"]));
|
|
}
|
|
set {
|
|
this["steamparental"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string sort {
|
|
get {
|
|
return ((string)(this["sort"]));
|
|
}
|
|
set {
|
|
this["sort"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool minToTray {
|
|
get {
|
|
return ((bool)(this["minToTray"]));
|
|
}
|
|
set {
|
|
this["minToTray"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool updateNeeded {
|
|
get {
|
|
return ((bool)(this["updateNeeded"]));
|
|
}
|
|
set {
|
|
this["updateNeeded"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ignoreclient {
|
|
get {
|
|
return ((bool)(this["ignoreclient"]));
|
|
}
|
|
set {
|
|
this["ignoreclient"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool showUsername {
|
|
get {
|
|
return ((bool)(this["showUsername"]));
|
|
}
|
|
set {
|
|
this["showUsername"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool OnlyOneGameIdle {
|
|
get {
|
|
return ((bool)(this["OnlyOneGameIdle"]));
|
|
}
|
|
set {
|
|
this["OnlyOneGameIdle"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string steamRememberLogin {
|
|
get {
|
|
return ((string)(this["steamRememberLogin"]));
|
|
}
|
|
set {
|
|
this["steamRememberLogin"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string steamMachineAuth {
|
|
get {
|
|
return ((string)(this["steamMachineAuth"]));
|
|
}
|
|
set {
|
|
this["steamMachineAuth"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public uint totalCardIdled {
|
|
get {
|
|
return ((uint)(this["totalCardIdled"]));
|
|
}
|
|
set {
|
|
this["totalCardIdled"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("0")]
|
|
public uint totalMinutesIdled {
|
|
get {
|
|
return ((uint)(this["totalMinutesIdled"]));
|
|
}
|
|
set {
|
|
this["totalMinutesIdled"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string language {
|
|
get {
|
|
return ((string)(this["language"]));
|
|
}
|
|
set {
|
|
this["language"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool OneThenMany {
|
|
get {
|
|
return ((bool)(this["OneThenMany"]));
|
|
}
|
|
set {
|
|
this["OneThenMany"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool customTheme {
|
|
get {
|
|
return ((bool)(this["customTheme"]));
|
|
}
|
|
set {
|
|
this["customTheme"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("38, 38, 38")]
|
|
public global::System.Drawing.Color colorBgd {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["colorBgd"]));
|
|
}
|
|
set {
|
|
this["colorBgd"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("196, 196, 196")]
|
|
public global::System.Drawing.Color colorTxt {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["colorTxt"]));
|
|
}
|
|
set {
|
|
this["colorTxt"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool whiteIcons {
|
|
get {
|
|
return ((bool)(this["whiteIcons"]));
|
|
}
|
|
set {
|
|
this["whiteIcons"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("Control")]
|
|
public global::System.Drawing.Color colorBgdOriginal {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["colorBgdOriginal"]));
|
|
}
|
|
set {
|
|
this["colorBgdOriginal"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("ControlText")]
|
|
public global::System.Drawing.Color colorTxtOriginal {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["colorTxtOriginal"]));
|
|
}
|
|
set {
|
|
this["colorTxtOriginal"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool fastMode {
|
|
get {
|
|
return ((bool)(this["fastMode"]));
|
|
}
|
|
set {
|
|
this["fastMode"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
|
public string steamLoginSecure {
|
|
get {
|
|
return ((string)(this["steamLoginSecure"]));
|
|
}
|
|
set {
|
|
this["steamLoginSecure"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("126, 166, 75")]
|
|
public global::System.Drawing.Color colorSteamGreen {
|
|
get {
|
|
return ((global::System.Drawing.Color)(this["colorSteamGreen"]));
|
|
}
|
|
set {
|
|
this["colorSteamGreen"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("True")]
|
|
public bool NoSleep {
|
|
get {
|
|
return ((bool)(this["NoSleep"]));
|
|
}
|
|
set {
|
|
this["NoSleep"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool ShutdownWindowsOnDone {
|
|
get {
|
|
return ((bool)(this["ShutdownWindowsOnDone"]));
|
|
}
|
|
set {
|
|
this["ShutdownWindowsOnDone"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfString xmlns:xsi=\"http://www.w3." +
|
|
"org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\r\n <s" +
|
|
"tring />\r\n</ArrayOfString>")]
|
|
public global::System.Collections.Specialized.StringCollection blacklist {
|
|
get {
|
|
return ((global::System.Collections.Specialized.StringCollection)(this["blacklist"]));
|
|
}
|
|
set {
|
|
this["blacklist"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("<?xml version=\"1.0\" encoding=\"utf-16\"?>\r\n<ArrayOfString xmlns:xsi=\"http://www.w3." +
|
|
"org/2001/XMLSchema-instance\" xmlns:xsd=\"http://www.w3.org/2001/XMLSchema\">\r\n <s" +
|
|
"tring />\r\n</ArrayOfString>")]
|
|
public global::System.Collections.Specialized.StringCollection whitelist {
|
|
get {
|
|
return ((global::System.Collections.Specialized.StringCollection)(this["whitelist"]));
|
|
}
|
|
set {
|
|
this["whitelist"] = value;
|
|
}
|
|
}
|
|
|
|
[global::System.Configuration.UserScopedSettingAttribute()]
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
|
[global::System.Configuration.DefaultSettingValueAttribute("False")]
|
|
public bool IdlingModeWhitelist {
|
|
get {
|
|
return ((bool)(this["IdlingModeWhitelist"]));
|
|
}
|
|
set {
|
|
this["IdlingModeWhitelist"] = value;
|
|
}
|
|
}
|
|
}
|
|
}
|