summaryrefslogtreecommitdiff
path: root/grapher/Properties/Settings.Designer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'grapher/Properties/Settings.Designer.cs')
-rw-r--r--grapher/Properties/Settings.Designer.cs34
1 files changed, 21 insertions, 13 deletions
diff --git a/grapher/Properties/Settings.Designer.cs b/grapher/Properties/Settings.Designer.cs
index d305209..285e18e 100644
--- a/grapher/Properties/Settings.Designer.cs
+++ b/grapher/Properties/Settings.Designer.cs
@@ -8,23 +8,31 @@
// </auto-generated>
//------------------------------------------------------------------------------
-namespace grapher.Properties
-{
-
-
+namespace grapher.Properties {
+
+
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
- [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")]
- internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase
- {
-
+ [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
- {
+
+ public static Settings Default {
+ get {
return defaultInstance;
}
}
+
+ [global::System.Configuration.UserScopedSettingAttribute()]
+ [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
+ [global::System.Configuration.DefaultSettingValueAttribute("Window")]
+ public global::System.Drawing.Color Chart_BG_Colour {
+ get {
+ return ((global::System.Drawing.Color)(this["Chart_BG_Colour"]));
+ }
+ set {
+ this["Chart_BG_Colour"] = value;
+ }
+ }
}
}