diff --git a/osrs-toolbox/App.config b/osrs-toolbox/App.config index 49cc43e..75340e3 100644 --- a/osrs-toolbox/App.config +++ b/osrs-toolbox/App.config @@ -1,3 +1,27 @@  + + +
+ + + + + + + + + -1 + + + -1 + + + False + + + False + + + \ No newline at end of file diff --git a/osrs-toolbox/Properties/Settings.Designer.cs b/osrs-toolbox/Properties/Settings.Designer.cs index ed2a47d..2f45167 100644 --- a/osrs-toolbox/Properties/Settings.Designer.cs +++ b/osrs-toolbox/Properties/Settings.Designer.cs @@ -22,5 +22,65 @@ namespace osrs_toolbox.Properties { return defaultInstance; } } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("")] + public string LastUserName { + get { + return ((string)(this["LastUserName"])); + } + set { + this["LastUserName"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("-1")] + public int LastGroupID { + get { + return ((int)(this["LastGroupID"])); + } + set { + this["LastGroupID"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("-1")] + public int LastCompetitionID { + get { + return ((int)(this["LastCompetitionID"])); + } + set { + this["LastCompetitionID"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("False")] + public bool LastHideOthers { + get { + return ((bool)(this["LastHideOthers"])); + } + set { + this["LastHideOthers"] = value; + } + } + + [global::System.Configuration.UserScopedSettingAttribute()] + [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] + [global::System.Configuration.DefaultSettingValueAttribute("False")] + public bool LastHideZeroGained { + get { + return ((bool)(this["LastHideZeroGained"])); + } + set { + this["LastHideZeroGained"] = value; + } + } } } diff --git a/osrs-toolbox/Properties/Settings.settings b/osrs-toolbox/Properties/Settings.settings index 049245f..12db37e 100644 --- a/osrs-toolbox/Properties/Settings.settings +++ b/osrs-toolbox/Properties/Settings.settings @@ -1,6 +1,21 @@  - - - - - + + + + + + + + -1 + + + -1 + + + False + + + False + + + \ No newline at end of file